Class: RemoveAlarmRequestType

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

Overview

urn:vim25RemoveAlarmRequestType

m__this - ManagedObjectReference

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil) ⇒ RemoveAlarmRequestType

Returns a new instance of RemoveAlarmRequestType.



37269
37270
37271
# File 'lib/vmware/soap/vim25.rb', line 37269

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

Instance Method Details

#m__thisObject



37261
37262
37263
# File 'lib/vmware/soap/vim25.rb', line 37261

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



37265
37266
37267
# File 'lib/vmware/soap/vim25.rb', line 37265

def m__this=(value)
  @v__this = value
end