Class: AlarmSnmpCompletedEvent

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

Overview

urn:vim25AlarmSnmpCompletedEvent

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

Returns a new instance of AlarmSnmpCompletedEvent.



13334
13335
13336
13337
13338
13339
13340
13341
13342
13343
13344
13345
13346
13347
13348
# File 'lib/vmware/soap/vim25.rb', line 13334

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.



13331
13332
13333
# File 'lib/vmware/soap/vim25.rb', line 13331

def alarm
  @alarm
end

#chainIdObject

Returns the value of attribute chainId.



13323
13324
13325
# File 'lib/vmware/soap/vim25.rb', line 13323

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



13327
13328
13329
# File 'lib/vmware/soap/vim25.rb', line 13327

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



13324
13325
13326
# File 'lib/vmware/soap/vim25.rb', line 13324

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



13326
13327
13328
# File 'lib/vmware/soap/vim25.rb', line 13326

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



13321
13322
13323
# File 'lib/vmware/soap/vim25.rb', line 13321

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



13320
13321
13322
# File 'lib/vmware/soap/vim25.rb', line 13320

def dynamicType
  @dynamicType
end

#entityObject

Returns the value of attribute entity.



13332
13333
13334
# File 'lib/vmware/soap/vim25.rb', line 13332

def entity
  @entity
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



13330
13331
13332
# File 'lib/vmware/soap/vim25.rb', line 13330

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



13328
13329
13330
# File 'lib/vmware/soap/vim25.rb', line 13328

def host
  @host
end

#keyObject

Returns the value of attribute key.



13322
13323
13324
# File 'lib/vmware/soap/vim25.rb', line 13322

def key
  @key
end

#userNameObject

Returns the value of attribute userName.



13325
13326
13327
# File 'lib/vmware/soap/vim25.rb', line 13325

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



13329
13330
13331
# File 'lib/vmware/soap/vim25.rb', line 13329

def vm
  @vm
end