Class: QueryVMotionCompatibilityRequestType

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

Overview

urn:vim25QueryVMotionCompatibilityRequestType

m__this - ManagedObjectReference
vm - ManagedObjectReference
host - ManagedObjectReference
compatibility - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, vm = nil, host = [], compatibility = []) ⇒ QueryVMotionCompatibilityRequestType

Returns a new instance of QueryVMotionCompatibilityRequestType.



35961
35962
35963
35964
35965
35966
# File 'lib/vmware/soap/vim25.rb', line 35961

def initialize(v__this = nil, vm = nil, host = [], compatibility = [])
  @v__this = v__this
  @vm = vm
  @host = host
  @compatibility = compatibility
end

Instance Attribute Details

#compatibilityObject

Returns the value of attribute compatibility.



35951
35952
35953
# File 'lib/vmware/soap/vim25.rb', line 35951

def compatibility
  @compatibility
end

#hostObject

Returns the value of attribute host.



35950
35951
35952
# File 'lib/vmware/soap/vim25.rb', line 35950

def host
  @host
end

#vmObject

Returns the value of attribute vm.



35949
35950
35951
# File 'lib/vmware/soap/vim25.rb', line 35949

def vm
  @vm
end

Instance Method Details

#m__thisObject



35953
35954
35955
# File 'lib/vmware/soap/vim25.rb', line 35953

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



35957
35958
35959
# File 'lib/vmware/soap/vim25.rb', line 35957

def m__this=(value)
  @v__this = value
end