This commit is contained in:
2025-11-18 16:20:26 +03:00
parent 4b3f21d9be
commit e42fbcef39
397 changed files with 17560 additions and 1501 deletions

View File

@@ -37,6 +37,7 @@ description: |-
- `quota` (Block List, Max: 1) Quota settings for this resource group. (see [below for nested schema](#nestedblock--quota))
- `restore` (Boolean)
- `sdn_access_group_id` (String) ID of the SDN access group
- `storage_policy` (Block Set) (see [below for nested schema](#nestedblock--storage_policy))
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
- `uniq_pools` (List of String)
@@ -58,9 +59,11 @@ description: |-
- `lock_status` (String)
- `milestones` (Number)
- `res_types` (List of String)
- `resource_limits` (List of Object) (see [below for nested schema](#nestedatt--resource_limits))
- `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.
@@ -104,6 +107,18 @@ Read-Only:
- `gpu_units` (Number) Limit on the total number of virtual GPUs this resource group can use.
<a id="nestedblock--storage_policy"></a>
### Nested Schema for `storage_policy`
Required:
- `id` (Number)
Optional:
- `limit` (Number)
<a id="nestedblock--timeouts"></a>
### Nested Schema for `timeouts`
@@ -127,3 +142,26 @@ Read-Only:
- `status` (String)
- `type` (String)
- `user_group_id` (String)
<a id="nestedatt--resource_limits"></a>
### Nested Schema for `resource_limits`
Read-Only:
- `cu_c` (Number)
- `cu_d` (Number)
- `cu_dm` (Number)
- `cu_i` (Number)
- `cu_m` (Number)
- `cu_np` (Number)
- `gpu_units` (Number)
- `storage_policy` (Set of Object) (see [below for nested schema](#nestedobjatt--resource_limits--storage_policy))
<a id="nestedobjatt--resource_limits--storage_policy"></a>
### Nested Schema for `resource_limits.storage_policy`
Read-Only:
- `id` (Number)
- `limit` (Number)