PHP Class Scalr\Model\Entity\Event

Author: Vlad Dobrovolskiy ([email protected])
Inheritance: extends Scalr\Model\AbstractEntity
Datei anzeigen 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_oe property

Date added
public DateTime $added
return DateTime

$eventId public_oe property

Event id
public string $eventId
return string

$eventObject public_oe property

Event object
public string $eventObject
return string

$eventServerId public_oe property

Event server id
public string $eventServerId
return string

$farmId public_oe property

Farm id
public int $farmId
return integer

$id public_oe property

Identifier
public int $id
return integer

$isHandled public_oe property

Is handled
public int $isHandled
return integer

$isSuspend public_oe property

public int $isSuspend
return integer

$message public_oe property

Message
public string $message
return string

$msgCreated public_oe property

Message created
public int $msgCreated
return integer

$msgExpected public_oe property

Message expected
public int $msgExpected
return integer

$msgSent public_oe property

Message sent
public int $msgSent
return integer

$scriptsCompleted public_oe property

public int $scriptsCompleted
return integer

$scriptsFailed public_oe property

public int $scriptsFailed
return integer

$scriptsTimedOut public_oe property

public int $scriptsTimedOut
return integer

$scriptsTotal public_oe property

public int $scriptsTotal
return integer

$shortMessage public_oe property

Message
public string $shortMessage
return string

$type public_oe property

Log type
public string $type
return string

$whCompleted public_oe property

public int $whCompleted
return integer

$whFailed public_oe property

public int $whFailed
return integer

$whTotal public_oe property

public int $whTotal
return integer