Google Cloud Capacity Planner V1beta Client - Class LocationLevel (0.1.0)

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 \ V1beta

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

LOCATION_LEVEL_UNSPECIFIED

Value: 0

Location level is unspecified.

Generated from protobuf enum LOCATION_LEVEL_UNSPECIFIED = 0;

REGION

Value: 1

Cloud region.

Generated from protobuf enum REGION = 1;

ZONE

Value: 2

Cloud zone.

Generated from protobuf enum ZONE = 2;

PBGLOBAL

Value: 3

Globally.

Generated from protobuf enum GLOBAL = 3;

METRO

Value: 4

A metro.

Generated from protobuf enum METRO = 4;

DUAL_REGION

Value: 5

Dual region pair.

Generated from protobuf enum DUAL_REGION = 5;

MULTI_REGION

Value: 6

Multiple regions.

Generated from protobuf enum MULTI_REGION = 6;