Class: ApplyRecommendationRequestType

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

Overview

urn:vim25ApplyRecommendationRequestType

m__this - ManagedObjectReference
key - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, key = nil) ⇒ ApplyRecommendationRequestType

Returns a new instance of ApplyRecommendationRequestType.

[View source]

33576
33577
33578
33579
# File 'lib/vmware/soap/vim25.rb', line 33576

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

Instance Attribute Details

#keyObject

Returns the value of attribute key.


33566
33567
33568
# File 'lib/vmware/soap/vim25.rb', line 33566

def key
  @key
end

Instance Method Details

#m__thisObject

[View source]

33568
33569
33570
# File 'lib/vmware/soap/vim25.rb', line 33568

def m__this
  @v__this
end

#m__this=(value) ⇒ Object

[View source]

33572
33573
33574
# File 'lib/vmware/soap/vim25.rb', line 33572

def m__this=(value)
  @v__this = value
end