| Package | Description |
|---|---|
| com.amazonaws.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
OpenZFSFileSystemConfiguration |
OpenZFSFileSystemConfiguration.clone() |
OpenZFSFileSystemConfiguration |
FileSystem.getOpenZFSConfiguration()
The configuration for this Amazon FSx for OpenZFS file system.
|
OpenZFSFileSystemConfiguration |
OpenZFSFileSystemConfiguration.withAutomaticBackupRetentionDays(Integer automaticBackupRetentionDays) |
OpenZFSFileSystemConfiguration |
OpenZFSFileSystemConfiguration.withCopyTagsToBackups(Boolean copyTagsToBackups)
A Boolean value indicating whether tags on the file system should be copied to backups.
|
OpenZFSFileSystemConfiguration |
OpenZFSFileSystemConfiguration.withCopyTagsToVolumes(Boolean copyTagsToVolumes)
A Boolean value indicating whether tags for the volume should be copied to snapshots.
|
OpenZFSFileSystemConfiguration |
OpenZFSFileSystemConfiguration.withDailyAutomaticBackupStartTime(String dailyAutomaticBackupStartTime) |
OpenZFSFileSystemConfiguration |
OpenZFSFileSystemConfiguration.withDeploymentType(OpenZFSDeploymentType deploymentType)
Specifies the file-system deployment type.
|
OpenZFSFileSystemConfiguration |
OpenZFSFileSystemConfiguration.withDeploymentType(String deploymentType)
Specifies the file-system deployment type.
|
OpenZFSFileSystemConfiguration |
OpenZFSFileSystemConfiguration.withDiskIopsConfiguration(DiskIopsConfiguration diskIopsConfiguration) |
OpenZFSFileSystemConfiguration |
OpenZFSFileSystemConfiguration.withEndpointIpAddress(String endpointIpAddress)
The IP address of the endpoint that is used to access data or to manage the file system.
|
OpenZFSFileSystemConfiguration |
OpenZFSFileSystemConfiguration.withEndpointIpAddressRange(String endpointIpAddressRange)
(Multi-AZ only) Specifies the IP address range in which the endpoints to access your file system will be created.
|
OpenZFSFileSystemConfiguration |
OpenZFSFileSystemConfiguration.withPreferredSubnetId(String preferredSubnetId)
Required when
DeploymentType is set to MULTI_AZ_1. |
OpenZFSFileSystemConfiguration |
OpenZFSFileSystemConfiguration.withRootVolumeId(String rootVolumeId)
The ID of the root volume of the OpenZFS file system.
|
OpenZFSFileSystemConfiguration |
OpenZFSFileSystemConfiguration.withRouteTableIds(Collection<String> routeTableIds)
(Multi-AZ only) The VPC route tables in which your file system's endpoints are created.
|
OpenZFSFileSystemConfiguration |
OpenZFSFileSystemConfiguration.withRouteTableIds(String... routeTableIds)
(Multi-AZ only) The VPC route tables in which your file system's endpoints are created.
|
OpenZFSFileSystemConfiguration |
OpenZFSFileSystemConfiguration.withThroughputCapacity(Integer throughputCapacity)
The throughput of an Amazon FSx file system, measured in megabytes per second (MBps).
|
OpenZFSFileSystemConfiguration |
OpenZFSFileSystemConfiguration.withWeeklyMaintenanceStartTime(String weeklyMaintenanceStartTime) |
| Modifier and Type | Method and Description |
|---|---|
void |
FileSystem.setOpenZFSConfiguration(OpenZFSFileSystemConfiguration openZFSConfiguration)
The configuration for this Amazon FSx for OpenZFS file system.
|
FileSystem |
FileSystem.withOpenZFSConfiguration(OpenZFSFileSystemConfiguration openZFSConfiguration)
The configuration for this Amazon FSx for OpenZFS file system.
|
Copyright © 2025. All rights reserved.