This product is not supported for your selected
Datadog site. (
).
Cette page n'est pas encore disponible en français, sa traduction est en cours.
Si vous avez des questions ou des retours sur notre projet de traduction actuel,
n'hésitez pas à nous contacter.
gcp_gkebackup_volume_backup
ancestors
Type: UNORDERED_LIST_STRING
complete_time
Type: TIMESTAMP
Provider name: completeTime
Description: Output only. The timestamp when the associated underlying volume backup operation completed.
create_time
Type: TIMESTAMP
Provider name: createTime
Description: Output only. The timestamp when this VolumeBackup resource was created.
disk_size_bytes
Type: INT64
Provider name: diskSizeBytes
Description: Output only. The minimum size of the disk to which this VolumeBackup can be restored.
etag
Type: STRING
Provider name: etag
Description: Output 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.
Type: STRING
Provider name: format
Description: Output only. The format used for the volume backup.
Possible values:
VOLUME_BACKUP_FORMAT_UNSPECIFIED
- Default value, not specified.
GCE_PERSISTENT_DISK
- Compute Engine Persistent Disk snapshot based volume backup.
labels
Type: UNORDERED_LIST_STRING
name
Type: STRING
Provider name: name
Description: Output only. The full name of the VolumeBackup resource. Format: projects/*/locations/*/backupPlans/*/backups/*/volumeBackups/*
.
organization_id
Type: STRING
parent
Type: STRING
project_id
Type: STRING
project_number
Type: STRING
resource_name
Type: STRING
satisfies_pzi
Type: BOOLEAN
Provider name: satisfiesPzi
Description: Output only. [Output Only] Reserved for future use.
satisfies_pzs
Type: BOOLEAN
Provider name: satisfiesPzs
Description: Output only. [Output Only] Reserved for future use.
source_pvc
Type: STRUCT
Provider name: sourcePvc
Description: Output only. A reference to the source Kubernetes PVC from which this VolumeBackup was created.
name
Type: STRING
Provider name: name
Description: Optional. The name of the Kubernetes resource.
namespace
Type: STRING
Provider name: namespace
Description: Optional. The Namespace of the Kubernetes resource.
state
Type: STRING
Provider name: state
Description: Output only. The current state of this VolumeBackup.
Possible values:
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.
CLEANED_UP
- The underlying artifacts of a volume backup (eg: persistent disk snapshots) are deleted.
state_message
Type: STRING
Provider name: stateMessage
Description: Output 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_bytes
Type: INT64
Provider name: storageBytes
Description: 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.
Type: UNORDERED_LIST_STRING
uid
Type: STRING
Provider name: uid
Description: Output only. Server generated global unique identifier of UUID format.
update_time
Type: TIMESTAMP
Provider name: updateTime
Description: Output only. The timestamp when this VolumeBackup resource was last updated.
volume_backup_handle
Type: STRING
Provider name: volumeBackupHandle
Description: Output only. A storage system-specific opaque handle to the underlying volume backup.