PHP Class Scalr\Model\Entity\OrchestrationLogManualScript

Author: Vlad Dobrovolskiy ([email protected])
Inheritance: extends Scalr\Model\AbstractEntity
Afficher le fichier Open project: scalr/scalr Class Usage Examples

Méthodes publiques

Свойство Type Description
$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

Méthodes publiques

Méthode Description
__construct ( string $executionId = null, string $serverId = null ) Constructor

Method Details

__construct() public méthode

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

Property Details

$added public_oe property

Date added
public DateTime $added
Résultat DateTime

$executionId public_oe property

Log type
public string $executionId
Résultat string

$id public_oe property

Identifier
public int $id
Résultat integer

$orchestrationLogId public_oe property

Orchestration log id
public int $orchestrationLogId
Résultat integer

$serverId public_oe property

Server id
public string $serverId
Résultat string

$userEmail public_oe property

The email address of the user
public string $userEmail
Résultat string

$userId public_oe property

The identifier of the User
public int $userId
Résultat integer