Class: HostScsiTopologyTarget
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostScsiTopologyTarget
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostScsiTopologyTarget
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
key - SOAP::SOAPString
target - SOAP::SOAPInt
lun - HostScsiTopologyLun
transport - HostTargetTransport
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#key ⇒ Object
Returns the value of attribute key.
-
#lun ⇒ Object
Returns the value of attribute lun.
-
#target ⇒ Object
Returns the value of attribute target.
-
#transport ⇒ Object
Returns the value of attribute transport.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, target = nil, lun = [], transport = nil) ⇒ HostScsiTopologyTarget
constructor
A new instance of HostScsiTopologyTarget.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, target = nil, lun = [], transport = nil) ⇒ HostScsiTopologyTarget
Returns a new instance of HostScsiTopologyTarget.
21308 21309 21310 21311 21312 21313 21314 21315 |
# File 'lib/vmware/soap/vim25.rb', line 21308 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, target = nil, lun = [], transport = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @target = target @lun = lun @transport = transport end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
21302 21303 21304 |
# File 'lib/vmware/soap/vim25.rb', line 21302 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
21301 21302 21303 |
# File 'lib/vmware/soap/vim25.rb', line 21301 def dynamicType @dynamicType end |
#key ⇒ Object
Returns the value of attribute key.
21303 21304 21305 |
# File 'lib/vmware/soap/vim25.rb', line 21303 def key @key end |
#lun ⇒ Object
Returns the value of attribute lun.
21305 21306 21307 |
# File 'lib/vmware/soap/vim25.rb', line 21305 def lun @lun end |
#target ⇒ Object
Returns the value of attribute target.
21304 21305 21306 |
# File 'lib/vmware/soap/vim25.rb', line 21304 def target @target end |
#transport ⇒ Object
Returns the value of attribute transport.
21306 21307 21308 |
# File 'lib/vmware/soap/vim25.rb', line 21306 def transport @transport end |