PHP Class Scalr\Model\Entity\OrchestrationLog

Author: Vlad Dobrovolskiy ([email protected])
Inheritance: extends Scalr\Model\AbstractEntity
ファイルを表示 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_oe property

Date added
public DateTime $added
return DateTime

$eventId public_oe property

Event id
public string $eventId
return string

$eventServerId public_oe property

Event server id
public string $eventServerId
return string

$execExitCode public_oe property

Execution exit code
public int $execExitCode
return integer

$execTime public_oe property

Execution time
public int $execTime
return integer

$executionId public_oe property

Execution id
public string $executionId
return string

$farmId public_oe property

Farm id
public int $farmId
return integer

$id public_oe property

Identifier
public int $id
return integer

$message public_oe property

Message
public string $message
return string

$runAs public_oe property

Run as
public string $runAs
return string

$scriptName public_oe property

Name of the script
public string $scriptName
return string

$serverId public_oe property

Server id
public string $serverId
return string

$taskId public_oe property

Scheduler task id
public int $taskId
return integer

$type public_oe property

Log type
public string $type
return string