BackupVault
Stay organized with collections
Save and categorize content based on your preferences.
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" } .
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-04-23 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-23 UTC."],[],[],null,["# BackupVault\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nA NetApp BackupVault."]]