google_api_compute v0.9.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, which can take one of the following values: - OUTAGE: The Interconnect may be completely out of service for some or all of the specified window. - PARTIALOUTAGE: Some circuits comprising the Interconnect as a whole should remain up, but with reduced bandwidth. Note that the versions of this enum prefixed with "IT" 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, which can take the following value: - GOOGLE: this notification as generated by Google. Note that the value of 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, which can take one of the following values: - ACTIVE: This outage notification is active. The event could be in the past, present, or future. See starttime and end_time for scheduling. - CANCELLED: The outage associated with this notification was cancelled before the outage was due to start. Note that the versions of this enum prefixed with "NS" 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 section Functions
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.