Enum InternalRange.Overlap (1.69.0)

public enum InternalRange.Overlap extends Enum<InternalRange.Overlap> implements ProtocolMessageEnum

Overlap specifications.

Protobuf enum google.cloud.networkconnectivity.v1.InternalRange.Overlap

Implements

ProtocolMessageEnum

Static Fields

Name Description
OVERLAP_EXISTING_SUBNET_RANGE

Allow creation of internal ranges that overlap with existing subnets.

OVERLAP_EXISTING_SUBNET_RANGE = 2;

OVERLAP_EXISTING_SUBNET_RANGE_VALUE

Allow creation of internal ranges that overlap with existing subnets.

OVERLAP_EXISTING_SUBNET_RANGE = 2;

OVERLAP_ROUTE_RANGE

Allow creation of static routes more specific that the current internal range.

OVERLAP_ROUTE_RANGE = 1;

OVERLAP_ROUTE_RANGE_VALUE

Allow creation of static routes more specific that the current internal range.

OVERLAP_ROUTE_RANGE = 1;

OVERLAP_UNSPECIFIED

No overlap overrides.

OVERLAP_UNSPECIFIED = 0;

OVERLAP_UNSPECIFIED_VALUE

No overlap overrides.

OVERLAP_UNSPECIFIED = 0;

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