PHP 클래스 Scalr\Model\Entity\OrchestrationLogManualScript

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

공개 프로퍼티들

프로퍼티 타입 설명
$added DateTime Date added
$executionId string Log type
$id integer Identifier
$orchestrationLogId integer Orchestration log id
$serverId string Server id
$userEmail string The email address of the user
$userId integer The identifier of the User

공개 메소드들

메소드 설명
__construct ( string $executionId = null, string $serverId = null ) Constructor

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( string $executionId = null, string $serverId = null )
$executionId string Execution id
$serverId string Server id

프로퍼티 상세

$added 공개적으로 프로퍼티

Date added
public DateTime $added
리턴 DateTime

$executionId 공개적으로 프로퍼티

Log type
public string $executionId
리턴 string

$id 공개적으로 프로퍼티

Identifier
public int $id
리턴 integer

$orchestrationLogId 공개적으로 프로퍼티

Orchestration log id
public int $orchestrationLogId
리턴 integer

$serverId 공개적으로 프로퍼티

Server id
public string $serverId
리턴 string

$userEmail 공개적으로 프로퍼티

The email address of the user
public string $userEmail
리턴 string

$userId 공개적으로 프로퍼티

The identifier of the User
public int $userId
리턴 integer