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.
4.7 KiB
4.7 KiB
| page_title | subcategory | description |
|---|---|---|
| decort_cb_rg Resource - terraform-provider-decort |
decort_cb_rg (Resource)
Schema
Required
account_id(Number) Unique ID of the account, which this resource group belongs to.gid(Number) Unique ID of the grid, where this resource group is deployed.rg_name(String) Name of this resource group. Names are case sensitive and unique within the context of a account.
Optional
access(Block Set) (see below for nested schema)compute_features(Set of String)cpu_allocation_parameter(String) set cpu allocation parametercpu_allocation_ratio(Number) set cpu allocation ratiodef_net(Block Set, Max: 1) (see below for nested schema)def_net_type(String) Type of the network, which this resource group will use as default for its computes - PRIVATE or PUBLIC or NONE.description(String) User-defined text description of this resource group.enable(Boolean) enable/disable rgext_ip(String) IP address on the external netowrk to request when def_net_type=PRIVATE and ext_net_id is not 0ext_net_id(Number) ID of the external network for default ViNS. Pass 0 if def_net_type=PUBLIC or no external connection required for the defult ViNS when def_net_type=PRIVATEforce(Boolean) flag to force deleting resource groupipcidr(String) Address of the netowrk inside the private network segment (aka ViNS) if def_net_type=PRIVATEowner(String) username - owner of this RG. Leave blank to set current user as ownerpermanently(Boolean) flag to permanently delete resource groupresource_limits(Block List, Max: 1) (see below for nested schema)restore(Boolean) restore deleted rgsdn_access_group_id(String) ID of the SDN access groupstorage_policy(Block Set) (see below for nested schema)timeouts(Block, Optional) (see below for nested schema)uniq_pools(List of String)
Read-Only
account_name(String) Name of the account, which this resource group belongs to.acl(List of Object) (see below for nested schema)created_by(String)created_time(Number)def_net_id(Number) ID of the default network for this resource group (if any).deleted_by(String)deleted_time(Number)guid(Number)id(String) The ID of this resource.lock_status(String)milestones(Number)resource_types(List of String)rg_id(Number)secret(String)status(String) Current status of this resource group.storage_policy_ids(List of Number)updated_by(String)updated_time(Number)vins(List of Number) List of VINs deployed in this resource group.vms(List of Number) List of VM ids in this resource group.
Nested Schema for access
Required:
right(String) Access rights to set, one of 'R', 'RCX' or 'ARCXDU'user(String) User or group name to grant access
Nested Schema for def_net
Required:
net_type(String) Network type to set. Must be on of 'PRIVATE' or 'PUBLIC'.
Optional:
net_id(Number) Network segment ID. If netType is PUBLIC and netId is 0 then default external network segment will be selected. If netType is PRIVATE and netId=0, the first ViNS defined for this RG will be selected. Otherwise, netId identifies either existing external network segment or ViNS.
Nested Schema for resource_limits
Optional:
cu_c(Number) MaxCPUCapacitycu_dm(Number) MaxVDiskCapacitycu_i(Number) MaxNumPublicIPcu_m(Number) MaxMemoryCapacitycu_np(Number) MaxNetworkPeerTransfer
Read-Only:
cu_d(Number)gpu_units(Number)storage_policy(Set of Object) (see below for nested schema)
Nested Schema for resource_limits.storage_policy
Read-Only:
id(Number)limit(Number)
Nested Schema for storage_policy
Required:
id(Number)
Optional:
limit(Number)
Nested Schema for timeouts
Optional:
create(String)default(String)delete(String)read(String)update(String)
Nested Schema for acl
Read-Only:
explicit(Boolean)guid(String)right(String)status(String)type(String)user_group_id(String)