Class: DisableHyperThreadingRequestType
- Inherits:
-
Object
- Object
- DisableHyperThreadingRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25DisableHyperThreadingRequestType
m__this - ManagedObjectReference
Instance Method Summary collapse
-
#initialize(v__this = nil) ⇒ DisableHyperThreadingRequestType
constructor
A new instance of DisableHyperThreadingRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil) ⇒ DisableHyperThreadingRequestType
Returns a new instance of DisableHyperThreadingRequestType.
37718 37719 37720 |
# File 'lib/vmware/soap/vim25.rb', line 37718 def initialize(v__this = nil) @v__this = v__this end |
Instance Method Details
#m__this ⇒ Object
37710 37711 37712 |
# File 'lib/vmware/soap/vim25.rb', line 37710 def m__this @v__this end |
#m__this=(value) ⇒ Object
37714 37715 37716 |
# File 'lib/vmware/soap/vim25.rb', line 37714 def m__this=(value) @v__this = value end |