Class: HostScsiTopologyInterface

Inherits:
DynamicData show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25HostScsiTopologyInterface

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
key - SOAP::SOAPString
adapter - SOAP::SOAPString
target - HostScsiTopologyTarget

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], key = nil, adapter = nil, target = []) ⇒ HostScsiTopologyInterface

Returns a new instance of HostScsiTopologyInterface.



21284
21285
21286
21287
21288
21289
21290
# File 'lib/vmware/soap/vim25.rb', line 21284

def initialize(dynamicType = nil, dynamicProperty = [], key = nil, adapter = nil, target = [])
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @key = key
  @adapter = adapter
  @target = target
end

Instance Attribute Details

#adapterObject

Returns the value of attribute adapter.



21281
21282
21283
# File 'lib/vmware/soap/vim25.rb', line 21281

def adapter
  @adapter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



21279
21280
21281
# File 'lib/vmware/soap/vim25.rb', line 21279

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



21278
21279
21280
# File 'lib/vmware/soap/vim25.rb', line 21278

def dynamicType
  @dynamicType
end

#keyObject

Returns the value of attribute key.



21280
21281
21282
# File 'lib/vmware/soap/vim25.rb', line 21280

def key
  @key
end

#targetObject

Returns the value of attribute target.



21282
21283
21284
# File 'lib/vmware/soap/vim25.rb', line 21282

def target
  @target
end