| Package | Description |
|---|---|
| com.amazonaws.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
CreateFileSystemOpenZFSConfiguration |
CreateFileSystemOpenZFSConfiguration.clone() |
CreateFileSystemOpenZFSConfiguration |
CreateFileSystemRequest.getOpenZFSConfiguration()
The OpenZFS configuration for the file system that's being created.
|
CreateFileSystemOpenZFSConfiguration |
CreateFileSystemFromBackupRequest.getOpenZFSConfiguration()
The OpenZFS configuration for the file system that's being created.
|
CreateFileSystemOpenZFSConfiguration |
CreateFileSystemOpenZFSConfiguration.withAutomaticBackupRetentionDays(Integer automaticBackupRetentionDays) |
CreateFileSystemOpenZFSConfiguration |
CreateFileSystemOpenZFSConfiguration.withCopyTagsToBackups(Boolean copyTagsToBackups)
A Boolean value indicating whether tags for the file system should be copied to backups.
|
CreateFileSystemOpenZFSConfiguration |
CreateFileSystemOpenZFSConfiguration.withCopyTagsToVolumes(Boolean copyTagsToVolumes)
A Boolean value indicating whether tags for the file system should be copied to volumes.
|
CreateFileSystemOpenZFSConfiguration |
CreateFileSystemOpenZFSConfiguration.withDailyAutomaticBackupStartTime(String dailyAutomaticBackupStartTime) |
CreateFileSystemOpenZFSConfiguration |
CreateFileSystemOpenZFSConfiguration.withDeploymentType(OpenZFSDeploymentType deploymentType)
Specifies the file system deployment type.
|
CreateFileSystemOpenZFSConfiguration |
CreateFileSystemOpenZFSConfiguration.withDeploymentType(String deploymentType)
Specifies the file system deployment type.
|
CreateFileSystemOpenZFSConfiguration |
CreateFileSystemOpenZFSConfiguration.withDiskIopsConfiguration(DiskIopsConfiguration diskIopsConfiguration) |
CreateFileSystemOpenZFSConfiguration |
CreateFileSystemOpenZFSConfiguration.withEndpointIpAddressRange(String endpointIpAddressRange)
(Multi-AZ only) Specifies the IP address range in which the endpoints to access your file system will be created.
|
CreateFileSystemOpenZFSConfiguration |
CreateFileSystemOpenZFSConfiguration.withPreferredSubnetId(String preferredSubnetId)
Required when
DeploymentType is set to MULTI_AZ_1. |
CreateFileSystemOpenZFSConfiguration |
CreateFileSystemOpenZFSConfiguration.withRootVolumeConfiguration(OpenZFSCreateRootVolumeConfiguration rootVolumeConfiguration)
The configuration Amazon FSx uses when creating the root value of the Amazon FSx for OpenZFS file system.
|
CreateFileSystemOpenZFSConfiguration |
CreateFileSystemOpenZFSConfiguration.withRouteTableIds(Collection<String> routeTableIds)
(Multi-AZ only) Specifies the route tables in which Amazon FSx creates the rules for routing traffic to the
correct file server.
|
CreateFileSystemOpenZFSConfiguration |
CreateFileSystemOpenZFSConfiguration.withRouteTableIds(String... routeTableIds)
(Multi-AZ only) Specifies the route tables in which Amazon FSx creates the rules for routing traffic to the
correct file server.
|
CreateFileSystemOpenZFSConfiguration |
CreateFileSystemOpenZFSConfiguration.withThroughputCapacity(Integer throughputCapacity)
Specifies the throughput of an Amazon FSx for OpenZFS file system, measured in megabytes per second (MBps).
|
CreateFileSystemOpenZFSConfiguration |
CreateFileSystemOpenZFSConfiguration.withWeeklyMaintenanceStartTime(String weeklyMaintenanceStartTime) |
| Modifier and Type | Method and Description |
|---|---|
void |
CreateFileSystemRequest.setOpenZFSConfiguration(CreateFileSystemOpenZFSConfiguration openZFSConfiguration)
The OpenZFS configuration for the file system that's being created.
|
void |
CreateFileSystemFromBackupRequest.setOpenZFSConfiguration(CreateFileSystemOpenZFSConfiguration openZFSConfiguration)
The OpenZFS configuration for the file system that's being created.
|
CreateFileSystemRequest |
CreateFileSystemRequest.withOpenZFSConfiguration(CreateFileSystemOpenZFSConfiguration openZFSConfiguration)
The OpenZFS configuration for the file system that's being created.
|
CreateFileSystemFromBackupRequest |
CreateFileSystemFromBackupRequest.withOpenZFSConfiguration(CreateFileSystemOpenZFSConfiguration openZFSConfiguration)
The OpenZFS configuration for the file system that's being created.
|
Copyright © 2025. All rights reserved.