View Source GoogleApi.Compute.V1.Model.FutureReservationSpecificSKUProperties (google_api_compute v0.62.0)

Attributes

  • instanceProperties (type: GoogleApi.Compute.V1.Model.AllocationSpecificSKUAllocationReservedInstanceProperties.t, default: nil) - Properties of the SKU instances being reserved.
  • sourceInstanceTemplate (type: String.t, default: nil) - The instance template that will be used to populate the ReservedInstanceProperties of the future reservation
  • totalCount (type: String.t, default: nil) - Total number of instances for which capacity assurance is requested at a future time period.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.FutureReservationSpecificSKUProperties{
  instanceProperties:
    GoogleApi.Compute.V1.Model.AllocationSpecificSKUAllocationReservedInstanceProperties.t()
    | nil,
  sourceInstanceTemplate: String.t() | nil,
  totalCount: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.