Class: ValidateMigrationRequestType

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

Overview

urn:vim25ValidateMigrationRequestType

m__this - ManagedObjectReference
vm - ManagedObjectReference
state - VirtualMachinePowerState
testType - SOAP::SOAPString
pool - ManagedObjectReference
host - ManagedObjectReference

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, vm = [], state = nil, testType = [], pool = nil, host = nil) ⇒ ValidateMigrationRequestType

Returns a new instance of ValidateMigrationRequestType.



35933
35934
35935
35936
35937
35938
35939
35940
# File 'lib/vmware/soap/vim25.rb', line 35933

def initialize(v__this = nil, vm = [], state = nil, testType = [], pool = nil, host = nil)
  @v__this = v__this
  @vm = vm
  @state = state
  @testType = testType
  @pool = pool
  @host = host
end

Instance Attribute Details

#hostObject

Returns the value of attribute host.



35923
35924
35925
# File 'lib/vmware/soap/vim25.rb', line 35923

def host
  @host
end

#poolObject

Returns the value of attribute pool.



35922
35923
35924
# File 'lib/vmware/soap/vim25.rb', line 35922

def pool
  @pool
end

#stateObject

Returns the value of attribute state.



35920
35921
35922
# File 'lib/vmware/soap/vim25.rb', line 35920

def state
  @state
end

#testTypeObject

Returns the value of attribute testType.



35921
35922
35923
# File 'lib/vmware/soap/vim25.rb', line 35921

def testType
  @testType
end

#vmObject

Returns the value of attribute vm.



35919
35920
35921
# File 'lib/vmware/soap/vim25.rb', line 35919

def vm
  @vm
end

Instance Method Details

#m__thisObject



35925
35926
35927
# File 'lib/vmware/soap/vim25.rb', line 35925

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



35929
35930
35931
# File 'lib/vmware/soap/vim25.rb', line 35929

def m__this=(value)
  @v__this = value
end