Class: QueryBootDevicesRequestType

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

Overview

urn:vim25QueryBootDevicesRequestType

m__this - ManagedObjectReference

Instance Method Summary collapse

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__thisObject



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