Class: AlarmRemovedEvent
- Inherits:
-
AlarmEvent
- Object
- DynamicData
- Event
- AlarmEvent
- AlarmRemovedEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25AlarmRemovedEvent
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) ⇒ AlarmRemovedEvent
constructor
A new instance of AlarmRemovedEvent.
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) ⇒ AlarmRemovedEvent
Returns a new instance of AlarmRemovedEvent.
13530 13531 13532 13533 13534 13535 13536 13537 13538 13539 13540 13541 13542 13543 13544 |
# File 'lib/vmware/soap/vim25.rb', line 13530 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.
13527 13528 13529 |
# File 'lib/vmware/soap/vim25.rb', line 13527 def alarm @alarm end |
#chainId ⇒ Object
Returns the value of attribute chainId.
13519 13520 13521 |
# File 'lib/vmware/soap/vim25.rb', line 13519 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
13523 13524 13525 |
# File 'lib/vmware/soap/vim25.rb', line 13523 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
13520 13521 13522 |
# File 'lib/vmware/soap/vim25.rb', line 13520 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
13522 13523 13524 |
# File 'lib/vmware/soap/vim25.rb', line 13522 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
13517 13518 13519 |
# File 'lib/vmware/soap/vim25.rb', line 13517 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
13516 13517 13518 |
# File 'lib/vmware/soap/vim25.rb', line 13516 def dynamicType @dynamicType end |
#entity ⇒ Object
Returns the value of attribute entity.
13528 13529 13530 |
# File 'lib/vmware/soap/vim25.rb', line 13528 def entity @entity end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
13526 13527 13528 |
# File 'lib/vmware/soap/vim25.rb', line 13526 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
13524 13525 13526 |
# File 'lib/vmware/soap/vim25.rb', line 13524 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
13518 13519 13520 |
# File 'lib/vmware/soap/vim25.rb', line 13518 def key @key end |
#userName ⇒ Object
Returns the value of attribute userName.
13521 13522 13523 |
# File 'lib/vmware/soap/vim25.rb', line 13521 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
13525 13526 13527 |
# File 'lib/vmware/soap/vim25.rb', line 13525 def vm @vm end |