public enum InterconnectRemoteLocation.Status extends Enum<InterconnectRemoteLocation.Status> implements ProtocolMessageEnum[Output Only] The status of this InterconnectRemoteLocation, which can take one of the following values: - CLOSED: The InterconnectRemoteLocation is closed and is unavailable for provisioning new Cross-Cloud Interconnects. - AVAILABLE: The InterconnectRemoteLocation is available for provisioning new Cross-Cloud Interconnects.
Protobuf enum google.cloud.compute.v1.InterconnectRemoteLocation.Status
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
AVAILABLE |
The InterconnectRemoteLocation is available for provisioning new Cross-Cloud Interconnects. |
AVAILABLE_VALUE |
The InterconnectRemoteLocation is available for provisioning new Cross-Cloud Interconnects. |
CLOSED |
The InterconnectRemoteLocation is closed for provisioning new Cross-Cloud Interconnects. |
CLOSED_VALUE |
The InterconnectRemoteLocation is closed for provisioning new Cross-Cloud Interconnects. |
UNDEFINED_STATUS |
A value indicating that the enum field is not set. |
UNDEFINED_STATUS_VALUE |
A value indicating that the enum field is not set. |
UNRECOGNIZED |
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|