PHP Class Scalr\Model\Entity\OrchestrationLog

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
$eventServerId string Event server id
$execExitCode integer Execution exit code
$execTime integer Execution time
$executionId string Execution id
$farmId integer Farm id
$id integer Identifier
$message string Message
$runAs string Run as
$scriptName string Name of the script
$serverId string Server id
$taskId integer Scheduler task id
$type string Log type

Property Details

$added public property

Date added
public DateTime $added
return DateTime

$eventId public property

Event id
public string $eventId
return string

$eventServerId public property

Event server id
public string $eventServerId
return string

$execExitCode public property

Execution exit code
public int $execExitCode
return integer

$execTime public property

Execution time
public int $execTime
return integer

$executionId public property

Execution id
public string $executionId
return string

$farmId public property

Farm id
public int $farmId
return integer

$id public property

Identifier
public int $id
return integer

$message public property

Message
public string $message
return string

$runAs public property

Run as
public string $runAs
return string

$scriptName public property

Name of the script
public string $scriptName
return string

$serverId public property

Server id
public string $serverId
return string

$taskId public property

Scheduler task id
public int $taskId
return integer

$type public property

Log type
public string $type
return string