public enum SnapshotSettingsStorageLocationSettings.Policy extends Enum<SnapshotSettingsStorageLocationSettings.Policy> implements ProtocolMessageEnumThe chosen location policy.
Protobuf enum google.cloud.compute.v1.SnapshotSettingsStorageLocationSettings.Policy
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
LOCAL_REGION |
Store snapshot in the same region as with the originating disk. No additional parameters are needed. |
LOCAL_REGION_VALUE |
Store snapshot in the same region as with the originating disk. No additional parameters are needed. |
NEAREST_MULTI_REGION |
Store snapshot in the nearest multi region Cloud Storage bucket, relative to the originating disk. No additional parameters are needed. |
NEAREST_MULTI_REGION_VALUE |
Store snapshot in the nearest multi region Cloud Storage bucket, relative to the originating disk. No additional parameters are needed. |
SPECIFIC_LOCATIONS |
Store snapshot in the specific locations, as specified by the user.
The list of regions to store must be defined under the |
SPECIFIC_LOCATIONS_VALUE |
Store snapshot in the specific locations, as specified by the user.
The list of regions to store must be defined under the |
STORAGE_LOCATION_POLICY_UNSPECIFIED |
|
STORAGE_LOCATION_POLICY_UNSPECIFIED_VALUE |
|
UNDEFINED_POLICY |
A value indicating that the enum field is not set. |
UNDEFINED_POLICY_VALUE |
A value indicating that the enum field is not set. |
UNRECOGNIZED |
|
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() |
|