BackupVault

A NetApp BackupVault.

JSON representation
{
  "name": string,
  "state": enum (State),
  "stateDetails": string,
  "createTime": string,
  "description": string,
  "labels": {
    string: string,
    ...
  }
}
Fields
name

string

Output only. The resource name of the backup vault. Format: projects/{projectId}/locations/{location}/backupVaults/{backupVault_id}.

state

enum (State)

Output only. The backup vault state.

stateDetails

string

Output only. State details of the backup vault.

createTime

string (Timestamp format)

Output only. Create time of the backup vault.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

description

string

Description of the backup vault.

labels

map (key: string, value: string)

Resource labels to represent user provided metadata.

An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.