Class: Ansible::Ruby::Modules::Nxos_vrrp

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

Overview

Manages VRRP configuration on NX-OS switches.

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

#admin_state:shutdown, ...

Returns Used to enable or disable the VRRP process.

Returns:

  • (:shutdown, :"no shutdown", :default, nil)

    Used to enable or disable the VRRP process.



40
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_vrrp.rb', line 40

attribute :admin_state

#authenticationString?

Returns Clear text authentication string or ‘default’ keyword.

Returns:

  • (String, nil)

    Clear text authentication string or ‘default’ keyword



36
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_vrrp.rb', line 36

attribute :authentication

#groupInteger

Returns VRRP group number.

Returns:

  • (Integer)

    VRRP group number.



12
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_vrrp.rb', line 12

attribute :group

#interfaceString

Returns Full name of interface that is being managed for VRRP.

Returns:

  • (String)

    Full name of interface that is being managed for VRRP.



16
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_vrrp.rb', line 16

attribute :interface

#intervalInteger?

Returns Time interval between advertisement or ‘default’ keyword.

Returns:

  • (Integer, nil)

    Time interval between advertisement or ‘default’ keyword



20
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_vrrp.rb', line 20

attribute :interval

#preempt:yes, ...

Returns Enable/Disable preempt.

Returns:

  • (:yes, :no, nil)

    Enable/Disable preempt.



28
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_vrrp.rb', line 28

attribute :preempt

#priorityInteger?

Returns VRRP priority or ‘default’ keyword.

Returns:

  • (Integer, nil)

    VRRP priority or ‘default’ keyword



24
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_vrrp.rb', line 24

attribute :priority

#state:present, ...

Returns Specify desired state of the resource.

Returns:

  • (:present, :absent, nil)

    Specify desired state of the resource.



44
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_vrrp.rb', line 44

attribute :state

#vipString?

Returns VRRP virtual IP address or ‘default’ keyword.

Returns:

  • (String, nil)

    VRRP virtual IP address or ‘default’ keyword



32
# File 'lib/ansible/ruby/modules/generated/network/nxos/nxos_vrrp.rb', line 32

attribute :vip