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.
terraform-provider-dynamix/docs/resources/disk_replication.md

3.9 KiB

page_title subcategory description
dynamix_disk_replication Resource - terraform-provider-dynamix

dynamix_disk_replication (Resource)

Schema

Required

  • disk_id (Number)
  • disk_name (String)
  • pool_name (String)
  • sep_id (Number)

Optional

  • detach (Boolean)
  • pause (Boolean)
  • permanently (Boolean)
  • reverse (Boolean)
  • start (Boolean)
  • timeouts (Block, Optional) (see below for nested schema)

Read-Only

  • account_id (Number)
  • account_name (String)
  • acl (String)
  • computes (Attributes List) (see below for nested schema)
  • created_time (Number)
  • deleted_time (Number)
  • desc (String)
  • destruction_time (Number)
  • devicename (String)
  • gid (Number)
  • id (String) The ID of this resource.
  • image_id (Number)
  • images (List of String)
  • iotune (Attributes) (see below for nested schema)
  • order (Number)
  • params (String)
  • parent_id (Number)
  • pci_slot (Number)
  • pool (String)
  • present_to (List of Number)
  • purge_time (Number)
  • replica_disk_id (Number)
  • replication (Attributes) (see below for nested schema)
  • res_id (String)
  • res_name (String)
  • role (String)
  • sep_type (String)
  • shareable (Boolean)
  • size_max (Number)
  • size_used (Number)
  • snapshots (Attributes List) (see below for nested schema)
  • status (String)
  • status_replication (String)
  • tech_status (String)
  • type (String)
  • vmid (Number)

Nested Schema for timeouts

Optional:

  • create (String) A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
  • delete (String) A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
  • read (String) A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Read operations occur during any refresh or planning operation when refresh is enabled.
  • update (String) A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).

Nested Schema for computes

Read-Only:

  • compute_id (String)
  • compute_name (String)

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)

Nested Schema for replication

Read-Only:

  • disk_id (Number)
  • pool_id (String)
  • role (String)
  • self_volume_id (String)
  • storage_id (String)
  • volume_id (String)

Nested Schema for snapshots

Read-Only:

  • guid (String)
  • label (String)
  • res_id (String)
  • snap_set_guid (String)
  • snap_set_time (Number)
  • timestamp (Number)