Skip to content

Commit 5966b2a

Browse files
timcraggshrsr
authored andcommitted
[ignore] Modified description of attributes in concrete device modules
1 parent 8a4d9d1 commit 5966b2a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

plugins/modules/aci_l4l7_concrete_device.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@
3434
aliases: [ concrete_device, concrete_device_name ]
3535
vcenter_name:
3636
description:
37-
- The virtual center name on which the device is hosted in the L4-L7 device cluster.
37+
- The name of the vCenter hosting the L4-L7 device.
3838
type: str
3939
vm_name:
4040
description:
41-
- The virtual center VM name on which the device is hosted in the L4-L7 device cluster.
41+
- The VM name within the vCenter for the L4-L7 device.
4242
type: str
4343
state:
4444
description:

plugins/modules/aci_l4l7_logical_interface.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
encap:
3434
description:
3535
- The encapsulation of the Logical Interface.
36+
- It requires the VLAN to be prepended, for example, 'vlan-987'.
3637
type: str
3738
state:
3839
description:

0 commit comments

Comments
 (0)