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. |
Classes
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