Class: HostMultipathInfo

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

Overview

urn:vim25HostMultipathInfo

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
lun - HostMultipathInfoLogicalUnit

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], lun = []) ⇒ HostMultipathInfo

Returns a new instance of HostMultipathInfo.



20110
20111
20112
20113
20114
# File 'lib/vmware/soap/vim25.rb', line 20110

def initialize(dynamicType = nil, dynamicProperty = [], lun = [])
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @lun = lun
end

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



20107
20108
20109
# File 'lib/vmware/soap/vim25.rb', line 20107

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



20106
20107
20108
# File 'lib/vmware/soap/vim25.rb', line 20106

def dynamicType
  @dynamicType
end

#lunObject

Returns the value of attribute lun.



20108
20109
20110
# File 'lib/vmware/soap/vim25.rb', line 20108

def lun
  @lun
end