google_api_compute v0.21.0 GoogleApi.Compute.V1.Model.AllocationSpecificSKUAllocationReservedInstanceProperties View Source
Properties of the SKU instances being reserved. Next ID: 9
Attributes
guestAccelerators
(type:list(GoogleApi.Compute.V1.Model.AcceleratorConfig.t)
, default:nil
) - Specifies accelerator type and count.localSsds
(type:list(GoogleApi.Compute.V1.Model.AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk.t)
, default:nil
) - Specifies amount of local ssd to reserve with each instance. The type of disk is local-ssd.machineType
(type:String.t
, default:nil
) - Specifies type of machine (name only) which has fixed number of vCPUs and fixed amount of memory. This also includes specifying custom machine type following custom-NUMBER_OF_CPUS-AMOUNT_OF_MEMORY pattern.maintenanceInterval
(type:String.t
, default:nil
) - Specifies whether this VM may be a stable fleet VM. Setting this to "Periodic" designates this VM as a Stable Fleet VM.See go/stable-fleet-ug for more details.
minCpuPlatform
(type:String.t
, default:nil
) - Minimum cpu platform the reservation.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Compute.V1.Model.AllocationSpecificSKUAllocationReservedInstanceProperties{ guestAccelerators: [GoogleApi.Compute.V1.Model.AcceleratorConfig.t()], localSsds: [ GoogleApi.Compute.V1.Model.AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk.t() ], machineType: String.t(), maintenanceInterval: String.t(), minCpuPlatform: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.