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

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

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

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

Описание свойств

$attachTime публичное свойство

The time stamp when the attachment initiated.
public DateTime $attachTime
Результат DateTime

$deleteOnTermination публичное свойство

Whether the Amazon EBS volume is deleted on instance termination
public bool $deleteOnTermination
Результат boolean

$device публичное свойство

The device name exposed to the instance (e.g., /dev/sdh).
public string $device
Результат string

$instanceId публичное свойство

The ID of the instance.
public string $instanceId
Результат string

$status публичное свойство

attaching | attached | detaching | detached
public string $status
Результат string

$volumeId публичное свойство

The ID of the volume
public string $volumeId
Результат string