Class: HostScsiTopologyLun
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostScsiTopologyLun
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostScsiTopologyLun
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
key - SOAP::SOAPString
lun - SOAP::SOAPInt
scsiLun - SOAP::SOAPString
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.
-
#scsiLun ⇒ Object
Returns the value of attribute scsiLun.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, lun = nil, scsiLun = nil) ⇒ HostScsiTopologyLun
constructor
A new instance of HostScsiTopologyLun.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, lun = nil, scsiLun = nil) ⇒ HostScsiTopologyLun
Returns a new instance of HostScsiTopologyLun.
21331 21332 21333 21334 21335 21336 21337 |
# File 'lib/vmware/soap/vim25.rb', line 21331 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, lun = nil, scsiLun = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @lun = lun @scsiLun = scsiLun end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
21326 21327 21328 |
# File 'lib/vmware/soap/vim25.rb', line 21326 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
21325 21326 21327 |
# File 'lib/vmware/soap/vim25.rb', line 21325 def dynamicType @dynamicType end |
#key ⇒ Object
Returns the value of attribute key.
21327 21328 21329 |
# File 'lib/vmware/soap/vim25.rb', line 21327 def key @key end |
#lun ⇒ Object
Returns the value of attribute lun.
21328 21329 21330 |
# File 'lib/vmware/soap/vim25.rb', line 21328 def lun @lun end |
#scsiLun ⇒ Object
Returns the value of attribute scsiLun.
21329 21330 21331 |
# File 'lib/vmware/soap/vim25.rb', line 21329 def scsiLun @scsiLun end |