Class: Ansible::Ruby::Modules::Pn_vrouterlbif

Inherits:
Base show all
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

Methods inherited from Base

#ansible_name, #to_h

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_clipasswordObject?

Returns Provide login password if user is not root.

Returns:

  • (Object, nil)

    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_cliswitchObject?

Returns Target switch(es) to run the cli on.

Returns:

  • (Object, nil)

    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_cliusernameObject?

Returns Provide login username if user is not root.

Returns:

  • (Object, nil)

    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_indexObject?

Returns Specify the interface index from 1 to 255.

Returns:

  • (Object, nil)

    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_ipString

Returns Specify the IP address.

Returns:

  • (String)

    Specify the IP address.



33
# File 'lib/ansible/ruby/modules/generated/network/netvisor/pn_vrouterlbif.rb', line 33

attribute :pn_interface_ip

#pn_vrouter_nameString

Returns Specify the name of the vRouter.

Returns:

  • (String)

    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.

Returns:

  • (:present, :absent)

    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