Property | 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 |
Method | Description | |
---|---|---|
__construct ( string | Scalr\Service\Aws\Ec2\DataType\AvailabilityZoneData $availabilityZone, string $size = null, boolean $encrypted = null ) | 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. |
public string $availabilityZone | ||
return | string |
public bool $encrypted | ||
return | boolean |
public int $iops | ||
return | integer |
public string $kmsKeyId | ||
return | string |
public string $snapshotId | ||
return | string |
public string $volumeType | ||
return | string |