Class: HostParallelScsiTargetTransport

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

Overview

urn:vim25HostParallelScsiTargetTransport

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



21720
21721
21722
# File 'lib/vmware/soap/vim25.rb', line 21720

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



21719
21720
21721
# File 'lib/vmware/soap/vim25.rb', line 21719

def dynamicType
  @dynamicType
end