Revert "Fix non-matching defaults in docs (#5446) (#5451)"

This reverts commit b26df2a008.
This commit is contained in:
Felix Fontein 2022-11-01 19:12:11 +01:00
parent b26df2a008
commit 9466103a4a
79 changed files with 63 additions and 187 deletions

View file

@ -31,7 +31,6 @@ options:
description:
- A description of the VLAN.
type: str
default: ''
network_domain:
description:
- The Id or name of the target network domain.
@ -41,13 +40,11 @@ options:
description:
- The base address for the VLAN's IPv4 network (e.g. 192.168.1.0).
type: str
default: ''
private_ipv4_prefix_size:
description:
- The size of the IPv4 address space, e.g 24.
- Required, if C(private_ipv4_base_address) is specified.
type: int
default: 0
state:
description:
- The desired state for the target VLAN.