Class: Ansible::Ruby::Modules::Meraki_vlan

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/network/meraki/meraki_vlan.rb

Overview

Create, edit, query, or delete VLANs in a Meraki environment.

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

Methods inherited from Ansible::Ruby::Models::Base

attr_option, attr_options, attribute, #initialize, remove_existing_validations, #to_h, validates

Constructor Details

This class inherits a constructor from Ansible::Ruby::Models::Base

Instance Method Details

#appliance_ipString?

Returns IP address of appliance.,Address must be within subnet specified in C(subnet) parameter.

Returns:

  • (String, nil)

    IP address of appliance.,Address must be within subnet specified in C(subnet) parameter.



35
# File 'lib/ansible/ruby/modules/generated/network/meraki/meraki_vlan.rb', line 35

attribute :appliance_ip

#dns_nameserversString?

Returns Semi-colon delimited list of DNS IP addresses.,Specify one of the following options for preprogrammed DNS entries opendns, google_dns, upstream_dns.

Returns:

  • (String, nil)

    Semi-colon delimited list of DNS IP addresses.,Specify one of the following options for preprogrammed DNS entries opendns, google_dns, upstream_dns



39
# File 'lib/ansible/ruby/modules/generated/network/meraki/meraki_vlan.rb', line 39

attribute :dns_nameservers

#fixed_ip_assignmentsArray<Hash>, ...

Returns Static IP address assignements to be distributed via DHCP by MAC address.

Returns:

  • (Array<Hash>, Hash, nil)

    Static IP address assignements to be distributed via DHCP by MAC address.



50
# File 'lib/ansible/ruby/modules/generated/network/meraki/meraki_vlan.rb', line 50

attribute :fixed_ip_assignments

#nameString?

Returns Name of VLAN.

Returns:

  • (String, nil)

    Name of VLAN.



27
# File 'lib/ansible/ruby/modules/generated/network/meraki/meraki_vlan.rb', line 27

attribute :name

#net_idObject?

Returns ID of network which VLAN is in or should be in.

Returns:

  • (Object, nil)

    ID of network which VLAN is in or should be in.



20
# File 'lib/ansible/ruby/modules/generated/network/meraki/meraki_vlan.rb', line 20

attribute :net_id

#net_nameString?

Returns Name of network which VLAN is in or should be in.

Returns:

  • (String, nil)

    Name of network which VLAN is in or should be in.



16
# File 'lib/ansible/ruby/modules/generated/network/meraki/meraki_vlan.rb', line 16

attribute :net_name

#reserved_ip_rangeArray<Hash>, ...

Returns IP address ranges which should be reserve and not distributed via DHCP.

Returns:

  • (Array<Hash>, Hash, nil)

    IP address ranges which should be reserve and not distributed via DHCP.



43
# File 'lib/ansible/ruby/modules/generated/network/meraki/meraki_vlan.rb', line 43

attribute :reserved_ip_range

#state:absent, ...

Returns Specifies whether object should be queried, created/modified, or removed.

Returns:

  • (:absent, :present, :query, nil)

    Specifies whether object should be queried, created/modified, or removed.



12
# File 'lib/ansible/ruby/modules/generated/network/meraki/meraki_vlan.rb', line 12

attribute :state

#subnetString?

Returns CIDR notation of network subnet.

Returns:

  • (String, nil)

    CIDR notation of network subnet.



31
# File 'lib/ansible/ruby/modules/generated/network/meraki/meraki_vlan.rb', line 31

attribute :subnet

#vlan_idInteger?

Returns ID number of VLAN.,ID should be between 1-4096.

Returns:

  • (Integer, nil)

    ID number of VLAN.,ID should be between 1-4096.



23
# File 'lib/ansible/ruby/modules/generated/network/meraki/meraki_vlan.rb', line 23

attribute :vlan_id

#vpn_nat_subnetObject?

Returns The translated VPN subnet if VPN and VPN subnet translation are enabled on the VLAN.

Returns:

  • (Object, nil)

    The translated VPN subnet if VPN and VPN subnet translation are enabled on the VLAN.



47
# File 'lib/ansible/ruby/modules/generated/network/meraki/meraki_vlan.rb', line 47

attribute :vpn_nat_subnet