AttachedDisk

Describes a block storage disk that is attached to an instance, and is included in an automatic snapshot.

Types

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

Properties

Link copied to clipboard
val path: String?

The path of the disk (/dev/xvdf).

Link copied to clipboard

The size of the disk in GB.

Functions

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