Class: AlarmStatusChangedEvent

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

Overview

urn:vim25AlarmStatusChangedEvent

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
source - ManagedEntityEventArgument
entity - ManagedEntityEventArgument
from - SOAP::SOAPString
to - SOAP::SOAPString

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, source = nil, entity = nil, from = nil, to = nil) ⇒ AlarmStatusChangedEvent

Returns a new instance of AlarmStatusChangedEvent.



13135
13136
13137
13138
13139
13140
13141
13142
13143
13144
13145
13146
13147
13148
13149
13150
13151
13152
# File 'lib/vmware/soap/vim25.rb', line 13135

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, source = nil, entity = nil, from = nil, to = 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
  @source = source
  @entity = entity
  @from = from
  @to = to
end

Instance Attribute Details

#alarmObject

Returns the value of attribute alarm.



13129
13130
13131
# File 'lib/vmware/soap/vim25.rb', line 13129

def alarm
  @alarm
end

#chainIdObject

Returns the value of attribute chainId.



13121
13122
13123
# File 'lib/vmware/soap/vim25.rb', line 13121

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



13125
13126
13127
# File 'lib/vmware/soap/vim25.rb', line 13125

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



13122
13123
13124
# File 'lib/vmware/soap/vim25.rb', line 13122

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



13124
13125
13126
# File 'lib/vmware/soap/vim25.rb', line 13124

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



13119
13120
13121
# File 'lib/vmware/soap/vim25.rb', line 13119

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



13118
13119
13120
# File 'lib/vmware/soap/vim25.rb', line 13118

def dynamicType
  @dynamicType
end

#entityObject

Returns the value of attribute entity.



13131
13132
13133
# File 'lib/vmware/soap/vim25.rb', line 13131

def entity
  @entity
end

#fromObject

Returns the value of attribute from.



13132
13133
13134
# File 'lib/vmware/soap/vim25.rb', line 13132

def from
  @from
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



13128
13129
13130
# File 'lib/vmware/soap/vim25.rb', line 13128

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



13126
13127
13128
# File 'lib/vmware/soap/vim25.rb', line 13126

def host
  @host
end

#keyObject

Returns the value of attribute key.



13120
13121
13122
# File 'lib/vmware/soap/vim25.rb', line 13120

def key
  @key
end

#sourceObject

Returns the value of attribute source.



13130
13131
13132
# File 'lib/vmware/soap/vim25.rb', line 13130

def source
  @source
end

#toObject

Returns the value of attribute to.



13133
13134
13135
# File 'lib/vmware/soap/vim25.rb', line 13133

def to
  @to
end

#userNameObject

Returns the value of attribute userName.



13123
13124
13125
# File 'lib/vmware/soap/vim25.rb', line 13123

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



13127
13128
13129
# File 'lib/vmware/soap/vim25.rb', line 13127

def vm
  @vm
end