Class: AlarmScriptCompleteEvent

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

Overview

urn:vim25AlarmScriptCompleteEvent

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

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

Returns a new instance of AlarmScriptCompleteEvent.



13431
13432
13433
13434
13435
13436
13437
13438
13439
13440
13441
13442
13443
13444
13445
13446
# File 'lib/vmware/soap/vim25.rb', line 13431

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)
  @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
end

Instance Attribute Details

#alarmObject

Returns the value of attribute alarm.



13427
13428
13429
# File 'lib/vmware/soap/vim25.rb', line 13427

def alarm
  @alarm
end

#chainIdObject

Returns the value of attribute chainId.



13419
13420
13421
# File 'lib/vmware/soap/vim25.rb', line 13419

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



13423
13424
13425
# File 'lib/vmware/soap/vim25.rb', line 13423

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



13420
13421
13422
# File 'lib/vmware/soap/vim25.rb', line 13420

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



13422
13423
13424
# File 'lib/vmware/soap/vim25.rb', line 13422

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



13417
13418
13419
# File 'lib/vmware/soap/vim25.rb', line 13417

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



13416
13417
13418
# File 'lib/vmware/soap/vim25.rb', line 13416

def dynamicType
  @dynamicType
end

#entityObject

Returns the value of attribute entity.



13428
13429
13430
# File 'lib/vmware/soap/vim25.rb', line 13428

def entity
  @entity
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



13426
13427
13428
# File 'lib/vmware/soap/vim25.rb', line 13426

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



13424
13425
13426
# File 'lib/vmware/soap/vim25.rb', line 13424

def host
  @host
end

#keyObject

Returns the value of attribute key.



13418
13419
13420
# File 'lib/vmware/soap/vim25.rb', line 13418

def key
  @key
end

#scriptObject

Returns the value of attribute script.



13429
13430
13431
# File 'lib/vmware/soap/vim25.rb', line 13429

def script
  @script
end

#userNameObject

Returns the value of attribute userName.



13421
13422
13423
# File 'lib/vmware/soap/vim25.rb', line 13421

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



13425
13426
13427
# File 'lib/vmware/soap/vim25.rb', line 13425

def vm
  @vm
end