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

The properties of the last known good state for the Future Reservation.

Attributes

  • shareSettings (type: GoogleApi.Compute.V1.Model.ShareSettings.t, default: nil) - [Output Only] The previous share settings of the Future Reservation.
  • specificSkuProperties (type: GoogleApi.Compute.V1.Model.FutureReservationSpecificSKUProperties.t, default: nil) - [Output Only] The previous instance related properties of the Future Reservation.
  • timeWindow (type: GoogleApi.Compute.V1.Model.FutureReservationTimeWindow.t, default: nil) - [Output Only] The previous time window of the Future Reservation.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Compute.V1.Model.FutureReservationStatusLastKnownGoodStateFutureReservationSpecs{
    shareSettings: GoogleApi.Compute.V1.Model.ShareSettings.t() | nil,
    specificSkuProperties:
      GoogleApi.Compute.V1.Model.FutureReservationSpecificSKUProperties.t()
      | nil,
    timeWindow: GoogleApi.Compute.V1.Model.FutureReservationTimeWindow.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.