PHP Class Scalr\Service\Aws\Ec2\DataType\InstanceStatusEventTypeData

Since: 15.01.2013
Author: Vitaliy Demidov ([email protected])
Inheritance: extends Scalr\Service\Aws\Ec2\AbstractEc2DataType
Show file Open project: scalr/scalr Class Usage Examples

Public Properties

Property Type Description
$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.

Property Details

$code public property

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

$description public property

A description of the event.
public string $description
return string

$notAfter public property

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

$notBefore public property

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