PHP Класс Scalr\Service\Aws\Ec2\DataType\InstanceStatusDetailsSetData

С версии: 15.01.2013
Автор: Vitaliy Demidov ([email protected])
Наследование: extends Scalr\Service\Aws\Ec2\AbstractEc2DataType
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$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