File tree Expand file tree Collapse file tree 5 files changed +14
-8
lines changed Expand file tree Collapse file tree 5 files changed +14
-8
lines changed Original file line number Diff line number Diff line change 22# Documentation generated by "gen/generator.go"; DO NOT EDIT.
33# In order to regenerate this file execute `go generate` from the repository root.
44# More details can be found in the [README](https://github.com/CiscoDevNet/terraform-provider-aci/blob/master/README.md).
5- subcategory : " Generic "
5+ subcategory : " Virtual Networking "
66layout : " aci"
77page_title : " ACI: aci_vmm_uplink_container"
88sidebar_current : " docs-aci-data-source-aci_vmm_uplink_container"
@@ -24,7 +24,7 @@ Data source for ACI VMM Uplink Container
2424
2525## GUI Information ##
2626
27- * Location: ` Generic `
27+ * Location: ` Virtual Networking -> VMware -> Create Uplinks `
2828
2929## Example Usage ##
3030
Original file line number Diff line number Diff line change 22# Documentation generated by "gen/generator.go"; DO NOT EDIT.
33# In order to regenerate this file execute `go generate` from the repository root.
44# More details can be found in the [README](https://github.com/CiscoDevNet/terraform-provider-aci/blob/master/README.md).
5- subcategory : " Generic "
5+ subcategory : " Virtual Networking "
66layout : " aci"
77page_title : " ACI: aci_vmm_uplink_policy"
88sidebar_current : " docs-aci-data-source-aci_vmm_uplink_policy"
@@ -24,7 +24,7 @@ Data source for ACI VMM Uplink Policy
2424
2525## GUI Information ##
2626
27- * Location: ` Generic `
27+ * Location: ` Virtual Networking -> VMware -> Name of Uplinks `
2828
2929## Example Usage ##
3030
Original file line number Diff line number Diff line change 22# Documentation generated by "gen/generator.go"; DO NOT EDIT.
33# In order to regenerate this file execute `go generate` from the repository root.
44# More details can be found in the [README](https://github.com/CiscoDevNet/terraform-provider-aci/blob/master/README.md).
5- subcategory : " Generic "
5+ subcategory : " Virtual Networking "
66layout : " aci"
77page_title : " ACI: aci_vmm_uplink_container"
88sidebar_current : " docs-aci-resource-aci_vmm_uplink_container"
@@ -26,7 +26,7 @@ Manages ACI VMM Uplink Container
2626
2727## GUI Information ##
2828
29- * Location: ` Generic `
29+ * Location: ` Virtual Networking -> VMware -> Create Uplinks `
3030
3131## Example Usage ##
3232
Original file line number Diff line number Diff line change 22# Documentation generated by "gen/generator.go"; DO NOT EDIT.
33# In order to regenerate this file execute `go generate` from the repository root.
44# More details can be found in the [README](https://github.com/CiscoDevNet/terraform-provider-aci/blob/master/README.md).
5- subcategory : " Generic "
5+ subcategory : " Virtual Networking "
66layout : " aci"
77page_title : " ACI: aci_vmm_uplink_policy"
88sidebar_current : " docs-aci-resource-aci_vmm_uplink_policy"
@@ -26,7 +26,7 @@ Manages ACI VMM Uplink Policy
2626
2727## GUI Information ##
2828
29- * Location: ` Generic `
29+ * Location: ` Virtual Networking -> VMware -> Name of Uplinks `
3030
3131## Example Usage ##
3232
Original file line number Diff line number Diff line change @@ -189,12 +189,18 @@ vmmDomP:
189189
190190vmmUplinkPCont :
191191 resource_name : " vmm_uplink_container"
192+ sub_category : " Virtual Networking"
193+ ui_locations :
194+ - " Virtual Networking -> VMware -> Create Uplinks"
192195 include : true
193196 children :
194197 - " vmmUplinkP"
195198
196199vmmUplinkP :
197200 resource_name : " vmm_uplink_policy"
201+ sub_category : " Virtual Networking"
202+ ui_locations :
203+ - " Virtual Networking -> VMware -> Name of Uplinks"
198204
199205fvAp :
200206 resource_name : " application_profile"
You can’t perform that action at this time.
0 commit comments