Class: Ansible::Ruby::Modules::Meraki_device

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

Overview

Visibility into devices associated to 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, fix_inclusion, #initialize, remove_existing_validations, #to_h, validates

Constructor Details

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

Instance Method Details

#addressArray<String>, ...

Returns Postal address of device’s location.

Returns:

  • (Array<String>, String, nil)

    Postal address of device’s location.



54
# File 'lib/ansible/ruby/modules/generated/network/meraki/meraki_device.rb', line 54

attribute :address

#hostnameString?

Returns Hostname of network device to search for.

Returns:

  • (String, nil)

    Hostname of network device to search for.



34
# File 'lib/ansible/ruby/modules/generated/network/meraki/meraki_device.rb', line 34

attribute :hostname

#latFloat?

Returns Latitude of device’s geographic location.,Use negative number for southern hemisphere.

Returns:

  • (Float, nil)

    Latitude of device’s geographic location.,Use negative number for southern hemisphere.



46
# File 'lib/ansible/ruby/modules/generated/network/meraki/meraki_device.rb', line 46

attribute :lat

#lldp_cdp_timespanObject?

Returns Timespan, in seconds, used to query LLDP and CDP information.,Must be less than 1 month.

Returns:

  • (Object, nil)

    Timespan, in seconds, used to query LLDP and CDP information.,Must be less than 1 month.



66
# File 'lib/ansible/ruby/modules/generated/network/meraki/meraki_device.rb', line 66

attribute :lldp_cdp_timespan

#lngFloat?

Returns Longitude of device’s geographic location.,Use negative number for western hemisphere.

Returns:

  • (Float, nil)

    Longitude of device’s geographic location.,Use negative number for western hemisphere.



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

attribute :lng

#modelString?

Returns Model of network device to search for.

Returns:

  • (String, nil)

    Model of network device to search for.



38
# File 'lib/ansible/ruby/modules/generated/network/meraki/meraki_device.rb', line 38

attribute :model

#move_map_markerSymbol?

Returns Whether or not to set the latitude and longitude of a device based on the new address.,Only applies when C(lat) and C(lng) are not specified.

Returns:

  • (Symbol, nil)

    Whether or not to set the latitude and longitude of a device based on the new address.,Only applies when C(lat) and C(lng) are not specified.



58
# File 'lib/ansible/ruby/modules/generated/network/meraki/meraki_device.rb', line 58

attribute :move_map_marker

#net_idObject?

Returns ID of a network.

Returns:

  • (Object, nil)

    ID of a network.



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

attribute :net_id

#net_nameString?

Returns Name of a network.

Returns:

  • (String, nil)

    Name of a network.



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

attribute :net_name

#org_idObject?

Returns ID of organization.

Returns:

  • (Object, nil)

    ID of organization.



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

attribute :org_id

#org_nameString?

Returns Name of organization.,If C(clone) is specified, C(org_name) is the name of the new organization.

Returns:

  • (String, nil)

    Name of organization.,If C(clone) is specified, C(org_name) is the name of the new organization.



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

attribute :org_name

#serialString?

Returns Serial number of a device to query.

Returns:

  • (String, nil)

    Serial number of a device to query.



30
# File 'lib/ansible/ruby/modules/generated/network/meraki/meraki_device.rb', line 30

attribute :serial

#serial_lldp_cdpString?

Returns Serial number of device to query LLDP/CDP information from.

Returns:

  • (String, nil)

    Serial number of device to query LLDP/CDP information from.



62
# File 'lib/ansible/ruby/modules/generated/network/meraki/meraki_device.rb', line 62

attribute :serial_lldp_cdp

Returns Serial number of device to query uplink information from.

Returns:

  • (String, nil)

    Serial number of device to query uplink information from.



69
# File 'lib/ansible/ruby/modules/generated/network/meraki/meraki_device.rb', line 69

attribute :serial_uplink

#state:absent, ...

Returns Query an organization.

Returns:

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

    Query an organization.



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

attribute :state

#tagsString?

Returns Space delimited list of tags to assign to device.

Returns:

  • (String, nil)

    Space delimited list of tags to assign to device.



42
# File 'lib/ansible/ruby/modules/generated/network/meraki/meraki_device.rb', line 42

attribute :tags