Class: HostTargetTransport
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostTargetTransport
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostTargetTransport
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
Direct Known Subclasses
HostBlockAdapterTargetTransport, HostFibreChannelTargetTransport, HostInternetScsiTargetTransport, HostParallelScsiTargetTransport
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 = []) ⇒ HostTargetTransport
constructor
A new instance of HostTargetTransport.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = []) ⇒ HostTargetTransport
Returns a new instance of HostTargetTransport.
21709 21710 21711 21712 |
# File 'lib/vmware/soap/vim25.rb', line 21709 def initialize(dynamicType = nil, dynamicProperty = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
21707 21708 21709 |
# File 'lib/vmware/soap/vim25.rb', line 21707 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
21706 21707 21708 |
# File 'lib/vmware/soap/vim25.rb', line 21706 def dynamicType @dynamicType end |