- 3.22.0 (latest)
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.0
- 3.6.0
- 3.5.0
- 3.4.0
- 3.3.0
- 3.2.0
- 3.1.0
- 3.0.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.0
- 2.2.0
- 2.1.0
- 2.0.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.0
- 1.0.0
public sealed class InterconnectOutageNotification : IMessage<InterconnectOutageNotification>, IEquatable<InterconnectOutageNotification>, IDeepCloneable<InterconnectOutageNotification>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class InterconnectOutageNotification.
Description of a planned outage on this Interconnect.
Implements
IMessageInterconnectOutageNotification, IEquatableInterconnectOutageNotification, IDeepCloneableInterconnectOutageNotification, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
InterconnectOutageNotification()
public InterconnectOutageNotification()InterconnectOutageNotification(InterconnectOutageNotification)
public InterconnectOutageNotification(InterconnectOutageNotification other)| Parameter | |
|---|---|
| Name | Description |
other |
InterconnectOutageNotification |
Properties
AffectedCircuits
public RepeatedField<string> AffectedCircuits { get; }If issue_type is IT_PARTIAL_OUTAGE, a list of the Google-side circuit IDs that will be affected.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
Description
public string Description { get; set; }A description about the purpose of the outage.
| Property Value | |
|---|---|
| Type | Description |
string |
|
EndTime
public long EndTime { get; set; }Scheduled end time for the outage (milliseconds since Unix epoch).
| Property Value | |
|---|---|
| Type | Description |
long |
|
HasDescription
public bool HasDescription { get; }Gets whether the "description" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasEndTime
public bool HasEndTime { get; }Gets whether the "end_time" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasIssueType
public bool HasIssueType { get; }Gets whether the "issue_type" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasName
public bool HasName { get; }Gets whether the "name" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasSource
public bool HasSource { get; }Gets whether the "source" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasStartTime
public bool HasStartTime { get; }Gets whether the "start_time" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasState
public bool HasState { get; }Gets whether the "state" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
IssueType
public string IssueType { get; set; }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. Check the IssueType enum for the list of possible values.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Name
public string Name { get; set; }Unique identifier for this outage notification.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Source
public string Source { get; set; }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. Check the Source enum for the list of possible values.
| Property Value | |
|---|---|
| Type | Description |
string |
|
StartTime
public long StartTime { get; set; }Scheduled start time for the outage (milliseconds since Unix epoch).
| Property Value | |
|---|---|
| Type | Description |
long |
|
State
public string State { get; set; }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. Check the State enum for the list of possible values.
| Property Value | |
|---|---|
| Type | Description |
string |
|