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

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

공개 프로퍼티들

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

공개 메소드들

메소드 설명
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 공개적으로 프로퍼티

public DateTime $attachTime
리턴 DateTime

$attachmentId 공개적으로 프로퍼티

The ID of the network interface attachment
public string $attachmentId
리턴 string

$deleteOnTermination 공개적으로 프로퍼티

public bool $deleteOnTermination
리턴 boolean

$deviceIndex 공개적으로 프로퍼티

public int $deviceIndex
리턴 integer

$instanceId 공개적으로 프로퍼티

The ID of the instance.
public string $instanceId
리턴 string

$instanceOwnerId 공개적으로 프로퍼티

public string $instanceOwnerId
리턴 string

$status 공개적으로 프로퍼티

public string $status
리턴 string