InterconnectExpectedOutage

data class InterconnectExpectedOutage(val affectedCircuits: List<String>? = null, val description: String? = null, val endTime: String? = null, val issueType: String? = null, val name: String? = null, val source: String? = null, val startTime: String? = null, val state: String? = null)

Constructors

Link copied to clipboard
constructor(affectedCircuits: List<String>? = null, description: String? = null, endTime: String? = null, issueType: String? = null, name: String? = null, source: String? = null, startTime: String? = null, state: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

(Output) If issueType is IT_PARTIAL_OUTAGE, a list of the Google-side circuit IDs that will be affected.

Link copied to clipboard
val description: String? = null

An optional description of this resource. Provide this property when you create the resource.

Link copied to clipboard
val endTime: String? = null

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

Link copied to clipboard
val issueType: String? = null

(Output) Form this outage is expected to take. Note that the versions of this enum prefixed with "IT_" have been deprecated in favor of the unprefixed values. Can take one of the following values:

Link copied to clipboard
val name: String? = null

Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression a-z? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.

Link copied to clipboard
val source: String? = null

(Output) The party that generated this notification. Note that the value of NSRC_GOOGLE has been deprecated in favor of GOOGLE. Can take the following value:

Link copied to clipboard
val startTime: String? = null

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

Link copied to clipboard
val state: String? = null

(Output) State of this notification. Note that the versions of this enum prefixed with "NS_" have been deprecated in favor of the unprefixed values. Can take one of the following values: