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

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

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, #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



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

attribute :authentication

#groupString

Returns vrrp group number.

Returns:

  • (String)

    vrrp group number



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

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



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

attribute :interface

#priorityString?

Returns vrrp priority.

Returns:

  • (String, nil)

    vrrp priority



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

attribute :priority

#state:present, ...

Returns Specify desired state of the resource.

Returns:

  • (:present, :absent, nil)

    Specify desired state of the resource



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

attribute :state

#vipString?

Returns hsrp virtual IP address.

Returns:

  • (String, nil)

    hsrp virtual IP address



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

attribute :vip