Class: RemoveAlarmRequestType
- Inherits:
-
Object
- Object
- RemoveAlarmRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25RemoveAlarmRequestType
m__this - ManagedObjectReference
Instance Method Summary collapse
-
#initialize(v__this = nil) ⇒ RemoveAlarmRequestType
constructor
A new instance of RemoveAlarmRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
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__this ⇒ Object
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 |