Class: CreateVMRequestType

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

Overview

urn:vim25CreateVMRequestType

m__this - ManagedObjectReference
config - VirtualMachineConfigSpec
pool - ManagedObjectReference
host - ManagedObjectReference

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, config = nil, pool = nil, host = nil) ⇒ CreateVMRequestType

Returns a new instance of CreateVMRequestType.



34625
34626
34627
34628
34629
34630
# File 'lib/vmware/soap/vim25.rb', line 34625

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

Instance Attribute Details

#configObject

Returns the value of attribute config.



34613
34614
34615
# File 'lib/vmware/soap/vim25.rb', line 34613

def config
  @config
end

#hostObject

Returns the value of attribute host.



34615
34616
34617
# File 'lib/vmware/soap/vim25.rb', line 34615

def host
  @host
end

#poolObject

Returns the value of attribute pool.



34614
34615
34616
# File 'lib/vmware/soap/vim25.rb', line 34614

def pool
  @pool
end

Instance Method Details

#m__thisObject



34617
34618
34619
# File 'lib/vmware/soap/vim25.rb', line 34617

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



34621
34622
34623
# File 'lib/vmware/soap/vim25.rb', line 34621

def m__this=(value)
  @v__this = value
end