Enum RolloutPlan.LocationScope (1.105.0)

public enum RolloutPlan.LocationScope extends Enum<RolloutPlan.LocationScope> implements ProtocolMessageEnum

The location scope of the rollout plan. If not specified, the location scope is considered as ZONAL.

Protobuf enum google.cloud.compute.v1.RolloutPlan.LocationScope

Implements

ProtocolMessageEnum

Static Fields

Name Description
LOCATION_SCOPE_UNSPECIFIED

Unspecified value. Considered as ZONAL.

LOCATION_SCOPE_UNSPECIFIED = 416410498;

LOCATION_SCOPE_UNSPECIFIED_VALUE

Unspecified value. Considered as ZONAL.

LOCATION_SCOPE_UNSPECIFIED = 416410498;

REGIONAL

Regional scope.

REGIONAL = 92288543;

REGIONAL_VALUE

Regional scope.

REGIONAL = 92288543;

UNDEFINED_LOCATION_SCOPE

A value indicating that the enum field is not set.

UNDEFINED_LOCATION_SCOPE = 0;

UNDEFINED_LOCATION_SCOPE_VALUE

A value indicating that the enum field is not set.

UNDEFINED_LOCATION_SCOPE = 0;

UNRECOGNIZED
ZONAL

Zonal scope.

ZONAL = 85547428;

ZONAL_VALUE

Zonal scope.

ZONAL = 85547428;

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()