Class: MarkAsVirtualMachineRequestType
- Inherits:
-
Object
- Object
- MarkAsVirtualMachineRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25MarkAsVirtualMachineRequestType
m__this - ManagedObjectReference
pool - ManagedObjectReference
host - ManagedObjectReference
Instance Attribute Summary collapse
-
#host ⇒ Object
Returns the value of attribute host.
-
#pool ⇒ Object
Returns the value of attribute pool.
Instance Method Summary collapse
-
#initialize(v__this = nil, pool = nil, host = nil) ⇒ MarkAsVirtualMachineRequestType
constructor
A new instance of MarkAsVirtualMachineRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
permalink #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
permalink #host ⇒ Object
Returns the value of attribute host.
37098 37099 37100 |
# File 'lib/vmware/soap/vim25.rb', line 37098 def host @host end |
permalink #pool ⇒ Object
Returns the value of attribute pool.
37097 37098 37099 |
# File 'lib/vmware/soap/vim25.rb', line 37097 def pool @pool end |
Instance Method Details
permalink #m__this ⇒ Object
[View source]
37100 37101 37102 |
# File 'lib/vmware/soap/vim25.rb', line 37100 def m__this @v__this end |
permalink #m__this=(value) ⇒ Object
[View source]
37104 37105 37106 |
# File 'lib/vmware/soap/vim25.rb', line 37104 def m__this=(value) @v__this = value end |