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

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

공개 프로퍼티들

프로퍼티 타입 설명
$attachTime DateTime The time stamp when the attachment initiated.
$deleteOnTermination boolean Whether the Amazon EBS volume is deleted on instance termination
$device string The device name exposed to the instance (e.g., /dev/sdh).
$instanceId string The ID of the instance.
$status string attaching | attached | detaching | detached
$volumeId string The ID of the volume

프로퍼티 상세

$attachTime 공개적으로 프로퍼티

The time stamp when the attachment initiated.
public DateTime $attachTime
리턴 DateTime

$deleteOnTermination 공개적으로 프로퍼티

Whether the Amazon EBS volume is deleted on instance termination
public bool $deleteOnTermination
리턴 boolean

$device 공개적으로 프로퍼티

The device name exposed to the instance (e.g., /dev/sdh).
public string $device
리턴 string

$instanceId 공개적으로 프로퍼티

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

$status 공개적으로 프로퍼티

attaching | attached | detaching | detached
public string $status
리턴 string

$volumeId 공개적으로 프로퍼티

The ID of the volume
public string $volumeId
리턴 string