Class: Ansible::Ruby::Modules::Ios_interface

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

Overview

This module provides declarative management of Interfaces on Cisco IOS network devices.

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

#aggregateArray<Hash>, ...

Returns List of Interfaces definitions.

Returns:

  • (Array<Hash>, Hash, nil)

    List of Interfaces definitions.



48
# File 'lib/ansible/ruby/modules/generated/network/ios/ios_interface.rb', line 48

attribute :aggregate

#delayInteger?

Returns Time in seconds to wait before checking for the operational state on remote device. This wait is applicable for operational state argument which are I(state) with values C(up)/C(down), I(tx_rate) and I(rx_rate).

Returns:

  • (Integer, nil)

    Time in seconds to wait before checking for the operational state on remote device. This wait is applicable for operational state argument which are I(state) with values C(up)/C(down), I(tx_rate) and I(rx_rate).



52
# File 'lib/ansible/ruby/modules/generated/network/ios/ios_interface.rb', line 52

attribute :delay

#descriptionString?

Returns Description of Interface.

Returns:

  • (String, nil)

    Description of Interface.



16
# File 'lib/ansible/ruby/modules/generated/network/ios/ios_interface.rb', line 16

attribute :description

#duplex:full, ...

Returns Interface link status.

Returns:

  • (:full, :half, :auto, nil)

    Interface link status



32
# File 'lib/ansible/ruby/modules/generated/network/ios/ios_interface.rb', line 32

attribute :duplex

#enabledTrueClass, ...

Returns Interface link status.

Returns:

  • (TrueClass, FalseClass, nil)

    Interface link status.



20
# File 'lib/ansible/ruby/modules/generated/network/ios/ios_interface.rb', line 20

attribute :enabled

#mtuInteger?

Returns Maximum size of transmit packet.

Returns:

  • (Integer, nil)

    Maximum size of transmit packet.



28
# File 'lib/ansible/ruby/modules/generated/network/ios/ios_interface.rb', line 28

attribute :mtu

#nameString

Returns Name of the Interface.

Returns:

  • (String)

    Name of the Interface.



12
# File 'lib/ansible/ruby/modules/generated/network/ios/ios_interface.rb', line 12

attribute :name

#neighborsArray<Hash>, ...

Returns Check the operational state of given interface C(name) for CDP/LLDP neighbor.,The following suboptions are available.

Returns:

  • (Array<Hash>, Hash, nil)

    Check the operational state of given interface C(name) for CDP/LLDP neighbor.,The following suboptions are available.



44
# File 'lib/ansible/ruby/modules/generated/network/ios/ios_interface.rb', line 44

attribute :neighbors

#rx_rateString?

Returns Receiver rate in bits per second (bps).,This is state check parameter only.,Supports conditionals, see L(Conditionals in Networking Modules,../network/user_guide/network_working_with_command_output.html).

Returns:

  • (String, nil)

    Receiver rate in bits per second (bps).,This is state check parameter only.,Supports conditionals, see L(Conditionals in Networking Modules,../network/user_guide/network_working_with_command_output.html)



40
# File 'lib/ansible/ruby/modules/generated/network/ios/ios_interface.rb', line 40

attribute :rx_rate

#speedInteger?

Returns Interface link speed.

Returns:

  • (Integer, nil)

    Interface link speed.



24
# File 'lib/ansible/ruby/modules/generated/network/ios/ios_interface.rb', line 24

attribute :speed

#state:present, ...

Returns State of the Interface configuration, C(up) means present and operationally up and C(down) means present and operationally C(down).

Returns:

  • (:present, :absent, :up, :down, nil)

    State of the Interface configuration, C(up) means present and operationally up and C(down) means present and operationally C(down)



56
# File 'lib/ansible/ruby/modules/generated/network/ios/ios_interface.rb', line 56

attribute :state

#tx_rateString?

Returns Transmit rate in bits per second (bps).,This is state check parameter only.,Supports conditionals, see L(Conditionals in Networking Modules,../network/user_guide/network_working_with_command_output.html).

Returns:

  • (String, nil)

    Transmit rate in bits per second (bps).,This is state check parameter only.,Supports conditionals, see L(Conditionals in Networking Modules,../network/user_guide/network_working_with_command_output.html)



36
# File 'lib/ansible/ruby/modules/generated/network/ios/ios_interface.rb', line 36

attribute :tx_rate