Class: HostParallelScsiTargetTransport
- Inherits:
-
HostTargetTransport
- Object
- DynamicData
- HostTargetTransport
- HostParallelScsiTargetTransport
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostParallelScsiTargetTransport
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = []) ⇒ HostParallelScsiTargetTransport
constructor
A new instance of HostParallelScsiTargetTransport.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = []) ⇒ HostParallelScsiTargetTransport
Returns a new instance of HostParallelScsiTargetTransport.
21722 21723 21724 21725 |
# File 'lib/vmware/soap/vim25.rb', line 21722 def initialize(dynamicType = nil, dynamicProperty = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
21720 21721 21722 |
# File 'lib/vmware/soap/vim25.rb', line 21720 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
21719 21720 21721 |
# File 'lib/vmware/soap/vim25.rb', line 21719 def dynamicType @dynamicType end |