Class: ResetSystemHealthInfoRequestType

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

Overview

urn:vim25ResetSystemHealthInfoRequestType

m__this - ManagedObjectReference

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil) ⇒ ResetSystemHealthInfoRequestType

Returns a new instance of ResetSystemHealthInfoRequestType.



38434
38435
38436
# File 'lib/vmware/soap/vim25.rb', line 38434

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

Instance Method Details

#m__thisObject



38426
38427
38428
# File 'lib/vmware/soap/vim25.rb', line 38426

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



38430
38431
38432
# File 'lib/vmware/soap/vim25.rb', line 38430

def m__this=(value)
  @v__this = value
end