@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FileSystem extends Object implements Serializable, Cloneable, StructuredPojo
A description of a specific Amazon FSx file system.
Constructor and Description |
---|
FileSystem() |
Modifier and Type | Method and Description |
---|---|
FileSystem |
clone() |
boolean |
equals(Object obj) |
List<AdministrativeAction> |
getAdministrativeActions()
A list of administrative actions for the file system that are in process or waiting to be processed.
|
Date |
getCreationTime()
The time that the file system was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.
|
String |
getDNSName()
The Domain Name System (DNS) name for the file system.
|
FileSystemFailureDetails |
getFailureDetails() |
String |
getFileSystemId()
The system-generated, unique 17-digit ID of the file system.
|
String |
getFileSystemType()
The type of Amazon FSx file system, which can be
LUSTRE , WINDOWS , ONTAP ,
or OPENZFS . |
String |
getFileSystemTypeVersion()
The Lustre version of the Amazon FSx for Lustre file system, which can be
2.10 , 2.12 ,
or 2.15 . |
String |
getKmsKeyId()
The ID of the Key Management Service (KMS) key used to encrypt Amazon FSx file system data.
|
String |
getLifecycle()
The lifecycle status of the file system.
|
LustreFileSystemConfiguration |
getLustreConfiguration() |
List<String> |
getNetworkInterfaceIds()
The IDs of the elastic network interfaces from which a specific file system is accessible.
|
OntapFileSystemConfiguration |
getOntapConfiguration()
The configuration for this Amazon FSx for NetApp ONTAP file system.
|
OpenZFSFileSystemConfiguration |
getOpenZFSConfiguration()
The configuration for this Amazon FSx for OpenZFS file system.
|
String |
getOwnerId()
The Amazon Web Services account that created the file system.
|
String |
getResourceARN()
The Amazon Resource Name (ARN) of the file system resource.
|
Integer |
getStorageCapacity()
The storage capacity of the file system in gibibytes (GiB).
|
String |
getStorageType()
The type of storage the file system is using.
|
List<String> |
getSubnetIds()
Specifies the IDs of the subnets that the file system is accessible from.
|
List<Tag> |
getTags()
The tags to associate with the file system.
|
String |
getVpcId()
The ID of the primary virtual private cloud (VPC) for the file system.
|
WindowsFileSystemConfiguration |
getWindowsConfiguration()
The configuration for this Amazon FSx for Windows File Server file system.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAdministrativeActions(Collection<AdministrativeAction> administrativeActions)
A list of administrative actions for the file system that are in process or waiting to be processed.
|
void |
setCreationTime(Date creationTime)
The time that the file system was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.
|
void |
setDNSName(String dNSName)
The Domain Name System (DNS) name for the file system.
|
void |
setFailureDetails(FileSystemFailureDetails failureDetails) |
void |
setFileSystemId(String fileSystemId)
The system-generated, unique 17-digit ID of the file system.
|
void |
setFileSystemType(String fileSystemType)
The type of Amazon FSx file system, which can be
LUSTRE , WINDOWS , ONTAP ,
or OPENZFS . |
void |
setFileSystemTypeVersion(String fileSystemTypeVersion)
The Lustre version of the Amazon FSx for Lustre file system, which can be
2.10 , 2.12 ,
or 2.15 . |
void |
setKmsKeyId(String kmsKeyId)
The ID of the Key Management Service (KMS) key used to encrypt Amazon FSx file system data.
|
void |
setLifecycle(String lifecycle)
The lifecycle status of the file system.
|
void |
setLustreConfiguration(LustreFileSystemConfiguration lustreConfiguration) |
void |
setNetworkInterfaceIds(Collection<String> networkInterfaceIds)
The IDs of the elastic network interfaces from which a specific file system is accessible.
|
void |
setOntapConfiguration(OntapFileSystemConfiguration ontapConfiguration)
The configuration for this Amazon FSx for NetApp ONTAP file system.
|
void |
setOpenZFSConfiguration(OpenZFSFileSystemConfiguration openZFSConfiguration)
The configuration for this Amazon FSx for OpenZFS file system.
|
void |
setOwnerId(String ownerId)
The Amazon Web Services account that created the file system.
|
void |
setResourceARN(String resourceARN)
The Amazon Resource Name (ARN) of the file system resource.
|
void |
setStorageCapacity(Integer storageCapacity)
The storage capacity of the file system in gibibytes (GiB).
|
void |
setStorageType(String storageType)
The type of storage the file system is using.
|
void |
setSubnetIds(Collection<String> subnetIds)
Specifies the IDs of the subnets that the file system is accessible from.
|
void |
setTags(Collection<Tag> tags)
The tags to associate with the file system.
|
void |
setVpcId(String vpcId)
The ID of the primary virtual private cloud (VPC) for the file system.
|
void |
setWindowsConfiguration(WindowsFileSystemConfiguration windowsConfiguration)
The configuration for this Amazon FSx for Windows File Server file system.
|
String |
toString()
Returns a string representation of this object.
|
FileSystem |
withAdministrativeActions(AdministrativeAction... administrativeActions)
A list of administrative actions for the file system that are in process or waiting to be processed.
|
FileSystem |
withAdministrativeActions(Collection<AdministrativeAction> administrativeActions)
A list of administrative actions for the file system that are in process or waiting to be processed.
|
FileSystem |
withCreationTime(Date creationTime)
The time that the file system was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.
|
FileSystem |
withDNSName(String dNSName)
The Domain Name System (DNS) name for the file system.
|
FileSystem |
withFailureDetails(FileSystemFailureDetails failureDetails) |
FileSystem |
withFileSystemId(String fileSystemId)
The system-generated, unique 17-digit ID of the file system.
|
FileSystem |
withFileSystemType(FileSystemType fileSystemType)
The type of Amazon FSx file system, which can be
LUSTRE , WINDOWS , ONTAP ,
or OPENZFS . |
FileSystem |
withFileSystemType(String fileSystemType)
The type of Amazon FSx file system, which can be
LUSTRE , WINDOWS , ONTAP ,
or OPENZFS . |
FileSystem |
withFileSystemTypeVersion(String fileSystemTypeVersion)
The Lustre version of the Amazon FSx for Lustre file system, which can be
2.10 , 2.12 ,
or 2.15 . |
FileSystem |
withKmsKeyId(String kmsKeyId)
The ID of the Key Management Service (KMS) key used to encrypt Amazon FSx file system data.
|
FileSystem |
withLifecycle(FileSystemLifecycle lifecycle)
The lifecycle status of the file system.
|
FileSystem |
withLifecycle(String lifecycle)
The lifecycle status of the file system.
|
FileSystem |
withLustreConfiguration(LustreFileSystemConfiguration lustreConfiguration) |
FileSystem |
withNetworkInterfaceIds(Collection<String> networkInterfaceIds)
The IDs of the elastic network interfaces from which a specific file system is accessible.
|
FileSystem |
withNetworkInterfaceIds(String... networkInterfaceIds)
The IDs of the elastic network interfaces from which a specific file system is accessible.
|
FileSystem |
withOntapConfiguration(OntapFileSystemConfiguration ontapConfiguration)
The configuration for this Amazon FSx for NetApp ONTAP file system.
|
FileSystem |
withOpenZFSConfiguration(OpenZFSFileSystemConfiguration openZFSConfiguration)
The configuration for this Amazon FSx for OpenZFS file system.
|
FileSystem |
withOwnerId(String ownerId)
The Amazon Web Services account that created the file system.
|
FileSystem |
withResourceARN(String resourceARN)
The Amazon Resource Name (ARN) of the file system resource.
|
FileSystem |
withStorageCapacity(Integer storageCapacity)
The storage capacity of the file system in gibibytes (GiB).
|
FileSystem |
withStorageType(StorageType storageType)
The type of storage the file system is using.
|
FileSystem |
withStorageType(String storageType)
The type of storage the file system is using.
|
FileSystem |
withSubnetIds(Collection<String> subnetIds)
Specifies the IDs of the subnets that the file system is accessible from.
|
FileSystem |
withSubnetIds(String... subnetIds)
Specifies the IDs of the subnets that the file system is accessible from.
|
FileSystem |
withTags(Collection<Tag> tags)
The tags to associate with the file system.
|
FileSystem |
withTags(Tag... tags)
The tags to associate with the file system.
|
FileSystem |
withVpcId(String vpcId)
The ID of the primary virtual private cloud (VPC) for the file system.
|
FileSystem |
withWindowsConfiguration(WindowsFileSystemConfiguration windowsConfiguration)
The configuration for this Amazon FSx for Windows File Server file system.
|
public void setOwnerId(String ownerId)
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.
ownerId
- 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.public String getOwnerId()
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.
public FileSystem withOwnerId(String ownerId)
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.
ownerId
- 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.public void setCreationTime(Date creationTime)
The time that the file system was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.
creationTime
- The time that the file system was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix
time.public Date getCreationTime()
The time that the file system was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.
public FileSystem withCreationTime(Date creationTime)
The time that the file system was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.
creationTime
- The time that the file system was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix
time.public void setFileSystemId(String fileSystemId)
The system-generated, unique 17-digit ID of the file system.
fileSystemId
- The system-generated, unique 17-digit ID of the file system.public String getFileSystemId()
The system-generated, unique 17-digit ID of the file system.
public FileSystem withFileSystemId(String fileSystemId)
The system-generated, unique 17-digit ID of the file system.
fileSystemId
- The system-generated, unique 17-digit ID of the file system.public void setFileSystemType(String fileSystemType)
The type of Amazon FSx file system, which can be LUSTRE
, WINDOWS
, ONTAP
,
or OPENZFS
.
fileSystemType
- The type of Amazon FSx file system, which can be LUSTRE
, WINDOWS
,
ONTAP
, or OPENZFS
.FileSystemType
public String getFileSystemType()
The type of Amazon FSx file system, which can be LUSTRE
, WINDOWS
, ONTAP
,
or OPENZFS
.
LUSTRE
, WINDOWS
,
ONTAP
, or OPENZFS
.FileSystemType
public FileSystem withFileSystemType(String fileSystemType)
The type of Amazon FSx file system, which can be LUSTRE
, WINDOWS
, ONTAP
,
or OPENZFS
.
fileSystemType
- The type of Amazon FSx file system, which can be LUSTRE
, WINDOWS
,
ONTAP
, or OPENZFS
.FileSystemType
public FileSystem withFileSystemType(FileSystemType fileSystemType)
The type of Amazon FSx file system, which can be LUSTRE
, WINDOWS
, ONTAP
,
or OPENZFS
.
fileSystemType
- The type of Amazon FSx file system, which can be LUSTRE
, WINDOWS
,
ONTAP
, or OPENZFS
.FileSystemType
public void setLifecycle(String lifecycle)
The lifecycle status of the file system. The 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
- The file system is in a failed but recoverable state.
MISCONFIGURED_UNAVAILABLE
- (Amazon FSx for Windows File Server only) The file system is currently
unavailable due to a change in your Active Directory configuration.
UPDATING
- The file system is undergoing a customer-initiated update.
lifecycle
- The lifecycle status of the file system. The 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
- The file system is in a failed but recoverable state.
MISCONFIGURED_UNAVAILABLE
- (Amazon FSx for Windows File Server only) The file system is
currently unavailable due to a change in your Active Directory configuration.
UPDATING
- The file system is undergoing a customer-initiated update.
FileSystemLifecycle
public String getLifecycle()
The lifecycle status of the file system. The 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
- The file system is in a failed but recoverable state.
MISCONFIGURED_UNAVAILABLE
- (Amazon FSx for Windows File Server only) The file system is currently
unavailable due to a change in your Active Directory configuration.
UPDATING
- The file system is undergoing a customer-initiated update.
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
- The file system is in a failed but recoverable state.
MISCONFIGURED_UNAVAILABLE
- (Amazon FSx for Windows File Server only) The file system is
currently unavailable due to a change in your Active Directory configuration.
UPDATING
- The file system is undergoing a customer-initiated update.
FileSystemLifecycle
public FileSystem withLifecycle(String lifecycle)
The lifecycle status of the file system. The 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
- The file system is in a failed but recoverable state.
MISCONFIGURED_UNAVAILABLE
- (Amazon FSx for Windows File Server only) The file system is currently
unavailable due to a change in your Active Directory configuration.
UPDATING
- The file system is undergoing a customer-initiated update.
lifecycle
- The lifecycle status of the file system. The 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
- The file system is in a failed but recoverable state.
MISCONFIGURED_UNAVAILABLE
- (Amazon FSx for Windows File Server only) The file system is
currently unavailable due to a change in your Active Directory configuration.
UPDATING
- The file system is undergoing a customer-initiated update.
FileSystemLifecycle
public FileSystem withLifecycle(FileSystemLifecycle lifecycle)
The lifecycle status of the file system. The 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
- The file system is in a failed but recoverable state.
MISCONFIGURED_UNAVAILABLE
- (Amazon FSx for Windows File Server only) The file system is currently
unavailable due to a change in your Active Directory configuration.
UPDATING
- The file system is undergoing a customer-initiated update.
lifecycle
- The lifecycle status of the file system. The 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
- The file system is in a failed but recoverable state.
MISCONFIGURED_UNAVAILABLE
- (Amazon FSx for Windows File Server only) The file system is
currently unavailable due to a change in your Active Directory configuration.
UPDATING
- The file system is undergoing a customer-initiated update.
FileSystemLifecycle
public void setFailureDetails(FileSystemFailureDetails failureDetails)
failureDetails
- public FileSystemFailureDetails getFailureDetails()
public FileSystem withFailureDetails(FileSystemFailureDetails failureDetails)
failureDetails
- public void setStorageCapacity(Integer storageCapacity)
The storage capacity of the file system in gibibytes (GiB).
Amazon FSx responds with an HTTP status code 400 (Bad Request) if the value of StorageCapacity
is
outside of the minimum or maximum values.
storageCapacity
- The storage capacity of the file system in gibibytes (GiB).
Amazon FSx responds with an HTTP status code 400 (Bad Request) if the value of
StorageCapacity
is outside of the minimum or maximum values.
public Integer getStorageCapacity()
The storage capacity of the file system in gibibytes (GiB).
Amazon FSx responds with an HTTP status code 400 (Bad Request) if the value of StorageCapacity
is
outside of the minimum or maximum values.
Amazon FSx responds with an HTTP status code 400 (Bad Request) if the value of
StorageCapacity
is outside of the minimum or maximum values.
public FileSystem withStorageCapacity(Integer storageCapacity)
The storage capacity of the file system in gibibytes (GiB).
Amazon FSx responds with an HTTP status code 400 (Bad Request) if the value of StorageCapacity
is
outside of the minimum or maximum values.
storageCapacity
- The storage capacity of the file system in gibibytes (GiB).
Amazon FSx responds with an HTTP status code 400 (Bad Request) if the value of
StorageCapacity
is outside of the minimum or maximum values.
public void setStorageType(String storageType)
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.
storageType
- 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.StorageType
public String getStorageType()
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.
SSD
, the file system uses solid
state drive storage. If set to HDD
, the file system uses hard disk drive storage.StorageType
public FileSystem withStorageType(String storageType)
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.
storageType
- 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.StorageType
public FileSystem withStorageType(StorageType storageType)
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.
storageType
- 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.StorageType
public void setVpcId(String vpcId)
The ID of the primary virtual private cloud (VPC) for the file system.
vpcId
- The ID of the primary virtual private cloud (VPC) for the file system.public String getVpcId()
The ID of the primary virtual private cloud (VPC) for the file system.
public FileSystem withVpcId(String vpcId)
The ID of the primary virtual private cloud (VPC) for the file system.
vpcId
- The ID of the primary virtual private cloud (VPC) for the file system.public List<String> getSubnetIds()
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.
For FSx for Lustre file systems, and Single-AZ Windows file systems, this is the ID of the subnet that contains
the file system's endpoint. For MULTI_AZ_1
Windows and ONTAP file systems, the file system endpoint
is available in the PreferredSubnetID
.
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 FSx for Lustre file systems, and Single-AZ Windows file systems, this is the ID of the subnet that
contains the file system's endpoint. For MULTI_AZ_1
Windows and ONTAP file systems, the file
system endpoint is available in the PreferredSubnetID
.
public void setSubnetIds(Collection<String> subnetIds)
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.
For FSx for Lustre file systems, and Single-AZ Windows file systems, this is the ID of the subnet that contains
the file system's endpoint. For MULTI_AZ_1
Windows and ONTAP file systems, the file system endpoint
is available in the PreferredSubnetID
.
subnetIds
- 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.
For FSx for Lustre file systems, and Single-AZ Windows file systems, this is the ID of the subnet that
contains the file system's endpoint. For MULTI_AZ_1
Windows and ONTAP file systems, the file
system endpoint is available in the PreferredSubnetID
.
public FileSystem withSubnetIds(String... subnetIds)
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.
For FSx for Lustre file systems, and Single-AZ Windows file systems, this is the ID of the subnet that contains
the file system's endpoint. For MULTI_AZ_1
Windows and ONTAP file systems, the file system endpoint
is available in the PreferredSubnetID
.
NOTE: This method appends the values to the existing list (if any). Use
setSubnetIds(java.util.Collection)
or withSubnetIds(java.util.Collection)
if you want to
override the existing values.
subnetIds
- 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.
For FSx for Lustre file systems, and Single-AZ Windows file systems, this is the ID of the subnet that
contains the file system's endpoint. For MULTI_AZ_1
Windows and ONTAP file systems, the file
system endpoint is available in the PreferredSubnetID
.
public FileSystem withSubnetIds(Collection<String> subnetIds)
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.
For FSx for Lustre file systems, and Single-AZ Windows file systems, this is the ID of the subnet that contains
the file system's endpoint. For MULTI_AZ_1
Windows and ONTAP file systems, the file system endpoint
is available in the PreferredSubnetID
.
subnetIds
- 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.
For FSx for Lustre file systems, and Single-AZ Windows file systems, this is the ID of the subnet that
contains the file system's endpoint. For MULTI_AZ_1
Windows and ONTAP file systems, the file
system endpoint is available in the PreferredSubnetID
.
public List<String> getNetworkInterfaceIds()
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.
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.
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 void setNetworkInterfaceIds(Collection<String> networkInterfaceIds)
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.
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.
networkInterfaceIds
- 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.
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 FileSystem withNetworkInterfaceIds(String... networkInterfaceIds)
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.
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.
NOTE: This method appends the values to the existing list (if any). Use
setNetworkInterfaceIds(java.util.Collection)
or withNetworkInterfaceIds(java.util.Collection)
if you want to override the existing values.
networkInterfaceIds
- 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.
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 FileSystem withNetworkInterfaceIds(Collection<String> networkInterfaceIds)
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.
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.
networkInterfaceIds
- 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.
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 void setDNSName(String dNSName)
The Domain Name System (DNS) name for the file system.
dNSName
- The Domain Name System (DNS) name for the file system.public String getDNSName()
The Domain Name System (DNS) name for the file system.
public FileSystem withDNSName(String dNSName)
The Domain Name System (DNS) name for the file system.
dNSName
- The Domain Name System (DNS) name for the file system.public void setKmsKeyId(String kmsKeyId)
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:
Amazon FSx for Lustre PERSISTENT_1
and PERSISTENT_2
deployment types only.
SCRATCH_1
and SCRATCH_2
types are encrypted using the Amazon FSx service KMS key for
your account.
Amazon FSx for NetApp ONTAP
Amazon FSx for OpenZFS
Amazon FSx for Windows File Server
kmsKeyId
- 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:
Amazon FSx for Lustre PERSISTENT_1
and PERSISTENT_2
deployment types only.
SCRATCH_1
and SCRATCH_2
types are encrypted using the Amazon FSx service KMS key
for your account.
Amazon FSx for NetApp ONTAP
Amazon FSx for OpenZFS
Amazon FSx for Windows File Server
public String getKmsKeyId()
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:
Amazon FSx for Lustre PERSISTENT_1
and PERSISTENT_2
deployment types only.
SCRATCH_1
and SCRATCH_2
types are encrypted using the Amazon FSx service KMS key for
your account.
Amazon FSx for NetApp ONTAP
Amazon FSx for OpenZFS
Amazon FSx for Windows File Server
Amazon FSx for Lustre PERSISTENT_1
and PERSISTENT_2
deployment types only.
SCRATCH_1
and SCRATCH_2
types are encrypted using the Amazon FSx service KMS
key for your account.
Amazon FSx for NetApp ONTAP
Amazon FSx for OpenZFS
Amazon FSx for Windows File Server
public FileSystem withKmsKeyId(String kmsKeyId)
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:
Amazon FSx for Lustre PERSISTENT_1
and PERSISTENT_2
deployment types only.
SCRATCH_1
and SCRATCH_2
types are encrypted using the Amazon FSx service KMS key for
your account.
Amazon FSx for NetApp ONTAP
Amazon FSx for OpenZFS
Amazon FSx for Windows File Server
kmsKeyId
- 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:
Amazon FSx for Lustre PERSISTENT_1
and PERSISTENT_2
deployment types only.
SCRATCH_1
and SCRATCH_2
types are encrypted using the Amazon FSx service KMS key
for your account.
Amazon FSx for NetApp ONTAP
Amazon FSx for OpenZFS
Amazon FSx for Windows File Server
public void setResourceARN(String resourceARN)
The Amazon Resource Name (ARN) of the file system resource.
resourceARN
- The Amazon Resource Name (ARN) of the file system resource.public String getResourceARN()
The Amazon Resource Name (ARN) of the file system resource.
public FileSystem withResourceARN(String resourceARN)
The Amazon Resource Name (ARN) of the file system resource.
resourceARN
- The Amazon Resource Name (ARN) of the file system resource.public List<Tag> getTags()
The tags to associate with the file system. For more information, see Tagging your Amazon FSx resources in the Amazon FSx for Lustre User Guide.
public void setTags(Collection<Tag> tags)
The tags to associate with the file system. For more information, see Tagging your Amazon FSx resources in the Amazon FSx for Lustre User Guide.
tags
- The tags to associate with the file system. For more information, see Tagging your Amazon FSx
resources in the Amazon FSx for Lustre User Guide.public FileSystem withTags(Tag... tags)
The tags to associate with the file system. For more information, see Tagging your Amazon FSx resources in the Amazon FSx for Lustre User Guide.
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection)
or withTags(java.util.Collection)
if you want to override the
existing values.
tags
- The tags to associate with the file system. For more information, see Tagging your Amazon FSx
resources in the Amazon FSx for Lustre User Guide.public FileSystem withTags(Collection<Tag> tags)
The tags to associate with the file system. For more information, see Tagging your Amazon FSx resources in the Amazon FSx for Lustre User Guide.
tags
- The tags to associate with the file system. For more information, see Tagging your Amazon FSx
resources in the Amazon FSx for Lustre User Guide.public void setWindowsConfiguration(WindowsFileSystemConfiguration windowsConfiguration)
The configuration for this Amazon FSx for Windows File Server file system.
windowsConfiguration
- The configuration for this Amazon FSx for Windows File Server file system.public WindowsFileSystemConfiguration getWindowsConfiguration()
The configuration for this Amazon FSx for Windows File Server file system.
public FileSystem withWindowsConfiguration(WindowsFileSystemConfiguration windowsConfiguration)
The configuration for this Amazon FSx for Windows File Server file system.
windowsConfiguration
- The configuration for this Amazon FSx for Windows File Server file system.public void setLustreConfiguration(LustreFileSystemConfiguration lustreConfiguration)
lustreConfiguration
- public LustreFileSystemConfiguration getLustreConfiguration()
public FileSystem withLustreConfiguration(LustreFileSystemConfiguration lustreConfiguration)
lustreConfiguration
- public List<AdministrativeAction> getAdministrativeActions()
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.
UpdateFileSystem
operation.public void setAdministrativeActions(Collection<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 Amazon FSx system that you have initiated using the
UpdateFileSystem
operation.
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 Amazon FSx system that you have initiated using the
UpdateFileSystem
operation.public FileSystem withAdministrativeActions(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 Amazon FSx system that you have initiated using the
UpdateFileSystem
operation.
NOTE: This method appends the values to the existing list (if any). Use
setAdministrativeActions(java.util.Collection)
or
withAdministrativeActions(java.util.Collection)
if you want to override the existing values.
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 Amazon FSx system that you have initiated using the
UpdateFileSystem
operation.public FileSystem withAdministrativeActions(Collection<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 Amazon FSx system that you have initiated using the
UpdateFileSystem
operation.
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 Amazon FSx system that you have initiated using the
UpdateFileSystem
operation.public void setOntapConfiguration(OntapFileSystemConfiguration ontapConfiguration)
The configuration for this Amazon FSx for NetApp ONTAP file system.
ontapConfiguration
- The configuration for this Amazon FSx for NetApp ONTAP file system.public OntapFileSystemConfiguration getOntapConfiguration()
The configuration for this Amazon FSx for NetApp ONTAP file system.
public FileSystem withOntapConfiguration(OntapFileSystemConfiguration ontapConfiguration)
The configuration for this Amazon FSx for NetApp ONTAP file system.
ontapConfiguration
- The configuration for this Amazon FSx for NetApp ONTAP file system.public void setFileSystemTypeVersion(String fileSystemTypeVersion)
The Lustre version of the Amazon FSx for Lustre file system, which can be 2.10
, 2.12
,
or 2.15
.
fileSystemTypeVersion
- The Lustre version of the Amazon FSx for Lustre file system, which can be 2.10
,
2.12
, or 2.15
.public String getFileSystemTypeVersion()
The Lustre version of the Amazon FSx for Lustre file system, which can be 2.10
, 2.12
,
or 2.15
.
2.10
,
2.12
, or 2.15
.public FileSystem withFileSystemTypeVersion(String fileSystemTypeVersion)
The Lustre version of the Amazon FSx for Lustre file system, which can be 2.10
, 2.12
,
or 2.15
.
fileSystemTypeVersion
- The Lustre version of the Amazon FSx for Lustre file system, which can be 2.10
,
2.12
, or 2.15
.public void setOpenZFSConfiguration(OpenZFSFileSystemConfiguration openZFSConfiguration)
The configuration for this Amazon FSx for OpenZFS file system.
openZFSConfiguration
- The configuration for this Amazon FSx for OpenZFS file system.public OpenZFSFileSystemConfiguration getOpenZFSConfiguration()
The configuration for this Amazon FSx for OpenZFS file system.
public FileSystem withOpenZFSConfiguration(OpenZFSFileSystemConfiguration openZFSConfiguration)
The configuration for this Amazon FSx for OpenZFS file system.
openZFSConfiguration
- The configuration for this Amazon FSx for OpenZFS file system.public String toString()
toString
in class Object
Object.toString()
public FileSystem clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.