CreateDiskRequest

Types

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

Properties

Link copied to clipboard

An array of objects that represent the add-ons to enable for the new disk.

Link copied to clipboard

The Availability Zone where you want to create the disk (us-east-2a). Use the same Availability Zone as the Lightsail instance to which you want to attach the disk.

Link copied to clipboard

The unique Lightsail disk name (my-disk).

Link copied to clipboard

The size of the disk in GB (32).

Link copied to clipboard
val tags: List<Tag>?

The tag keys and optional values to add to the resource during create.

Functions

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