|
| 1 | +--- |
| 2 | +subcategory: "VMware Cloud Director (VCD)" |
| 3 | +--- |
| 4 | + |
| 5 | +# ovh_vmware_cloud_director_backup (Data Source) |
| 6 | + |
| 7 | +Get information about a VMware Cloud Director Backup service |
| 8 | + |
| 9 | +## Example Usage |
| 10 | + |
| 11 | +```terraform |
| 12 | +data "ovh_vmware_cloud_director_backup" "backup" { |
| 13 | + backup_id = "<VCD backup ID>" |
| 14 | +} |
| 15 | +``` |
| 16 | + |
| 17 | +<!-- schema generated by tfplugindocs --> |
| 18 | +## Schema |
| 19 | + |
| 20 | +### Required |
| 21 | + |
| 22 | +- `backup_id` (String) Backup ID |
| 23 | + |
| 24 | +### Read-Only |
| 25 | + |
| 26 | +- `created_at` (String) Datetime when backup was enabled |
| 27 | +- `current_state` (Attributes) VMware Cloud Director Backup service current state (see [below for nested schema](#nestedatt--current_state)) |
| 28 | +- `current_tasks` (Attributes List) Asynchronous operations ongoing on the VMware Cloud Director organization backup service (see [below for nested schema](#nestedatt--current_tasks)) |
| 29 | +- `iam` (Attributes) IAM resource metadata (see [below for nested schema](#nestedatt--iam)) |
| 30 | +- `id` (String) Unique identifier of the VMware Cloud Director backup |
| 31 | +- `resource_status` (String) Reflects the readiness of the VMware Cloud Director organization backup service |
| 32 | +- `target_spec` (Attributes) VMware Cloud Director Backup target spec (see [below for nested schema](#nestedatt--target_spec)) |
| 33 | +- `updated_at` (String) Datetime when backup is modified |
| 34 | + |
| 35 | +<a id="nestedatt--current_state"></a> |
| 36 | +### Nested Schema for `current_state` |
| 37 | + |
| 38 | +Read-Only: |
| 39 | + |
| 40 | +- `az_name` (String) Availability zone of VMware Cloud Director organization backup |
| 41 | +- `offers` (Attributes List) List of your VMware Cloud Director organization backup offers (see [below for nested schema](#nestedatt--current_state--offers)) |
| 42 | + |
| 43 | +<a id="nestedatt--current_state--offers"></a> |
| 44 | +### Nested Schema for `current_state.offers` |
| 45 | + |
| 46 | +Read-Only: |
| 47 | + |
| 48 | +- `name` (String) Backup service offer type (BRONZE|SILVER|GOLD) |
| 49 | +- `protection_primary_region` (String) Backup repository primary region |
| 50 | +- `protection_replicated_region` (String) Backup repository replicated region |
| 51 | +- `quota_in_tb` (Number) Backup repository quota in TB |
| 52 | +- `status` (String) Backup offer status |
| 53 | +- `used_space_in_gb` (Number) Backup repository used space in GB |
| 54 | + |
| 55 | +<a id="nestedatt--current_tasks"></a> |
| 56 | +### Nested Schema for `current_tasks` |
| 57 | + |
| 58 | +Read-Only: |
| 59 | + |
| 60 | +- `id` (String) Identifier of the current task |
| 61 | +- `link` (String) Link to the task details |
| 62 | +- `status` (String) Current global status of the current task |
| 63 | +- `type` (String) Type of the current task |
| 64 | + |
| 65 | + |
| 66 | +<a id="nestedatt--iam"></a> |
| 67 | +### Nested Schema for `iam` |
| 68 | + |
| 69 | +Read-Only: |
| 70 | + |
| 71 | +- `display_name` (String) Resource display name |
| 72 | +- `id` (String) Unique identifier of the resource |
| 73 | +- `tags` (Map of String) Resource tags. Tags that were internally computed are prefixed with ovh: |
| 74 | +- `urn` (String) Unique resource name used in policies |
| 75 | + |
| 76 | + |
| 77 | +<a id="nestedatt--target_spec"></a> |
| 78 | +### Nested Schema for `target_spec` |
| 79 | + |
| 80 | +Read-Only: |
| 81 | + |
| 82 | +- `offers` (Attributes List) List of your VMware Cloud Director backup offers (see [below for nested schema](#nestedatt--target_spec--offers)) |
| 83 | + |
| 84 | +<a id="nestedatt--target_spec--offers"></a> |
| 85 | +### Nested Schema for `target_spec.offers` |
| 86 | + |
| 87 | +Read-Only: |
| 88 | + |
| 89 | +- `name` (String) Backup service offer type (BRONZE|SILVER|GOLD) |
| 90 | +- `quota_in_tb` (Number) Backup repository quota in TB |
0 commit comments