PHP Класс Scalr\Model\Entity\OrchestrationLogManualScript

Автор: Vlad Dobrovolskiy ([email protected])
Наследование: extends Scalr\Model\AbstractEntity
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$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