PHP Class Scalr\Model\Entity\FarmRoleScalingTime

Since: 5.11.9 (05.02.2016)
Author: Andrii Penchuk ([email protected])
Inheritance: extends Scalr\Model\AbstractEntity
Mostra 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_oe property

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

$endTime public_oe property

End of the frame
public int $endTime
return integer

$farmRoleId public_oe property

FarmRole Id
public int $farmRoleId
return integer

$id public_oe property

Identifier
public int $id
return integer

$instancesCount public_oe property

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

$startTime public_oe property

Start time
public int $startTime
return integer