PHP 클래스 Scalr\Service\Aws\Ec2\DataType\InstanceStatusEventTypeData

부터: 15.01.2013
저자: Vitaliy Demidov ([email protected])
상속: extends Scalr\Service\Aws\Ec2\AbstractEc2DataType
파일 보기 프로젝트 열기: scalr/scalr 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$code string Valid parameters: instance-reboot | system-reboot | instance-retirement
$description string A description of the event.
$notAfter DateTime The latest scheduled end time for the event.
$notBefore DateTime The earliest scheduled start time for the event.

프로퍼티 상세

$code 공개적으로 프로퍼티

Valid parameters: instance-reboot | system-reboot | instance-retirement
public string $code
리턴 string

$description 공개적으로 프로퍼티

A description of the event.
public string $description
리턴 string

$notAfter 공개적으로 프로퍼티

The latest scheduled end time for the event.
public DateTime $notAfter
리턴 DateTime

$notBefore 공개적으로 프로퍼티

The earliest scheduled start time for the event.
public DateTime $notBefore
리턴 DateTime