| Name | Type | Description | Notes |
|---|---|---|---|
| MachineType | Pointer to string | machine_type is the machine type identifier within the given cloud provider, ex. m5.xlarge, n2-standard-4. | [optional] |
| NumVirtualCpus | Pointer to int32 | num_virtual_cpus may be used to automatically select a machine type according to the desired number of vCPUs. | [optional] |
func NewDedicatedMachineTypeSpecification() *DedicatedMachineTypeSpecification
NewDedicatedMachineTypeSpecification instantiates a new DedicatedMachineTypeSpecification 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 (o *DedicatedMachineTypeSpecification) GetMachineType() string
GetMachineType returns the MachineType field if non-nil, zero value otherwise.
func (o *DedicatedMachineTypeSpecification) SetMachineType(v string)
SetMachineType sets MachineType field to given value.
func (o *DedicatedMachineTypeSpecification) GetNumVirtualCpus() int32
GetNumVirtualCpus returns the NumVirtualCpus field if non-nil, zero value otherwise.
func (o *DedicatedMachineTypeSpecification) SetNumVirtualCpus(v int32)
SetNumVirtualCpus sets NumVirtualCpus field to given value.