| Name | Type | Description | Notes |
|---|---|---|---|
| Cpu | Pointer to int32 | [optional] | |
| Disk | Pointer to int32 | [optional] | |
| Ephemeral | Pointer to int32 | [optional] | |
| Features | Pointer to map[string]interface{} | [optional] | |
| Gpu | Pointer to string | [optional] | |
| GpuCount | Pointer to int32 | [optional] | |
| Id | Pointer to int32 | [optional] | |
| Labels | Pointer to []FlavorLabelFields | [optional] | |
| Name | Pointer to string | [optional] | |
| Ram | Pointer to float32 | [optional] |
func NewInstanceFlavorFields() *InstanceFlavorFields
NewInstanceFlavorFields instantiates a new InstanceFlavorFields 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 NewInstanceFlavorFieldsWithDefaults() *InstanceFlavorFields
NewInstanceFlavorFieldsWithDefaults instantiates a new InstanceFlavorFields 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 *InstanceFlavorFields) GetCpu() int32
GetCpu returns the Cpu field if non-nil, zero value otherwise.
func (o *InstanceFlavorFields) GetCpuOk() (*int32, bool)
GetCpuOk returns a tuple with the Cpu field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InstanceFlavorFields) SetCpu(v int32)
SetCpu sets Cpu field to given value.
func (o *InstanceFlavorFields) HasCpu() bool
HasCpu returns a boolean if a field has been set.
func (o *InstanceFlavorFields) GetDisk() int32
GetDisk returns the Disk field if non-nil, zero value otherwise.
func (o *InstanceFlavorFields) GetDiskOk() (*int32, bool)
GetDiskOk returns a tuple with the Disk field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InstanceFlavorFields) SetDisk(v int32)
SetDisk sets Disk field to given value.
func (o *InstanceFlavorFields) HasDisk() bool
HasDisk returns a boolean if a field has been set.
func (o *InstanceFlavorFields) GetEphemeral() int32
GetEphemeral returns the Ephemeral field if non-nil, zero value otherwise.
func (o *InstanceFlavorFields) GetEphemeralOk() (*int32, bool)
GetEphemeralOk returns a tuple with the Ephemeral field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InstanceFlavorFields) SetEphemeral(v int32)
SetEphemeral sets Ephemeral field to given value.
func (o *InstanceFlavorFields) HasEphemeral() bool
HasEphemeral returns a boolean if a field has been set.
func (o *InstanceFlavorFields) GetFeatures() map[string]interface{}
GetFeatures returns the Features field if non-nil, zero value otherwise.
func (o *InstanceFlavorFields) GetFeaturesOk() (*map[string]interface{}, bool)
GetFeaturesOk returns a tuple with the Features field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InstanceFlavorFields) SetFeatures(v map[string]interface{})
SetFeatures sets Features field to given value.
func (o *InstanceFlavorFields) HasFeatures() bool
HasFeatures returns a boolean if a field has been set.
func (o *InstanceFlavorFields) GetGpu() string
GetGpu returns the Gpu field if non-nil, zero value otherwise.
func (o *InstanceFlavorFields) GetGpuOk() (*string, bool)
GetGpuOk returns a tuple with the Gpu field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InstanceFlavorFields) SetGpu(v string)
SetGpu sets Gpu field to given value.
func (o *InstanceFlavorFields) HasGpu() bool
HasGpu returns a boolean if a field has been set.
func (o *InstanceFlavorFields) GetGpuCount() int32
GetGpuCount returns the GpuCount field if non-nil, zero value otherwise.
func (o *InstanceFlavorFields) GetGpuCountOk() (*int32, bool)
GetGpuCountOk returns a tuple with the GpuCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InstanceFlavorFields) SetGpuCount(v int32)
SetGpuCount sets GpuCount field to given value.
func (o *InstanceFlavorFields) HasGpuCount() bool
HasGpuCount returns a boolean if a field has been set.
func (o *InstanceFlavorFields) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *InstanceFlavorFields) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InstanceFlavorFields) SetId(v int32)
SetId sets Id field to given value.
func (o *InstanceFlavorFields) HasId() bool
HasId returns a boolean if a field has been set.
func (o *InstanceFlavorFields) GetLabels() []FlavorLabelFields
GetLabels returns the Labels field if non-nil, zero value otherwise.
func (o *InstanceFlavorFields) GetLabelsOk() (*[]FlavorLabelFields, bool)
GetLabelsOk returns a tuple with the Labels field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InstanceFlavorFields) SetLabels(v []FlavorLabelFields)
SetLabels sets Labels field to given value.
func (o *InstanceFlavorFields) HasLabels() bool
HasLabels returns a boolean if a field has been set.
func (o *InstanceFlavorFields) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *InstanceFlavorFields) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InstanceFlavorFields) SetName(v string)
SetName sets Name field to given value.
func (o *InstanceFlavorFields) HasName() bool
HasName returns a boolean if a field has been set.
func (o *InstanceFlavorFields) GetRam() float32
GetRam returns the Ram field if non-nil, zero value otherwise.
func (o *InstanceFlavorFields) GetRamOk() (*float32, bool)
GetRamOk returns a tuple with the Ram field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InstanceFlavorFields) SetRam(v float32)
SetRam sets Ram field to given value.
func (o *InstanceFlavorFields) HasRam() bool
HasRam returns a boolean if a field has been set.