Class: ReconfigureAlarmRequestType
- Inherits:
-
Object
- Object
- ReconfigureAlarmRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ReconfigureAlarmRequestType
m__this - ManagedObjectReference
spec - AlarmSpec
Instance Attribute Summary collapse
-
#spec ⇒ Object
Returns the value of attribute spec.
Instance Method Summary collapse
-
#initialize(v__this = nil, spec = nil) ⇒ ReconfigureAlarmRequestType
constructor
A new instance of ReconfigureAlarmRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, spec = nil) ⇒ ReconfigureAlarmRequestType
Returns a new instance of ReconfigureAlarmRequestType.
37288 37289 37290 37291 |
# File 'lib/vmware/soap/vim25.rb', line 37288 def initialize(v__this = nil, spec = nil) @v__this = v__this @spec = spec end |
Instance Attribute Details
#spec ⇒ Object
Returns the value of attribute spec.
37278 37279 37280 |
# File 'lib/vmware/soap/vim25.rb', line 37278 def spec @spec end |
Instance Method Details
#m__this ⇒ Object
37280 37281 37282 |
# File 'lib/vmware/soap/vim25.rb', line 37280 def m__this @v__this end |
#m__this=(value) ⇒ Object
37284 37285 37286 |
# File 'lib/vmware/soap/vim25.rb', line 37284 def m__this=(value) @v__this = value end |