Class: AlarmSnmpFailedEvent

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

Overview

urn:vim25AlarmSnmpFailedEvent

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
reason - LocalizedMethodFault

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, reason = nil) ⇒ AlarmSnmpFailedEvent

Returns a new instance of AlarmSnmpFailedEvent.



13382
13383
13384
13385
13386
13387
13388
13389
13390
13391
13392
13393
13394
13395
13396
13397
# File 'lib/vmware/soap/vim25.rb', line 13382

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, reason = 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
  @reason = reason
end

Instance Attribute Details

#alarmObject

Returns the value of attribute alarm.



13378
13379
13380
# File 'lib/vmware/soap/vim25.rb', line 13378

def alarm
  @alarm
end

#chainIdObject

Returns the value of attribute chainId.



13370
13371
13372
# File 'lib/vmware/soap/vim25.rb', line 13370

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



13374
13375
13376
# File 'lib/vmware/soap/vim25.rb', line 13374

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



13371
13372
13373
# File 'lib/vmware/soap/vim25.rb', line 13371

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



13373
13374
13375
# File 'lib/vmware/soap/vim25.rb', line 13373

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



13368
13369
13370
# File 'lib/vmware/soap/vim25.rb', line 13368

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



13367
13368
13369
# File 'lib/vmware/soap/vim25.rb', line 13367

def dynamicType
  @dynamicType
end

#entityObject

Returns the value of attribute entity.



13379
13380
13381
# File 'lib/vmware/soap/vim25.rb', line 13379

def entity
  @entity
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



13377
13378
13379
# File 'lib/vmware/soap/vim25.rb', line 13377

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



13375
13376
13377
# File 'lib/vmware/soap/vim25.rb', line 13375

def host
  @host
end

#keyObject

Returns the value of attribute key.



13369
13370
13371
# File 'lib/vmware/soap/vim25.rb', line 13369

def key
  @key
end

#reasonObject

Returns the value of attribute reason.



13380
13381
13382
# File 'lib/vmware/soap/vim25.rb', line 13380

def reason
  @reason
end

#userNameObject

Returns the value of attribute userName.



13372
13373
13374
# File 'lib/vmware/soap/vim25.rb', line 13372

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



13376
13377
13378
# File 'lib/vmware/soap/vim25.rb', line 13376

def vm
  @vm
end