Class: AlarmRemovedEvent

Inherits:
AlarmEvent show all
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

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

#alarmObject

Returns the value of attribute alarm.



13527
13528
13529
# File 'lib/vmware/soap/vim25.rb', line 13527

def alarm
  @alarm
end

#chainIdObject

Returns the value of attribute chainId.



13519
13520
13521
# File 'lib/vmware/soap/vim25.rb', line 13519

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



13523
13524
13525
# File 'lib/vmware/soap/vim25.rb', line 13523

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



13520
13521
13522
# File 'lib/vmware/soap/vim25.rb', line 13520

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



13522
13523
13524
# File 'lib/vmware/soap/vim25.rb', line 13522

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



13517
13518
13519
# File 'lib/vmware/soap/vim25.rb', line 13517

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



13516
13517
13518
# File 'lib/vmware/soap/vim25.rb', line 13516

def dynamicType
  @dynamicType
end

#entityObject

Returns the value of attribute entity.



13528
13529
13530
# File 'lib/vmware/soap/vim25.rb', line 13528

def entity
  @entity
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



13526
13527
13528
# File 'lib/vmware/soap/vim25.rb', line 13526

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



13524
13525
13526
# File 'lib/vmware/soap/vim25.rb', line 13524

def host
  @host
end

#keyObject

Returns the value of attribute key.



13518
13519
13520
# File 'lib/vmware/soap/vim25.rb', line 13518

def key
  @key
end

#userNameObject

Returns the value of attribute userName.



13521
13522
13523
# File 'lib/vmware/soap/vim25.rb', line 13521

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



13525
13526
13527
# File 'lib/vmware/soap/vim25.rb', line 13525

def vm
  @vm
end