Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.14 KB

File metadata and controls

108 lines (59 loc) · 3.14 KB

StructuresConfigurationParams

Properties

Name Type Description Notes
CpuCount Pointer to int32 [optional]
DiskSize Pointer to int32 [optional]
Memory Pointer to int32 [optional]

Methods

NewStructuresConfigurationParams

func NewStructuresConfigurationParams() *StructuresConfigurationParams

NewStructuresConfigurationParams instantiates a new StructuresConfigurationParams 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

NewStructuresConfigurationParamsWithDefaults

func NewStructuresConfigurationParamsWithDefaults() *StructuresConfigurationParams

NewStructuresConfigurationParamsWithDefaults instantiates a new StructuresConfigurationParams 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

GetCpuCount

func (o *StructuresConfigurationParams) GetCpuCount() int32

GetCpuCount returns the CpuCount field if non-nil, zero value otherwise.

GetCpuCountOk

func (o *StructuresConfigurationParams) GetCpuCountOk() (*int32, bool)

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

SetCpuCount

func (o *StructuresConfigurationParams) SetCpuCount(v int32)

SetCpuCount sets CpuCount field to given value.

HasCpuCount

func (o *StructuresConfigurationParams) HasCpuCount() bool

HasCpuCount returns a boolean if a field has been set.

GetDiskSize

func (o *StructuresConfigurationParams) GetDiskSize() int32

GetDiskSize returns the DiskSize field if non-nil, zero value otherwise.

GetDiskSizeOk

func (o *StructuresConfigurationParams) GetDiskSizeOk() (*int32, bool)

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

SetDiskSize

func (o *StructuresConfigurationParams) SetDiskSize(v int32)

SetDiskSize sets DiskSize field to given value.

HasDiskSize

func (o *StructuresConfigurationParams) HasDiskSize() bool

HasDiskSize returns a boolean if a field has been set.

GetMemory

func (o *StructuresConfigurationParams) GetMemory() int32

GetMemory returns the Memory field if non-nil, zero value otherwise.

GetMemoryOk

func (o *StructuresConfigurationParams) GetMemoryOk() (*int32, bool)

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

SetMemory

func (o *StructuresConfigurationParams) SetMemory(v int32)

SetMemory sets Memory field to given value.

HasMemory

func (o *StructuresConfigurationParams) HasMemory() bool

HasMemory returns a boolean if a field has been set.

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