PHP Class Scalr\Model\Entity\OrchestrationLogManualScript

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

Public Properties

Property 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

Public Methods

Method Description
__construct ( string $executionId = null, string $serverId = null ) Constructor

Method Details

__construct() public method

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

Property Details

$added public property

Date added
public DateTime $added
return DateTime

$executionId public property

Log type
public string $executionId
return string

$id public property

Identifier
public int $id
return integer

$orchestrationLogId public property

Orchestration log id
public int $orchestrationLogId
return integer

$serverId public property

Server id
public string $serverId
return string

$userEmail public property

The email address of the user
public string $userEmail
return string

$userId public property

The identifier of the User
public int $userId
return integer