Class: SetCustomValueRequestType

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

Overview

urn:vim25setCustomValueRequestType

m__this - ManagedObjectReference
key - SOAP::SOAPString
value - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, key = nil, value = nil) ⇒ SetCustomValueRequestType

Returns a new instance of SetCustomValueRequestType.



34296
34297
34298
34299
34300
# File 'lib/vmware/soap/vim25.rb', line 34296

def initialize(v__this = nil, key = nil, value = nil)
  @v__this = v__this
  @key = key
  @value = value
end

Instance Attribute Details

#keyObject

Returns the value of attribute key.



34285
34286
34287
# File 'lib/vmware/soap/vim25.rb', line 34285

def key
  @key
end

#valueObject

Returns the value of attribute value.



34286
34287
34288
# File 'lib/vmware/soap/vim25.rb', line 34286

def value
  @value
end

Instance Method Details

#m__thisObject



34288
34289
34290
# File 'lib/vmware/soap/vim25.rb', line 34288

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



34292
34293
34294
# File 'lib/vmware/soap/vim25.rb', line 34292

def m__this=(value)
  @v__this = value
end