Snapshot

class Snapshot

A snapshot of an Amazon FSx for OpenZFS volume.

Types

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

Properties

Link copied to clipboard

A list of administrative actions for the file system that are in process or waiting to be processed. Administrative actions describe changes to the Amazon FSx system.

Link copied to clipboard

The time that the resource was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.

Link copied to clipboard

The lifecycle status of the snapshot.

Link copied to clipboard

Describes why a resource lifecycle state changed.

Link copied to clipboard
val name: String?

The name of the snapshot.

Link copied to clipboard

The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.

Link copied to clipboard

The ID of the snapshot.

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

A list of Tag values, with a maximum of 50 elements.

Link copied to clipboard

The ID of the volume that the snapshot is of.

Functions

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