PHP 클래스 Scalr\Service\Aws\Ec2\DataType\InstanceNetworkInterfaceAttachmentData

부터: 10.01.2013
저자: Vitaliy Demidov ([email protected])
상속: extends Scalr\Service\Aws\Ec2\AbstractEc2DataType
파일 보기 프로젝트 열기: scalr/scalr 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$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