Reference documentation and code samples for the Google Cloud Network Connectivity V1 Client class Overlap.
Overlap specifications.
Protobuf type google.cloud.networkconnectivity.v1.InternalRange.Overlap
Namespace
Google \ Cloud \ NetworkConnectivity \ V1 \ InternalRangeMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
OVERLAP_UNSPECIFIED
Value: 0
No overlap overrides.
Generated from protobuf enum OVERLAP_UNSPECIFIED = 0;
OVERLAP_ROUTE_RANGE
Value: 1
Allow creation of static routes more specific that the current internal range.
Generated from protobuf enum OVERLAP_ROUTE_RANGE = 1;
OVERLAP_EXISTING_SUBNET_RANGE
Value: 2
Allow creation of internal ranges that overlap with existing subnets.
Generated from protobuf enum OVERLAP_EXISTING_SUBNET_RANGE = 2;