func NewServerProperties(cores int32, ram int32, ) *ServerProperties
func NewServerPropertiesWithDefaults() *ServerProperties
func (o *ServerProperties) GetTemplateUuid() string
func (o *ServerProperties) GetTemplateUuidOk() (*string, bool)
func (o *ServerProperties) SetTemplateUuid(v string)
func (o *ServerProperties) HasTemplateUuid() bool
func (o *ServerProperties) GetName() string
func (o *ServerProperties) GetNameOk() (*string, bool)
func (o *ServerProperties) SetName(v string)
func (o *ServerProperties) HasName() bool
func (o *ServerProperties) GetCores() int32
func (o *ServerProperties) GetCoresOk() (*int32, bool)
func (o *ServerProperties) SetCores(v int32)
func (o *ServerProperties) GetRam() int32
func (o *ServerProperties) GetRamOk() (*int32, bool)
func (o *ServerProperties) SetRam(v int32)
func (o *ServerProperties) GetAvailabilityZone() string
func (o *ServerProperties) GetAvailabilityZoneOk() (*string, bool)
func (o *ServerProperties) SetAvailabilityZone(v string)
func (o *ServerProperties) HasAvailabilityZone() bool
func (o *ServerProperties) GetVmState() string
func (o *ServerProperties) GetVmStateOk() (*string, bool)
func (o *ServerProperties) SetVmState(v string)
func (o *ServerProperties) HasVmState() bool
func (o *ServerProperties) GetBootCdrom() ResourceReference
func (o *ServerProperties) GetBootCdromOk() (*ResourceReference, bool)
func (o *ServerProperties) SetBootCdrom(v ResourceReference)
func (o *ServerProperties) HasBootCdrom() bool
func (o *ServerProperties) GetBootVolume() ResourceReference
func (o *ServerProperties) GetBootVolumeOk() (*ResourceReference, bool)
func (o *ServerProperties) SetBootVolume(v ResourceReference)
func (o *ServerProperties) HasBootVolume() bool
func (o *ServerProperties) GetCpuFamily() string
func (o *ServerProperties) GetCpuFamilyOk() (*string, bool)
func (o *ServerProperties) SetCpuFamily(v string)
func (o *ServerProperties) HasCpuFamily() bool
func (o *ServerProperties) GetType() string
func (o *ServerProperties) GetTypeOk() (*string, bool)
func (o *ServerProperties) SetType(v string)
func (o *ServerProperties) HasType() bool