Class: AlarmEvent

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

Overview

urn:vim25AlarmEvent

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

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

Returns a new instance of AlarmEvent.



13038
13039
13040
13041
13042
13043
13044
13045
13046
13047
13048
13049
13050
13051
# File 'lib/vmware/soap/vim25.rb', line 13038

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)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @key = key
  @chainId = chainId
  @createdTime = createdTime
  @userName = userName
  @datacenter = datacenter
  @computeResource = computeResource
  @host = host
  @vm = vm
  @fullFormattedMessage = fullFormattedMessage
  @alarm = alarm
end

Instance Attribute Details

#alarmObject

Returns the value of attribute alarm.



13036
13037
13038
# File 'lib/vmware/soap/vim25.rb', line 13036

def alarm
  @alarm
end

#chainIdObject

Returns the value of attribute chainId.



13028
13029
13030
# File 'lib/vmware/soap/vim25.rb', line 13028

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



13032
13033
13034
# File 'lib/vmware/soap/vim25.rb', line 13032

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



13029
13030
13031
# File 'lib/vmware/soap/vim25.rb', line 13029

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



13031
13032
13033
# File 'lib/vmware/soap/vim25.rb', line 13031

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



13026
13027
13028
# File 'lib/vmware/soap/vim25.rb', line 13026

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



13025
13026
13027
# File 'lib/vmware/soap/vim25.rb', line 13025

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



13035
13036
13037
# File 'lib/vmware/soap/vim25.rb', line 13035

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



13033
13034
13035
# File 'lib/vmware/soap/vim25.rb', line 13033

def host
  @host
end

#keyObject

Returns the value of attribute key.



13027
13028
13029
# File 'lib/vmware/soap/vim25.rb', line 13027

def key
  @key
end

#userNameObject

Returns the value of attribute userName.



13030
13031
13032
# File 'lib/vmware/soap/vim25.rb', line 13030

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



13034
13035
13036
# File 'lib/vmware/soap/vim25.rb', line 13034

def vm
  @vm
end