Class BackupVault (0.3.9)

BackupVault(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A NetApp BackupVault.

Attributes

NameDescription
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
NameDescription
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, .Message]

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 mapping is a mapping type or there are keyword parameters.

State

State(value)

The Backup Vault States

Values: STATE_UNSPECIFIED (0): State not set. CREATING (1): BackupVault is being created. READY (2): BackupVault is available for use. DELETING (3): BackupVault is being deleted. ERROR (4): BackupVault is not valid and cannot be used. UPDATING (5): BackupVault is being updated.