Class: HostScsiTopologyInterface
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostScsiTopologyInterface
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostScsiTopologyInterface
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
key - SOAP::SOAPString
adapter - SOAP::SOAPString
target - HostScsiTopologyTarget
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.
-
#key ⇒ Object
Returns the value of attribute key.
-
#target ⇒ Object
Returns the value of attribute target.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, adapter = nil, target = []) ⇒ HostScsiTopologyInterface
constructor
A new instance of HostScsiTopologyInterface.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, adapter = nil, target = []) ⇒ HostScsiTopologyInterface
Returns a new instance of HostScsiTopologyInterface.
21284 21285 21286 21287 21288 21289 21290 |
# File 'lib/vmware/soap/vim25.rb', line 21284 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, adapter = nil, target = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @adapter = adapter @target = target end |
Instance Attribute Details
#adapter ⇒ Object
Returns the value of attribute adapter.
21281 21282 21283 |
# File 'lib/vmware/soap/vim25.rb', line 21281 def adapter @adapter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
21279 21280 21281 |
# File 'lib/vmware/soap/vim25.rb', line 21279 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
21278 21279 21280 |
# File 'lib/vmware/soap/vim25.rb', line 21278 def dynamicType @dynamicType end |
#key ⇒ Object
Returns the value of attribute key.
21280 21281 21282 |
# File 'lib/vmware/soap/vim25.rb', line 21280 def key @key end |
#target ⇒ Object
Returns the value of attribute target.
21282 21283 21284 |
# File 'lib/vmware/soap/vim25.rb', line 21282 def target @target end |