Class: HostBlockAdapterTargetTransport
- Inherits:
-
HostTargetTransport
- Object
- DynamicData
- HostTargetTransport
- HostBlockAdapterTargetTransport
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostBlockAdapterTargetTransport
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 = []) ⇒ HostBlockAdapterTargetTransport
constructor
A new instance of HostBlockAdapterTargetTransport.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = []) ⇒ HostBlockAdapterTargetTransport
Returns a new instance of HostBlockAdapterTargetTransport.
21735 21736 21737 21738 |
# File 'lib/vmware/soap/vim25.rb', line 21735 def initialize(dynamicType = nil, dynamicProperty = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
21733 21734 21735 |
# File 'lib/vmware/soap/vim25.rb', line 21733 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
21732 21733 21734 |
# File 'lib/vmware/soap/vim25.rb', line 21732 def dynamicType @dynamicType end |