Volume

class Volume

Describes an instance's Amazon EBS volume.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The volume Availability Zone. For more information, see Regions and Endpoints.

Link copied to clipboard

The device name.

Link copied to clipboard

The Amazon EC2 volume ID.

Link copied to clipboard

Specifies whether an Amazon EBS volume is encrypted. For more information, see Amazon EBS Encryption.

Link copied to clipboard

The instance ID.

Link copied to clipboard
val iops: Int?

For PIOPS volumes, the IOPS per disk.

Link copied to clipboard

The volume mount point. For example, "/mnt/disk1".

Link copied to clipboard
val name: String?

The volume name. Volume names are a maximum of 128 characters.

Link copied to clipboard

The RAID array ID.

Link copied to clipboard

The Amazon Web Services Region. For more information about Amazon Web Services Regions, see Regions and Endpoints.

Link copied to clipboard
val size: Int?

The volume size.

Link copied to clipboard

The value returned by DescribeVolumes.

Link copied to clipboard

The volume ID.

Link copied to clipboard

The volume type. For more information, see Amazon EBS Volume Types.

Functions

Link copied to clipboard
inline fun copy(block: Volume.Builder.() -> Unit = {}): Volume
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String