Class: AlarmReconfiguredEvent

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

Overview

urn:vim25AlarmReconfiguredEvent

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

Returns a new instance of AlarmReconfiguredEvent.


13576
13577
13578
13579
13580
13581
13582
13583
13584
13585
13586
13587
13588
13589
13590
# File 'lib/vmware/soap/vim25.rb', line 13576

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.


13573
13574
13575
# File 'lib/vmware/soap/vim25.rb', line 13573

def alarm
  @alarm
end

#chainIdObject

Returns the value of attribute chainId.


13565
13566
13567
# File 'lib/vmware/soap/vim25.rb', line 13565

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.


13569
13570
13571
# File 'lib/vmware/soap/vim25.rb', line 13569

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.


13566
13567
13568
# File 'lib/vmware/soap/vim25.rb', line 13566

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.


13568
13569
13570
# File 'lib/vmware/soap/vim25.rb', line 13568

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.


13563
13564
13565
# File 'lib/vmware/soap/vim25.rb', line 13563

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.


13562
13563
13564
# File 'lib/vmware/soap/vim25.rb', line 13562

def dynamicType
  @dynamicType
end

#entityObject

Returns the value of attribute entity.


13574
13575
13576
# File 'lib/vmware/soap/vim25.rb', line 13574

def entity
  @entity
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.


13572
13573
13574
# File 'lib/vmware/soap/vim25.rb', line 13572

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.


13570
13571
13572
# File 'lib/vmware/soap/vim25.rb', line 13570

def host
  @host
end

#keyObject

Returns the value of attribute key.


13564
13565
13566
# File 'lib/vmware/soap/vim25.rb', line 13564

def key
  @key
end

#userNameObject

Returns the value of attribute userName.


13567
13568
13569
# File 'lib/vmware/soap/vim25.rb', line 13567

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.


13571
13572
13573
# File 'lib/vmware/soap/vim25.rb', line 13571

def vm
  @vm
end