google_api_compute v0.11.0 GoogleApi.Compute.V1.Model.AllocationSpecificSKUReservation 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

Link to this type

t()

View Source
t() :: %GoogleApi.Compute.V1.Model.AllocationSpecificSKUReservation{
  count: String.t(),
  inUseCount: String.t(),
  instanceProperties:
    GoogleApi.Compute.V1.Model.AllocationSpecificSKUAllocationReservedInstanceProperties.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.