Class: Ansible::Ruby::Modules::Onyx_mlag_vip

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

Overview

This module provides declarative management of MLAG virtual IPs 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, #initialize, remove_existing_validations, #to_h, validates

Constructor Details

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

Instance Method Details

#delayInteger?

Returns Delay interval, in seconds, waiting for the changes on mlag VIP to take effect.

Returns:

  • (Integer, nil)

    Delay interval, in seconds, waiting for the changes on mlag VIP to take effect.



28
# File 'lib/ansible/ruby/modules/generated/network/onyx/onyx_mlag_vip.rb', line 28

attribute :delay

#group_nameString?

Returns MLAG group name. Required if I(state=present).

Returns:

  • (String, nil)

    MLAG group name. Required if I(state=present).



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

attribute :group_name

#ipaddressString?

Returns Virtual IP address of the MLAG. Required if I(state=present).

Returns:

  • (String, nil)

    Virtual IP address of the MLAG. Required if I(state=present).



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

attribute :ipaddress

#mac_addressString?

Returns MLAG system MAC address. Required if I(state=present).

Returns:

  • (String, nil)

    MLAG system MAC address. Required if I(state=present).



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

attribute :mac_address

#state:present, ...

Returns MLAG VIP state.

Returns:

  • (:present, :absent, nil)

    MLAG VIP state.



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

attribute :state