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

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
$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

Property Details

$impairedSince public property

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
return DateTime

$name public property

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

$status public property

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