Class: Ansible::Ruby::Modules::Vmware_migrate_vmk

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

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

#current_portgroup_nameString

Returns Portgroup name VMK interface is currently on.

Returns:

  • (String)

    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_nameString

Returns Switch VMK interface is currently on.

Returns:

  • (String)

    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

#deviceString

Returns VMK interface name.

Returns:

  • (String)

    VMK interface name



16
# File 'lib/ansible/ruby/modules/generated/cloud/vmware/vmware_migrate_vmk.rb', line 16

attribute :device

#esxi_hostnameString

Returns ESXi hostname to be managed.

Returns:

  • (String)

    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_nameString

Returns Portgroup name to migrate VMK interface to.

Returns:

  • (String)

    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_nameString

Returns Switch name to migrate VMK interface to.

Returns:

  • (String)

    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