Class: AlarmEmailFailedEvent

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

Overview

urn:vim25AlarmEmailFailedEvent

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
reason - LocalizedMethodFault

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, reason = nil) ⇒ AlarmEmailFailedEvent

Returns a new instance of AlarmEmailFailedEvent.



13286
13287
13288
13289
13290
13291
13292
13293
13294
13295
13296
13297
13298
13299
13300
13301
13302
# File 'lib/vmware/soap/vim25.rb', line 13286

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

Instance Attribute Details

#alarmObject

Returns the value of attribute alarm.



13281
13282
13283
# File 'lib/vmware/soap/vim25.rb', line 13281

def alarm
  @alarm
end

#chainIdObject

Returns the value of attribute chainId.



13273
13274
13275
# File 'lib/vmware/soap/vim25.rb', line 13273

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



13277
13278
13279
# File 'lib/vmware/soap/vim25.rb', line 13277

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



13274
13275
13276
# File 'lib/vmware/soap/vim25.rb', line 13274

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



13276
13277
13278
# File 'lib/vmware/soap/vim25.rb', line 13276

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



13271
13272
13273
# File 'lib/vmware/soap/vim25.rb', line 13271

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



13270
13271
13272
# File 'lib/vmware/soap/vim25.rb', line 13270

def dynamicType
  @dynamicType
end

#entityObject

Returns the value of attribute entity.



13282
13283
13284
# File 'lib/vmware/soap/vim25.rb', line 13282

def entity
  @entity
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



13280
13281
13282
# File 'lib/vmware/soap/vim25.rb', line 13280

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



13278
13279
13280
# File 'lib/vmware/soap/vim25.rb', line 13278

def host
  @host
end

#keyObject

Returns the value of attribute key.



13272
13273
13274
# File 'lib/vmware/soap/vim25.rb', line 13272

def key
  @key
end

#reasonObject

Returns the value of attribute reason.



13284
13285
13286
# File 'lib/vmware/soap/vim25.rb', line 13284

def reason
  @reason
end

#toObject

Returns the value of attribute to.



13283
13284
13285
# File 'lib/vmware/soap/vim25.rb', line 13283

def to
  @to
end

#userNameObject

Returns the value of attribute userName.



13275
13276
13277
# File 'lib/vmware/soap/vim25.rb', line 13275

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



13279
13280
13281
# File 'lib/vmware/soap/vim25.rb', line 13279

def vm
  @vm
end