Class: HostScsiTopologyTarget

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

Instance Method Summary collapse

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

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



21302
21303
21304
# File 'lib/vmware/soap/vim25.rb', line 21302

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



21301
21302
21303
# File 'lib/vmware/soap/vim25.rb', line 21301

def dynamicType
  @dynamicType
end

#keyObject

Returns the value of attribute key.



21303
21304
21305
# File 'lib/vmware/soap/vim25.rb', line 21303

def key
  @key
end

#lunObject

Returns the value of attribute lun.



21305
21306
21307
# File 'lib/vmware/soap/vim25.rb', line 21305

def lun
  @lun
end

#targetObject

Returns the value of attribute target.



21304
21305
21306
# File 'lib/vmware/soap/vim25.rb', line 21304

def target
  @target
end

#transportObject

Returns the value of attribute transport.



21306
21307
21308
# File 'lib/vmware/soap/vim25.rb', line 21306

def transport
  @transport
end