Class: MarkAsVirtualMachineRequestType

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

Overview

urn:vim25MarkAsVirtualMachineRequestType

m__this - ManagedObjectReference
pool - ManagedObjectReference
host - ManagedObjectReference

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, pool = nil, host = nil) ⇒ MarkAsVirtualMachineRequestType

Returns a new instance of MarkAsVirtualMachineRequestType.



37108
37109
37110
37111
37112
# File 'lib/vmware/soap/vim25.rb', line 37108

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

Instance Attribute Details

#hostObject

Returns the value of attribute host.



37098
37099
37100
# File 'lib/vmware/soap/vim25.rb', line 37098

def host
  @host
end

#poolObject

Returns the value of attribute pool.



37097
37098
37099
# File 'lib/vmware/soap/vim25.rb', line 37097

def pool
  @pool
end

Instance Method Details

#m__thisObject



37100
37101
37102
# File 'lib/vmware/soap/vim25.rb', line 37100

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



37104
37105
37106
# File 'lib/vmware/soap/vim25.rb', line 37104

def m__this=(value)
  @v__this = value
end