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

Since: 01.04.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
$attachmentId string The ID of the network interface attachment
$deleteOnTermination boolean
$deviceIndex integer
$instanceId string The ID of the instance.
$instanceOwnerId string
$status string

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

public DateTime $attachTime
Résultat DateTime

$attachmentId public_oe property

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

$deleteOnTermination public_oe property

public bool $deleteOnTermination
Résultat boolean

$deviceIndex public_oe property

public int $deviceIndex
Résultat integer

$instanceId public_oe property

The ID of the instance.
public string $instanceId
Résultat string

$instanceOwnerId public_oe property

public string $instanceOwnerId
Résultat string

$status public_oe property

public string $status
Résultat string