EbsVolume

class EbsVolume

EBS block device that's attached to an Amazon EC2 instance.

Types

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

Properties

Link copied to clipboard

The device name that is exposed to the instance, such as /dev/sdh.

Link copied to clipboard

The volume identifier of the EBS volume.

Functions

Link copied to clipboard
inline fun copy(block: EbsVolume.Builder.() -> Unit = {}): EbsVolume
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