GoogleApi.Compute.V1.Model.AllocationSpecificSKUReservation (google_api_compute v0.29.0) View Source
This reservation type allows to pre allocate specific instance configuration.
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(),
inUseCount: String.t(),
instanceProperties:
GoogleApi.Compute.V1.Model.AllocationSpecificSKUAllocationReservedInstanceProperties.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.