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

@@ -27,7 +27,6 @@ description: |-
- `account_name` (String)
- `acl` (List of Object) (see [below for nested schema](#nestedatt--acl))
- `ckey` (String)
- `company` (String)
- `companyurl` (String)
- `compute_features` (List of String)
@@ -48,11 +47,12 @@ description: |-
- `resource_types` (List of String)
- `send_access_emails` (Boolean)
- `status` (String)
- `storage_policy_ids` (List of Number)
- `uniq_pools` (List of String)
- `updated_time` (Number)
- `version` (Number)
- `vins` (List of Number)
- `zone_ids` (List of Object) (see [below for nested schema](#nestedatt--zone_ids))
- `zone_ids` (Set of Object) (see [below for nested schema](#nestedatt--zone_ids))
<a id="nestedblock--timeouts"></a>
### Nested Schema for `timeouts`
@@ -89,6 +89,16 @@ Read-Only:
- `cu_m` (Number)
- `cu_np` (Number)
- `gpu_units` (Number)
- `storage_policy` (List 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)
<a id="nestedatt--zone_ids"></a>