Class InterconnectOutageNotification
Description of a planned outage on this Interconnect.
Implements
Inherited Members
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class InterconnectOutageNotification : IDirectResponseSchema
Properties
AffectedCircuits
If issue_type is IT_PARTIAL_OUTAGE, a list of the Google-side circuit IDs that will be affected.
Declaration
[JsonProperty("affectedCircuits")]
public virtual IList<string> AffectedCircuits { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Description
A description about the purpose of the outage.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EndTime
Scheduled end time for the outage (milliseconds since Unix epoch).
Declaration
[JsonProperty("endTime")]
public virtual long? EndTime { get; set; }
Property Value
Type | Description |
---|---|
long? |
IssueType
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.
Declaration
[JsonProperty("issueType")]
public virtual string IssueType { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Unique identifier for this outage notification.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Source
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.
Declaration
[JsonProperty("source")]
public virtual string Source { get; set; }
Property Value
Type | Description |
---|---|
string |
StartTime
Scheduled start time for the outage (milliseconds since Unix epoch).
Declaration
[JsonProperty("startTime")]
public virtual long? StartTime { get; set; }
Property Value
Type | Description |
---|---|
long? |
State
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.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type | Description |
---|---|
string |