public enum LocationLevel extends Enum<LocationLevel> implements ProtocolMessageEnumThe level of the Google Cloud Platform location.
Protobuf enum google.cloud.capacityplanner.v1beta.LocationLevel
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
DUAL_REGION |
Dual region pair. |
DUAL_REGION_VALUE |
Dual region pair. |
GLOBAL |
Globally. |
GLOBAL_VALUE |
Globally. |
LOCATION_LEVEL_UNSPECIFIED |
Location level is unspecified. |
LOCATION_LEVEL_UNSPECIFIED_VALUE |
Location level is unspecified. |
METRO |
A metro. |
METRO_VALUE |
A metro. |
MULTI_REGION |
Multiple regions. |
MULTI_REGION_VALUE |
Multiple regions. |
REGION |
Cloud region. |
REGION_VALUE |
Cloud region. |
UNRECOGNIZED |
|
ZONE |
Cloud zone. |
ZONE_VALUE |
Cloud zone. |
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() |
|