View Source GoogleApi.Compute.V1.Model.FutureReservationStatusExistingMatchingUsageInfo (google_api_compute v0.60.0)

[Output Only] Represents the existing matching usage for the future reservation.

Attributes

  • count (type: String.t, default: nil) - Count to represent min(FR total_count, matching_reserved_capacity+matching_unreserved_instances)
  • timestamp (type: String.t, default: nil) - Timestamp when the matching usage was calculated

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Compute.V1.Model.FutureReservationStatusExistingMatchingUsageInfo{
    count: String.t() | nil,
    timestamp: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.