public enum InterconnectLocationRegionInfo.LocationPresence extends Enum<InterconnectLocationRegionInfo.LocationPresence> implements ProtocolMessageEnumIdentifies the network presence of this location.
Protobuf enum google.cloud.compute.v1.InterconnectLocationRegionInfo.LocationPresence
Implements
ProtocolMessageEnumStatic Fields
| Name | Description |
| GLOBAL | This region is not in any common network presence with this InterconnectLocation. |
| GLOBAL_VALUE | This region is not in any common network presence with this InterconnectLocation. |
| LOCAL_REGION | This region shares the same regional network presence as this InterconnectLocation. |
| LOCAL_REGION_VALUE | This region shares the same regional network presence as this InterconnectLocation. |
| LP_GLOBAL | [Deprecated] This region is not in any common network presence with this InterconnectLocation. |
| LP_GLOBAL_VALUE | [Deprecated] This region is not in any common network presence with this InterconnectLocation. |
| LP_LOCAL_REGION | [Deprecated] This region shares the same regional network presence as this InterconnectLocation. |
| LP_LOCAL_REGION_VALUE | [Deprecated] This region shares the same regional network presence as this InterconnectLocation. |
| UNDEFINED_LOCATION_PRESENCE | A value indicating that the enum field is not set. |
| UNDEFINED_LOCATION_PRESENCE_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() |