Enum InterconnectOutageNotification.IssueType (1.51.0)

public enum InterconnectOutageNotification.IssueType extends Enum<InterconnectOutageNotification.IssueType> implements 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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
IT_OUTAGE

[Deprecated] The Interconnect may be completely out of service for some or all of the specified window.

IT_OUTAGE = 175779973;

IT_OUTAGE_VALUE

[Deprecated] The Interconnect may be completely out of service for some or all of the specified window.

IT_OUTAGE = 175779973;

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;

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;

OUTAGE

The Interconnect may be completely out of service for some or all of the specified window.

OUTAGE = 195285745;

OUTAGE_VALUE

The Interconnect may be completely out of service for some or all of the specified window.

OUTAGE = 195285745;

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;

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;

UNDEFINED_ISSUE_TYPE

A value indicating that the enum field is not set.

UNDEFINED_ISSUE_TYPE = 0;

UNDEFINED_ISSUE_TYPE_VALUE

A value indicating that the enum field is not set.

UNDEFINED_ISSUE_TYPE = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()