Class: AddStandaloneHostRequestType
- Inherits:
-
Object
- Object
- AddStandaloneHostRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25AddStandaloneHostRequestType
m__this - ManagedObjectReference
spec - HostConnectSpec
compResSpec - ComputeResourceConfigSpec
addConnected - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#addConnected ⇒ Object
Returns the value of attribute addConnected.
-
#compResSpec ⇒ Object
Returns the value of attribute compResSpec.
-
#spec ⇒ Object
Returns the value of attribute spec.
Instance Method Summary collapse
-
#initialize(v__this = nil, spec = nil, compResSpec = nil, addConnected = nil) ⇒ AddStandaloneHostRequestType
constructor
A new instance of AddStandaloneHostRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, spec = nil, compResSpec = nil, addConnected = nil) ⇒ AddStandaloneHostRequestType
Returns a new instance of AddStandaloneHostRequestType.
34729 34730 34731 34732 34733 34734 |
# File 'lib/vmware/soap/vim25.rb', line 34729 def initialize(v__this = nil, spec = nil, compResSpec = nil, addConnected = nil) @v__this = v__this @spec = spec @compResSpec = compResSpec @addConnected = addConnected end |
Instance Attribute Details
#addConnected ⇒ Object
Returns the value of attribute addConnected.
34719 34720 34721 |
# File 'lib/vmware/soap/vim25.rb', line 34719 def addConnected @addConnected end |
#compResSpec ⇒ Object
Returns the value of attribute compResSpec.
34718 34719 34720 |
# File 'lib/vmware/soap/vim25.rb', line 34718 def compResSpec @compResSpec end |
#spec ⇒ Object
Returns the value of attribute spec.
34717 34718 34719 |
# File 'lib/vmware/soap/vim25.rb', line 34717 def spec @spec end |
Instance Method Details
#m__this ⇒ Object
34721 34722 34723 |
# File 'lib/vmware/soap/vim25.rb', line 34721 def m__this @v__this end |
#m__this=(value) ⇒ Object
34725 34726 34727 |
# File 'lib/vmware/soap/vim25.rb', line 34725 def m__this=(value) @v__this = value end |