Class: RetrieveProductComponentsRequestType

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

Overview

urn:vim25RetrieveProductComponentsRequestType

m__this - ManagedObjectReference

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil) ⇒ RetrieveProductComponentsRequestType

Returns a new instance of RetrieveProductComponentsRequestType.



35980
35981
35982
# File 'lib/vmware/soap/vim25.rb', line 35980

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

Instance Method Details

#m__thisObject



35972
35973
35974
# File 'lib/vmware/soap/vim25.rb', line 35972

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



35976
35977
35978
# File 'lib/vmware/soap/vim25.rb', line 35976

def m__this=(value)
  @v__this = value
end