Fix non-matching defaults. (#5452) (#5453)

(cherry picked from commit f84a9bf932)

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
patchback[bot] 2022-11-01 19:45:37 +01:00 committed by GitHub
parent 9466103a4a
commit 4926f15d86
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
75 changed files with 134 additions and 20 deletions

View file

@ -31,6 +31,7 @@ options:
description:
- A description of the VLAN.
type: str
default: ''
network_domain:
description:
- The Id or name of the target network domain.
@ -40,11 +41,13 @@ 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.