View Source GoogleApi.Compute.V1.Model.UpcomingMaintenance (google_api_compute v0.56.2)

Upcoming Maintenance notification information.

Attributes

  • canReschedule (type: boolean(), default: nil) - Indicates if the maintenance can be customer triggered.
  • latestWindowStartTime (type: String.t, default: nil) - The latest time for the planned maintenance window to start. This timestamp value is in RFC3339 text format.
  • maintenanceStatus (type: String.t, default: nil) -
  • type (type: String.t, default: nil) - Defines the type of maintenance.
  • windowEndTime (type: String.t, default: nil) - The time by which the maintenance disruption will be completed. This timestamp value is in RFC3339 text format.
  • windowStartTime (type: String.t, default: nil) - The current start time of the maintenance window. This timestamp value is in RFC3339 text format.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.UpcomingMaintenance{
  canReschedule: boolean() | nil,
  latestWindowStartTime: String.t() | nil,
  maintenanceStatus: String.t() | nil,
  type: String.t() | nil,
  windowEndTime: String.t() | nil,
  windowStartTime: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.