public enum InternalRange.Overlap extends Enum<InternalRange.Overlap> implements ProtocolMessageEnum
Overlap specifications.
Protobuf enum google.cloud.networkconnectivity.v1.InternalRange.Overlap
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
OVERLAP_EXISTING_SUBNET_RANGE |
Allow creation of internal ranges that overlap with existing subnets. |
OVERLAP_EXISTING_SUBNET_RANGE_VALUE |
Allow creation of internal ranges that overlap with existing subnets. |
OVERLAP_ROUTE_RANGE |
Allow creation of static routes more specific that the current internal range. |
OVERLAP_ROUTE_RANGE_VALUE |
Allow creation of static routes more specific that the current internal range. |
OVERLAP_UNSPECIFIED |
No overlap overrides. |
OVERLAP_UNSPECIFIED_VALUE |
No overlap overrides. |
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() |