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

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

공개 프로퍼티들

프로퍼티 타입 설명
$availabilityZone string The Availability Zone in which the volume was created.
$encrypted boolean Specifies whether the volume should be encrypted.
$iops integer Valid values: Range is 100 to 2000. Condition: Required when the volume type is io1; not used with standard volumes.
$kmsKeyId string This parameter is only required if you want to use a non-default CMK; if this parameter is not specified, the default CMK for EBS is used.
$size string The size of the volume, in GiBs.
$snapshotId string The snapshot from which the volume was created (optional).
$volumeType string The volume type standard | io1 | gp2

공개 메소드들

메소드 설명
__construct ( string | Scalr\Service\Aws\Ec2\DataType\AvailabilityZoneData $availabilityZone, string $size = null, boolean $encrypted = null ) Convenient constructor

메소드 상세

__construct() 공개 메소드

Convenient constructor
public __construct ( string | Scalr\Service\Aws\Ec2\DataType\AvailabilityZoneData $availabilityZone, string $size = null, boolean $encrypted = null )
$availabilityZone string | Scalr\Service\Aws\Ec2\DataType\AvailabilityZoneData The Availability Zone in which the volume was created.
$size string optional Size of the volume, in GiBs.
$encrypted boolean optional Specifies whether the volume should be encrypted.

프로퍼티 상세

$availabilityZone 공개적으로 프로퍼티

The Availability Zone in which the volume was created.
public string $availabilityZone
리턴 string

$encrypted 공개적으로 프로퍼티

Specifies whether the volume should be encrypted.
public bool $encrypted
리턴 boolean

$iops 공개적으로 프로퍼티

Valid values: Range is 100 to 2000. Condition: Required when the volume type is io1; not used with standard volumes.
public int $iops
리턴 integer

$kmsKeyId 공개적으로 프로퍼티

This parameter is only required if you want to use a non-default CMK; if this parameter is not specified, the default CMK for EBS is used.
public string $kmsKeyId
리턴 string

$size 공개적으로 프로퍼티

The size of the volume, in GiBs.
public string $size
리턴 string

$snapshotId 공개적으로 프로퍼티

The snapshot from which the volume was created (optional).
public string $snapshotId
리턴 string

$volumeType 공개적으로 프로퍼티

The volume type standard | io1 | gp2
public string $volumeType
리턴 string