PHP Класс Scalr\Service\Aws\Ec2\DataType\CreateVolumeRequestData

С версии: 22.01.2013
Автор: Vitaliy Demidov ([email protected])
Наследование: extends Scalr\Service\Aws\Ec2\AbstractEc2DataType
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$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