PHP 클래스 Scalr\Model\Entity\OrchestrationLog

저자: Vlad Dobrovolskiy ([email protected])
상속: extends Scalr\Model\AbstractEntity
파일 보기 프로젝트 열기: scalr/scalr 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$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

프로퍼티 상세

$added 공개적으로 프로퍼티

Date added
public DateTime $added
리턴 DateTime

$eventId 공개적으로 프로퍼티

Event id
public string $eventId
리턴 string

$eventServerId 공개적으로 프로퍼티

Event server id
public string $eventServerId
리턴 string

$execExitCode 공개적으로 프로퍼티

Execution exit code
public int $execExitCode
리턴 integer

$execTime 공개적으로 프로퍼티

Execution time
public int $execTime
리턴 integer

$executionId 공개적으로 프로퍼티

Execution id
public string $executionId
리턴 string

$farmId 공개적으로 프로퍼티

Farm id
public int $farmId
리턴 integer

$id 공개적으로 프로퍼티

Identifier
public int $id
리턴 integer

$message 공개적으로 프로퍼티

Message
public string $message
리턴 string

$runAs 공개적으로 프로퍼티

Run as
public string $runAs
리턴 string

$scriptName 공개적으로 프로퍼티

Name of the script
public string $scriptName
리턴 string

$serverId 공개적으로 프로퍼티

Server id
public string $serverId
리턴 string

$taskId 공개적으로 프로퍼티

Scheduler task id
public int $taskId
리턴 integer

$type 공개적으로 프로퍼티

Log type
public string $type
리턴 string