PHP Class Scalr\Model\Entity\Event

Author: Vlad Dobrovolskiy ([email protected])
Inheritance: extends Scalr\Model\AbstractEntity
Show file Open project: scalr/scalr Class Usage Examples

Public Properties

Property Type Description
$added DateTime Date added
$eventId string Event id
$eventObject string Event object
$eventServerId string Event server id
$farmId integer Farm id
$id integer Identifier
$isHandled integer Is handled
$isSuspend integer
$message string Message
$msgCreated integer Message created
$msgExpected integer Message expected
$msgSent integer Message sent
$scriptsCompleted integer
$scriptsFailed integer
$scriptsTimedOut integer
$scriptsTotal integer
$shortMessage string Message
$type string Log type
$whCompleted integer
$whFailed integer
$whTotal integer

Property Details

$added public property

Date added
public DateTime $added
return DateTime

$eventId public property

Event id
public string $eventId
return string

$eventObject public property

Event object
public string $eventObject
return string

$eventServerId public property

Event server id
public string $eventServerId
return string

$farmId public property

Farm id
public int $farmId
return integer

$id public property

Identifier
public int $id
return integer

$isHandled public property

Is handled
public int $isHandled
return integer

$isSuspend public property

public int $isSuspend
return integer

$message public property

Message
public string $message
return string

$msgCreated public property

Message created
public int $msgCreated
return integer

$msgExpected public property

Message expected
public int $msgExpected
return integer

$msgSent public property

Message sent
public int $msgSent
return integer

$scriptsCompleted public property

public int $scriptsCompleted
return integer

$scriptsFailed public property

public int $scriptsFailed
return integer

$scriptsTimedOut public property

public int $scriptsTimedOut
return integer

$scriptsTotal public property

public int $scriptsTotal
return integer

$shortMessage public property

Message
public string $shortMessage
return string

$type public property

Log type
public string $type
return string

$whCompleted public property

public int $whCompleted
return integer

$whFailed public property

public int $whFailed
return integer

$whTotal public property

public int $whTotal
return integer