Class: HostMultipathInfoLogicalUnit
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostMultipathInfoLogicalUnit
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostMultipathInfoLogicalUnit
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
key - SOAP::SOAPString
id - SOAP::SOAPString
lun - SOAP::SOAPString
path - HostMultipathInfoPath
policy - HostMultipathInfoLogicalUnitPolicy
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#id ⇒ Object
Returns the value of attribute id.
-
#key ⇒ Object
Returns the value of attribute key.
-
#lun ⇒ Object
Returns the value of attribute lun.
-
#path ⇒ Object
Returns the value of attribute path.
-
#policy ⇒ Object
Returns the value of attribute policy.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, id = nil, lun = nil, path = [], policy = nil) ⇒ HostMultipathInfoLogicalUnit
constructor
A new instance of HostMultipathInfoLogicalUnit.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, id = nil, lun = nil, path = [], policy = nil) ⇒ HostMultipathInfoLogicalUnit
Returns a new instance of HostMultipathInfoLogicalUnit.
20059 20060 20061 20062 20063 20064 20065 20066 20067 |
# File 'lib/vmware/soap/vim25.rb', line 20059 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, id = nil, lun = nil, path = [], policy = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @id = id @lun = lun @path = path @policy = policy end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
20052 20053 20054 |
# File 'lib/vmware/soap/vim25.rb', line 20052 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
20051 20052 20053 |
# File 'lib/vmware/soap/vim25.rb', line 20051 def dynamicType @dynamicType end |
#id ⇒ Object
Returns the value of attribute id.
20054 20055 20056 |
# File 'lib/vmware/soap/vim25.rb', line 20054 def id @id end |
#key ⇒ Object
Returns the value of attribute key.
20053 20054 20055 |
# File 'lib/vmware/soap/vim25.rb', line 20053 def key @key end |
#lun ⇒ Object
Returns the value of attribute lun.
20055 20056 20057 |
# File 'lib/vmware/soap/vim25.rb', line 20055 def lun @lun end |
#path ⇒ Object
Returns the value of attribute path.
20056 20057 20058 |
# File 'lib/vmware/soap/vim25.rb', line 20056 def path @path end |
#policy ⇒ Object
Returns the value of attribute policy.
20057 20058 20059 |
# File 'lib/vmware/soap/vim25.rb', line 20057 def policy @policy end |