Class: QueryBootDevicesRequestType
- Inherits:
-
Object
- Object
- QueryBootDevicesRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25QueryBootDevicesRequestType
m__this - ManagedObjectReference
Instance Method Summary collapse
-
#initialize(v__this = nil) ⇒ QueryBootDevicesRequestType
constructor
A new instance of QueryBootDevicesRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil) ⇒ QueryBootDevicesRequestType
Returns a new instance of QueryBootDevicesRequestType.
37654 37655 37656 |
# File 'lib/vmware/soap/vim25.rb', line 37654 def initialize(v__this = nil) @v__this = v__this end |
Instance Method Details
#m__this ⇒ Object
37646 37647 37648 |
# File 'lib/vmware/soap/vim25.rb', line 37646 def m__this @v__this end |
#m__this=(value) ⇒ Object
37650 37651 37652 |
# File 'lib/vmware/soap/vim25.rb', line 37650 def m__this=(value) @v__this = value end |