Class: UpdateOptionsRequestType

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

Overview

urn:vim25UpdateOptionsRequestType

m__this - ManagedObjectReference
changedValue - OptionValue

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#changedValueObject

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__thisObject



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