PHP Class Scalr\Model\Entity\FarmRoleScalingTime

Since: 5.11.9 (05.02.2016)
Author: Andrii Penchuk ([email protected])
Inheritance: extends Scalr\Model\AbstractEntity
Show file Open project: scalr/scalr Class Usage Examples

Public Properties

Property Type Description
$daysOfWeek string Days of Week is applied on
$endTime integer End of the frame
$farmRoleId integer FarmRole Id
$id integer Identifier
$instancesCount integer Number of the instances which should be running
$startTime integer Start time

Property Details

$daysOfWeek public property

Days of Week is applied on
public string $daysOfWeek
return string

$endTime public property

End of the frame
public int $endTime
return integer

$farmRoleId public property

FarmRole Id
public int $farmRoleId
return integer

$id public property

Identifier
public int $id
return integer

$instancesCount public property

Number of the instances which should be running
public int $instancesCount
return integer

$startTime public property

Start time
public int $startTime
return integer