Enum InterconnectLocation.Status (1.51.0)

public enum InterconnectLocation.Status extends Enum<InterconnectLocation.Status> implements ProtocolMessageEnum

[Output Only] The status of this InterconnectLocation, which can take one of the following values: - CLOSED: The InterconnectLocation is closed and is unavailable for provisioning new Interconnects. - AVAILABLE: The InterconnectLocation is available for provisioning new Interconnects.

Protobuf enum google.cloud.compute.v1.InterconnectLocation.Status

Implements

ProtocolMessageEnum

Static Fields

NameDescription
AVAILABLE

The InterconnectLocation is available for provisioning new Interconnects.

AVAILABLE = 442079913;

AVAILABLE_VALUE

The InterconnectLocation is available for provisioning new Interconnects.

AVAILABLE = 442079913;

CLOSED

The InterconnectLocation is closed for provisioning new Interconnects.

CLOSED = 380163436;

CLOSED_VALUE

The InterconnectLocation is closed for provisioning new Interconnects.

CLOSED = 380163436;

UNDEFINED_STATUS

A value indicating that the enum field is not set.

UNDEFINED_STATUS = 0;

UNDEFINED_STATUS_VALUE

A value indicating that the enum field is not set.

UNDEFINED_STATUS = 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()