» Data Source: opentelekomcloud_csbs_backup_v1

The OpenTelekomCloud CSBS Backup data source allows access of backup resources.

» Example Usage

variable "backup_name" { }

data "opentelekomcloud_csbs_backup_v1" "csbs" {
  backup_name = "${var.backup_name}" 
}

» Argument Reference

The following arguments are supported:

  • id - (Optional) Specifies the ID of backup.

  • backup_name - (Optional) Specifies the backup name.

  • status - (Optional) Specifies the backup status.

  • resource_name - (Optional) Specifies the backup object name.

  • backup_record_id - (Optional) Specifies the backup record ID.

  • resource_type - (Optional) Specifies the type of backup objects.

  • resource_id - (Optional) Specifies the backup object ID.

  • policy_id - (Optional) Specifies the Policy Id.

  • vm_ip - (Optional) Specifies the ip of VM.

» Attributes Reference

In addition to all arguments above, the following attributes are exported: