public enum RolloutPlan.LocationScope extends Enum<RolloutPlan.LocationScope> implements ProtocolMessageEnumThe 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
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
LOCATION_SCOPE_UNSPECIFIED |
Unspecified value. Considered as ZONAL. |
LOCATION_SCOPE_UNSPECIFIED_VALUE |
Unspecified value. Considered as ZONAL. |
REGIONAL |
Regional scope. |
REGIONAL_VALUE |
Regional scope. |
UNDEFINED_LOCATION_SCOPE |
A value indicating that the enum field is not set. |
UNDEFINED_LOCATION_SCOPE_VALUE |
A value indicating that the enum field is not set. |
UNRECOGNIZED |
|
ZONAL |
Zonal scope. |
ZONAL_VALUE |
Zonal scope. |
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() |
|