Class: HostFibreChannelTargetTransport
- Inherits:
-
HostTargetTransport
- Object
- DynamicData
- HostTargetTransport
- HostFibreChannelTargetTransport
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostFibreChannelTargetTransport
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
portWorldWideName - SOAP::SOAPLong
nodeWorldWideName - SOAP::SOAPLong
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#nodeWorldWideName ⇒ Object
Returns the value of attribute nodeWorldWideName.
-
#portWorldWideName ⇒ Object
Returns the value of attribute portWorldWideName.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], portWorldWideName = nil, nodeWorldWideName = nil) ⇒ HostFibreChannelTargetTransport
constructor
A new instance of HostFibreChannelTargetTransport.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], portWorldWideName = nil, nodeWorldWideName = nil) ⇒ HostFibreChannelTargetTransport
Returns a new instance of HostFibreChannelTargetTransport.
21752 21753 21754 21755 21756 21757 |
# File 'lib/vmware/soap/vim25.rb', line 21752 def initialize(dynamicType = nil, dynamicProperty = [], portWorldWideName = nil, nodeWorldWideName = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @portWorldWideName = portWorldWideName @nodeWorldWideName = nodeWorldWideName end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
21748 21749 21750 |
# File 'lib/vmware/soap/vim25.rb', line 21748 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
21747 21748 21749 |
# File 'lib/vmware/soap/vim25.rb', line 21747 def dynamicType @dynamicType end |
#nodeWorldWideName ⇒ Object
Returns the value of attribute nodeWorldWideName.
21750 21751 21752 |
# File 'lib/vmware/soap/vim25.rb', line 21750 def nodeWorldWideName @nodeWorldWideName end |
#portWorldWideName ⇒ Object
Returns the value of attribute portWorldWideName.
21749 21750 21751 |
# File 'lib/vmware/soap/vim25.rb', line 21749 def portWorldWideName @portWorldWideName end |