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

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

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

Свойство Тип Описание
$attachTime DateTime The time stamp when the attachment initiated
$attachmentId string The ID of the network interface attachment (attachmentID)
$deleteOnTermination boolean Whether the network interface is deleted when the instance is terminated.
$deviceIndex integer The index of the device on the instance for the network interface attachment.
$status string attaching | attached | detaching | detached

Открытые методы

Метод Описание
detach ( boolean $force = null ) : boolean DetachNetworkInterface

Защищенные методы

Метод Описание
throwExceptionIfNotInitialized ( )

Описание методов

detach() публичный Метод

Detaches a network interface from an instance
public detach ( boolean $force = null ) : boolean
$force boolean optional Set to TRUE to force a detachment
Результат boolean Returns TRUE on success or throws an exception

throwExceptionIfNotInitialized() защищенный Метод

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

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

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

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

The ID of the network interface attachment (attachmentID)
public string $attachmentId
Результат string

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

Whether the network interface is deleted when the instance is terminated.
public bool $deleteOnTermination
Результат boolean

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

The index of the device on the instance for the network interface attachment.
public int $deviceIndex
Результат integer

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

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