Class: AlarmEmailCompletedEvent

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

Overview

urn:vim25AlarmEmailCompletedEvent

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
to - SOAP::SOAPString

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, entity = nil, to = nil) ⇒ AlarmEmailCompletedEvent

Returns a new instance of AlarmEmailCompletedEvent.



13235
13236
13237
13238
13239
13240
13241
13242
13243
13244
13245
13246
13247
13248
13249
13250
# File 'lib/vmware/soap/vim25.rb', line 13235

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, 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
  @entity = entity
  @to = to
end

Instance Attribute Details

#alarmObject

Returns the value of attribute alarm.



13231
13232
13233
# File 'lib/vmware/soap/vim25.rb', line 13231

def alarm
  @alarm
end

#chainIdObject

Returns the value of attribute chainId.



13223
13224
13225
# File 'lib/vmware/soap/vim25.rb', line 13223

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



13227
13228
13229
# File 'lib/vmware/soap/vim25.rb', line 13227

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



13224
13225
13226
# File 'lib/vmware/soap/vim25.rb', line 13224

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



13226
13227
13228
# File 'lib/vmware/soap/vim25.rb', line 13226

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



13221
13222
13223
# File 'lib/vmware/soap/vim25.rb', line 13221

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



13220
13221
13222
# File 'lib/vmware/soap/vim25.rb', line 13220

def dynamicType
  @dynamicType
end

#entityObject

Returns the value of attribute entity.



13232
13233
13234
# File 'lib/vmware/soap/vim25.rb', line 13232

def entity
  @entity
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



13230
13231
13232
# File 'lib/vmware/soap/vim25.rb', line 13230

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



13228
13229
13230
# File 'lib/vmware/soap/vim25.rb', line 13228

def host
  @host
end

#keyObject

Returns the value of attribute key.



13222
13223
13224
# File 'lib/vmware/soap/vim25.rb', line 13222

def key
  @key
end

#toObject

Returns the value of attribute to.



13233
13234
13235
# File 'lib/vmware/soap/vim25.rb', line 13233

def to
  @to
end

#userNameObject

Returns the value of attribute userName.



13225
13226
13227
# File 'lib/vmware/soap/vim25.rb', line 13225

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



13229
13230
13231
# File 'lib/vmware/soap/vim25.rb', line 13229

def vm
  @vm
end