Class: Ansible::Ruby::Modules::Vmware_vm_vss_dvs_migrate

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/cloud/vmware/vmware_vm_vss_dvs_migrate.rb

Overview

Migrates a virtual machine from a standard vswitch to distributed

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

#dvportgroup_nameString

Returns Name of the portgroup to migrate to the virtual machine to.

Returns:

  • (String)

    Name of the portgroup to migrate to the virtual machine to



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

attribute :dvportgroup_name

#vm_nameString

Returns Name of the virtual machine to migrate to a dvSwitch.

Returns:

  • (String)

    Name of the virtual machine to migrate to a dvSwitch



12
# File 'lib/ansible/ruby/modules/generated/cloud/vmware/vmware_vm_vss_dvs_migrate.rb', line 12

attribute :vm_name