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.
56 lines
975 B
56 lines
975 B
|
1 year ago
|
---
|
||
|
|
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||
|
|
page_title: "decort_cb_rg_usage Data Source - terraform-provider-decort"
|
||
|
|
subcategory: ""
|
||
|
|
description: |-
|
||
|
|
|
||
|
|
---
|
||
|
|
|
||
|
|
# decort_cb_rg_usage (Data Source)
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
<!-- schema generated by tfplugindocs -->
|
||
|
|
## Schema
|
||
|
|
|
||
|
|
### Required
|
||
|
|
|
||
|
|
- `rg_id` (Number)
|
||
|
|
|
||
|
|
### Optional
|
||
|
|
|
||
|
|
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||
|
|
|
||
|
|
### Read-Only
|
||
|
|
|
||
|
|
- `cpu` (Number)
|
||
|
|
- `disk_size` (Number)
|
||
|
|
- `disk_size_max` (Number)
|
||
|
|
- `extips` (Number)
|
||
|
|
- `exttraffic` (Number)
|
||
|
|
- `gpu` (Number)
|
||
|
|
- `id` (String) The ID of this resource.
|
||
|
|
- `ram` (Number)
|
||
|
|
- `seps` (List of Object) (see [below for nested schema](#nestedatt--seps))
|
||
|
|
|
||
|
|
<a id="nestedblock--timeouts"></a>
|
||
|
|
### Nested Schema for `timeouts`
|
||
|
|
|
||
|
|
Optional:
|
||
|
|
|
||
|
|
- `default` (String)
|
||
|
|
- `read` (String)
|
||
|
|
|
||
|
|
|
||
|
|
<a id="nestedatt--seps"></a>
|
||
|
|
### Nested Schema for `seps`
|
||
|
|
|
||
|
|
Read-Only:
|
||
|
|
|
||
|
|
- `data_name` (String)
|
||
|
|
- `disk_size` (Number)
|
||
|
|
- `disk_size_max` (Number)
|
||
|
|
- `sep_id` (String)
|