Class: AlarmCreatedEvent

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

Overview

urn:vim25AlarmCreatedEvent

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

Returns a new instance of AlarmCreatedEvent.



13083
13084
13085
13086
13087
13088
13089
13090
13091
13092
13093
13094
13095
13096
13097
# File 'lib/vmware/soap/vim25.rb', line 13083

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.



13080
13081
13082
# File 'lib/vmware/soap/vim25.rb', line 13080

def alarm
  @alarm
end

#chainIdObject

Returns the value of attribute chainId.



13072
13073
13074
# File 'lib/vmware/soap/vim25.rb', line 13072

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



13076
13077
13078
# File 'lib/vmware/soap/vim25.rb', line 13076

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



13073
13074
13075
# File 'lib/vmware/soap/vim25.rb', line 13073

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



13075
13076
13077
# File 'lib/vmware/soap/vim25.rb', line 13075

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



13070
13071
13072
# File 'lib/vmware/soap/vim25.rb', line 13070

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



13069
13070
13071
# File 'lib/vmware/soap/vim25.rb', line 13069

def dynamicType
  @dynamicType
end

#entityObject

Returns the value of attribute entity.



13081
13082
13083
# File 'lib/vmware/soap/vim25.rb', line 13081

def entity
  @entity
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



13079
13080
13081
# File 'lib/vmware/soap/vim25.rb', line 13079

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



13077
13078
13079
# File 'lib/vmware/soap/vim25.rb', line 13077

def host
  @host
end

#keyObject

Returns the value of attribute key.



13071
13072
13073
# File 'lib/vmware/soap/vim25.rb', line 13071

def key
  @key
end

#userNameObject

Returns the value of attribute userName.



13074
13075
13076
# File 'lib/vmware/soap/vim25.rb', line 13074

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



13078
13079
13080
# File 'lib/vmware/soap/vim25.rb', line 13078

def vm
  @vm
end