Compute V1 Client - Class IssueType (2.2.0)

Reference documentation and code samples for the Compute V1 Client class 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.

Protobuf type google.cloud.compute.v1.InterconnectOutageNotification.IssueType

Namespace

Google \ Cloud \ Compute \ V1 \ InterconnectOutageNotification

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

UNDEFINED_ISSUE_TYPE

Value: 0

A value indicating that the enum field is not set.

Generated from protobuf enum UNDEFINED_ISSUE_TYPE = 0;

IT_OUTAGE

Value: 175779973

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

Generated from protobuf enum IT_OUTAGE = 175779973;

IT_PARTIAL_OUTAGE

Value: 92103971

[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.

Generated from protobuf enum IT_PARTIAL_OUTAGE = 92103971;

OUTAGE

Value: 195285745

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

Generated from protobuf enum OUTAGE = 195285745;

PARTIAL_OUTAGE

Value: 147053455

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.

Generated from protobuf enum PARTIAL_OUTAGE = 147053455;