Name | Type | Description | Notes |
---|---|---|---|
Metadata | Pointer to Metadata | [optional] | |
InstanceTypes | Pointer to []InstanceType | [optional] |
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
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
func (o *InstanceTypes) GetMetadata() Metadata
GetMetadata returns the Metadata field if non-nil, zero value otherwise.
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.
func (o *InstanceTypes) SetMetadata(v Metadata)
SetMetadata sets Metadata field to given value.
func (o *InstanceTypes) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (o *InstanceTypes) GetInstanceTypes() []InstanceType
GetInstanceTypes returns the InstanceTypes field if non-nil, zero value otherwise.
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.
func (o *InstanceTypes) SetInstanceTypes(v []InstanceType)
SetInstanceTypes sets InstanceTypes field to given value.
func (o *InstanceTypes) HasInstanceTypes() bool
HasInstanceTypes returns a boolean if a field has been set.