Class: MigrateVMRequestType

Inherits:
Object
  • Object
show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25MigrateVMRequestType

m__this - ManagedObjectReference
pool - ManagedObjectReference
host - ManagedObjectReference
priority - VirtualMachineMovePriority
state - VirtualMachinePowerState

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, pool = nil, host = nil, priority = nil, state = nil) ⇒ MigrateVMRequestType

Returns a new instance of MigrateVMRequestType.



37021
37022
37023
37024
37025
37026
37027
# File 'lib/vmware/soap/vim25.rb', line 37021

def initialize(v__this = nil, pool = nil, host = nil, priority = nil, state = nil)
  @v__this = v__this
  @pool = pool
  @host = host
  @priority = priority
  @state = state
end

Instance Attribute Details

#hostObject

Returns the value of attribute host.



37009
37010
37011
# File 'lib/vmware/soap/vim25.rb', line 37009

def host
  @host
end

#poolObject

Returns the value of attribute pool.



37008
37009
37010
# File 'lib/vmware/soap/vim25.rb', line 37008

def pool
  @pool
end

#priorityObject

Returns the value of attribute priority.



37010
37011
37012
# File 'lib/vmware/soap/vim25.rb', line 37010

def priority
  @priority
end

#stateObject

Returns the value of attribute state.



37011
37012
37013
# File 'lib/vmware/soap/vim25.rb', line 37011

def state
  @state
end

Instance Method Details

#m__thisObject



37013
37014
37015
# File 'lib/vmware/soap/vim25.rb', line 37013

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



37017
37018
37019
# File 'lib/vmware/soap/vim25.rb', line 37017

def m__this=(value)
  @v__this = value
end