Information about the volume.
Name | Type | Description | Notes |
---|---|---|---|
creationDate | OffsetDateTime | The date and time (UTC) at which the volume was created. | [optional] |
iops | Integer | The number of I/O operations per second (IOPS):<br /> - For `io1` volumes, the number of provisioned IOPS<br /> - For `gp2` volumes, the baseline performance of the volume | [optional] |
linkedVolumes | List<LinkedVolume> | Information about your volume attachment. | [optional] |
size | Integer | The size of the volume, in gibibytes (GiB). | [optional] |
snapshotId | String | The snapshot from which the volume was created. | [optional] |
state | String | The state of the volume (`creating` | `available` | `in-use` | `updating` | `deleting` | `error`). | [optional] |
subregionName | String | The Subregion in which the volume was created. | [optional] |
tags | List<ResourceTag> | One or more tags associated with the volume. | [optional] |
volumeId | String | The ID of the volume. | [optional] |
volumeType | String | The type of the volume (`standard` | `gp2` | `io1`). | [optional] |