Class: Ansible::Ruby::Modules::Vmware_migrate_vmk
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Vmware_migrate_vmk
- Defined in:
- lib/ansible/ruby/modules/generated/extras/cloud/vmware/vmware_migrate_vmk.rb
Instance Method Summary collapse
-
#current_portgroup_name ⇒ String
Portgroup name VMK interface is currently on.
-
#current_switch_name ⇒ String
Switch VMK interface is currently on.
-
#device ⇒ String
VMK interface name.
-
#esxi_hostname ⇒ String
ESXi hostname to be managed.
-
#migrate_portgroup_name ⇒ String
Portgroup name to migrate VMK interface to.
-
#migrate_switch_name ⇒ String
Switch name to migrate VMK interface to.
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
#current_portgroup_name ⇒ String
Returns Portgroup name VMK interface is currently on.
22 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/vmware/vmware_migrate_vmk.rb', line 22 attribute :current_portgroup_name |
#current_switch_name ⇒ String
Returns Switch VMK interface is currently on.
18 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/vmware/vmware_migrate_vmk.rb', line 18 attribute :current_switch_name |
#device ⇒ String
Returns VMK interface name.
14 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/vmware/vmware_migrate_vmk.rb', line 14 attribute :device |
#esxi_hostname ⇒ String
Returns ESXi hostname to be managed.
10 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/vmware/vmware_migrate_vmk.rb', line 10 attribute :esxi_hostname |
#migrate_portgroup_name ⇒ String
Returns Portgroup name to migrate VMK interface to.
30 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/vmware/vmware_migrate_vmk.rb', line 30 attribute :migrate_portgroup_name |
#migrate_switch_name ⇒ String
Returns Switch name to migrate VMK interface to.
26 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/vmware/vmware_migrate_vmk.rb', line 26 attribute :migrate_switch_name |