Reference documentation and code samples for the Google Cloud Bare Metal Solution V2 Client class ServiceCidr.
Service network block.
Protobuf type google.cloud.baremetalsolution.v2.NetworkConfig.ServiceCidr
Namespace
Google \ Cloud \ BareMetalSolution \ V2 \ NetworkConfigMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
SERVICE_CIDR_UNSPECIFIED
Value: 0
Unspecified value.
Generated from protobuf enum SERVICE_CIDR_UNSPECIFIED = 0;
DISABLED
Value: 1
Services are disabled for the given network.
Generated from protobuf enum DISABLED = 1;
HIGH_26
Value: 2
Use the highest /26 block of the network to host services.
Generated from protobuf enum HIGH_26 = 2;
HIGH_27
Value: 3
Use the highest /27 block of the network to host services.
Generated from protobuf enum HIGH_27 = 3;
HIGH_28
Value: 4
Use the highest /28 block of the network to host services.
Generated from protobuf enum HIGH_28 = 4;