Resource: Backup
A NetApp Backup.
JSON representation |
---|
{ "name": string, "state": enum ( |
Fields | |
---|---|
name |
Identifier. The resource name of the backup. Format: |
state |
Output only. The backup state. |
description |
A description of the backup with 2048 characters or less. Requests with longer descriptions will be rejected. |
volume |
Output only. Size of the file system when the backup was created. When creating a new volume from the backup, the volume capacity will have to be at least as big. |
backup |
Output only. Type of backup, manually created or created by a backup policy. |
source |
Volume full name of this backup belongs to. Format: |
create |
Output only. The time when the backup was created. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
labels |
Resource labels to represent user provided metadata. An object containing a list of |
chain |
Output only. Total size of all backups in a chain in bytes = baseline backup size + sum(incremental backup size) |
source |
If specified, backup will be created from the given snapshot. If not specified, there will be a new snapshot taken to initiate the backup creation. Format: |
State
The Backup States
Enums | |
---|---|
STATE_UNSPECIFIED |
State not set. |
CREATING |
Backup is being created. While in this state, the snapshot for the backup point-in-time may not have been created yet, and so the point-in-time may not have been fixed. |
UPLOADING |
Backup is being uploaded. While in this state, none of the writes to the volume will be included in the backup. |
READY |
Backup is available for use. |
DELETING |
Backup is being deleted. |
ERROR |
Backup is not valid and cannot be used for creating new volumes or restoring existing volumes. |
UPDATING |
Backup is being updated. |
Type
Backup types.
Enums | |
---|---|
TYPE_UNSPECIFIED |
Unspecified backup type. |
MANUAL |
Manual backup type. |
SCHEDULED |
Scheduled backup type. |
Methods |
|
---|---|
|
Creates a backup from the volume specified in the request The backup can be created from the given snapshot if specified in the request. |
|
Warning! |
|
Returns the description of the specified backup |
|
Returns descriptions of all backups for a backupVault. |
|
Update backup with full spec. |