@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateFileSystemRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The request object for the UpdateFileSystem
operation.
NOOP
Constructor and Description |
---|
UpdateFileSystemRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateFileSystemRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientRequestToken()
A string of up to 63 ASCII characters that Amazon FSx uses to ensure idempotent updates.
|
String |
getFileSystemId()
The ID of the file system that you are updating.
|
UpdateFileSystemLustreConfiguration |
getLustreConfiguration() |
UpdateFileSystemOntapConfiguration |
getOntapConfiguration() |
UpdateFileSystemOpenZFSConfiguration |
getOpenZFSConfiguration()
The configuration updates for an FSx for OpenZFS file system.
|
Integer |
getStorageCapacity()
Use this parameter to increase the storage capacity of an FSx for Windows File Server, FSx for Lustre, FSx for
OpenZFS, or FSx for ONTAP file system.
|
String |
getStorageType() |
UpdateFileSystemWindowsConfiguration |
getWindowsConfiguration()
The configuration updates for an Amazon FSx for Windows File Server file system.
|
int |
hashCode() |
void |
setClientRequestToken(String clientRequestToken)
A string of up to 63 ASCII characters that Amazon FSx uses to ensure idempotent updates.
|
void |
setFileSystemId(String fileSystemId)
The ID of the file system that you are updating.
|
void |
setLustreConfiguration(UpdateFileSystemLustreConfiguration lustreConfiguration) |
void |
setOntapConfiguration(UpdateFileSystemOntapConfiguration ontapConfiguration) |
void |
setOpenZFSConfiguration(UpdateFileSystemOpenZFSConfiguration openZFSConfiguration)
The configuration updates for an FSx for OpenZFS file system.
|
void |
setStorageCapacity(Integer storageCapacity)
Use this parameter to increase the storage capacity of an FSx for Windows File Server, FSx for Lustre, FSx for
OpenZFS, or FSx for ONTAP file system.
|
void |
setStorageType(String storageType) |
void |
setWindowsConfiguration(UpdateFileSystemWindowsConfiguration windowsConfiguration)
The configuration updates for an Amazon FSx for Windows File Server file system.
|
String |
toString()
Returns a string representation of this object.
|
UpdateFileSystemRequest |
withClientRequestToken(String clientRequestToken)
A string of up to 63 ASCII characters that Amazon FSx uses to ensure idempotent updates.
|
UpdateFileSystemRequest |
withFileSystemId(String fileSystemId)
The ID of the file system that you are updating.
|
UpdateFileSystemRequest |
withLustreConfiguration(UpdateFileSystemLustreConfiguration lustreConfiguration) |
UpdateFileSystemRequest |
withOntapConfiguration(UpdateFileSystemOntapConfiguration ontapConfiguration) |
UpdateFileSystemRequest |
withOpenZFSConfiguration(UpdateFileSystemOpenZFSConfiguration openZFSConfiguration)
The configuration updates for an FSx for OpenZFS file system.
|
UpdateFileSystemRequest |
withStorageCapacity(Integer storageCapacity)
Use this parameter to increase the storage capacity of an FSx for Windows File Server, FSx for Lustre, FSx for
OpenZFS, or FSx for ONTAP file system.
|
UpdateFileSystemRequest |
withStorageType(StorageType storageType) |
UpdateFileSystemRequest |
withStorageType(String storageType) |
UpdateFileSystemRequest |
withWindowsConfiguration(UpdateFileSystemWindowsConfiguration windowsConfiguration)
The configuration updates for an Amazon FSx for Windows File Server file system.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setFileSystemId(String fileSystemId)
The ID of the file system that you are updating.
fileSystemId
- The ID of the file system that you are updating.public String getFileSystemId()
The ID of the file system that you are updating.
public UpdateFileSystemRequest withFileSystemId(String fileSystemId)
The ID of the file system that you are updating.
fileSystemId
- The ID of the file system that you are updating.public void setClientRequestToken(String clientRequestToken)
A string of up to 63 ASCII characters that Amazon FSx uses to ensure idempotent updates. This string is automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web Services SDK.
clientRequestToken
- A string of up to 63 ASCII characters that Amazon FSx uses to ensure idempotent updates. This string is
automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web
Services SDK.public String getClientRequestToken()
A string of up to 63 ASCII characters that Amazon FSx uses to ensure idempotent updates. This string is automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web Services SDK.
public UpdateFileSystemRequest withClientRequestToken(String clientRequestToken)
A string of up to 63 ASCII characters that Amazon FSx uses to ensure idempotent updates. This string is automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web Services SDK.
clientRequestToken
- A string of up to 63 ASCII characters that Amazon FSx uses to ensure idempotent updates. This string is
automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web
Services SDK.public void setStorageCapacity(Integer storageCapacity)
Use this parameter to increase the storage capacity of an FSx for Windows File Server, FSx for Lustre, FSx for OpenZFS, or FSx for ONTAP file system. Specifies the storage capacity target value, in GiB, to increase the storage capacity for the file system that you're updating.
You can't make a storage capacity increase request if there is an existing storage capacity increase request in progress.
For Lustre file systems, the storage capacity target value can be the following:
For SCRATCH_2
, PERSISTENT_1
, and PERSISTENT_2 SSD
deployment types, valid
values are in multiples of 2400 GiB. The value must be greater than the current storage capacity.
For PERSISTENT HDD
file systems, valid values are multiples of 6000 GiB for 12-MBps throughput per
TiB file systems and multiples of 1800 GiB for 40-MBps throughput per TiB file systems. The values must be
greater than the current storage capacity.
For SCRATCH_1
file systems, you can't increase the storage capacity.
For more information, see Managing storage and throughput capacity in the FSx for Lustre User Guide.
For FSx for OpenZFS file systems, the storage capacity target value must be at least 10 percent greater than the current storage capacity value. For more information, see Managing storage capacity in the FSx for OpenZFS User Guide.
For Windows file systems, the storage capacity target value must be at least 10 percent greater than the current storage capacity value. To increase storage capacity, the file system must have at least 16 MBps of throughput capacity. For more information, see Managing storage capacity in the Amazon FSxfor Windows File Server User Guide.
For ONTAP file systems, the storage capacity target value must be at least 10 percent greater than the current storage capacity value. For more information, see Managing storage capacity and provisioned IOPS in the Amazon FSx for NetApp ONTAP User Guide.
storageCapacity
- Use this parameter to increase the storage capacity of an FSx for Windows File Server, FSx for Lustre, FSx
for OpenZFS, or FSx for ONTAP file system. Specifies the storage capacity target value, in GiB, to
increase the storage capacity for the file system that you're updating. You can't make a storage capacity increase request if there is an existing storage capacity increase request in progress.
For Lustre file systems, the storage capacity target value can be the following:
For SCRATCH_2
, PERSISTENT_1
, and PERSISTENT_2 SSD
deployment types,
valid values are in multiples of 2400 GiB. The value must be greater than the current storage capacity.
For PERSISTENT HDD
file systems, valid values are multiples of 6000 GiB for 12-MBps
throughput per TiB file systems and multiples of 1800 GiB for 40-MBps throughput per TiB file systems. The
values must be greater than the current storage capacity.
For SCRATCH_1
file systems, you can't increase the storage capacity.
For more information, see Managing storage and throughput capacity in the FSx for Lustre User Guide.
For FSx for OpenZFS file systems, the storage capacity target value must be at least 10 percent greater than the current storage capacity value. For more information, see Managing storage capacity in the FSx for OpenZFS User Guide.
For Windows file systems, the storage capacity target value must be at least 10 percent greater than the current storage capacity value. To increase storage capacity, the file system must have at least 16 MBps of throughput capacity. For more information, see Managing storage capacity in the Amazon FSxfor Windows File Server User Guide.
For ONTAP file systems, the storage capacity target value must be at least 10 percent greater than the current storage capacity value. For more information, see Managing storage capacity and provisioned IOPS in the Amazon FSx for NetApp ONTAP User Guide.
public Integer getStorageCapacity()
Use this parameter to increase the storage capacity of an FSx for Windows File Server, FSx for Lustre, FSx for OpenZFS, or FSx for ONTAP file system. Specifies the storage capacity target value, in GiB, to increase the storage capacity for the file system that you're updating.
You can't make a storage capacity increase request if there is an existing storage capacity increase request in progress.
For Lustre file systems, the storage capacity target value can be the following:
For SCRATCH_2
, PERSISTENT_1
, and PERSISTENT_2 SSD
deployment types, valid
values are in multiples of 2400 GiB. The value must be greater than the current storage capacity.
For PERSISTENT HDD
file systems, valid values are multiples of 6000 GiB for 12-MBps throughput per
TiB file systems and multiples of 1800 GiB for 40-MBps throughput per TiB file systems. The values must be
greater than the current storage capacity.
For SCRATCH_1
file systems, you can't increase the storage capacity.
For more information, see Managing storage and throughput capacity in the FSx for Lustre User Guide.
For FSx for OpenZFS file systems, the storage capacity target value must be at least 10 percent greater than the current storage capacity value. For more information, see Managing storage capacity in the FSx for OpenZFS User Guide.
For Windows file systems, the storage capacity target value must be at least 10 percent greater than the current storage capacity value. To increase storage capacity, the file system must have at least 16 MBps of throughput capacity. For more information, see Managing storage capacity in the Amazon FSxfor Windows File Server User Guide.
For ONTAP file systems, the storage capacity target value must be at least 10 percent greater than the current storage capacity value. For more information, see Managing storage capacity and provisioned IOPS in the Amazon FSx for NetApp ONTAP User Guide.
You can't make a storage capacity increase request if there is an existing storage capacity increase request in progress.
For Lustre file systems, the storage capacity target value can be the following:
For SCRATCH_2
, PERSISTENT_1
, and PERSISTENT_2 SSD
deployment
types, valid values are in multiples of 2400 GiB. The value must be greater than the current storage
capacity.
For PERSISTENT HDD
file systems, valid values are multiples of 6000 GiB for 12-MBps
throughput per TiB file systems and multiples of 1800 GiB for 40-MBps throughput per TiB file systems.
The values must be greater than the current storage capacity.
For SCRATCH_1
file systems, you can't increase the storage capacity.
For more information, see Managing storage and throughput capacity in the FSx for Lustre User Guide.
For FSx for OpenZFS file systems, the storage capacity target value must be at least 10 percent greater than the current storage capacity value. For more information, see Managing storage capacity in the FSx for OpenZFS User Guide.
For Windows file systems, the storage capacity target value must be at least 10 percent greater than the current storage capacity value. To increase storage capacity, the file system must have at least 16 MBps of throughput capacity. For more information, see Managing storage capacity in the Amazon FSxfor Windows File Server User Guide.
For ONTAP file systems, the storage capacity target value must be at least 10 percent greater than the current storage capacity value. For more information, see Managing storage capacity and provisioned IOPS in the Amazon FSx for NetApp ONTAP User Guide.
public UpdateFileSystemRequest withStorageCapacity(Integer storageCapacity)
Use this parameter to increase the storage capacity of an FSx for Windows File Server, FSx for Lustre, FSx for OpenZFS, or FSx for ONTAP file system. Specifies the storage capacity target value, in GiB, to increase the storage capacity for the file system that you're updating.
You can't make a storage capacity increase request if there is an existing storage capacity increase request in progress.
For Lustre file systems, the storage capacity target value can be the following:
For SCRATCH_2
, PERSISTENT_1
, and PERSISTENT_2 SSD
deployment types, valid
values are in multiples of 2400 GiB. The value must be greater than the current storage capacity.
For PERSISTENT HDD
file systems, valid values are multiples of 6000 GiB for 12-MBps throughput per
TiB file systems and multiples of 1800 GiB for 40-MBps throughput per TiB file systems. The values must be
greater than the current storage capacity.
For SCRATCH_1
file systems, you can't increase the storage capacity.
For more information, see Managing storage and throughput capacity in the FSx for Lustre User Guide.
For FSx for OpenZFS file systems, the storage capacity target value must be at least 10 percent greater than the current storage capacity value. For more information, see Managing storage capacity in the FSx for OpenZFS User Guide.
For Windows file systems, the storage capacity target value must be at least 10 percent greater than the current storage capacity value. To increase storage capacity, the file system must have at least 16 MBps of throughput capacity. For more information, see Managing storage capacity in the Amazon FSxfor Windows File Server User Guide.
For ONTAP file systems, the storage capacity target value must be at least 10 percent greater than the current storage capacity value. For more information, see Managing storage capacity and provisioned IOPS in the Amazon FSx for NetApp ONTAP User Guide.
storageCapacity
- Use this parameter to increase the storage capacity of an FSx for Windows File Server, FSx for Lustre, FSx
for OpenZFS, or FSx for ONTAP file system. Specifies the storage capacity target value, in GiB, to
increase the storage capacity for the file system that you're updating. You can't make a storage capacity increase request if there is an existing storage capacity increase request in progress.
For Lustre file systems, the storage capacity target value can be the following:
For SCRATCH_2
, PERSISTENT_1
, and PERSISTENT_2 SSD
deployment types,
valid values are in multiples of 2400 GiB. The value must be greater than the current storage capacity.
For PERSISTENT HDD
file systems, valid values are multiples of 6000 GiB for 12-MBps
throughput per TiB file systems and multiples of 1800 GiB for 40-MBps throughput per TiB file systems. The
values must be greater than the current storage capacity.
For SCRATCH_1
file systems, you can't increase the storage capacity.
For more information, see Managing storage and throughput capacity in the FSx for Lustre User Guide.
For FSx for OpenZFS file systems, the storage capacity target value must be at least 10 percent greater than the current storage capacity value. For more information, see Managing storage capacity in the FSx for OpenZFS User Guide.
For Windows file systems, the storage capacity target value must be at least 10 percent greater than the current storage capacity value. To increase storage capacity, the file system must have at least 16 MBps of throughput capacity. For more information, see Managing storage capacity in the Amazon FSxfor Windows File Server User Guide.
For ONTAP file systems, the storage capacity target value must be at least 10 percent greater than the current storage capacity value. For more information, see Managing storage capacity and provisioned IOPS in the Amazon FSx for NetApp ONTAP User Guide.
public void setWindowsConfiguration(UpdateFileSystemWindowsConfiguration windowsConfiguration)
The configuration updates for an Amazon FSx for Windows File Server file system.
windowsConfiguration
- The configuration updates for an Amazon FSx for Windows File Server file system.public UpdateFileSystemWindowsConfiguration getWindowsConfiguration()
The configuration updates for an Amazon FSx for Windows File Server file system.
public UpdateFileSystemRequest withWindowsConfiguration(UpdateFileSystemWindowsConfiguration windowsConfiguration)
The configuration updates for an Amazon FSx for Windows File Server file system.
windowsConfiguration
- The configuration updates for an Amazon FSx for Windows File Server file system.public void setLustreConfiguration(UpdateFileSystemLustreConfiguration lustreConfiguration)
lustreConfiguration
- public UpdateFileSystemLustreConfiguration getLustreConfiguration()
public UpdateFileSystemRequest withLustreConfiguration(UpdateFileSystemLustreConfiguration lustreConfiguration)
lustreConfiguration
- public void setOntapConfiguration(UpdateFileSystemOntapConfiguration ontapConfiguration)
ontapConfiguration
- public UpdateFileSystemOntapConfiguration getOntapConfiguration()
public UpdateFileSystemRequest withOntapConfiguration(UpdateFileSystemOntapConfiguration ontapConfiguration)
ontapConfiguration
- public void setOpenZFSConfiguration(UpdateFileSystemOpenZFSConfiguration openZFSConfiguration)
The configuration updates for an FSx for OpenZFS file system.
openZFSConfiguration
- The configuration updates for an FSx for OpenZFS file system.public UpdateFileSystemOpenZFSConfiguration getOpenZFSConfiguration()
The configuration updates for an FSx for OpenZFS file system.
public UpdateFileSystemRequest withOpenZFSConfiguration(UpdateFileSystemOpenZFSConfiguration openZFSConfiguration)
The configuration updates for an FSx for OpenZFS file system.
openZFSConfiguration
- The configuration updates for an FSx for OpenZFS file system.public void setStorageType(String storageType)
storageType
- StorageType
public String getStorageType()
StorageType
public UpdateFileSystemRequest withStorageType(String storageType)
storageType
- StorageType
public UpdateFileSystemRequest withStorageType(StorageType storageType)
storageType
- StorageType
public String toString()
toString
in class Object
Object.toString()
public UpdateFileSystemRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()