Class: Ansible::Ruby::Modules::Nxos_vrrp
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Nxos_vrrp
- 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
-
#authentication ⇒ String?
Clear text authentication string.
-
#group ⇒ String
Vrrp group number.
-
#interface ⇒ String
Full name of interface that is being managed for vrrp.
-
#priority ⇒ String?
Vrrp priority.
-
#state ⇒ :present, ...
Specify desired state of the resource.
-
#vip ⇒ String?
Hsrp virtual IP address.
Methods inherited from Base
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
#authentication ⇒ String?
27 |
# File 'lib/ansible/ruby/modules/generated/core/network/nxos/nxos_vrrp.rb', line 27 attribute :authentication |
#group ⇒ String
11 |
# File 'lib/ansible/ruby/modules/generated/core/network/nxos/nxos_vrrp.rb', line 11 attribute :group |
#interface ⇒ String
15 |
# File 'lib/ansible/ruby/modules/generated/core/network/nxos/nxos_vrrp.rb', line 15 attribute :interface |
#priority ⇒ String?
19 |
# File 'lib/ansible/ruby/modules/generated/core/network/nxos/nxos_vrrp.rb', line 19 attribute :priority |
#state ⇒ :present, ...
31 |
# File 'lib/ansible/ruby/modules/generated/core/network/nxos/nxos_vrrp.rb', line 31 attribute :state |
#vip ⇒ String?
23 |
# File 'lib/ansible/ruby/modules/generated/core/network/nxos/nxos_vrrp.rb', line 23 attribute :vip |