Class: UpdateOptionsRequestType
- Inherits:
-
Object
- Object
- UpdateOptionsRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25UpdateOptionsRequestType
m__this - ManagedObjectReference
changedValue - OptionValue
Instance Attribute Summary collapse
-
#changedValue ⇒ Object
Returns the value of attribute changedValue.
Instance Method Summary collapse
-
#initialize(v__this = nil, changedValue = []) ⇒ UpdateOptionsRequestType
constructor
A new instance of UpdateOptionsRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, changedValue = []) ⇒ UpdateOptionsRequestType
Returns a new instance of UpdateOptionsRequestType.
40001 40002 40003 40004 |
# File 'lib/vmware/soap/vim25.rb', line 40001 def initialize(v__this = nil, changedValue = []) @v__this = v__this @changedValue = changedValue end |
Instance Attribute Details
#changedValue ⇒ Object
Returns the value of attribute changedValue.
39991 39992 39993 |
# File 'lib/vmware/soap/vim25.rb', line 39991 def changedValue @changedValue end |
Instance Method Details
#m__this ⇒ Object
39993 39994 39995 |
# File 'lib/vmware/soap/vim25.rb', line 39993 def m__this @v__this end |
#m__this=(value) ⇒ Object
39997 39998 39999 |
# File 'lib/vmware/soap/vim25.rb', line 39997 def m__this=(value) @v__this = value end |