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

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/core/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, #initialize, remove_existing_validations, #to_h, validates

Constructor Details

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

Instance Method Details

#authenticationString?

Returns clear text authentication string.

Returns:

  • (String, nil)

    clear text authentication string



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

attribute :authentication

#groupString

Returns vrrp group number.

Returns:

  • (String)

    vrrp group number



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

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



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

attribute :interface

#priorityString?

Returns vrrp priority.

Returns:

  • (String, nil)

    vrrp priority



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

attribute :priority

#state:present, ...

Returns Specify desired state of the resource.

Returns:

  • (:present, :absent, nil)

    Specify desired state of the resource



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

attribute :state

#vipString?

Returns hsrp virtual IP address.

Returns:

  • (String, nil)

    hsrp virtual IP address



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

attribute :vip