Class: CreateListViewFromViewRequestType

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

Overview

urn:vim25CreateListViewFromViewRequestType

m__this - ManagedObjectReference
view - ManagedObjectReference

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, view = nil) ⇒ CreateListViewFromViewRequestType

Returns a new instance of CreateListViewFromViewRequestType.



40305
40306
40307
40308
# File 'lib/vmware/soap/vim25.rb', line 40305

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

Instance Attribute Details

#viewObject

Returns the value of attribute view.



40295
40296
40297
# File 'lib/vmware/soap/vim25.rb', line 40295

def view
  @view
end

Instance Method Details

#m__thisObject



40297
40298
40299
# File 'lib/vmware/soap/vim25.rb', line 40297

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



40301
40302
40303
# File 'lib/vmware/soap/vim25.rb', line 40301

def m__this=(value)
  @v__this = value
end