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
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, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#authentication ⇒ String?
Returns clear text authentication string.
26 |
# File 'lib/ansible/ruby/modules/generated/core/network/nxos/nxos_vrrp.rb', line 26 attribute :authentication |
#group ⇒ String
Returns vrrp group number.
10 |
# File 'lib/ansible/ruby/modules/generated/core/network/nxos/nxos_vrrp.rb', line 10 attribute :group |
#interface ⇒ String
Returns 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 |
#priority ⇒ String?
Returns 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.
30 |
# File 'lib/ansible/ruby/modules/generated/core/network/nxos/nxos_vrrp.rb', line 30 attribute :state |
#vip ⇒ String?
Returns hsrp virtual IP address.
22 |
# File 'lib/ansible/ruby/modules/generated/core/network/nxos/nxos_vrrp.rb', line 22 attribute :vip |