Compute V1 Client - Class LocationScope (2.10.0)

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

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

UNDEFINED_LOCATION_SCOPE

Value: 0

A value indicating that the enum field is not set.

Generated from protobuf enum UNDEFINED_LOCATION_SCOPE = 0;

LOCATION_SCOPE_UNSPECIFIED

Value: 416410498

Unspecified value. Considered as ZONAL.

Generated from protobuf enum LOCATION_SCOPE_UNSPECIFIED = 416410498;

REGIONAL

Value: 92288543

Regional scope.

Generated from protobuf enum REGIONAL = 92288543;

ZONAL

Value: 85547428

Zonal scope.

Generated from protobuf enum ZONAL = 85547428;