Class: HostMultipathInfo
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostMultipathInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostMultipathInfo
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
lun - HostMultipathInfoLogicalUnit
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#lun ⇒ Object
Returns the value of attribute lun.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], lun = []) ⇒ HostMultipathInfo
constructor
A new instance of HostMultipathInfo.
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
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
20107 20108 20109 |
# File 'lib/vmware/soap/vim25.rb', line 20107 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
20106 20107 20108 |
# File 'lib/vmware/soap/vim25.rb', line 20106 def dynamicType @dynamicType end |
#lun ⇒ Object
Returns the value of attribute lun.
20108 20109 20110 |
# File 'lib/vmware/soap/vim25.rb', line 20108 def lun @lun end |