Class: CreateInventoryViewRequestType

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

Overview

urn:vim25CreateInventoryViewRequestType

m__this - ManagedObjectReference

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil) ⇒ CreateInventoryViewRequestType

Returns a new instance of CreateInventoryViewRequestType.



40240
40241
40242
# File 'lib/vmware/soap/vim25.rb', line 40240

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

Instance Method Details

#m__thisObject



40232
40233
40234
# File 'lib/vmware/soap/vim25.rb', line 40232

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



40236
40237
40238
# File 'lib/vmware/soap/vim25.rb', line 40236

def m__this=(value)
  @v__this = value
end