Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.34 KB

InstanceTypes.md

File metadata and controls

82 lines (45 loc) · 2.34 KB

InstanceTypes

Properties

Name Type Description Notes
Metadata Pointer to Metadata [optional]
InstanceTypes Pointer to []InstanceType [optional]

Methods

NewInstanceTypes

func NewInstanceTypes() *InstanceTypes

NewInstanceTypes instantiates a new InstanceTypes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

NewInstanceTypesWithDefaults

func NewInstanceTypesWithDefaults() *InstanceTypes

NewInstanceTypesWithDefaults instantiates a new InstanceTypes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

GetMetadata

func (o *InstanceTypes) GetMetadata() Metadata

GetMetadata returns the Metadata field if non-nil, zero value otherwise.

GetMetadataOk

func (o *InstanceTypes) GetMetadataOk() (*Metadata, bool)

GetMetadataOk returns a tuple with the Metadata field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetMetadata

func (o *InstanceTypes) SetMetadata(v Metadata)

SetMetadata sets Metadata field to given value.

HasMetadata

func (o *InstanceTypes) HasMetadata() bool

HasMetadata returns a boolean if a field has been set.

GetInstanceTypes

func (o *InstanceTypes) GetInstanceTypes() []InstanceType

GetInstanceTypes returns the InstanceTypes field if non-nil, zero value otherwise.

GetInstanceTypesOk

func (o *InstanceTypes) GetInstanceTypesOk() (*[]InstanceType, bool)

GetInstanceTypesOk returns a tuple with the InstanceTypes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetInstanceTypes

func (o *InstanceTypes) SetInstanceTypes(v []InstanceType)

SetInstanceTypes sets InstanceTypes field to given value.

HasInstanceTypes

func (o *InstanceTypes) HasInstanceTypes() bool

HasInstanceTypes returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]