Class: AlarmActionTriggeredEvent

Inherits:
AlarmEvent show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25AlarmActionTriggeredEvent

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

Instance Attribute Summary collapse

Instance Method Summary collapse

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) ⇒ AlarmActionTriggeredEvent

Returns a new instance of AlarmActionTriggeredEvent.



13186
13187
13188
13189
13190
13191
13192
13193
13194
13195
13196
13197
13198
13199
13200
13201
# File 'lib/vmware/soap/vim25.rb', line 13186

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)
  @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
end

Instance Attribute Details

#alarmObject

Returns the value of attribute alarm.



13182
13183
13184
# File 'lib/vmware/soap/vim25.rb', line 13182

def alarm
  @alarm
end

#chainIdObject

Returns the value of attribute chainId.



13174
13175
13176
# File 'lib/vmware/soap/vim25.rb', line 13174

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



13178
13179
13180
# File 'lib/vmware/soap/vim25.rb', line 13178

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



13175
13176
13177
# File 'lib/vmware/soap/vim25.rb', line 13175

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



13177
13178
13179
# File 'lib/vmware/soap/vim25.rb', line 13177

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



13172
13173
13174
# File 'lib/vmware/soap/vim25.rb', line 13172

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



13171
13172
13173
# File 'lib/vmware/soap/vim25.rb', line 13171

def dynamicType
  @dynamicType
end

#entityObject

Returns the value of attribute entity.



13184
13185
13186
# File 'lib/vmware/soap/vim25.rb', line 13184

def entity
  @entity
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



13181
13182
13183
# File 'lib/vmware/soap/vim25.rb', line 13181

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



13179
13180
13181
# File 'lib/vmware/soap/vim25.rb', line 13179

def host
  @host
end

#keyObject

Returns the value of attribute key.



13173
13174
13175
# File 'lib/vmware/soap/vim25.rb', line 13173

def key
  @key
end

#sourceObject

Returns the value of attribute source.



13183
13184
13185
# File 'lib/vmware/soap/vim25.rb', line 13183

def source
  @source
end

#userNameObject

Returns the value of attribute userName.



13176
13177
13178
# File 'lib/vmware/soap/vim25.rb', line 13176

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



13180
13181
13182
# File 'lib/vmware/soap/vim25.rb', line 13180

def vm
  @vm
end