Enum InterconnectLocationRegionInfo.LocationPresence (1.51.0)

public enum InterconnectLocationRegionInfo.LocationPresence extends Enum<InterconnectLocationRegionInfo.LocationPresence> implements ProtocolMessageEnum

Identifies the network presence of this location.

Protobuf enum google.cloud.compute.v1.InterconnectLocationRegionInfo.LocationPresence

Implements

ProtocolMessageEnum

Static Fields

NameDescription
GLOBAL

This region is not in any common network presence with this InterconnectLocation.

GLOBAL = 494663587;

GLOBAL_VALUE

This region is not in any common network presence with this InterconnectLocation.

GLOBAL = 494663587;

LOCAL_REGION

This region shares the same regional network presence as this InterconnectLocation.

LOCAL_REGION = 403535464;

LOCAL_REGION_VALUE

This region shares the same regional network presence as this InterconnectLocation.

LOCAL_REGION = 403535464;

LP_GLOBAL

[Deprecated] This region is not in any common network presence with this InterconnectLocation.

LP_GLOBAL = 429584062;

LP_GLOBAL_VALUE

[Deprecated] This region is not in any common network presence with this InterconnectLocation.

LP_GLOBAL = 429584062;

LP_LOCAL_REGION

[Deprecated] This region shares the same regional network presence as this InterconnectLocation.

LP_LOCAL_REGION = 488598851;

LP_LOCAL_REGION_VALUE

[Deprecated] This region shares the same regional network presence as this InterconnectLocation.

LP_LOCAL_REGION = 488598851;

UNDEFINED_LOCATION_PRESENCE

A value indicating that the enum field is not set.

UNDEFINED_LOCATION_PRESENCE = 0;

UNDEFINED_LOCATION_PRESENCE_VALUE

A value indicating that the enum field is not set.

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