Class: ResetGuestInformationRequestType

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

Overview

urn:vim25ResetGuestInformationRequestType

m__this - ManagedObjectReference

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil) ⇒ ResetGuestInformationRequestType

Returns a new instance of ResetGuestInformationRequestType.



37142
37143
37144
# File 'lib/vmware/soap/vim25.rb', line 37142

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

Instance Method Details

#m__thisObject



37134
37135
37136
# File 'lib/vmware/soap/vim25.rb', line 37134

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



37138
37139
37140
# File 'lib/vmware/soap/vim25.rb', line 37138

def m__this=(value)
  @v__this = value
end