FileSystem

A description of a specific Amazon FSx file system.

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 that you have initiated using the UpdateFileSystem operation.

Link copied to clipboard

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

Link copied to clipboard

The Domain Name System (DNS) name for the file system.

Link copied to clipboard

A structure providing details of any failures that occurred.

Link copied to clipboard

The system-generated, unique 17-digit ID of the file system.

Link copied to clipboard

The type of Amazon FSx file system, which can be LUSTRE, WINDOWS, ONTAP, or OPENZFS.

Link copied to clipboard

The Lustre version of the Amazon FSx for Lustre file system, which can be 2.10, 2.12, or 2.15.

Link copied to clipboard

The ID of the Key Management Service (KMS) key used to encrypt Amazon FSx file system data. Used as follows with Amazon FSx file system types:

Link copied to clipboard

The lifecycle status of the file system. The following are the possible values and what they mean:

Link copied to clipboard

The configuration for the Amazon FSx for Lustre file system.

Link copied to clipboard

The IDs of the elastic network interfaces from which a specific file system is accessible. The elastic network interface is automatically created in the same virtual private cloud (VPC) that the Amazon FSx file system was created in. For more information, see Elastic Network Interfaces in the Amazon EC2 User Guide.

Link copied to clipboard

The configuration for this Amazon FSx for NetApp ONTAP file system.

Link copied to clipboard

The configuration for this Amazon FSx for OpenZFS file system.

Link copied to clipboard

The Amazon Web Services account that created the file system. If the file system was created by a user in IAM Identity Center, the Amazon Web Services account to which the IAM user belongs is the owner.

Link copied to clipboard

The Amazon Resource Name (ARN) of the file system resource.

Link copied to clipboard

The storage capacity of the file system in gibibytes (GiB).

Link copied to clipboard

The type of storage the file system is using. If set to SSD, the file system uses solid state drive storage. If set to HDD, the file system uses hard disk drive storage.

Link copied to clipboard

Specifies the IDs of the subnets that the file system is accessible from. For the Amazon FSx Windows and ONTAP MULTI_AZ_1 file system deployment type, there are two subnet IDs, one for the preferred file server and one for the standby file server. The preferred file server subnet identified in the PreferredSubnetID property. All other file systems have only one subnet ID.

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

The tags to associate with the file system. For more information, see Tagging your Amazon EC2 resources in the Amazon EC2 User Guide.

Link copied to clipboard

The ID of the primary virtual private cloud (VPC) for the file system.

Link copied to clipboard

The configuration for this Amazon FSx for Windows File Server file system.

Functions

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