summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/network/meraki/meraki_vlan.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ansible/modules/network/meraki/meraki_vlan.py')
-rw-r--r--lib/ansible/modules/network/meraki/meraki_vlan.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/ansible/modules/network/meraki/meraki_vlan.py b/lib/ansible/modules/network/meraki/meraki_vlan.py
index 52556160d9..6899f7eff2 100644
--- a/lib/ansible/modules/network/meraki/meraki_vlan.py
+++ b/lib/ansible/modules/network/meraki/meraki_vlan.py
@@ -30,41 +30,52 @@ options:
- Specifies whether object should be queried, created/modified, or removed.
choices: [absent, present, query]
default: query
+ type: str
net_name:
description:
- Name of network which VLAN is in or should be in.
aliases: [network]
+ type: str
net_id:
description:
- ID of network which VLAN is in or should be in.
+ type: str
vlan_id:
description:
- ID number of VLAN.
- ID should be between 1-4096.
+ type: int
name:
description:
- Name of VLAN.
aliases: [vlan_name]
+ type: str
subnet:
description:
- CIDR notation of network subnet.
+ type: str
appliance_ip:
description:
- IP address of appliance.
- Address must be within subnet specified in C(subnet) parameter.
+ type: str
dns_nameservers:
description:
- Semi-colon delimited list of DNS IP addresses.
- Specify one of the following options for preprogrammed DNS entries opendns, google_dns, upstream_dns
+ type: str
reserved_ip_range:
description:
- IP address ranges which should be reserve and not distributed via DHCP.
+ type: list
vpn_nat_subnet:
description:
- The translated VPN subnet if VPN and VPN subnet translation are enabled on the VLAN.
+ type: str
fixed_ip_assignments:
description:
- Static IP address assignements to be distributed via DHCP by MAC address.
+ type: list
author:
- Kevin Breit (@kbreit)
extends_documentation_fragment: meraki