Volume

class Volume

Describes an Amazon FSx 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 volume that are in process or waiting to be processed. Administrative actions describe changes to the volume that you have initiated using the UpdateVolume action.

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 globally unique ID of the file system, assigned by Amazon FSx.

Link copied to clipboard

The lifecycle status of the volume.

Link copied to clipboard

The reason why the volume lifecycle status changed.

Link copied to clipboard
val name: String?

The name of the volume.

Link copied to clipboard

The configuration of an Amazon FSx for NetApp ONTAP volume.

Link copied to clipboard

The configuration of an Amazon FSx for OpenZFS volume.

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
val tags: List<Tag>?

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

Link copied to clipboard

The system-generated, unique ID of the volume.

Link copied to clipboard

The type of the volume.

Functions

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