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: 0Unspecified value.
Generated from protobuf enum SERVICE_CIDR_UNSPECIFIED = 0;
DISABLED
Value: 1Services are disabled for the given network.
Generated from protobuf enum DISABLED = 1;
HIGH_26
Value: 2Use the highest /26 block of the network to host services.
Generated from protobuf enum HIGH_26 = 2;
HIGH_27
Value: 3Use the highest /27 block of the network to host services.
Generated from protobuf enum HIGH_27 = 3;
HIGH_28
Value: 4Use the highest /28 block of the network to host services.
Generated from protobuf enum HIGH_28 = 4;