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/cb_sep.md

2.3 KiB

page_title subcategory description
decort_cb_sep Resource - terraform-provider-decort

decort_cb_sep (Resource)

Schema

Required

  • config (String) sep config string
  • gid (Number) grid (platform) ID
  • name (String) SEP name
  • type (String) type of storage

Optional

  • access_to_pool (Block Set, Max: 1) grant or revoke access to pool (see below for nested schema)
  • account_ids (Set of Number) lift of account ids to have access to sep
  • consumed_by (Set of Number) list of consumer nodes IDs
  • desc (String) sep description
  • enable (Boolean) enable SEP after creation
  • pools (Block Set) add/delete pools to/from sep (see below for nested schema)
  • provided_by (List of Number) list of provider nodes IDs
  • sep_id (Number) sep type des id
  • shared_with (List of Number) list of shared with ids
  • timeouts (Block, Optional) (see below for nested schema)

Read-Only

  • guid (Number) guid
  • id (String) The ID of this resource.
  • milestones (Number) milestones
  • multipath_num (Number) multipath_num
  • obj_status (String) object status
  • tech_status (String) tech status

Nested Schema for access_to_pool

Required:

  • pool_name (String) pool name
  • rg_id (Number) resource group id to grant/revoke access to the specified pool sep

Optional:

  • account_id_pool (Number) account id to grant/revoke access to the specified pool sep

Nested Schema for pools

Required:

  • access_account_ids (List of Number) access account ids
  • access_res_group_ids (List of Number) access res group ids
  • usage_limit (Number) usage limit

Optional:

Nested Schema for pools.uris

Required:

  • ip (String) ip
  • port (Number) port

Nested Schema for timeouts

Optional:

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