Class: AlarmStatusChangedEvent
- Inherits:
-
AlarmEvent
- Object
- DynamicData
- Event
- AlarmEvent
- AlarmStatusChangedEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25AlarmStatusChangedEvent
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
key - SOAP::SOAPInt
chainId - SOAP::SOAPInt
createdTime - SOAP::SOAPDateTime
userName - SOAP::SOAPString
datacenter - DatacenterEventArgument
computeResource - ComputeResourceEventArgument
host - HostEventArgument
vm - VmEventArgument
fullFormattedMessage - SOAP::SOAPString
alarm - AlarmEventArgument
source - ManagedEntityEventArgument
entity - ManagedEntityEventArgument
from - SOAP::SOAPString
to - SOAP::SOAPString
Instance Attribute Summary collapse
-
#alarm ⇒ Object
Returns the value of attribute alarm.
-
#chainId ⇒ Object
Returns the value of attribute chainId.
-
#computeResource ⇒ Object
Returns the value of attribute computeResource.
-
#createdTime ⇒ Object
Returns the value of attribute createdTime.
-
#datacenter ⇒ Object
Returns the value of attribute datacenter.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#entity ⇒ Object
Returns the value of attribute entity.
-
#from ⇒ Object
Returns the value of attribute from.
-
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
-
#host ⇒ Object
Returns the value of attribute host.
-
#key ⇒ Object
Returns the value of attribute key.
-
#source ⇒ Object
Returns the value of attribute source.
-
#to ⇒ Object
Returns the value of attribute to.
-
#userName ⇒ Object
Returns the value of attribute userName.
-
#vm ⇒ Object
Returns the value of attribute vm.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, alarm = nil, source = nil, entity = nil, from = nil, to = nil) ⇒ AlarmStatusChangedEvent
constructor
A new instance of AlarmStatusChangedEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, alarm = nil, source = nil, entity = nil, from = nil, to = nil) ⇒ AlarmStatusChangedEvent
Returns a new instance of AlarmStatusChangedEvent.
13135 13136 13137 13138 13139 13140 13141 13142 13143 13144 13145 13146 13147 13148 13149 13150 13151 13152 |
# File 'lib/vmware/soap/vim25.rb', line 13135 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, alarm = nil, source = nil, entity = nil, from = nil, to = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @chainId = chainId @createdTime = createdTime @userName = userName @datacenter = datacenter @computeResource = computeResource @host = host @vm = vm @fullFormattedMessage = fullFormattedMessage @alarm = alarm @source = source @entity = entity @from = from @to = to end |
Instance Attribute Details
#alarm ⇒ Object
Returns the value of attribute alarm.
13129 13130 13131 |
# File 'lib/vmware/soap/vim25.rb', line 13129 def alarm @alarm end |
#chainId ⇒ Object
Returns the value of attribute chainId.
13121 13122 13123 |
# File 'lib/vmware/soap/vim25.rb', line 13121 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
13125 13126 13127 |
# File 'lib/vmware/soap/vim25.rb', line 13125 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
13122 13123 13124 |
# File 'lib/vmware/soap/vim25.rb', line 13122 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
13124 13125 13126 |
# File 'lib/vmware/soap/vim25.rb', line 13124 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
13119 13120 13121 |
# File 'lib/vmware/soap/vim25.rb', line 13119 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
13118 13119 13120 |
# File 'lib/vmware/soap/vim25.rb', line 13118 def dynamicType @dynamicType end |
#entity ⇒ Object
Returns the value of attribute entity.
13131 13132 13133 |
# File 'lib/vmware/soap/vim25.rb', line 13131 def entity @entity end |
#from ⇒ Object
Returns the value of attribute from.
13132 13133 13134 |
# File 'lib/vmware/soap/vim25.rb', line 13132 def from @from end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
13128 13129 13130 |
# File 'lib/vmware/soap/vim25.rb', line 13128 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
13126 13127 13128 |
# File 'lib/vmware/soap/vim25.rb', line 13126 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
13120 13121 13122 |
# File 'lib/vmware/soap/vim25.rb', line 13120 def key @key end |
#source ⇒ Object
Returns the value of attribute source.
13130 13131 13132 |
# File 'lib/vmware/soap/vim25.rb', line 13130 def source @source end |
#to ⇒ Object
Returns the value of attribute to.
13133 13134 13135 |
# File 'lib/vmware/soap/vim25.rb', line 13133 def to @to end |
#userName ⇒ Object
Returns the value of attribute userName.
13123 13124 13125 |
# File 'lib/vmware/soap/vim25.rb', line 13123 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
13127 13128 13129 |
# File 'lib/vmware/soap/vim25.rb', line 13127 def vm @vm end |