Class: HostMultipathInfoFixedLogicalUnitPolicy
- Inherits:
-
HostMultipathInfoLogicalUnitPolicy
- Object
- DynamicData
- HostMultipathInfoLogicalUnitPolicy
- HostMultipathInfoFixedLogicalUnitPolicy
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostMultipathInfoFixedLogicalUnitPolicy
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
policy - SOAP::SOAPString
prefer - SOAP::SOAPString
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#policy ⇒ Object
Returns the value of attribute policy.
-
#prefer ⇒ Object
Returns the value of attribute prefer.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], policy = nil, prefer = nil) ⇒ HostMultipathInfoFixedLogicalUnitPolicy
constructor
A new instance of HostMultipathInfoFixedLogicalUnitPolicy.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], policy = nil, prefer = nil) ⇒ HostMultipathInfoFixedLogicalUnitPolicy
Returns a new instance of HostMultipathInfoFixedLogicalUnitPolicy.
20034 20035 20036 20037 20038 20039 |
# File 'lib/vmware/soap/vim25.rb', line 20034 def initialize(dynamicType = nil, dynamicProperty = [], policy = nil, prefer = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @policy = policy @prefer = prefer end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
20030 20031 20032 |
# File 'lib/vmware/soap/vim25.rb', line 20030 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
20029 20030 20031 |
# File 'lib/vmware/soap/vim25.rb', line 20029 def dynamicType @dynamicType end |
#policy ⇒ Object
Returns the value of attribute policy.
20031 20032 20033 |
# File 'lib/vmware/soap/vim25.rb', line 20031 def policy @policy end |
#prefer ⇒ Object
Returns the value of attribute prefer.
20032 20033 20034 |
# File 'lib/vmware/soap/vim25.rb', line 20032 def prefer @prefer end |