Class: AddStandaloneHostRequestType

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

Overview

urn:vim25AddStandaloneHostRequestType

m__this - ManagedObjectReference
spec - HostConnectSpec
compResSpec - ComputeResourceConfigSpec
addConnected - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#addConnectedObject

Returns the value of attribute addConnected.



34719
34720
34721
# File 'lib/vmware/soap/vim25.rb', line 34719

def addConnected
  @addConnected
end

#compResSpecObject

Returns the value of attribute compResSpec.



34718
34719
34720
# File 'lib/vmware/soap/vim25.rb', line 34718

def compResSpec
  @compResSpec
end

#specObject

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__thisObject



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