-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4566624
commit a143423
Showing
5 changed files
with
105 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "aoscx_full_config Resource - terraform-provider-aoscx" | ||
subcategory: "" | ||
description: |- | ||
Resource to manage full running-config on AOS-CX switches. | ||
--- | ||
|
||
# aoscx_full_config (Resource) | ||
|
||
Resource to manage full running-config on AOS-CX switches. | ||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `filename` (String) | ||
|
||
### Optional | ||
|
||
- `config` (String) | ||
- `diff` (String) | ||
|
||
### Read-Only | ||
|
||
- `id` (String) The ID of this resource. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "aoscx_l3_interface Resource - terraform-provider-aoscx" | ||
subcategory: "" | ||
description: |- | ||
Resource to configure interface Layer3 attributes on AOS-CX switches. | ||
--- | ||
|
||
# aoscx_l3_interface (Resource) | ||
|
||
Resource to configure interface Layer3 attributes on AOS-CX switches. | ||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `interface` (String) | ||
|
||
### Optional | ||
|
||
- `admin_state` (String) | ||
- `description` (String) | ||
- `ipv4` (List of String) | ||
- `ipv6` (Set of String) | ||
- `vrf` (String) | ||
|
||
### Read-Only | ||
|
||
- `id` (String) The ID of this resource. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "aoscx_vlan_interface Resource - terraform-provider-aoscx" | ||
subcategory: "" | ||
description: |- | ||
Resource to configure Vlan interface attributes on AOS-CX switches. | ||
--- | ||
|
||
# aoscx_vlan_interface (Resource) | ||
|
||
Resource to configure Vlan interface attributes on AOS-CX switches. | ||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `vlan_id` (Number) | ||
|
||
### Optional | ||
|
||
- `admin_state` (String) | ||
- `description` (String) | ||
- `ipv4` (List of String) | ||
- `ipv6` (Set of String) | ||
- `vrf` (String) | ||
|
||
### Read-Only | ||
|
||
- `id` (String) The ID of this resource. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters