PHP Class Scalr\Model\Entity\SchedulerTask

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

Public Properties

Property 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 property

Account id
public int $accountId
return integer

$comments public property

Comments
public string $comments
return string

$config public property

Config
public string $config
return string

$envId public property

Env id
public int $envId
return integer

$id public property

Identifier
public int $id
return integer

$lastStartTime public property

Last start time
public DateTime $lastStartTime
return DateTime

$name public property

Name
public string $name
return string

$restartEvery public property

Restart every
public int $restartEvery
return integer

$scriptId public property

Script id
public int $scriptId
return integer

$startTime public property

Start time
public DateTime $startTime
return DateTime

$status public property

Status
public string $status
return string

$targetId public property

Target id
public int $targetId
return integer

$targetServerIndex public property

Target server index
public int $targetServerIndex
return integer

$targetType public property

Target type
public string $targetType
return string

$timezone public property

Timezone
public string $timezone
return string

$type public property

Log type
public string $type
return string