PHP Class Scalr\Service\Aws\Ec2\DataType\CreateVolumeRequestData

Since: 22.01.2013
Author: Vitaliy Demidov ([email protected])
Inheritance: extends Scalr\Service\Aws\Ec2\AbstractEc2DataType
Afficher le fichier Open project: scalr/scalr Class Usage Examples

Méthodes publiques

Свойство Type Description
$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

Méthodes publiques

Méthode Description
__construct ( string | Scalr\Service\Aws\Ec2\DataType\AvailabilityZoneData $availabilityZone, string $size = null, boolean $encrypted = null ) Convenient constructor

Method Details

__construct() public méthode

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.

Property Details

$availabilityZone public_oe property

The Availability Zone in which the volume was created.
public string $availabilityZone
Résultat string

$encrypted public_oe property

Specifies whether the volume should be encrypted.
public bool $encrypted
Résultat boolean

$iops public_oe property

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

$kmsKeyId public_oe property

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
Résultat string

$size public_oe property

The size of the volume, in GiBs.
public string $size
Résultat string

$snapshotId public_oe property

The snapshot from which the volume was created (optional).
public string $snapshotId
Résultat string

$volumeType public_oe property

The volume type standard | io1 | gp2
public string $volumeType
Résultat string