Class: GetAlarmRequestType
- Inherits:
-
Object
- Object
- GetAlarmRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25GetAlarmRequestType
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) ⇒ GetAlarmRequestType
constructor
A new instance of GetAlarmRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
permalink #initialize(v__this = nil, entity = nil) ⇒ GetAlarmRequestType
Returns a new instance of GetAlarmRequestType.
37339 37340 37341 37342 |
# File 'lib/vmware/soap/vim25.rb', line 37339 def initialize(v__this = nil, entity = nil) @v__this = v__this @entity = entity end |
Instance Attribute Details
permalink #entity ⇒ Object
Returns the value of attribute entity.
37329 37330 37331 |
# File 'lib/vmware/soap/vim25.rb', line 37329 def entity @entity end |
Instance Method Details
permalink #m__this ⇒ Object
[View source]
37331 37332 37333 |
# File 'lib/vmware/soap/vim25.rb', line 37331 def m__this @v__this end |
permalink #m__this=(value) ⇒ Object
[View source]
37335 37336 37337 |
# File 'lib/vmware/soap/vim25.rb', line 37335 def m__this=(value) @v__this = value end |