Class: CreateVMRequestType
- Inherits:
-
Object
- Object
- CreateVMRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25CreateVMRequestType
m__this - ManagedObjectReference
config - VirtualMachineConfigSpec
pool - ManagedObjectReference
host - ManagedObjectReference
Instance Attribute Summary collapse
-
#config ⇒ Object
Returns the value of attribute config.
-
#host ⇒ Object
Returns the value of attribute host.
-
#pool ⇒ Object
Returns the value of attribute pool.
Instance Method Summary collapse
-
#initialize(v__this = nil, config = nil, pool = nil, host = nil) ⇒ CreateVMRequestType
constructor
A new instance of CreateVMRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
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
#config ⇒ Object
Returns the value of attribute config.
34613 34614 34615 |
# File 'lib/vmware/soap/vim25.rb', line 34613 def config @config end |
#host ⇒ Object
Returns the value of attribute host.
34615 34616 34617 |
# File 'lib/vmware/soap/vim25.rb', line 34615 def host @host end |
#pool ⇒ Object
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__this ⇒ Object
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 |