| Name | Type | Description | Notes |
|---|---|---|---|
| CpuCount | Pointer to int32 | [optional] | |
| DiskSize | Pointer to int32 | [optional] | |
| Memory | Pointer to int32 | [optional] |
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
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
func (o *StructuresConfigurationParams) GetCpuCount() int32
GetCpuCount returns the CpuCount field if non-nil, zero value otherwise.
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.
func (o *StructuresConfigurationParams) SetCpuCount(v int32)
SetCpuCount sets CpuCount field to given value.
func (o *StructuresConfigurationParams) HasCpuCount() bool
HasCpuCount returns a boolean if a field has been set.
func (o *StructuresConfigurationParams) GetDiskSize() int32
GetDiskSize returns the DiskSize field if non-nil, zero value otherwise.
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.
func (o *StructuresConfigurationParams) SetDiskSize(v int32)
SetDiskSize sets DiskSize field to given value.
func (o *StructuresConfigurationParams) HasDiskSize() bool
HasDiskSize returns a boolean if a field has been set.
func (o *StructuresConfigurationParams) GetMemory() int32
GetMemory returns the Memory field if non-nil, zero value otherwise.
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.
func (o *StructuresConfigurationParams) SetMemory(v int32)
SetMemory sets Memory field to given value.
func (o *StructuresConfigurationParams) HasMemory() bool
HasMemory returns a boolean if a field has been set.