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. | 
| volumeUsageBytes | 
 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. | 
| backupType | 
 Output only. Type of backup, manually created or created by a backup policy. | 
| sourceVolume | 
 Volume full name of this backup belongs to. Format:  | 
| createTime | 
 Output only. The time when the backup was created. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples:  | 
| labels | 
 Resource labels to represent user provided metadata. An object containing a list of  | 
| chainStorageBytes | 
 Output only. Total size of all backups in a chain in bytes = baseline backup size + sum(incremental backup size) | 
| satisfiesPzs | 
 Output only. Reserved for future use | 
| satisfiesPzi | 
 Output only. Reserved for future use | 
| volumeRegion | 
 Output only. Region of the volume from which the backup was created. Format:  | 
| backupRegion | 
 Output only. Region in which backup is stored. Format:  | 
| enforcedRetentionEndTime | 
 Output only. The time until which the backup is not deletable. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples:  | 
| sourceSnapshot | 
 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. |