Module: Google::Cloud::BackupDR::V1::BackupVault::AccessRestriction

Defined in:
proto_docs/google/cloud/backupdr/v1/backupvault.rb

Overview

Holds the access restriction for the backup vault.

Constant Summary collapse

ACCESS_RESTRICTION_UNSPECIFIED =

Access restriction not set.

0
WITHIN_PROJECT =

Access to or from resources outside your current project will be denied.

1
WITHIN_ORGANIZATION =

Access to or from resources outside your current organization will be denied.

2
UNRESTRICTED =

No access restriction.

3