Class: CreateAlarmRequestType
- Inherits:
-
Object
- Object
- CreateAlarmRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25CreateAlarmRequestType
m__this - ManagedObjectReference
entity - ManagedObjectReference
spec - AlarmSpec
Instance Attribute Summary collapse
-
#entity ⇒ Object
Returns the value of attribute entity.
-
#spec ⇒ Object
Returns the value of attribute spec.
Instance Method Summary collapse
-
#initialize(v__this = nil, entity = nil, spec = nil) ⇒ CreateAlarmRequestType
constructor
A new instance of CreateAlarmRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, entity = nil, spec = nil) ⇒ CreateAlarmRequestType
Returns a new instance of CreateAlarmRequestType.
37318 37319 37320 37321 37322 |
# File 'lib/vmware/soap/vim25.rb', line 37318 def initialize(v__this = nil, entity = nil, spec = nil) @v__this = v__this @entity = entity @spec = spec end |
Instance Attribute Details
#entity ⇒ Object
Returns the value of attribute entity.
37307 37308 37309 |
# File 'lib/vmware/soap/vim25.rb', line 37307 def entity @entity end |
#spec ⇒ Object
Returns the value of attribute spec.
37308 37309 37310 |
# File 'lib/vmware/soap/vim25.rb', line 37308 def spec @spec end |
Instance Method Details
#m__this ⇒ Object
37310 37311 37312 |
# File 'lib/vmware/soap/vim25.rb', line 37310 def m__this @v__this end |
#m__this=(value) ⇒ Object
37314 37315 37316 |
# File 'lib/vmware/soap/vim25.rb', line 37314 def m__this=(value) @v__this = value end |