Class: AlarmReconfiguredEvent
- Inherits:
-
AlarmEvent
- Object
- DynamicData
- Event
- AlarmEvent
- AlarmReconfiguredEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25AlarmReconfiguredEvent
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
entity - ManagedEntityEventArgument
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.
-
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
-
#host ⇒ Object
Returns the value of attribute host.
-
#key ⇒ Object
Returns the value of attribute key.
-
#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, entity = nil) ⇒ AlarmReconfiguredEvent
constructor
A new instance of AlarmReconfiguredEvent.
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, entity = nil) ⇒ AlarmReconfiguredEvent
Returns a new instance of AlarmReconfiguredEvent.
13576 13577 13578 13579 13580 13581 13582 13583 13584 13585 13586 13587 13588 13589 13590 |
# File 'lib/vmware/soap/vim25.rb', line 13576 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, entity = 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 @entity = entity end |
Instance Attribute Details
#alarm ⇒ Object
Returns the value of attribute alarm.
13573 13574 13575 |
# File 'lib/vmware/soap/vim25.rb', line 13573 def alarm @alarm end |
#chainId ⇒ Object
Returns the value of attribute chainId.
13565 13566 13567 |
# File 'lib/vmware/soap/vim25.rb', line 13565 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
13569 13570 13571 |
# File 'lib/vmware/soap/vim25.rb', line 13569 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
13566 13567 13568 |
# File 'lib/vmware/soap/vim25.rb', line 13566 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
13568 13569 13570 |
# File 'lib/vmware/soap/vim25.rb', line 13568 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
13563 13564 13565 |
# File 'lib/vmware/soap/vim25.rb', line 13563 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
13562 13563 13564 |
# File 'lib/vmware/soap/vim25.rb', line 13562 def dynamicType @dynamicType end |
#entity ⇒ Object
Returns the value of attribute entity.
13574 13575 13576 |
# File 'lib/vmware/soap/vim25.rb', line 13574 def entity @entity end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
13572 13573 13574 |
# File 'lib/vmware/soap/vim25.rb', line 13572 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
13570 13571 13572 |
# File 'lib/vmware/soap/vim25.rb', line 13570 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
13564 13565 13566 |
# File 'lib/vmware/soap/vim25.rb', line 13564 def key @key end |
#userName ⇒ Object
Returns the value of attribute userName.
13567 13568 13569 |
# File 'lib/vmware/soap/vim25.rb', line 13567 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
13571 13572 13573 |
# File 'lib/vmware/soap/vim25.rb', line 13571 def vm @vm end |