View Source GoogleApi.Compute.V1.Model.ScalingScheduleStatus (google_api_compute v0.56.0)

Attributes

  • lastStartTime (type: String.t, default: nil) - [Output Only] The last time the scaling schedule became active. Note: this is a timestamp when a schedule actually became active, not when it was planned to do so. The timestamp is in RFC3339 text format.
  • nextStartTime (type: String.t, default: nil) - [Output Only] The next time the scaling schedule is to become active. Note: this is a timestamp when a schedule is planned to run, but the actual time might be slightly different. The timestamp is in RFC3339 text format.
  • state (type: String.t, default: nil) - [Output Only] The current state of a scaling schedule.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.ScalingScheduleStatus{
  lastStartTime: String.t() | nil,
  nextStartTime: String.t() | nil,
  state: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.