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.
149 lines
3.4 KiB
149 lines
3.4 KiB
|
1 year ago
|
---
|
||
|
|
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||
|
|
page_title: "decort_cb_disk_replication Resource - terraform-provider-decort"
|
||
|
|
subcategory: ""
|
||
|
|
description: |-
|
||
|
|
|
||
|
|
---
|
||
|
|
|
||
|
|
# decort_cb_disk_replication (Resource)
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
<!-- schema generated by tfplugindocs -->
|
||
|
|
## Schema
|
||
|
|
|
||
|
|
### Required
|
||
|
|
|
||
|
|
- `disk_id` (Number) Id of primary disk
|
||
|
|
- `disk_name` (String) Name of disk replica
|
||
|
|
- `pool_name` (String) Pool for disk location
|
||
|
|
- `sep_id` (Number) Storage endpoint provider ID to create disk replica
|
||
|
|
|
||
|
|
### Optional
|
||
|
|
|
||
|
|
- `detach` (Boolean) Detach disk from machine first
|
||
|
|
- `pause` (Boolean) Resume replication
|
||
|
|
- `permanently` (Boolean) Delete disk permanently
|
||
|
|
- `reason` (String) Reason for disk deletion
|
||
|
|
- `reverse` (Boolean) Reverse replication
|
||
|
|
- `start` (Boolean) Start/Stop replication
|
||
|
|
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||
|
|
|
||
|
|
### Read-Only
|
||
|
|
|
||
|
|
- `account_id` (Number)
|
||
|
|
- `account_name` (String)
|
||
|
|
- `acl` (String)
|
||
|
|
- `boot_partition` (Number)
|
||
|
|
- `computes` (List of Object) (see [below for nested schema](#nestedatt--computes))
|
||
|
|
- `created_time` (Number)
|
||
|
|
- `deleted_time` (Number)
|
||
|
|
- `desc` (String)
|
||
|
|
- `destruction_time` (Number)
|
||
|
|
- `devicename` (String)
|
||
|
|
- `disk_path` (String)
|
||
|
|
- `gid` (Number)
|
||
|
|
- `guid` (Number)
|
||
|
|
- `id` (String) The ID of this resource.
|
||
|
|
- `image_id` (Number)
|
||
|
|
- `images` (List of Number)
|
||
|
|
- `iotune` (List of Object) (see [below for nested schema](#nestedatt--iotune))
|
||
|
|
- `iqn` (String)
|
||
|
|
- `login` (String)
|
||
|
|
- `milestones` (Number)
|
||
|
|
- `order` (Number)
|
||
|
|
- `params` (String)
|
||
|
|
- `parent_id` (Number)
|
||
|
|
- `passwd` (String)
|
||
|
|
- `pci_slot` (Number)
|
||
|
|
- `present_to` (List of Number)
|
||
|
|
- `purge_attempts` (Number)
|
||
|
|
- `purge_time` (Number)
|
||
|
|
- `reality_device_number` (Number)
|
||
|
|
- `reference_id` (String)
|
||
|
|
- `replica_disk_id` (Number) Id of replica disk
|
||
|
|
- `replication` (List of Object) Replication status (see [below for nested schema](#nestedatt--replication))
|
||
|
|
- `res_id` (String)
|
||
|
|
- `res_name` (String)
|
||
|
|
- `role` (String)
|
||
|
|
- `sep_type` (String)
|
||
|
|
- `shareable` (Boolean)
|
||
|
|
- `size_max` (Number)
|
||
|
|
- `size_used` (Number)
|
||
|
|
- `snapshots` (List of Object) (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:
|
||
|
|
|
||
|
|
- `create` (String)
|
||
|
|
- `default` (String)
|
||
|
|
- `delete` (String)
|
||
|
|
- `read` (String)
|
||
|
|
- `update` (String)
|
||
|
|
|
||
|
|
|
||
|
|
<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)
|
||
|
|
- `reference_id` (String)
|
||
|
|
- `res_id` (String)
|
||
|
|
- `snap_set_guid` (String)
|
||
|
|
- `snap_set_time` (Number)
|
||
|
|
- `timestamp` (Number)
|