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

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

공개 프로퍼티들

프로퍼티 타입 설명
$impairedSince DateTime The time when a status check failed. For an instance that was launched and impaired, this is the time when the instance was launched.
$name string The type of instance status detail. Valid values: reachability
$status string The status. Valid values: passed | failed | insufficient-data

프로퍼티 상세

$impairedSince 공개적으로 프로퍼티

The time when a status check failed. For an instance that was launched and impaired, this is the time when the instance was launched.
public DateTime $impairedSince
리턴 DateTime

$name 공개적으로 프로퍼티

The type of instance status detail. Valid values: reachability
public string $name
리턴 string

$status 공개적으로 프로퍼티

The status. Valid values: passed | failed | insufficient-data
public string $status
리턴 string