@Generated(value="software.amazon.awssdk:codegen") public final class FileSystem extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FileSystem.Builder,FileSystem>
A description of a specific Amazon FSx file system.
| Modifier and Type | Class and Description |
|---|---|
static interface |
FileSystem.Builder |
| Modifier and Type | Method and Description |
|---|---|
List<AdministrativeAction> |
administrativeActions()
A list of administrative actions for the file system that are in process or waiting to be processed.
|
static FileSystem.Builder |
builder() |
Instant |
creationTime()
The time that the file system was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.
|
String |
dnsName()
The DNS name for the file system.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
FileSystemFailureDetails |
failureDetails()
Returns the value of the FailureDetails property for this object.
|
String |
fileSystemId()
The system-generated, unique 17-digit ID of the file system.
|
FileSystemType |
fileSystemType()
The type of Amazon FSx file system, either
LUSTRE or WINDOWS. |
String |
fileSystemTypeAsString()
The type of Amazon FSx file system, either
LUSTRE or WINDOWS. |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasAdministrativeActions()
Returns true if the AdministrativeActions property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
int |
hashCode() |
boolean |
hasNetworkInterfaceIds()
Returns true if the NetworkInterfaceIds property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
boolean |
hasSubnetIds()
Returns true if the SubnetIds property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
boolean |
hasTags()
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not
specify the value (it will be empty).
|
String |
kmsKeyId()
The ID of the AWS Key Management Service (AWS KMS) key used to encrypt the file system's data for Amazon FSx for
Windows File Server file systems and persistent Amazon FSx for Lustre file systems at rest.
|
FileSystemLifecycle |
lifecycle()
The lifecycle status of the file system, following are the possible values and what they mean:
|
String |
lifecycleAsString()
The lifecycle status of the file system, following are the possible values and what they mean:
|
LustreFileSystemConfiguration |
lustreConfiguration()
Returns the value of the LustreConfiguration property for this object.
|
List<String> |
networkInterfaceIds()
The IDs of the elastic network interface from which a specific file system is accessible.
|
String |
ownerId()
The AWS account that created the file system.
|
String |
resourceARN()
The Amazon Resource Name (ARN) for the file system resource.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends FileSystem.Builder> |
serializableBuilderClass() |
Integer |
storageCapacity()
The storage capacity of the file system in gibibytes (GiB).
|
StorageType |
storageType()
The storage type of the file system.
|
String |
storageTypeAsString()
The storage type of the file system.
|
List<String> |
subnetIds()
Specifies the IDs of the subnets that the file system is accessible from.
|
List<Tag> |
tags()
The tags to associate with the file system.
|
FileSystem.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
vpcId()
The ID of the primary VPC for the file system.
|
WindowsFileSystemConfiguration |
windowsConfiguration()
The configuration for this Microsoft Windows file system.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String ownerId()
The AWS account that created the file system. If the file system was created by an AWS Identity and Access Management (IAM) user, the AWS account to which the IAM user belongs is the owner.
public final Instant creationTime()
The time that the file system was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.
public final String fileSystemId()
The system-generated, unique 17-digit ID of the file system.
public final FileSystemType fileSystemType()
The type of Amazon FSx file system, either LUSTRE or WINDOWS.
If the service returns an enum value that is not available in the current SDK version, fileSystemType
will return FileSystemType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from fileSystemTypeAsString().
LUSTRE or WINDOWS.FileSystemTypepublic final String fileSystemTypeAsString()
The type of Amazon FSx file system, either LUSTRE or WINDOWS.
If the service returns an enum value that is not available in the current SDK version, fileSystemType
will return FileSystemType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from fileSystemTypeAsString().
LUSTRE or WINDOWS.FileSystemTypepublic final FileSystemLifecycle lifecycle()
The lifecycle status of the file system, following are the possible values and what they mean:
AVAILABLE - The file system is in a healthy state, and is reachable and available for use.
CREATING - Amazon FSx is creating the new file system.
DELETING - Amazon FSx is deleting an existing file system.
FAILED - An existing file system has experienced an unrecoverable failure. When creating a new file
system, Amazon FSx was unable to create the file system.
MISCONFIGURED indicates that the file system is in a failed but recoverable state.
UPDATING indicates that the file system is undergoing a customer initiated update.
If the service returns an enum value that is not available in the current SDK version, lifecycle will
return FileSystemLifecycle.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from lifecycleAsString().
AVAILABLE - The file system is in a healthy state, and is reachable and available for use.
CREATING - Amazon FSx is creating the new file system.
DELETING - Amazon FSx is deleting an existing file system.
FAILED - An existing file system has experienced an unrecoverable failure. When creating a
new file system, Amazon FSx was unable to create the file system.
MISCONFIGURED indicates that the file system is in a failed but recoverable state.
UPDATING indicates that the file system is undergoing a customer initiated update.
FileSystemLifecyclepublic final String lifecycleAsString()
The lifecycle status of the file system, following are the possible values and what they mean:
AVAILABLE - The file system is in a healthy state, and is reachable and available for use.
CREATING - Amazon FSx is creating the new file system.
DELETING - Amazon FSx is deleting an existing file system.
FAILED - An existing file system has experienced an unrecoverable failure. When creating a new file
system, Amazon FSx was unable to create the file system.
MISCONFIGURED indicates that the file system is in a failed but recoverable state.
UPDATING indicates that the file system is undergoing a customer initiated update.
If the service returns an enum value that is not available in the current SDK version, lifecycle will
return FileSystemLifecycle.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from lifecycleAsString().
AVAILABLE - The file system is in a healthy state, and is reachable and available for use.
CREATING - Amazon FSx is creating the new file system.
DELETING - Amazon FSx is deleting an existing file system.
FAILED - An existing file system has experienced an unrecoverable failure. When creating a
new file system, Amazon FSx was unable to create the file system.
MISCONFIGURED indicates that the file system is in a failed but recoverable state.
UPDATING indicates that the file system is undergoing a customer initiated update.
FileSystemLifecyclepublic final FileSystemFailureDetails failureDetails()
public final Integer storageCapacity()
The storage capacity of the file system in gibibytes (GiB).
public final StorageType storageType()
The storage type of the file system. Valid values are SSD and HDD. If set to
SSD, the file system uses solid state drive storage. If set to HDD, the file system
uses hard disk drive storage.
If the service returns an enum value that is not available in the current SDK version, storageType will
return StorageType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
storageTypeAsString().
SSD and HDD. If set to
SSD, the file system uses solid state drive storage. If set to HDD, the file
system uses hard disk drive storage.StorageTypepublic final String storageTypeAsString()
The storage type of the file system. Valid values are SSD and HDD. If set to
SSD, the file system uses solid state drive storage. If set to HDD, the file system
uses hard disk drive storage.
If the service returns an enum value that is not available in the current SDK version, storageType will
return StorageType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
storageTypeAsString().
SSD and HDD. If set to
SSD, the file system uses solid state drive storage. If set to HDD, the file
system uses hard disk drive storage.StorageTypepublic final String vpcId()
The ID of the primary VPC for the file system.
public final boolean hasSubnetIds()
public final List<String> subnetIds()
Specifies the IDs of the subnets that the file system is accessible from. For Windows 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.
For Lustre file systems, and Single-AZ Windows file systems, this is the ID of the subnet that contains the
endpoint for the file system. For MULTI_AZ_1 Windows file systems, the endpoint for the file system
is available in the PreferredSubnetID.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasSubnetIds() to see if a value was sent in this field.
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.
For Lustre file systems, and Single-AZ Windows file systems, this is the ID of the subnet that contains
the endpoint for the file system. For MULTI_AZ_1 Windows file systems, the endpoint for the
file system is available in the PreferredSubnetID.
public final boolean hasNetworkInterfaceIds()
public final List<String> networkInterfaceIds()
The IDs of the elastic network interface from which a specific file system is accessible. The elastic network interface is automatically created in the same VPC that the Amazon FSx file system was created in. For more information, see Elastic Network Interfaces in the Amazon EC2 User Guide.
For an Amazon FSx for Windows File Server file system, you can have one network interface ID. For an Amazon FSx for Lustre file system, you can have more than one.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasNetworkInterfaceIds() to see if a value was sent in this field.
For an Amazon FSx for Windows File Server file system, you can have one network interface ID. For an Amazon FSx for Lustre file system, you can have more than one.
public final String dnsName()
The DNS name for the file system.
public final String kmsKeyId()
The ID of the AWS Key Management Service (AWS KMS) key used to encrypt the file system's data for Amazon FSx for Windows File Server file systems and persistent Amazon FSx for Lustre file systems at rest. In either case, if not specified, the Amazon FSx managed key is used. The scratch Amazon FSx for Lustre file systems are always encrypted at rest using Amazon FSx managed keys. For more information, see Encrypt in the AWS Key Management Service API Reference.
public final String resourceARN()
The Amazon Resource Name (ARN) for the file system resource.
public final boolean hasTags()
public final List<Tag> tags()
The tags to associate with the file system. For more information, see Tagging Your Amazon EC2 Resources in the Amazon EC2 User Guide.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasTags() to see if a value was sent in this field.
public final WindowsFileSystemConfiguration windowsConfiguration()
The configuration for this Microsoft Windows file system.
public final LustreFileSystemConfiguration lustreConfiguration()
public final boolean hasAdministrativeActions()
public final List<AdministrativeAction> administrativeActions()
A list of administrative actions for the file system that are in process or waiting to be processed.
Administrative actions describe changes to the Windows file system that you have initiated using the
UpdateFileSystem action.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasAdministrativeActions() to see if a value was sent in this field.
UpdateFileSystem action.public FileSystem.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<FileSystem.Builder,FileSystem>public static FileSystem.Builder builder()
public static Class<? extends FileSystem.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.