public enum BackupVault.AccessRestriction extends Enum<BackupVault.AccessRestriction> implements ProtocolMessageEnum
Holds the access restriction for the backup vault.
Protobuf enum google.cloud.backupdr.v1.BackupVault.AccessRestriction
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ACCESS_RESTRICTION_UNSPECIFIED |
Access restriction not set. |
ACCESS_RESTRICTION_UNSPECIFIED_VALUE |
Access restriction not set. |
UNRECOGNIZED |
|
UNRESTRICTED |
No access restriction. |
UNRESTRICTED_VALUE |
No access restriction. |
WITHIN_ORGANIZATION |
Access to or from resources outside your current organization will be denied. |
WITHIN_ORGANIZATION_VALUE |
Access to or from resources outside your current organization will be denied. |
WITHIN_PROJECT |
Access to or from resources outside your current project will be denied. |
WITHIN_PROJECT_VALUE |
Access to or from resources outside your current project will be denied. |
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() |