google_api_compute v0.6.0 GoogleApi.Compute.V1.Model.InterconnectOutageNotification View Source

Description of a planned outage on this Interconnect. Next id: 9

Attributes

  • affectedCircuits ([String.t]): If issue_type is IT_PARTIAL_OUTAGE, a list of the Google-side circuit IDs that will be affected. Defaults to: null.
  • description (String.t): A description about the purpose of the outage. Defaults to: null.
  • endTime (String.t): Scheduled end time for the outage (milliseconds since Unix epoch). Defaults to: null.
  • issueType (String.t): Form this outage is expected to take. Note that the "IT_" versions of this enum have been deprecated in favor of the unprefixed values. Defaults to: null.

    • Enum - one of [IT_OUTAGE, IT_PARTIAL_OUTAGE, OUTAGE, PARTIAL_OUTAGE]
  • name (String.t): Unique identifier for this outage notification. Defaults to: null.
  • source (String.t): The party that generated this notification. Note that "NSRC_GOOGLE" has been deprecated in favor of "GOOGLE" Defaults to: null.

    • Enum - one of [GOOGLE, NSRC_GOOGLE]
  • startTime (String.t): Scheduled start time for the outage (milliseconds since Unix epoch). Defaults to: null.
  • state (String.t): State of this notification. Note that the "NS_" versions of this enum have been deprecated in favor of the unprefixed values. Defaults to: null.

    • Enum - one of [ACTIVE, CANCELLED, NS_ACTIVE, NS_CANCELED]

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.Compute.V1.Model.InterconnectOutageNotification{
  affectedCircuits: [any()],
  description: any(),
  endTime: any(),
  issueType: any(),
  name: any(),
  source: any(),
  startTime: any(),
  state: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.