git test
This commit is contained in:
74
docs/resources/sdn_hypervisor.md
Normal file
74
docs/resources/sdn_hypervisor.md
Normal file
@@ -0,0 +1,74 @@
|
||||
---
|
||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||
page_title: "decort_sdn_hypervisor Resource - terraform-provider-decort"
|
||||
subcategory: ""
|
||||
description: |-
|
||||
|
||||
---
|
||||
|
||||
# decort_sdn_hypervisor (Resource)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
## Schema
|
||||
|
||||
### Required
|
||||
|
||||
- `display_name` (String)
|
||||
- `name` (String)
|
||||
|
||||
### Optional
|
||||
|
||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
|
||||
### Read-Only
|
||||
|
||||
- `created_at` (String)
|
||||
- `hostname` (String)
|
||||
- `id` (String) The ID of this resource.
|
||||
- `ip` (String)
|
||||
- `ports` (List of Object) (see [below for nested schema](#nestedatt--ports))
|
||||
- `status` (String)
|
||||
- `synced_at` (String)
|
||||
|
||||
<a id="nestedblock--timeouts"></a>
|
||||
### Nested Schema for `timeouts`
|
||||
|
||||
Optional:
|
||||
|
||||
- `create` (String)
|
||||
- `default` (String)
|
||||
- `delete` (String)
|
||||
- `read` (String)
|
||||
- `update` (String)
|
||||
|
||||
|
||||
<a id="nestedatt--ports"></a>
|
||||
### Nested Schema for `ports`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `data` (List of Object) (see [below for nested schema](#nestedobjatt--ports--data))
|
||||
- `info` (List of Object) (see [below for nested schema](#nestedobjatt--ports--info))
|
||||
|
||||
<a id="nestedobjatt--ports--data"></a>
|
||||
### Nested Schema for `ports.data`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `display_name` (String)
|
||||
- `id` (String)
|
||||
- `unique_identifier` (String)
|
||||
- `up` (Boolean)
|
||||
|
||||
|
||||
<a id="nestedobjatt--ports--info"></a>
|
||||
### Nested Schema for `ports.info`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `active_ports` (Number)
|
||||
- `total_ports` (Number)
|
||||
Reference in New Issue
Block a user