Class: Ansible::Ruby::Modules::Pn_vrouterlbif
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Pn_vrouterlbif
- Defined in:
- lib/ansible/ruby/modules/generated/network/netvisor/pn_vrouterlbif.rb
Overview
Execute vrouter-loopback-interface-add, vrouter-loopback-interface-remove commands. Each fabric, cluster, standalone switch, or virtual network (VNET) can provide its tenants with a virtual router (vRouter) service that forwards traffic between networks and implements Layer 3 protocols.
Instance Method Summary collapse
-
#pn_clipassword ⇒ Object?
Provide login password if user is not root.
-
#pn_cliswitch ⇒ Object?
Target switch(es) to run the cli on.
-
#pn_cliusername ⇒ Object?
Provide login username if user is not root.
-
#pn_index ⇒ Object?
Specify the interface index from 1 to 255.
-
#pn_interface_ip ⇒ String
Specify the IP address.
-
#pn_vrouter_name ⇒ String
Specify the name of the vRouter.
-
#state ⇒ :present, :absent
State the action to perform.
Methods inherited from Base
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
#pn_clipassword ⇒ Object?
Returns Provide login password if user is not root.
16 |
# File 'lib/ansible/ruby/modules/generated/network/netvisor/pn_vrouterlbif.rb', line 16 attribute :pn_clipassword |
#pn_cliswitch ⇒ Object?
Returns Target switch(es) to run the cli on.
19 |
# File 'lib/ansible/ruby/modules/generated/network/netvisor/pn_vrouterlbif.rb', line 19 attribute :pn_cliswitch |
#pn_cliusername ⇒ Object?
Returns Provide login username if user is not root.
13 |
# File 'lib/ansible/ruby/modules/generated/network/netvisor/pn_vrouterlbif.rb', line 13 attribute :pn_cliusername |
#pn_index ⇒ Object?
Returns Specify the interface index from 1 to 255.
30 |
# File 'lib/ansible/ruby/modules/generated/network/netvisor/pn_vrouterlbif.rb', line 30 attribute :pn_index |
#pn_interface_ip ⇒ String
Returns Specify the IP address.
33 |
# File 'lib/ansible/ruby/modules/generated/network/netvisor/pn_vrouterlbif.rb', line 33 attribute :pn_interface_ip |
#pn_vrouter_name ⇒ String
Returns Specify the name of the vRouter.
26 |
# File 'lib/ansible/ruby/modules/generated/network/netvisor/pn_vrouterlbif.rb', line 26 attribute :pn_vrouter_name |
#state ⇒ :present, :absent
Returns State the action to perform. Use ‘present’ to add vrouter loopback interface and ‘absent’ to remove vrouter loopback interface.
22 |
# File 'lib/ansible/ruby/modules/generated/network/netvisor/pn_vrouterlbif.rb', line 22 attribute :state |