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-decort/docs/resources/disk_replication.md

3.9 KiB

page_title subcategory description
decort_disk_replication Resource - terraform-provider-decort

decort_disk_replication (Resource)

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)

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 (List of Object) (see below for nested schema)
  • created_time (Number) Created time
  • deleted_time (Number) Deleted time
  • desc (String) Description of disk
  • destruction_time (Number) Time of final deletion
  • devicename (String) Name of the device
  • gid (Number) ID of the grid (platform)
  • id (String) The ID of this resource.
  • image_id (Number) Image ID
  • images (List of String) IDs of images using the disk
  • iotune (List of Object) (see below for nested schema)
  • order (Number) Disk order
  • params (String) Disk params
  • parent_id (Number) ID of the parent disk
  • pci_slot (Number) ID of the pci slot to which the disk is connected
  • present_to (List of Number)
  • purge_time (Number) Time of the last deletion attempt
  • replica_disk_id (Number) Id of replica disk
  • replication (List of Object) Replication status (see below for nested schema)
  • res_id (String) Resource ID
  • res_name (String) Name of the resource
  • role (String) Disk role
  • sep_type (String) Type SEP. Defines the type of storage system and contains one of the values set in the cloud platform
  • shareable (Boolean)
  • size_max (Number) Size in GB
  • size_used (Number) Number of used space, in GB
  • snapshots (List of Object) (see below for nested schema)
  • status (String) Disk status
  • status_replication (String) Status of replication
  • tech_status (String) Technical status of the disk
  • type (String) The type of disk in terms of its role in compute: 'B=Boot, D=Data, T=Temp'
  • vmid (Number) Virtual Machine ID (Deprecated)

Nested Schema for timeouts

Optional:

  • create (String)
  • default (String)
  • delete (String)
  • read (String)
  • update (String)

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)