PHP Class Scalr\Model\Entity\SchedulerTask

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
$accountId integer Account id
$comments string Comments
$config string Config
$envId integer Env id
$id integer Identifier
$lastStartTime DateTime Last start time
$name string Name
$restartEvery integer Restart every
$scriptId integer Script id
$startTime DateTime Start time
$status string Status
$targetId integer Target id
$targetServerIndex integer Target server index
$targetType string Target type
$timezone string Timezone
$type string Log type

Property Details

$accountId public_oe property

Account id
public int $accountId
Résultat integer

$comments public_oe property

Comments
public string $comments
Résultat string

$config public_oe property

Config
public string $config
Résultat string

$envId public_oe property

Env id
public int $envId
Résultat integer

$id public_oe property

Identifier
public int $id
Résultat integer

$lastStartTime public_oe property

Last start time
public DateTime $lastStartTime
Résultat DateTime

$name public_oe property

Name
public string $name
Résultat string

$restartEvery public_oe property

Restart every
public int $restartEvery
Résultat integer

$scriptId public_oe property

Script id
public int $scriptId
Résultat integer

$startTime public_oe property

Start time
public DateTime $startTime
Résultat DateTime

$status public_oe property

Status
public string $status
Résultat string

$targetId public_oe property

Target id
public int $targetId
Résultat integer

$targetServerIndex public_oe property

Target server index
public int $targetServerIndex
Résultat integer

$targetType public_oe property

Target type
public string $targetType
Résultat string

$timezone public_oe property

Timezone
public string $timezone
Résultat string

$type public_oe property

Log type
public string $type
Résultat string