CreateDiskFromSnapshotRequest

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). Choose the same Availability Zone as the Lightsail instance where you want to create the disk.

Link copied to clipboard

The unique Lightsail disk name (my-disk).

Link copied to clipboard

The name of the disk snapshot (my-snapshot) from which to create the new storage disk.

Link copied to clipboard

The date of the automatic snapshot to use for the new disk. Use the get auto snapshots operation to identify the dates of the available automatic snapshots.

Link copied to clipboard

The size of the disk in GB (32).

Link copied to clipboard

The name of the source disk from which the source automatic snapshot was created.

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

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

Link copied to clipboard

A Boolean value to indicate whether to use the latest available automatic snapshot.

Functions

Link copied to clipboard
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