Class: HostMultipathInfoLogicalUnitPolicy
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostMultipathInfoLogicalUnitPolicy
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostMultipathInfoLogicalUnitPolicy
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
policy - SOAP::SOAPString
Direct Known Subclasses
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.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], policy = nil) ⇒ HostMultipathInfoLogicalUnitPolicy
constructor
A new instance of HostMultipathInfoLogicalUnitPolicy.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], policy = nil) ⇒ HostMultipathInfoLogicalUnitPolicy
Returns a new instance of HostMultipathInfoLogicalUnitPolicy.
20016 20017 20018 20019 20020 |
# File 'lib/vmware/soap/vim25.rb', line 20016 def initialize(dynamicType = nil, dynamicProperty = [], policy = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @policy = policy end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
20013 20014 20015 |
# File 'lib/vmware/soap/vim25.rb', line 20013 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
20012 20013 20014 |
# File 'lib/vmware/soap/vim25.rb', line 20012 def dynamicType @dynamicType end |
#policy ⇒ Object
Returns the value of attribute policy.
20014 20015 20016 |
# File 'lib/vmware/soap/vim25.rb', line 20014 def policy @policy end |