Skip to content

Commit 8662125

Browse files
shrsrlhercot
authored andcommitted
Changes to docs
1 parent 341f170 commit 8662125

File tree

7 files changed

+89
-123
lines changed

7 files changed

+89
-123
lines changed

website/aci.erb

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -435,14 +435,14 @@
435435
<li<%= sidebar_current("docs-aci-data-source-vmm_domain") %>>
436436
<a href="/docs/providers/aci/d/vmm_domain.html">aci_vmm_domain</a>
437437
</li>
438-
<li<%= sidebar_current("docs-aci-data-source-vmmctrlrp") %>>
439-
<a href="/docs/providers/aci/d/vmmctrlrp.html">aci_vmm_controller</a>
438+
<li<%= sidebar_current("docs-aci-data-source-vmm_controller") %>>
439+
<a href="/docs/providers/aci/d/vmm_controller.html">aci_vmm_controller</a>
440440
</li>
441-
<li<%= sidebar_current("docs-aci-data-source-vmmusraccp") %>>
442-
<a href="/docs/providers/aci/d/vmmusraccp.html">aci_vmm_credential</a>
441+
<li<%= sidebar_current("docs-aci-data-source-vmm_credential") %>>
442+
<a href="/docs/providers/aci/d/vmm_credential.html">aci_vmm_credential</a>
443443
</li>
444-
<li<%= sidebar_current("docs-aci-data-source-vmm_vswitchpolicycont") %>>
445-
<a href="/docs/providers/aci/d/vmmvswitchpolicycont.html">aci_vmm_vswitchpolicy</a>
444+
<li<%= sidebar_current("docs-aci-data-source-v_switch_policy_group") %>>
445+
<a href="/docs/providers/aci/d/v_switch_policy_group.html">aci_v_switch_policy_group</a>
446446
</li>
447447
<li<%= sidebar_current("docs-aci-data-source-vpc_explicit_protection_group") %>>
448448
<a href="/docs/providers/aci/d/vpc_explicit_protection_group.html">aci_vpc_explicit_protection_group</a>
@@ -878,14 +878,14 @@
878878
<li<%= sidebar_current("docs-aci-resource-vmm_domain") %>>
879879
<a href="/docs/providers/aci/r/vmm_domain.html">aci_vmm_domain</a>
880880
</li>
881-
<li<%= sidebar_current("docs-aci-resource-vmmctrlrp") %>>
882-
<a href="/docs/providers/aci/r/vmmctrlrp.html">aci_vmm_controller</a>
881+
<li<%= sidebar_current("docs-aci-resource-vmm_controller") %>>
882+
<a href="/docs/providers/aci/r/vmm_controller.html">aci_vmm_controller</a>
883883
</li>
884-
<li<%= sidebar_current("docs-aci-resource-vmmusraccp") %>>
885-
<a href="/docs/providers/aci/r/vmmusraccp.html">aci_vmm_credential</a>
884+
<li<%= sidebar_current("docs-aci-resource-vmm_credential") %>>
885+
<a href="/docs/providers/aci/r/vmm_credential.html">aci_vmm_credential</a>
886886
</li>
887-
<li<%= sidebar_current("docs-aci-resource-vmm_vswitchpolicycont") %>>
888-
<a href="/docs/providers/aci/r/vmmvswitchpolicycont.html">aci_vmm_vswitchpolicy</a>
887+
<li<%= sidebar_current("docs-aci-resource-v_switch_policy_group") %>>
888+
<a href="/docs/providers/aci/r/v_switch_policy_group.html">aci_v_switch_policy_group</a>
889889
</li>
890890
<li<%= sidebar_current("docs-aci-resource-vpc_explicit_protection_group") %>>
891891
<a href="/docs/providers/aci/r/vpc_explicit_protection_group.html">aci_vpc_explicit_protection_group</a>

website/docs/d/vmmvswitchpolicycont.html.markdown renamed to website/docs/d/v_switch_policy_group.html.markdown

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,18 @@ description: |-
66
Data source for ACI VSwitch Policy Group
77
---
88

9-
# vSwitch_Policy #
9+
# aci_v_switch_policy_group #
1010

1111
Data source for ACI VSwitch Policy Group
1212

13-
1413
## API Information ##
1514

1615
* `Class` - vmmVSwitchPolicyCont
1716
* `Distinguished Named` - uni/vmmp-{vendor}/dom-{name}/vswitchpolcont
1817

1918
## GUI Information ##
2019

21-
* `Location` - Virtual Networking -> VMM Domain -> VSwitchPolicy
22-
23-
20+
* `Location` - Virtual Networking -> {vendor} -> {domain_name} -> VSwitch Policy
2421

2522
## Example Usage ##
2623

@@ -32,9 +29,10 @@ data "aci_v_switch_policy_group" "example" {
3229

3330
## Argument Reference ##
3431

35-
* `vmm_domain_dn` - (Required) Distinguished name of parent VMMDomain object.
32+
* `vmm_domain_dn` - (Required) Distinguished name of parent VMM Domain object.
3633

3734
## Attribute Reference ##
35+
3836
* `id` - Attribute id set to the Dn of the VSwitch Policy Group.
3937
* `annotation` - (Optional) Annotation of object VSwitch Policy Group.
4038
* `name_alias` - (Optional) Name Alias of object VSwitch Policy Group.

website/docs/d/vmmctrlrp.html.markdown renamed to website/docs/d/vmm_controller.html.markdown

Lines changed: 18 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,18 @@ description: |-
66
Data source for ACI VMM Controller
77
---
88

9-
# vmm_controller #
9+
# aci_vmm_controller #
1010

1111
Data source for ACI VMM Controller
1212

13-
1413
## API Information ##
1514

1615
* `Class` - vmmCtrlrP
1716
* `Distinguished Named` - uni/vmmp-{vendor}/dom-{name}/ctrlr-{name}
1817

1918
## GUI Information ##
2019

21-
* `Location` - Virtual Networking -> VMM Domain -> VmmController
22-
23-
20+
* `Location` - Virtual Networking -> {vendor} -> {domain_name} -> {controller_name}
2421

2522
## Example Usage ##
2623

@@ -33,26 +30,27 @@ data "aci_vmm_controller" "example" {
3330

3431
## Argument Reference ##
3532

36-
* `vmm_domain_dn` - (Required) Distinguished name of parent VMMDomain object.
33+
* `vmm_domain_dn` - (Required) Distinguished name of parent VMM Domain object.
3734
* `name` - (Required) name of object VMM Controller.
3835

3936
## Attribute Reference ##
37+
4038
* `id` - Attribute id set to the Dn of the VMM Controller.
4139
* `annotation` - (Optional) Annotation of object VMM Controller.
4240
* `name_alias` - (Optional) Name Alias of object VMM Controller.
43-
* `dvs_version` - (Optional) Dvs Version.
44-
* `host_or_ip` - (Optional) Hostname or IP Address. Host or IP
45-
* `inventory_trig_st` - (Optional) Triggered Inventory Sync Status.
46-
* `mode` - (Optional) Mode. The mode of operation.
47-
* `msft_config_err_msg` - (Optional) Deployment Error Message of Microsoft Plugin SCVMM Controller.
48-
It captures error message encountered in SCVMM Controller
49-
plugin.This error message represents specific details for bitmask
41+
* `dvs_version` - (Optional) Dvs Version.
42+
* `host_or_ip` - (Optional) Hostname or IP Address.
43+
* `inventory_trig_st` - (Optional) Triggered Inventory Sync Status.
44+
* `mode` - (Optional) The mode of operation.
45+
* `msft_config_err_msg` - (Optional) Deployment Error Message of Mirosoft Plugin SCVM Controller.
46+
It captures error message encountered in SCVMM Controller
47+
plugin. This error message represents specific details for bitmask
5048
based msftConfigIssues fault.
51-
* `msft_config_issues` - (Optional) msftConfigIssues.
52-
* `n1kv_stats_mode` - (Optional) n1kvStatsMode. n1kv statistics enable
49+
* `msft_config_issues` - (Optional) msftConfigIssues.
50+
* `n1kv_stats_mode` - (Optional) n1kv statistics enable.
5351
* `port` - (Optional) Port. Port
54-
* `root_cont_name` - (Optional) Datacenter. Top level container name.
55-
* `scope` - (Optional) Scope. The VMM control policy scope.
56-
* `seq_num` - (Optional) seqNum. An ISIS link-state packet sequence number.
57-
* `stats_mode` - (Optional) statsMode. The statistics mode.
58-
* `vxlan_depl_pref` - (Optional) VxLAN Deployment Preference.
52+
* `root_cont_name` - (Optional) Top level container name.
53+
* `scope` - (Optional) The VMM control policy scope.
54+
* `seq_num` - (Optional) An ISIS link-state packet sequence number.
55+
* `stats_mode` - (Optional) The statistics mode.
56+
* `vxlan_depl_pref` - (Optional) VxLAN Deployment Preference.

website/docs/d/vmmusraccp.html.markdown renamed to website/docs/d/vmm_credential.html.markdown

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: |-
66
Data source for ACI VMM Credential
77
---
88

9-
# vmm_credential #
9+
# aci_vmm_credential #
1010

1111
Data source for ACI VMM Credential
1212

@@ -18,9 +18,7 @@ Data source for ACI VMM Credential
1818

1919
## GUI Information ##
2020

21-
* `Location` - Virtual Networking -> VMM Domain -> VmmController -> vCenterCredentials
22-
23-
21+
* `Location` - Virtual Networking -> {vendor} -> {domain_name} -> vCenter Credentials
2422

2523
## Example Usage ##
2624

@@ -33,12 +31,13 @@ data "aci_vmm_credential" "example" {
3331

3432
## Argument Reference ##
3533

36-
* `vmm_domain_dn` - (Required) Distinguished name of parent VMMDomain object.
34+
* `vmm_domain_dn` - (Required) Distinguished name of parent VMM Domain object.
3735
* `name` - (Required) name of object VMM Credential.
3836

3937
## Attribute Reference ##
38+
4039
* `id` - Attribute id set to the Dn of the VMM Credential.
4140
* `annotation` - (Optional) Annotation of object VMM Credential.
4241
* `name_alias` - (Optional) Name Alias of object VMM Credential.
43-
* `pwd` - (Optional) Password. Pwd
44-
* `usr` - (Optional) Username. User
42+
* `pwd` - (Optional) Password.
43+
* `usr` - (Optional) Username.

website/docs/r/vmmvswitchpolicycont.html.markdown renamed to website/docs/r/v_switch_policy_group.html.markdown

Lines changed: 15 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: |-
66
Manages ACI VSwitch Policy Group
77
---
88

9-
# vSwitch_Policy #
9+
# aci_v_switch_policy_group #
1010

1111
Manages ACI VSwitch Policy Group
1212

@@ -17,8 +17,7 @@ Manages ACI VSwitch Policy Group
1717

1818
## GUI Information ##
1919

20-
* `Location` - Virtual Networking -> VMM Domain -> VSwitchPolicy
21-
20+
* `Location` - Virtual Networking -> {vendor} -> {domain_name} -> VSwitch Policy
2221

2322
## Example Usage ##
2423

@@ -52,46 +51,35 @@ resource "aci_v_switch_policy_group" "example" {
5251

5352
## Argument Reference ##
5453

55-
* `vmm_domain_dn` - (Required) Distinguished name of parent VMMDomain object.
54+
* `vmm_domain_dn` - (Required) Distinguished name of parent VMM Domain object.
5655

5756
* `annotation` - (Optional) Annotation of object VSwitch Policy Group.
5857

58+
* `relation_vmm_rs_vswitch_exporter_pol` - (Optional) A block representing the relation to a VMM Netflow Exporter Policy (class netflowVmmExporterPol). Type: Block.
59+
* `active_flow_time_out` - (Optional) Default value is "60".
60+
* `idle_flow_time_out` - (Optional) Default value is "15".
61+
* `sampling_rate` - (Optional) Default value is "0".
62+
* `target_dn` - (Required) The distinguished name of the target exporter policy. Type: String
5963

60-
* `relation_vmm_rs_vswitch_exporter_pol` - (Optional) A block representing the relation to a Relation to VMM Netflow Exporter Policy (class netflowVmmExporterPol). Relationship to VMM Netflow Exporter Policy Type: Block.
61-
* `active_flow_time_out` - (Optional) activeFlowTimeOut. default value is "60".
62-
* `idle_flow_time_out` - (Optional) idleFlowTimeOut. default value is "15".
63-
* `sampling_rate` - (Optional) samplingRate. default value is "0".
64-
* `target_dn` - (Required) The distinguished name of the target. Type: String
65-
66-
67-
* `relation_vmm_rs_vswitch_override_cdp_if_pol` - (Optional) Represents the relation to a Relation to CDP Interface Policy (class cdpIfPol). Relationship to policy providing physical configuration of the interfaces Type: String.
68-
69-
70-
* `relation_vmm_rs_vswitch_override_fw_pol` - (Optional) Represents the relation to a Relation to Firewall Policy (class nwsFwPol). Relationship to nws fw policy Type: String.
71-
64+
* `relation_vmm_rs_vswitch_override_cdp_if_pol` - (Optional) Represents the relation to a CDP Interface Policy (class cdpIfPol). Relationship to policy providing physical configuration of the interfaces. Type: String.
7265

73-
* `relation_vmm_rs_vswitch_override_lacp_pol` - (Optional) Represents the relation to a Relation to LACP Lag Policy (class lacpLagPol). Relationship to lacp pc policy Type: String.
66+
* `relation_vmm_rs_vswitch_override_fw_pol` - (Optional) Represents the relation to a Firewall Policy (class nwsFwPol). Type: String.
7467

68+
* `relation_vmm_rs_vswitch_override_lacp_pol` - (Optional) Represents the relation to a LACP Lag Policy (class lacpLagPol). Type: String.
7569

76-
* `relation_vmm_rs_vswitch_override_lldp_if_pol` - (Optional) Represents the relation to a Relation to LLDP Interface Policy (class lldpIfPol). Type: String.
70+
* `relation_vmm_rs_vswitch_override_lldp_if_pol` - (Optional) Represents the relation to a LLDP Interface Policy (class lldpIfPol). Type: String.
7771

72+
* `relation_vmm_rs_vswitch_override_mcp_if_pol` - (Optional) Represents the relation to a MCP Interface Policy (class mcpIfPol). Relationship to policy providing physical configuration of the interfaces Type: String.
7873

79-
* `relation_vmm_rs_vswitch_override_mcp_if_pol` - (Optional) Represents the relation to a Relation to MCP Interface Policy (class mcpIfPol). Relationship to policy providing physical configuration of the interfaces Type: String.
80-
81-
82-
* `relation_vmm_rs_vswitch_override_mtu_pol` - (Optional) Represents the relation to a Relation to MTU Policy (class l2InstPol). Relationship to policy providing physical configuration of the interfaces Type: String.
83-
84-
85-
* `relation_vmm_rs_vswitch_override_stp_pol` - (Optional) Represents the relation to a Relation to STP Policy (class stpIfPol). Relationship to stp policy Type: String.
86-
74+
* `relation_vmm_rs_vswitch_override_mtu_pol` - (Optional) Represents the relation to a MTU Policy (class l2InstPol). Relationship to policy providing physical configuration of the interfaces Type: String.
8775

76+
* `relation_vmm_rs_vswitch_override_stp_pol` - (Optional) Represents the relation to a STP Policy (class stpIfPol). Type: String.
8877

8978
## Importing ##
9079

9180
An existing VSwitchPolicyGroup can be [imported][docs-import] into this resource via its Dn, via the following command:
9281
[docs-import]: https://www.terraform.io/docs/import/index.html
9382

94-
9583
```
9684
terraform import v_switch_policy_group.example <Dn>
9785
```

0 commit comments

Comments
 (0)