Class: HostScsiTopologyLun

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

Instance Method Summary collapse

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

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



21326
21327
21328
# File 'lib/vmware/soap/vim25.rb', line 21326

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



21325
21326
21327
# File 'lib/vmware/soap/vim25.rb', line 21325

def dynamicType
  @dynamicType
end

#keyObject

Returns the value of attribute key.



21327
21328
21329
# File 'lib/vmware/soap/vim25.rb', line 21327

def key
  @key
end

#lunObject

Returns the value of attribute lun.



21328
21329
21330
# File 'lib/vmware/soap/vim25.rb', line 21328

def lun
  @lun
end

#scsiLunObject

Returns the value of attribute scsiLun.



21329
21330
21331
# File 'lib/vmware/soap/vim25.rb', line 21329

def scsiLun
  @scsiLun
end