Class: AddHostRequestType
- Inherits:
-
Object
- Object
- AddHostRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25AddHostRequestType
m__this - ManagedObjectReference
spec - HostConnectSpec
asConnected - SOAP::SOAPBoolean
resourcePool - ManagedObjectReference
Instance Attribute Summary collapse
-
#asConnected ⇒ Object
Returns the value of attribute asConnected.
-
#resourcePool ⇒ Object
Returns the value of attribute resourcePool.
-
#spec ⇒ Object
Returns the value of attribute spec.
Instance Method Summary collapse
-
#initialize(v__this = nil, spec = nil, asConnected = nil, resourcePool = nil) ⇒ AddHostRequestType
constructor
A new instance of AddHostRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, spec = nil, asConnected = nil, resourcePool = nil) ⇒ AddHostRequestType
Returns a new instance of AddHostRequestType.
33623 33624 33625 33626 33627 33628 |
# File 'lib/vmware/soap/vim25.rb', line 33623 def initialize(v__this = nil, spec = nil, asConnected = nil, resourcePool = nil) @v__this = v__this @spec = spec @asConnected = asConnected @resourcePool = resourcePool end |
Instance Attribute Details
#asConnected ⇒ Object
Returns the value of attribute asConnected.
33612 33613 33614 |
# File 'lib/vmware/soap/vim25.rb', line 33612 def asConnected @asConnected end |
#resourcePool ⇒ Object
Returns the value of attribute resourcePool.
33613 33614 33615 |
# File 'lib/vmware/soap/vim25.rb', line 33613 def resourcePool @resourcePool end |
#spec ⇒ Object
Returns the value of attribute spec.
33611 33612 33613 |
# File 'lib/vmware/soap/vim25.rb', line 33611 def spec @spec end |
Instance Method Details
#m__this ⇒ Object
33615 33616 33617 |
# File 'lib/vmware/soap/vim25.rb', line 33615 def m__this @v__this end |
#m__this=(value) ⇒ Object
33619 33620 33621 |
# File 'lib/vmware/soap/vim25.rb', line 33619 def m__this=(value) @v__this = value end |