Resource: VolumeBackup
Represents the backup of a specific persistent volume as a component of a Backup - both the record of the operation and a pointer to the underlying storage-specific artifacts.
JSON representation |
---|
{ "name": string, "uid": string, "createTime": string, "updateTime": string, "sourcePvc": { object ( |
Fields | |
---|---|
name |
Output only. The full name of the VolumeBackup resource. Format: |
uid |
Output only. Server generated global unique identifier of UUID format. |
createTime |
Output only. The timestamp when this VolumeBackup resource was created. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
updateTime |
Output only. The timestamp when this VolumeBackup resource was last updated. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
sourcePvc |
Output only. A reference to the source Kubernetes PVC from which this VolumeBackup was created. |
volumeBackupHandle |
Output only. A storage system-specific opaque handle to the underlying volume backup. |
format |
Output only. The format used for the volume backup. |
storageBytes |
Output only. The aggregate size of the underlying artifacts associated with this VolumeBackup in the backup storage. This may change over time when multiple backups of the same volume share the same backup storage location. In particular, this is likely to increase in size when the immediately preceding backup of the same volume is deleted. |
diskSizeBytes |
Output only. The minimum size of the disk to which this VolumeBackup can be restored. |
completeTime |
Output only. The timestamp when the associated underlying volume backup operation completed. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
state |
Output only. The current state of this VolumeBackup. |
stateMessage |
Output only. A human readable message explaining why the VolumeBackup is in its current state. |
etag |
Output only. |
VolumeBackupFormat
Identifies the format used for the volume backup.
Enums | |
---|---|
VOLUME_BACKUP_FORMAT_UNSPECIFIED |
Default value, not specified. |
GCE_PERSISTENT_DISK |
Compute Engine Persistent Disk snapshot based volume backup. |
State
The current state of a VolumeBackup
Enums | |
---|---|
STATE_UNSPECIFIED |
This is an illegal state and should not be encountered. |
CREATING |
A volume for the backup was identified and backup process is about to start. |
SNAPSHOTTING |
The volume backup operation has begun and is in the initial "snapshot" phase of the process. Any defined ProtectedApplication "pre" hooks will be executed before entering this state and "post" hooks will be executed upon leaving this state. |
UPLOADING |
The snapshot phase of the volume backup operation has completed and the snapshot is now being uploaded to backup storage. |
SUCCEEDED |
The volume backup operation has completed successfully. |
FAILED |
The volume backup operation has failed. |
DELETING |
This VolumeBackup resource (and its associated artifacts) is in the process of being deleted. |
Methods |
|
---|---|
|
Retrieve the details of a single VolumeBackup. |
|
Gets the access control policy for a resource. |
|
Lists the VolumeBackups for a given Backup. |
|
Sets the access control policy on the specified resource. |
|
Returns permissions that a caller has on the specified resource. |