Class: HostMultipathInfoPath
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostMultipathInfoPath
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostMultipathInfoPath
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
key - SOAP::SOAPString
name - SOAP::SOAPString
pathState - SOAP::SOAPString
adapter - SOAP::SOAPString
lun - SOAP::SOAPString
transport - HostTargetTransport
Instance Attribute Summary collapse
-
#adapter ⇒ Object
Returns the value of attribute adapter.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#key ⇒ Object
Returns the value of attribute key.
-
#lun ⇒ Object
Returns the value of attribute lun.
-
#name ⇒ Object
Returns the value of attribute name.
-
#pathState ⇒ Object
Returns the value of attribute pathState.
-
#transport ⇒ Object
Returns the value of attribute transport.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, name = nil, pathState = nil, adapter = nil, lun = nil, transport = nil) ⇒ HostMultipathInfoPath
constructor
A new instance of HostMultipathInfoPath.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, name = nil, pathState = nil, adapter = nil, lun = nil, transport = nil) ⇒ HostMultipathInfoPath
Returns a new instance of HostMultipathInfoPath.
20089 20090 20091 20092 20093 20094 20095 20096 20097 20098 |
# File 'lib/vmware/soap/vim25.rb', line 20089 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, name = nil, pathState = nil, adapter = nil, lun = nil, transport = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @name = name @pathState = pathState @adapter = adapter @lun = lun @transport = transport end |
Instance Attribute Details
#adapter ⇒ Object
Returns the value of attribute adapter.
20085 20086 20087 |
# File 'lib/vmware/soap/vim25.rb', line 20085 def adapter @adapter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
20081 20082 20083 |
# File 'lib/vmware/soap/vim25.rb', line 20081 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
20080 20081 20082 |
# File 'lib/vmware/soap/vim25.rb', line 20080 def dynamicType @dynamicType end |
#key ⇒ Object
Returns the value of attribute key.
20082 20083 20084 |
# File 'lib/vmware/soap/vim25.rb', line 20082 def key @key end |
#lun ⇒ Object
Returns the value of attribute lun.
20086 20087 20088 |
# File 'lib/vmware/soap/vim25.rb', line 20086 def lun @lun end |
#name ⇒ Object
Returns the value of attribute name.
20083 20084 20085 |
# File 'lib/vmware/soap/vim25.rb', line 20083 def name @name end |
#pathState ⇒ Object
Returns the value of attribute pathState.
20084 20085 20086 |
# File 'lib/vmware/soap/vim25.rb', line 20084 def pathState @pathState end |
#transport ⇒ Object
Returns the value of attribute transport.
20087 20088 20089 |
# File 'lib/vmware/soap/vim25.rb', line 20087 def transport @transport end |