Class: Ansible::Ruby::Modules::Onyx_mlag_ipl

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

Overview

This module provides declarative management of IPL (inter-peer link) management on Mellanox ONYX 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

#nameString

Returns Name of the interface (port-channel) IPL should be configured on.

Returns:

  • (String)

    Name of the interface (port-channel) IPL should be configured on.



12
# File 'lib/ansible/ruby/modules/generated/network/onyx/onyx_mlag_ipl.rb', line 12

attribute :name

#peer_addressString?

Returns IPL peer IP address.

Returns:

  • (String, nil)

    IPL peer IP address.



24
# File 'lib/ansible/ruby/modules/generated/network/onyx/onyx_mlag_ipl.rb', line 24

attribute :peer_address

#state:present, ...

Returns IPL state.

Returns:

  • (:present, :absent, nil)

    IPL state.



20
# File 'lib/ansible/ruby/modules/generated/network/onyx/onyx_mlag_ipl.rb', line 20

attribute :state

#vlan_interfaceString?

Returns Name of the IPL vlan interface.

Returns:

  • (String, nil)

    Name of the IPL vlan interface.



16
# File 'lib/ansible/ruby/modules/generated/network/onyx/onyx_mlag_ipl.rb', line 16

attribute :vlan_interface