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

Since: 10.01.2013
Author: Vitaliy Demidov ([email protected])
Inheritance: extends Scalr\Service\Aws\Ec2\AbstractEc2DataType
Afficher le fichier Open project: scalr/scalr Class Usage Examples

Méthodes publiques

Свойство Type Description
$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

Méthodes publiques

Méthode Description
detach ( boolean $force = null ) : boolean DetachNetworkInterface

Méthodes protégées

Méthode Description
throwExceptionIfNotInitialized ( )

Method Details

detach() public méthode

Detaches a network interface from an instance
public detach ( boolean $force = null ) : boolean
$force boolean optional Set to TRUE to force a detachment
Résultat boolean Returns TRUE on success or throws an exception

throwExceptionIfNotInitialized() protected méthode

Property Details

$attachTime public_oe property

The time stamp when the attachment initiated
public DateTime $attachTime
Résultat DateTime

$attachmentId public_oe property

The ID of the network interface attachment (attachmentID)
public string $attachmentId
Résultat string

$deleteOnTermination public_oe property

Whether the network interface is deleted when the instance is terminated.
public bool $deleteOnTermination
Résultat boolean

$deviceIndex public_oe property

The index of the device on the instance for the network interface attachment.
public int $deviceIndex
Résultat integer

$status public_oe property

attaching | attached | detaching | detached
public string $status
Résultat string