BackupVault(mapping=None, *, ignore_unknown_fields=False, **kwargs)
A NetApp BackupVault.
Attributes |
|
---|---|
Name | Description |
name |
str
Identifier. The resource name of the backup vault. Format: projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id} .
|
state |
google.cloud.netapp_v1.types.BackupVault.State
Output only. The backup vault state. |
create_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. Create time of the backup vault. |
description |
str
Description of the backup vault. |
labels |
MutableMapping[str, str]
Resource labels to represent user provided metadata. |
backup_vault_type |
google.cloud.netapp_v1.types.BackupVault.BackupVaultType
Optional. Type of backup vault to be created. Default is IN_REGION. |
source_region |
str
Output only. Region in which the backup vault is created. Format: projects/{project_id}/locations/{location}
|
backup_region |
str
Optional. Region where the backups are stored. Format: projects/{project_id}/locations/{location}
|
source_backup_vault |
str
Output only. Name of the Backup vault created in source region. Format: projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}
|
destination_backup_vault |
str
Output only. Name of the Backup vault created in backup region. Format: projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}
|
Classes
BackupVaultType
BackupVaultType(value)
Backup Vault Type.
LabelsEntry
LabelsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The abstract base class for a message.
Parameters | |
---|---|
Name | Description |
kwargs |
dict
Keys and values corresponding to the fields of the message. |
mapping |
Union[dict,
A dictionary or message to be used to determine the values for this message. |
ignore_unknown_fields |
Optional(bool)
If True, do not raise errors for unknown fields. Only applied if |
State
State(value)
The Backup Vault States