Class: AlarmCreatedEvent
- Inherits:
-
AlarmEvent
- Object
- DynamicData
- Event
- AlarmEvent
- AlarmCreatedEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25AlarmCreatedEvent
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) ⇒ AlarmCreatedEvent
constructor
A new instance of AlarmCreatedEvent.
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) ⇒ AlarmCreatedEvent
Returns a new instance of AlarmCreatedEvent.
13083 13084 13085 13086 13087 13088 13089 13090 13091 13092 13093 13094 13095 13096 13097 |
# File 'lib/vmware/soap/vim25.rb', line 13083 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.
13080 13081 13082 |
# File 'lib/vmware/soap/vim25.rb', line 13080 def alarm @alarm end |
#chainId ⇒ Object
Returns the value of attribute chainId.
13072 13073 13074 |
# File 'lib/vmware/soap/vim25.rb', line 13072 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
13076 13077 13078 |
# File 'lib/vmware/soap/vim25.rb', line 13076 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
13073 13074 13075 |
# File 'lib/vmware/soap/vim25.rb', line 13073 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
13075 13076 13077 |
# File 'lib/vmware/soap/vim25.rb', line 13075 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
13070 13071 13072 |
# File 'lib/vmware/soap/vim25.rb', line 13070 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
13069 13070 13071 |
# File 'lib/vmware/soap/vim25.rb', line 13069 def dynamicType @dynamicType end |
#entity ⇒ Object
Returns the value of attribute entity.
13081 13082 13083 |
# File 'lib/vmware/soap/vim25.rb', line 13081 def entity @entity end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
13079 13080 13081 |
# File 'lib/vmware/soap/vim25.rb', line 13079 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
13077 13078 13079 |
# File 'lib/vmware/soap/vim25.rb', line 13077 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
13071 13072 13073 |
# File 'lib/vmware/soap/vim25.rb', line 13071 def key @key end |
#userName ⇒ Object
Returns the value of attribute userName.
13074 13075 13076 |
# File 'lib/vmware/soap/vim25.rb', line 13074 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
13078 13079 13080 |
# File 'lib/vmware/soap/vim25.rb', line 13078 def vm @vm end |