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/cloud/vmware/vmware_migrate_vmk.rb
Overview
Migrate a VMK interface from VSS to VDS
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, fix_inclusion, #initialize, remove_existing_validations, #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.
24 |
# File 'lib/ansible/ruby/modules/generated/cloud/vmware/vmware_migrate_vmk.rb', line 24 attribute :current_portgroup_name |
#current_switch_name ⇒ String
Returns Switch VMK interface is currently on.
20 |
# File 'lib/ansible/ruby/modules/generated/cloud/vmware/vmware_migrate_vmk.rb', line 20 attribute :current_switch_name |
#device ⇒ String
Returns VMK interface name.
16 |
# File 'lib/ansible/ruby/modules/generated/cloud/vmware/vmware_migrate_vmk.rb', line 16 attribute :device |
#esxi_hostname ⇒ String
Returns ESXi hostname to be managed.
12 |
# File 'lib/ansible/ruby/modules/generated/cloud/vmware/vmware_migrate_vmk.rb', line 12 attribute :esxi_hostname |
#migrate_portgroup_name ⇒ String
Returns Portgroup name to migrate VMK interface to.
32 |
# File 'lib/ansible/ruby/modules/generated/cloud/vmware/vmware_migrate_vmk.rb', line 32 attribute :migrate_portgroup_name |
#migrate_switch_name ⇒ String
Returns Switch name to migrate VMK interface to.
28 |
# File 'lib/ansible/ruby/modules/generated/cloud/vmware/vmware_migrate_vmk.rb', line 28 attribute :migrate_switch_name |