Class: SetMultipathLunPolicyRequestType

Inherits:
Object
  • Object
show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25SetMultipathLunPolicyRequestType

m__this - ManagedObjectReference
lunId - SOAP::SOAPString
policy - HostMultipathInfoLogicalUnitPolicy

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, lunId = nil, policy = nil) ⇒ SetMultipathLunPolicyRequestType

Returns a new instance of SetMultipathLunPolicyRequestType.

[View source]

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

#lunIdObject

Returns the value of attribute lunId.


39849
39850
39851
# File 'lib/vmware/soap/vim25.rb', line 39849

def lunId
  @lunId
end

#policyObject

Returns the value of attribute policy.


39850
39851
39852
# File 'lib/vmware/soap/vim25.rb', line 39850

def policy
  @policy
end

Instance Method Details

#m__thisObject

[View source]

39852
39853
39854
# File 'lib/vmware/soap/vim25.rb', line 39852

def m__this
  @v__this
end

#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