Skip to content

Commit 5a455c1

Browse files
sajaganalhercot
authored andcommitted
[ignore] Fixed aci_l3_ext_subnet resource document files
1 parent ed6b611 commit 5a455c1

File tree

5 files changed

+27
-26
lines changed

5 files changed

+27
-26
lines changed

aci/resource_aci_l3extsubnet.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ func resourceAciL3ExtSubnet() *schema.Resource {
6161
"name": &schema.Schema{
6262
Type: schema.TypeString,
6363
Optional: true,
64+
Computed: true,
6465
},
6566
"aggregate": &schema.Schema{
6667
Type: schema.TypeString,

docs/data-sources/l3_ext_subnet.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ data "aci_l3_ext_subnet" "example" {
4040

4141
* `id` - Attribute id set to the Dn of the External EPG Subnet object.
4242
* `name` - (Read-Only) Name of the External EPG Subnet object.
43-
* `aggregate` - (Optional) Aggregate Routes of the External EPG Subnet object.
44-
* `annotation` - (Optional) Annotation of the External EPG Subnet object.
45-
* `description` - (Optional) Description of the External EPG Subnet object.
46-
* `name_alias` - (Optional) Name alias of the External EPG Subnet object.
47-
* `scope` - (Optional) The list of domain applicable to the capability.
48-
* `relation_l3ext_rs_subnet_to_profile` - (Optional) Relation to Route Control Profile (class rtctrlProfile). Type: Block.
49-
* `tn_rtctrl_profile_name` - **Deprecated** (Optional) Associates the External EPGs with the Route Control Profiles.
50-
* `tn_rtctrl_profile_dn` - (Optional) Associates the External EPGs with the Route Control Profiles.
51-
* `direction` - (Optional) Relation to configure route map for each BGP peer in the inbound and outbound directions.
52-
* `relation_l3ext_rs_subnet_to_rt_summ` - (Optional) Relation to a Route Summarization Policy (class rtsumARtSummPol).
43+
* `aggregate` - (Read-Only) Aggregate Routes of the External EPG Subnet object.
44+
* `annotation` - (Read-Only) Annotation of the External EPG Subnet object.
45+
* `description` - (Read-Only) Description of the External EPG Subnet object.
46+
* `name_alias` - (Read-Only) Name alias of the External EPG Subnet object.
47+
* `scope` - (Read-Only) The list of domain applicable to the capability.
48+
* `relation_l3ext_rs_subnet_to_profile` - (Read-Only) Relation to Route Control Profile (class rtctrlProfile). Type: Block.
49+
* `tn_rtctrl_profile_name` - **Deprecated** (Read-Only) Associates the External EPGs with the Route Control Profiles.
50+
* `tn_rtctrl_profile_dn` - (Read-Only) Associates the External EPGs with the Route Control Profiles.
51+
* `direction` - (Read-Only) Relation to configure route map for each BGP peer in the inbound and outbound directions.
52+
* `relation_l3ext_rs_subnet_to_rt_summ` - (Read-Only) Relation to a Route Summarization Policy (class rtsumARtSummPol).

docs/resources/l3_ext_subnet.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ Manages ACI External EPG Subnet
4848
## Argument Reference ##
4949

5050
* `external_network_instance_profile_dn` - (Required) Distinguished name of the parent External Network Instance Profile object.
51-
* `ip` - (Required) ip of the External EPG Subnet object.
51+
* `ip` - (Required) IP of the External EPG Subnet object.
5252
* `name` - (Optional) Name of the External EPG Subnet object.
5353
* `aggregate` - (Optional) Aggregate Routes of the External EPG Subnet object. Allowed values are "import-rtctrl", "export-rtctrl", "shared-rtctrl" and "none".
54-
* `annotation` - (Optional) annotation of the External EPG Subnet object.
54+
* `annotation` - (Optional) Annotation of the External EPG Subnet object.
5555
* `description` - (Optional) Description of the External EPG Subnet object.
56-
* `name_alias` - (Optional) name_alias of the External EPG Subnet object.
56+
* `name_alias` - (Optional) Name alias of the External EPG Subnet object.
5757
* `scope` - (Optional) The list of domain applicable to the capability. Allowed values are "import-rtctrl", "export-rtctrl", "import-security", "shared-security" and "shared-rtctrl". Default is "import-security".
5858
* `relation_l3ext_rs_subnet_to_profile` - (Optional) Relation to Route Control Profile (class rtctrlProfile). Type: Block.
5959
* `tn_rtctrl_profile_name` - **Deprecated** (Optional) Associates the External EPGs with the Route Control Profiles.

legacy-docs/docs/d/l3_ext_subnet.html.markdown

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ data "aci_l3_ext_subnet" "example" {
4040

4141
* `id` - Attribute id set to the Dn of the External EPG Subnet object.
4242
* `name` - (Read-Only) Name of the External EPG Subnet object.
43-
* `aggregate` - (Optional) Aggregate Routes of the External EPG Subnet object.
44-
* `annotation` - (Optional) Annotation of the External EPG Subnet object.
45-
* `description` - (Optional) Description of the External EPG Subnet object.
46-
* `name_alias` - (Optional) Name alias of the External EPG Subnet object.
47-
* `scope` - (Optional) The list of domain applicable to the capability.
48-
* `relation_l3ext_rs_subnet_to_profile` - (Optional) Relation to Route Control Profile (class rtctrlProfile). Type: Block.
49-
* `tn_rtctrl_profile_name` - **Deprecated** (Optional) Associates the External EPGs with the Route Control Profiles.
50-
* `tn_rtctrl_profile_dn` - (Optional) Associates the External EPGs with the Route Control Profiles.
51-
* `direction` - (Optional) Relation to configure route map for each BGP peer in the inbound and outbound directions.
52-
* `relation_l3ext_rs_subnet_to_rt_summ` - (Optional) Relation to a Route Summarization Policy (class rtsumARtSummPol).
43+
* `aggregate` - (Read-Only) Aggregate Routes of the External EPG Subnet object.
44+
* `annotation` - (Read-Only) Annotation of the External EPG Subnet object.
45+
* `description` - (Read-Only) Description of the External EPG Subnet object.
46+
* `name_alias` - (Read-Only) Name alias of the External EPG Subnet object.
47+
* `scope` - (Read-Only) The list of domain applicable to the capability.
48+
* `relation_l3ext_rs_subnet_to_profile` - (Read-Only) Relation to Route Control Profile (class rtctrlProfile). Type: Block.
49+
* `tn_rtctrl_profile_name` - **Deprecated** (Read-Only) Associates the External EPGs with the Route Control Profiles.
50+
* `tn_rtctrl_profile_dn` - (Read-Only) Associates the External EPGs with the Route Control Profiles.
51+
* `direction` - (Read-Only) Relation to configure route map for each BGP peer in the inbound and outbound directions.
52+
* `relation_l3ext_rs_subnet_to_rt_summ` - (Read-Only) Relation to a Route Summarization Policy (class rtsumARtSummPol).

legacy-docs/docs/r/l3_ext_subnet.html.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ Manages ACI External EPG Subnet
4848
## Argument Reference ##
4949

5050
* `external_network_instance_profile_dn` - (Required) Distinguished name of the parent External Network Instance Profile object.
51-
* `ip` - (Required) ip of the External EPG Subnet object.
51+
* `ip` - (Required) IP of the External EPG Subnet object.
5252
* `name` - (Optional) Name of the External EPG Subnet object.
5353
* `aggregate` - (Optional) Aggregate Routes of the External EPG Subnet object. Allowed values are "import-rtctrl", "export-rtctrl", "shared-rtctrl" and "none".
54-
* `annotation` - (Optional) annotation of the External EPG Subnet object.
54+
* `annotation` - (Optional) Annotation of the External EPG Subnet object.
5555
* `description` - (Optional) Description of the External EPG Subnet object.
56-
* `name_alias` - (Optional) name_alias of the External EPG Subnet object.
56+
* `name_alias` - (Optional) Name alias of the External EPG Subnet object.
5757
* `scope` - (Optional) The list of domain applicable to the capability. Allowed values are "import-rtctrl", "export-rtctrl", "import-security", "shared-security" and "shared-rtctrl". Default is "import-security".
5858
* `relation_l3ext_rs_subnet_to_profile` - (Optional) Relation to Route Control Profile (class rtctrlProfile). Type: Block.
5959
* `tn_rtctrl_profile_name` - **Deprecated** (Optional) Associates the External EPGs with the Route Control Profiles.

0 commit comments

Comments
 (0)