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

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

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

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