Class: AlarmScriptFailedEvent

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

Overview

urn:vim25AlarmScriptFailedEvent

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
script - SOAP::SOAPString
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, script = nil, reason = nil) ⇒ AlarmScriptFailedEvent

Returns a new instance of AlarmScriptFailedEvent.



13482
13483
13484
13485
13486
13487
13488
13489
13490
13491
13492
13493
13494
13495
13496
13497
13498
# File 'lib/vmware/soap/vim25.rb', line 13482

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

Instance Attribute Details

#alarmObject

Returns the value of attribute alarm.



13477
13478
13479
# File 'lib/vmware/soap/vim25.rb', line 13477

def alarm
  @alarm
end

#chainIdObject

Returns the value of attribute chainId.



13469
13470
13471
# File 'lib/vmware/soap/vim25.rb', line 13469

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



13473
13474
13475
# File 'lib/vmware/soap/vim25.rb', line 13473

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



13470
13471
13472
# File 'lib/vmware/soap/vim25.rb', line 13470

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



13472
13473
13474
# File 'lib/vmware/soap/vim25.rb', line 13472

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



13467
13468
13469
# File 'lib/vmware/soap/vim25.rb', line 13467

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



13466
13467
13468
# File 'lib/vmware/soap/vim25.rb', line 13466

def dynamicType
  @dynamicType
end

#entityObject

Returns the value of attribute entity.



13478
13479
13480
# File 'lib/vmware/soap/vim25.rb', line 13478

def entity
  @entity
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



13476
13477
13478
# File 'lib/vmware/soap/vim25.rb', line 13476

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



13474
13475
13476
# File 'lib/vmware/soap/vim25.rb', line 13474

def host
  @host
end

#keyObject

Returns the value of attribute key.



13468
13469
13470
# File 'lib/vmware/soap/vim25.rb', line 13468

def key
  @key
end

#reasonObject

Returns the value of attribute reason.



13480
13481
13482
# File 'lib/vmware/soap/vim25.rb', line 13480

def reason
  @reason
end

#scriptObject

Returns the value of attribute script.



13479
13480
13481
# File 'lib/vmware/soap/vim25.rb', line 13479

def script
  @script
end

#userNameObject

Returns the value of attribute userName.



13471
13472
13473
# File 'lib/vmware/soap/vim25.rb', line 13471

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



13475
13476
13477
# File 'lib/vmware/soap/vim25.rb', line 13475

def vm
  @vm
end