Google Cloud Net App V1 Client - Class BackupVaultType (1.6.0)

Reference documentation and code samples for the Google Cloud Net App V1 Client class BackupVaultType.

Backup Vault Type.

Protobuf type google.cloud.netapp.v1.BackupVault.BackupVaultType

Namespace

Google \ Cloud \ NetApp \ V1 \ BackupVault

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

BACKUP_VAULT_TYPE_UNSPECIFIED

Value: 0

BackupVault type not set.

Generated from protobuf enum BACKUP_VAULT_TYPE_UNSPECIFIED = 0;

IN_REGION

Value: 1

BackupVault type is IN_REGION.

Generated from protobuf enum IN_REGION = 1;

CROSS_REGION

Value: 2

BackupVault type is CROSS_REGION.

Generated from protobuf enum CROSS_REGION = 2;