ServerProperties
Last updated
Last updated
Name | Type | Description | Notes |
---|---|---|---|
func NewServerProperties(cores int32, ram int32, ) *ServerProperties
NewServerProperties instantiates a new ServerProperties 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 NewServerPropertiesWithDefaults() *ServerProperties
NewServerPropertiesWithDefaults instantiates a new ServerProperties 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 *ServerProperties) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ServerProperties) 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 *ServerProperties) SetName(v string)
SetName sets Name field to given value.
func (o *ServerProperties) HasName() bool
HasName returns a boolean if a field has been set.
func (o *ServerProperties) GetCores() int32
GetCores returns the Cores field if non-nil, zero value otherwise.
func (o *ServerProperties) GetCoresOk() (*int32, bool)
GetCoresOk returns a tuple with the Cores field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServerProperties) SetCores(v int32)
SetCores sets Cores field to given value.
func (o *ServerProperties) GetRam() int32
GetRam returns the Ram field if non-nil, zero value otherwise.
func (o *ServerProperties) GetRamOk() (*int32, 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 *ServerProperties) SetRam(v int32)
SetRam sets Ram field to given value.
func (o *ServerProperties) GetAvailabilityZone() string
GetAvailabilityZone returns the AvailabilityZone field if non-nil, zero value otherwise.
func (o *ServerProperties) GetAvailabilityZoneOk() (*string, bool)
GetAvailabilityZoneOk returns a tuple with the AvailabilityZone field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServerProperties) SetAvailabilityZone(v string)
SetAvailabilityZone sets AvailabilityZone field to given value.
func (o *ServerProperties) HasAvailabilityZone() bool
HasAvailabilityZone returns a boolean if a field has been set.
func (o *ServerProperties) GetVmState() string
GetVmState returns the VmState field if non-nil, zero value otherwise.
func (o *ServerProperties) GetVmStateOk() (*string, bool)
GetVmStateOk returns a tuple with the VmState field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServerProperties) SetVmState(v string)
SetVmState sets VmState field to given value.
func (o *ServerProperties) HasVmState() bool
HasVmState returns a boolean if a field has been set.
func (o *ServerProperties) GetBootCdrom() ResourceReference
GetBootCdrom returns the BootCdrom field if non-nil, zero value otherwise.
func (o *ServerProperties) GetBootCdromOk() (*ResourceReference, bool)
GetBootCdromOk returns a tuple with the BootCdrom field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServerProperties) SetBootCdrom(v ResourceReference)
SetBootCdrom sets BootCdrom field to given value.
func (o *ServerProperties) HasBootCdrom() bool
HasBootCdrom returns a boolean if a field has been set.
func (o *ServerProperties) GetBootVolume() ResourceReference
GetBootVolume returns the BootVolume field if non-nil, zero value otherwise.
func (o *ServerProperties) GetBootVolumeOk() (*ResourceReference, bool)
GetBootVolumeOk returns a tuple with the BootVolume field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServerProperties) SetBootVolume(v ResourceReference)
SetBootVolume sets BootVolume field to given value.
func (o *ServerProperties) HasBootVolume() bool
HasBootVolume returns a boolean if a field has been set.
func (o *ServerProperties) GetCpuFamily() string
GetCpuFamily returns the CpuFamily field if non-nil, zero value otherwise.
func (o *ServerProperties) GetCpuFamilyOk() (*string, bool)
GetCpuFamilyOk returns a tuple with the CpuFamily field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServerProperties) SetCpuFamily(v string)
SetCpuFamily sets CpuFamily field to given value.
func (o *ServerProperties) HasCpuFamily() bool
HasCpuFamily returns a boolean if a field has been set.
Name
Pointer to string
A name of that resource
[optional]
Cores
int32
The total number of cores for the server
Ram
int32
The amount of memory for the server in MB, e.g. 2048. Size must be specified in multiples of 256 MB with a minimum of 256 MB; however, if you set ramHotPlug to TRUE then you must use a minimum of 1024 MB. If you set the RAM size more than 240GB, then ramHotPlug will be set to FALSE and can not be set to TRUE unless RAM size not set to less than 240GB.
AvailabilityZone
Pointer to string
The availability zone in which the server should exist
[optional]
VmState
Pointer to string
Status of the virtual Machine
[optional] [readonly]
BootCdrom
Pointer to ResourceReference
[optional]
BootVolume
Pointer to ResourceReference
[optional]
CpuFamily
Pointer to string
Cpu family of pserver
[optional]