Class: EnableHyperThreadingRequestType

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

Overview

urn:vim25EnableHyperThreadingRequestType

m__this - ManagedObjectReference

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil) ⇒ EnableHyperThreadingRequestType

Returns a new instance of EnableHyperThreadingRequestType.



37702
37703
37704
# File 'lib/vmware/soap/vim25.rb', line 37702

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

Instance Method Details

#m__thisObject



37694
37695
37696
# File 'lib/vmware/soap/vim25.rb', line 37694

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



37698
37699
37700
# File 'lib/vmware/soap/vim25.rb', line 37698

def m__this=(value)
  @v__this = value
end