Class: HostScsiTopology
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostScsiTopology
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostScsiTopology
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
adapter - HostScsiTopologyInterface
Instance Attribute Summary collapse
-
#adapter ⇒ Object
Returns the value of attribute adapter.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], adapter = []) ⇒ HostScsiTopology
constructor
A new instance of HostScsiTopology.
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
#adapter ⇒ Object
Returns the value of attribute adapter.
21347 21348 21349 |
# File 'lib/vmware/soap/vim25.rb', line 21347 def adapter @adapter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
21346 21347 21348 |
# File 'lib/vmware/soap/vim25.rb', line 21346 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
21345 21346 21347 |
# File 'lib/vmware/soap/vim25.rb', line 21345 def dynamicType @dynamicType end |