DiskSnapshot

Describes a block storage disk snapshot.

Types

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

Properties

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of the disk snapshot.

Link copied to clipboard

The date when the disk snapshot was created.

Link copied to clipboard

The Amazon Resource Name (ARN) of the source disk from which the disk snapshot was created.

Link copied to clipboard

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

Link copied to clipboard

The Amazon Resource Name (ARN) of the source instance from which the disk (system volume) snapshot was created.

Link copied to clipboard

The unique name of the source instance from which the disk (system volume) snapshot was created.

Link copied to clipboard

A Boolean value indicating whether the snapshot was created from an automatic snapshot.

Link copied to clipboard

The AWS Region and Availability Zone where the disk snapshot was created.

Link copied to clipboard
val name: String?

The name of the disk snapshot (my-disk-snapshot).

Link copied to clipboard

The progress of the snapshot.

Link copied to clipboard

The Lightsail resource type (DiskSnapshot).

Link copied to clipboard

The size of the disk in GB.

Link copied to clipboard

The status of the disk snapshot operation.

Link copied to clipboard

The support code. Include this code in your email to support when you have questions about an instance or another resource in Lightsail. This code enables our support team to look up your Lightsail information more easily.

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

The tag keys and optional values for the resource. For more information about tags in Lightsail, see the Amazon Lightsail Developer Guide.

Functions

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