Class: HostFibreChannelTargetTransport

Inherits:
HostTargetTransport show all
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

Instance Method Summary collapse

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

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



21748
21749
21750
# File 'lib/vmware/soap/vim25.rb', line 21748

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



21747
21748
21749
# File 'lib/vmware/soap/vim25.rb', line 21747

def dynamicType
  @dynamicType
end

#nodeWorldWideNameObject

Returns the value of attribute nodeWorldWideName.



21750
21751
21752
# File 'lib/vmware/soap/vim25.rb', line 21750

def nodeWorldWideName
  @nodeWorldWideName
end

#portWorldWideNameObject

Returns the value of attribute portWorldWideName.



21749
21750
21751
# File 'lib/vmware/soap/vim25.rb', line 21749

def portWorldWideName
  @portWorldWideName
end