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.
46 lines
1.3 KiB
46 lines
1.3 KiB
---
|
|
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
|
page_title: "decort_vins Data Source - decort"
|
|
subcategory: ""
|
|
description: |-
|
|
|
|
---
|
|
|
|
# decort_vins (Data Source)
|
|
|
|
|
|
|
|
|
|
|
|
<!-- schema generated by tfplugindocs -->
|
|
## Schema
|
|
|
|
### Required
|
|
|
|
- `name` (String) Name of the ViNS. Names are case sensitive and unique within the context of an account or resource group.
|
|
|
|
### Optional
|
|
|
|
- `account_id` (Number) Unique ID of the account, which this ViNS belongs to.
|
|
- `rg_id` (Number) Unique ID of the resource group, where this ViNS is belongs to (for ViNS created at resource group level, 0 otherwise).
|
|
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
|
|
|
### Read-Only
|
|
|
|
- `account_name` (String) Name of the account, which this ViNS belongs to.
|
|
- `description` (String) User-defined text description of this ViNS.
|
|
- `ext_ip_addr` (String) IP address of the external connection (valid for ViNS connected to external network, empty string otherwise).
|
|
- `ext_net_id` (Number) ID of the external network this ViNS is connected to (-1 means no external connection).
|
|
- `id` (String) The ID of this resource.
|
|
- `ipcidr` (String) Network address used by this ViNS.
|
|
|
|
<a id="nestedblock--timeouts"></a>
|
|
### Nested Schema for `timeouts`
|
|
|
|
Optional:
|
|
|
|
- `default` (String)
|
|
- `read` (String)
|
|
|
|
|