Class: HostScsiTopology

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

Overview

urn:vim25HostScsiTopology

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
adapter - HostScsiTopologyInterface

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], adapter = []) ⇒ HostScsiTopology

Returns a new instance of HostScsiTopology.



21349
21350
21351
21352
21353
# File 'lib/vmware/soap/vim25.rb', line 21349

def initialize(dynamicType = nil, dynamicProperty = [], adapter = [])
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @adapter = adapter
end

Instance Attribute Details

#adapterObject

Returns the value of attribute adapter.



21347
21348
21349
# File 'lib/vmware/soap/vim25.rb', line 21347

def adapter
  @adapter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



21346
21347
21348
# File 'lib/vmware/soap/vim25.rb', line 21346

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



21345
21346
21347
# File 'lib/vmware/soap/vim25.rb', line 21345

def dynamicType
  @dynamicType
end