GoogleApi.Compute.V1.Model.AllocationSpecificSKUReservation (google_api_compute v0.47.0) View Source
This reservation type allows to pre allocate specific instance configuration. Next ID: 5
Attributes
-
count
(type:String.t
, default:nil
) - Specifies the number of resources that are allocated. -
inUseCount
(type:String.t
, default:nil
) - [Output Only] Indicates how many instances are in use. -
instanceProperties
(type:GoogleApi.Compute.V1.Model.AllocationSpecificSKUAllocationReservedInstanceProperties.t
, default:nil
) - The instance properties for 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.AllocationSpecificSKUReservation{ count: String.t() | nil, inUseCount: String.t() | nil, instanceProperties: GoogleApi.Compute.V1.Model.AllocationSpecificSKUAllocationReservedInstanceProperties.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.