Class: CreateInventoryViewRequestType
- Inherits:
-
Object
- Object
- CreateInventoryViewRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25CreateInventoryViewRequestType
m__this - ManagedObjectReference
Instance Method Summary collapse
-
#initialize(v__this = nil) ⇒ CreateInventoryViewRequestType
constructor
A new instance of CreateInventoryViewRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
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__this ⇒ Object
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 |