Skip to content

Commit

Permalink
remane doc files (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
nkatarmal-crest authored Oct 23, 2020
1 parent 355a01f commit 02921a3
Show file tree
Hide file tree
Showing 193 changed files with 260 additions and 260 deletions.
396 changes: 198 additions & 198 deletions website/aci.erb

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: "aci"
page_title: "ACI: aci_static_path"
sidebar_current: "docs-aci-data-source-static_path"
page_title: "ACI: aci_epg_to_static_path"
sidebar_current: "docs-aci-data-source-epg_to_static_path"
description: |-
Data source for ACI Static Path
Data source for ACI EPG to Static Path
---

# aci_epg_to_static_path #
Data source for ACI Static Path
Data source for ACI EPG to Static Path

## Example Usage ##

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
33 changes: 33 additions & 0 deletions website/docs/d/l3_ext_subnet.html.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
layout: "aci"
page_title: "ACI: aci_l3_ext_subnet"
sidebar_current: "docs-aci-data-source-l3_ext_subnet"
description: |-
Data source for ACI l3 extension subnet
---

# aci_l3_ext_subnet #
Data source for ACI l3 extension subnet

## Example Usage ##

```hcl
data "aci_l3_ext_subnet" "example" {
external_network_instance_profile_dn = "${aci_external_network_instance_profile.example.id}"
ip = "10.0.3.28/27"
}
```
## Argument Reference ##
* `external_network_instance_profile_dn` - (Required) Distinguished name of parent ExternalNetworkInstanceProfile object.
* `ip` - (Required) ip of Object l3 extension subnet.



## Attribute Reference

* `id` - Attribute id set to the Dn of the l3 extension subnet.
* `aggregate` - (Optional) Aggregate Routes for l3 extension subnet.
* `annotation` - (Optional) annotation for object l3 extension subnet.
* `name_alias` - (Optional) name_alias for object l3 extension subnet.
* `scope` - (Optional) The domain applicable to the capability.
File renamed without changes.
33 changes: 0 additions & 33 deletions website/docs/d/l3extsubnet.html.markdown

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: "aci"
page_title: "ACI: aci_fabric_node"
sidebar_current: "docs-aci-data-source-fabric_node"
page_title: "ACI: aci_logical_node_to_fabric_node"
sidebar_current: "docs-aci-data-source-logical_node_to_fabric_node"
description: |-
Data source for ACI Fabric Node
Data source for ACI Logical Node to Fabric Node
---

# aci_logical_node_to_fabric_node #
Data source for ACI Fabric Node
Data source for ACI Logical Node to Fabric Node

## Example Usage ##

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: "aci"
page_title: "ACI: aci_static_path"
sidebar_current: "docs-aci-resource-static_path"
page_title: "ACI: aci_epg_to_static_path"
sidebar_current: "docs-aci-resource-epg_to_static_path"
description: |-
Manages ACI Static Path
Manages ACI EPG to Static Path
---

# aci_epg_to_static_path #
Manages ACI Static Path
Manages ACI EPG to Static Path

## Example Usage ##

Expand Down Expand Up @@ -44,5 +44,5 @@ An existing Static Path can be [imported][docs-import] into this resource via it


```
terraform import aci_static_path.example <Dn>
terraform import aci_epg_to_static_path.example <Dn>
```
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: "aci"
page_title: "ACI: aci_subnet"
sidebar_current: "docs-aci-resource-subnet"
page_title: "ACI: aci_l3_ext_subnet"
sidebar_current: "docs-aci-resource-l3_ext_subnet"
description: |-
Manages ACI Subnet
Manages ACI l3 extension subnet
---

# aci_subnet #
Manages ACI Subnet
# aci_l3_ext_subnet #
Manages ACI l3 extension subnet

## Example Usage ##

Expand All @@ -24,10 +24,10 @@ Manages ACI Subnet
```
## Argument Reference ##
* `external_network_instance_profile_dn` - (Required) Distinguished name of parent ExternalNetworkInstanceProfile object.
* `ip` - (Required) ip of Object subnet.
* `aggregate` - (Optional) Aggregate Routes for Subnet. Allowed values are "import-rtctrl", "export-rtctrl" and "shared-rtctrl".
* `annotation` - (Optional) annotation for object subnet.
* `name_alias` - (Optional) name_alias for object subnet.
* `ip` - (Required) ip of Object l3 extension subnet.
* `aggregate` - (Optional) Aggregate Routes for l3 extension subnet. Allowed values are "import-rtctrl", "export-rtctrl" and "shared-rtctrl".
* `annotation` - (Optional) annotation for object l3 extension subnet.
* `name_alias` - (Optional) name_alias for object l3 extension subnet.
* `scope` - (Optional) The domain applicable to the capability. Allowed values are "import-rtctrl", "export-rtctrl", "import-security", "shared-security" and "shared-rtctrl". Default is "import-security".

* `relation_l3ext_rs_subnet_to_profile` - (Optional) Relation to class rtctrlProfile. Cardinality - N_TO_M. Type - Set of Map.
Expand All @@ -39,7 +39,7 @@ Manages ACI Subnet
## Attribute Reference

The only attribute that this resource exports is the `id`, which is set to the
Dn of the Subnet.
Dn of the l3 extension subnet.

## Importing ##

Expand All @@ -48,5 +48,5 @@ An existing Subnet can be [imported][docs-import] into this resource via its Dn,


```
terraform import aci_subnet.example <Dn>
terraform import aci_l3_ext_subnet.example <Dn>
```
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: "aci"
page_title: "ACI: aci_fabric_node"
sidebar_current: "docs-aci-resource-fabric_node"
page_title: "ACI: aci_logical_node_to_fabric_node"
sidebar_current: "docs-aci-resource-logical_node_to_fabric_node"
description: |-
Manages ACI Fabric Node
Manages ACI Logical Node to Fabric Node
---

# aci_logical_node_to_fabric_node #
Manages ACI Fabric Node
Manages ACI Logical Node to Fabric Node

## Example Usage ##

Expand Down Expand Up @@ -46,5 +46,5 @@ An existing Fabric Node can be [imported][docs-import] into this resource via it


```
terraform import aci_fabric_node.example <Dn>
terraform import aci_logical_node_to_fabric_node.example <Dn>
```
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 02921a3

Please sign in to comment.