You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
127 lines
3.0 KiB
127 lines
3.0 KiB
7 months ago
|
---
|
||
|
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||
|
page_title: "dynamix_disk_replication Data Source - terraform-provider-dynamix"
|
||
|
subcategory: ""
|
||
|
description: |-
|
||
|
|
||
|
---
|
||
|
|
||
|
# dynamix_disk_replication (Data Source)
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
<!-- schema generated by tfplugindocs -->
|
||
|
## Schema
|
||
|
|
||
|
### Required
|
||
|
|
||
|
- `disk_id` (Number) Id of primary disk
|
||
|
- `replica_disk_id` (Number) Id of secondary disk
|
||
|
|
||
|
### Optional
|
||
|
|
||
|
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||
|
|
||
|
### Read-Only
|
||
|
|
||
|
- `account_id` (Number) The unique ID of the subscriber-owner of the disk
|
||
|
- `account_name` (String) The name of the subscriber '(account') to whom this disk belongs
|
||
|
- `acl` (String)
|
||
|
- `computes` (Attributes List) (see [below for nested schema](#nestedatt--computes))
|
||
|
- `created_time` (Number)
|
||
|
- `deleted_time` (Number)
|
||
|
- `desc` (String)
|
||
|
- `destruction_time` (Number)
|
||
|
- `devicename` (String)
|
||
|
- `disk_name` (String)
|
||
|
- `gid` (Number)
|
||
|
- `image_id` (Number)
|
||
|
- `images` (List of String)
|
||
|
- `iotune` (Attributes) (see [below for nested schema](#nestedatt--iotune))
|
||
|
- `order` (Number)
|
||
|
- `params` (String)
|
||
|
- `parent_id` (Number)
|
||
|
- `pci_slot` (Number)
|
||
|
- `pool` (String)
|
||
|
- `present_to` (List of Number)
|
||
|
- `purge_time` (Number)
|
||
|
- `replication` (Attributes) (see [below for nested schema](#nestedatt--replication))
|
||
|
- `res_id` (String)
|
||
|
- `res_name` (String)
|
||
|
- `role` (String)
|
||
|
- `sep_id` (Number)
|
||
|
- `sep_type` (String)
|
||
|
- `shareable` (Boolean)
|
||
|
- `size_max` (Number)
|
||
|
- `size_used` (Number)
|
||
|
- `snapshots` (Attributes List) (see [below for nested schema](#nestedatt--snapshots))
|
||
|
- `status` (String)
|
||
|
- `status_replication` (String) Status of replication
|
||
|
- `tech_status` (String)
|
||
|
- `type` (String)
|
||
|
- `vmid` (Number)
|
||
|
|
||
|
<a id="nestedblock--timeouts"></a>
|
||
|
### Nested Schema for `timeouts`
|
||
|
|
||
|
Optional:
|
||
|
|
||
|
- `read` (String) A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
|
||
|
|
||
|
|
||
|
<a id="nestedatt--computes"></a>
|
||
|
### Nested Schema for `computes`
|
||
|
|
||
|
Read-Only:
|
||
|
|
||
|
- `compute_id` (String)
|
||
|
- `compute_name` (String)
|
||
|
|
||
|
|
||
|
<a id="nestedatt--iotune"></a>
|
||
|
### Nested Schema for `iotune`
|
||
|
|
||
|
Read-Only:
|
||
|
|
||
|
- `read_bytes_sec` (Number)
|
||
|
- `read_bytes_sec_max` (Number)
|
||
|
- `read_iops_sec` (Number)
|
||
|
- `read_iops_sec_max` (Number)
|
||
|
- `size_iops_sec` (Number)
|
||
|
- `total_bytes_sec` (Number)
|
||
|
- `total_bytes_sec_max` (Number)
|
||
|
- `total_iops_sec` (Number)
|
||
|
- `total_iops_sec_max` (Number)
|
||
|
- `write_bytes_sec` (Number)
|
||
|
- `write_bytes_sec_max` (Number)
|
||
|
- `write_iops_sec` (Number)
|
||
|
- `write_iops_sec_max` (Number)
|
||
|
|
||
|
|
||
|
<a id="nestedatt--replication"></a>
|
||
|
### Nested Schema for `replication`
|
||
|
|
||
|
Read-Only:
|
||
|
|
||
|
- `disk_id` (Number)
|
||
|
- `pool_id` (String)
|
||
|
- `role` (String)
|
||
|
- `self_volume_id` (String)
|
||
|
- `storage_id` (String)
|
||
|
- `volume_id` (String)
|
||
|
|
||
|
|
||
|
<a id="nestedatt--snapshots"></a>
|
||
|
### Nested Schema for `snapshots`
|
||
|
|
||
|
Read-Only:
|
||
|
|
||
|
- `guid` (String)
|
||
|
- `label` (String)
|
||
|
- `res_id` (String)
|
||
|
- `snap_set_guid` (String)
|
||
|
- `snap_set_time` (Number)
|
||
|
- `timestamp` (Number)
|