Class: SetMultipathLunPolicyRequestType
- Inherits:
-
Object
- Object
- SetMultipathLunPolicyRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25SetMultipathLunPolicyRequestType
m__this - ManagedObjectReference
lunId - SOAP::SOAPString
policy - HostMultipathInfoLogicalUnitPolicy
Instance Attribute Summary collapse
-
#lunId ⇒ Object
Returns the value of attribute lunId.
-
#policy ⇒ Object
Returns the value of attribute policy.
Instance Method Summary collapse
-
#initialize(v__this = nil, lunId = nil, policy = nil) ⇒ SetMultipathLunPolicyRequestType
constructor
A new instance of SetMultipathLunPolicyRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
permalink #initialize(v__this = nil, lunId = nil, policy = nil) ⇒ SetMultipathLunPolicyRequestType
Returns a new instance of SetMultipathLunPolicyRequestType.
39860 39861 39862 39863 39864 |
# File 'lib/vmware/soap/vim25.rb', line 39860 def initialize(v__this = nil, lunId = nil, policy = nil) @v__this = v__this @lunId = lunId @policy = policy end |
Instance Attribute Details
permalink #lunId ⇒ Object
Returns the value of attribute lunId.
39849 39850 39851 |
# File 'lib/vmware/soap/vim25.rb', line 39849 def lunId @lunId end |
permalink #policy ⇒ Object
Returns the value of attribute policy.
39850 39851 39852 |
# File 'lib/vmware/soap/vim25.rb', line 39850 def policy @policy end |
Instance Method Details
permalink #m__this ⇒ Object
[View source]
39852 39853 39854 |
# File 'lib/vmware/soap/vim25.rb', line 39852 def m__this @v__this end |
permalink #m__this=(value) ⇒ Object
[View source]
39856 39857 39858 |
# File 'lib/vmware/soap/vim25.rb', line 39856 def m__this=(value) @v__this = value end |