Class: GetAlarmStateRequestType
- Inherits:
-
Object
- Object
- GetAlarmStateRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25GetAlarmStateRequestType
m__this - ManagedObjectReference
entity - ManagedObjectReference
Instance Attribute Summary collapse
-
#entity ⇒ Object
Returns the value of attribute entity.
Instance Method Summary collapse
-
#initialize(v__this = nil, entity = nil) ⇒ GetAlarmStateRequestType
constructor
A new instance of GetAlarmStateRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, entity = nil) ⇒ GetAlarmStateRequestType
Returns a new instance of GetAlarmStateRequestType.
37359 37360 37361 37362 |
# File 'lib/vmware/soap/vim25.rb', line 37359 def initialize(v__this = nil, entity = nil) @v__this = v__this @entity = entity end |
Instance Attribute Details
#entity ⇒ Object
Returns the value of attribute entity.
37349 37350 37351 |
# File 'lib/vmware/soap/vim25.rb', line 37349 def entity @entity end |
Instance Method Details
#m__this ⇒ Object
37351 37352 37353 |
# File 'lib/vmware/soap/vim25.rb', line 37351 def m__this @v__this end |
#m__this=(value) ⇒ Object
37355 37356 37357 |
# File 'lib/vmware/soap/vim25.rb', line 37355 def m__this=(value) @v__this = value end |