public static enum InterconnectOutageNotification.IssueType extends Enum<InterconnectOutageNotification.IssueType> implements com.google.protobuf.ProtocolMessageEnum
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.Protobuf enum
google.cloud.compute.v1.InterconnectOutageNotification.IssueType| Enum Constant and Description |
|---|
IT_OUTAGE
[Deprecated] The Interconnect may be completely out of service for some or all of the specified window.
|
IT_PARTIAL_OUTAGE
[Deprecated] Some circuits comprising the Interconnect will be out of service during the expected window.
|
OUTAGE
The Interconnect may be completely out of service for some or all of the specified window.
|
PARTIAL_OUTAGE
Some circuits comprising the Interconnect will be out of service during the expected window.
|
UNDEFINED_ISSUE_TYPE
A value indicating that the enum field is not set.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
IT_OUTAGE_VALUE
[Deprecated] The Interconnect may be completely out of service for some or all of the specified window.
|
static int |
IT_PARTIAL_OUTAGE_VALUE
[Deprecated] Some circuits comprising the Interconnect will be out of service during the expected window.
|
static int |
OUTAGE_VALUE
The Interconnect may be completely out of service for some or all of the specified window.
|
static int |
PARTIAL_OUTAGE_VALUE
Some circuits comprising the Interconnect will be out of service during the expected window.
|
static int |
UNDEFINED_ISSUE_TYPE_VALUE
A value indicating that the enum field is not set.
|
| Modifier and Type | Method and Description |
|---|---|
static InterconnectOutageNotification.IssueType |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<InterconnectOutageNotification.IssueType> |
internalGetValueMap() |
static InterconnectOutageNotification.IssueType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static InterconnectOutageNotification.IssueType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static InterconnectOutageNotification.IssueType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InterconnectOutageNotification.IssueType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InterconnectOutageNotification.IssueType UNDEFINED_ISSUE_TYPE
A value indicating that the enum field is not set.
UNDEFINED_ISSUE_TYPE = 0;public static final InterconnectOutageNotification.IssueType IT_OUTAGE
[Deprecated] The Interconnect may be completely out of service for some or all of the specified window.
IT_OUTAGE = 175779973;public static final InterconnectOutageNotification.IssueType IT_PARTIAL_OUTAGE
[Deprecated] Some circuits comprising the Interconnect will be out of service during the expected window. The interconnect as a whole should remain up, albeit with reduced bandwidth.
IT_PARTIAL_OUTAGE = 92103971;public static final InterconnectOutageNotification.IssueType OUTAGE
The Interconnect may be completely out of service for some or all of the specified window.
OUTAGE = 195285745;public static final InterconnectOutageNotification.IssueType PARTIAL_OUTAGE
Some circuits comprising the Interconnect will be out of service during the expected window. The interconnect as a whole should remain up, albeit with reduced bandwidth.
PARTIAL_OUTAGE = 147053455;public static final InterconnectOutageNotification.IssueType UNRECOGNIZED
public static final int UNDEFINED_ISSUE_TYPE_VALUE
A value indicating that the enum field is not set.
UNDEFINED_ISSUE_TYPE = 0;public static final int IT_OUTAGE_VALUE
[Deprecated] The Interconnect may be completely out of service for some or all of the specified window.
IT_OUTAGE = 175779973;public static final int IT_PARTIAL_OUTAGE_VALUE
[Deprecated] Some circuits comprising the Interconnect will be out of service during the expected window. The interconnect as a whole should remain up, albeit with reduced bandwidth.
IT_PARTIAL_OUTAGE = 92103971;public static final int OUTAGE_VALUE
The Interconnect may be completely out of service for some or all of the specified window.
OUTAGE = 195285745;public static final int PARTIAL_OUTAGE_VALUE
Some circuits comprising the Interconnect will be out of service during the expected window. The interconnect as a whole should remain up, albeit with reduced bandwidth.
PARTIAL_OUTAGE = 147053455;public static InterconnectOutageNotification.IssueType[] values()
for (InterconnectOutageNotification.IssueType c : InterconnectOutageNotification.IssueType.values()) System.out.println(c);
public static InterconnectOutageNotification.IssueType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static InterconnectOutageNotification.IssueType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static InterconnectOutageNotification.IssueType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<InterconnectOutageNotification.IssueType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static InterconnectOutageNotification.IssueType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.