Gkebackup Volume Backup

This table represents the gkebackup_volume_backup resource from Google Cloud Platform.

gcp.gkebackup_volume_backup

Fields

TitleIDTypeData TypeDescription
_keycorestring
ancestorscorearray<string>
complete_timecoretimestampOutput only. The timestamp when the associated underlying volume backup operation completed.
create_timecoretimestampOutput only. The timestamp when this VolumeBackup resource was created.
datadog_display_namecorestring
disk_size_bytescoreint64Output only. The minimum size of the disk to which this VolumeBackup can be restored.
etagcorestringOutput only. `etag` is used for optimistic concurrency control as a way to help prevent simultaneous updates of a volume backup from overwriting each other. It is strongly suggested that systems make use of the `etag` in the read-modify-write cycle to perform volume backup updates in order to avoid race conditions.
formatcorestringOutput only. The format used for the volume backup. Possible values: ['VOLUME_BACKUP_FORMAT_UNSPECIFIED', 'GCE_PERSISTENT_DISK']. Values descriptions: ['Default value, not specified.', 'Compute Engine Persistent Disk snapshot based volume backup.']
labelscorearray<string>
namecorestringOutput only. The full name of the VolumeBackup resource. Format: `projects/*/locations/*/backupPlans/*/backups/*/volumeBackups/*`.
organization_idcorestring
parentcorestring
project_idcorestring
project_numbercorestring
resource_namecorestring
satisfies_pzicoreboolOutput only. [Output Only] Reserved for future use.
satisfies_pzscoreboolOutput only. [Output Only] Reserved for future use.
source_pvccorejsonOutput only. A reference to the source Kubernetes PVC from which this VolumeBackup was created.
statecorestringOutput only. The current state of this VolumeBackup. Possible values: ['STATE_UNSPECIFIED', 'CREATING', 'SNAPSHOTTING', 'UPLOADING', 'SUCCEEDED', 'FAILED', 'DELETING', 'CLEANED_UP']. Values descriptions: ['This is an illegal state and should not be encountered.', 'A volume for the backup was identified and backup process is about to start.', '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.', 'The snapshot phase of the volume backup operation has completed and the snapshot is now being uploaded to backup storage.', 'The volume backup operation has completed successfully.', 'The volume backup operation has failed.', 'This VolumeBackup resource (and its associated artifacts) is in the process of being deleted.', 'The underlying artifacts of a volume backup (eg: persistent disk snapshots) are deleted.']
state_messagecorestringOutput only. A human readable message explaining why the VolumeBackup is in its current state. This field is only meant for human consumption and should not be used programmatically as this field is not guaranteed to be consistent.
storage_bytescoreint64Output 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.
tagscorehstore
uidcorestringOutput only. Server generated global unique identifier of [UUID](https://en.wikipedia.org/wiki/Universally_unique_identifier) format.
update_timecoretimestampOutput only. The timestamp when this VolumeBackup resource was last updated.
volume_backup_handlecorestringOutput only. A storage system-specific opaque handle to the underlying volume backup.