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_netapp_backup

ancestors

Type: UNORDERED_LIST_STRING

backup_region

Type: STRING
Provider name: backupRegion
Description: Output only. Region in which backup is stored. Format: projects/{project_id}/locations/{location}

backup_type

Type: STRING
Provider name: backupType
Description: Output only. Type of backup, manually created or created by a backup policy.
Possible values:

  • TYPE_UNSPECIFIED - Unspecified backup type.
  • MANUAL - Manual backup type.
  • SCHEDULED - Scheduled backup type.

chain_storage_bytes

Type: INT64
Provider name: chainStorageBytes
Description: Output only. Total size of all backups in a chain in bytes = baseline backup size + sum(incremental backup size)

create_time

Type: TIMESTAMP
Provider name: createTime
Description: Output only. The time when the backup was created.

description

Type: STRING
Provider name: description
Description: A description of the backup with 2048 characters or less. Requests with longer descriptions will be rejected.

labels

Type: UNORDERED_LIST_STRING

name

Type: STRING
Provider name: name
Description: Identifier. The resource name of the backup. Format: projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}/backups/{backup_id}.

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. Reserved for future use

satisfies_pzs

Type: BOOLEAN
Provider name: satisfiesPzs
Description: Output only. Reserved for future use

source_snapshot

Type: STRING
Provider name: sourceSnapshot
Description: 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: projects/{project_id}/locations/{location}/volumes/{volume_id}/snapshots/{snapshot_id}

source_volume

Type: STRING
Provider name: sourceVolume
Description: Volume full name of this backup belongs to. Format: projects/{projects_id}/locations/{location}/volumes/{volume_id}

state

Type: STRING
Provider name: state
Description: Output only. The backup state.
Possible values:

  • 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.

tags

Type: UNORDERED_LIST_STRING

volume_region

Type: STRING
Provider name: volumeRegion
Description: Output only. Region of the volume from which the backup was created. Format: projects/{project_id}/locations/{location}

volume_usage_bytes

Type: INT64
Provider name: volumeUsageBytes
Description: 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.