public enum SnapshotSettingsAccessLocation.Policy extends Enum<SnapshotSettingsAccessLocation.Policy> implements ProtocolMessageEnumPolicy of which location is allowed to access snapshot.
Protobuf enum google.cloud.compute.v1.SnapshotSettingsAccessLocation.Policy
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
ALL_REGIONS |
Any regions will be able to access the source location. |
ALL_REGIONS_VALUE |
Any regions will be able to access the source location. |
POLICY_UNSPECIFIED |
|
POLICY_UNSPECIFIED_VALUE |
|
SPECIFIC_REGIONS |
Only allowlisted regions will be able to restore region scoped snapshots |
SPECIFIC_REGIONS_VALUE |
Only allowlisted regions will be able to restore region scoped snapshots |
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() |
|