Reference documentation and code samples for the Compute V1 Client class LocationScope.
The location scope of the rollout plan. If not specified, the location scope is considered as ZONAL.
Protobuf type google.cloud.compute.v1.RolloutPlan.LocationScope
Namespace
Google \ Cloud \ Compute \ V1 \ RolloutPlanMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
UNDEFINED_LOCATION_SCOPE
Value: 0A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_LOCATION_SCOPE = 0;
LOCATION_SCOPE_UNSPECIFIED
Value: 416410498Unspecified value. Considered as ZONAL.
Generated from protobuf enum LOCATION_SCOPE_UNSPECIFIED = 416410498;
REGIONAL
Value: 92288543Regional scope.
Generated from protobuf enum REGIONAL = 92288543;
ZONAL
Value: 85547428Zonal scope.
Generated from protobuf enum ZONAL = 85547428;