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

Since: 21.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
$attachTime DateTime The time stamp when the attachment initiated.
$deleteOnTermination boolean Whether the Amazon EBS volume is deleted on instance termination
$device string The device name exposed to the instance (e.g., /dev/sdh).
$instanceId string The ID of the instance.
$status string attaching | attached | detaching | detached
$volumeId string The ID of the volume

Property Details

$attachTime public property

The time stamp when the attachment initiated.
public DateTime $attachTime
return DateTime

$deleteOnTermination public property

Whether the Amazon EBS volume is deleted on instance termination
public bool $deleteOnTermination
return boolean

$device public property

The device name exposed to the instance (e.g., /dev/sdh).
public string $device
return string

$instanceId public property

The ID of the instance.
public string $instanceId
return string

$status public property

attaching | attached | detaching | detached
public string $status
return string

$volumeId public property

The ID of the volume
public string $volumeId
return string