Reference documentation and code samples for the Google Cloud Capacity Planner V1beta Client class LocationLevel.
The level of the Google Cloud Platform location.
Protobuf type google.cloud.capacityplanner.v1beta.LocationLevel
Namespace
Google \ Cloud \ CapacityPlanner \ V1betaMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
LOCATION_LEVEL_UNSPECIFIED
Value: 0Location level is unspecified.
Generated from protobuf enum LOCATION_LEVEL_UNSPECIFIED = 0;
REGION
Value: 1Cloud region.
Generated from protobuf enum REGION = 1;
ZONE
Value: 2Cloud zone.
Generated from protobuf enum ZONE = 2;
PBGLOBAL
Value: 3Globally.
Generated from protobuf enum GLOBAL = 3;
METRO
Value: 4A metro.
Generated from protobuf enum METRO = 4;
DUAL_REGION
Value: 5Dual region pair.
Generated from protobuf enum DUAL_REGION = 5;
MULTI_REGION
Value: 6Multiple regions.
Generated from protobuf enum MULTI_REGION = 6;