InterconnectOutageNotificationResponse

data class InterconnectOutageNotificationResponse(val affectedCircuits: List<String>, val description: String, val endTime: String, val issueType: String, val name: String, val source: String, val startTime: String, val state: String)

Description of a planned outage on this Interconnect.

Constructors

Link copied to clipboard
fun InterconnectOutageNotificationResponse(affectedCircuits: List<String>, description: String, endTime: String, issueType: String, name: String, source: String, startTime: String, state: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

If issue_type is IT_PARTIAL_OUTAGE, a list of the Google-side circuit IDs that will be affected.

Link copied to clipboard

A description about the purpose of the outage.

Link copied to clipboard

Scheduled end time for the outage (milliseconds since Unix epoch).

Link copied to clipboard

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. - PARTIAL_OUTAGE: 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.

Link copied to clipboard

Unique identifier for this outage notification.

Link copied to clipboard

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.

Link copied to clipboard

Scheduled start time for the outage (milliseconds since Unix epoch).

Link copied to clipboard

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 start_time and end_time for scheduling. - CANCELLED: The outage associated with this notification was cancelled before the outage was due to start. - COMPLETED: The outage associated with this notification is complete. Note that the versions of this enum prefixed with "NS_" have been deprecated in favor of the unprefixed values.