PHP 클래스 Scalr\Model\Entity\FarmRoleScalingTime

부터: 5.11.9 (05.02.2016)
저자: Andrii Penchuk ([email protected])
상속: extends Scalr\Model\AbstractEntity
파일 보기 프로젝트 열기: scalr/scalr 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$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

프로퍼티 상세

$daysOfWeek 공개적으로 프로퍼티

Days of Week is applied on
public string $daysOfWeek
리턴 string

$endTime 공개적으로 프로퍼티

End of the frame
public int $endTime
리턴 integer

$farmRoleId 공개적으로 프로퍼티

FarmRole Id
public int $farmRoleId
리턴 integer

$id 공개적으로 프로퍼티

Identifier
public int $id
리턴 integer

$instancesCount 공개적으로 프로퍼티

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

$startTime 공개적으로 프로퍼티

Start time
public int $startTime
리턴 integer