| Package | Description |
|---|---|
| com.amazonaws.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
OntapFileSystemConfiguration |
OntapFileSystemConfiguration.clone() |
OntapFileSystemConfiguration |
FileSystem.getOntapConfiguration()
The configuration for this Amazon FSx for NetApp ONTAP file system.
|
OntapFileSystemConfiguration |
OntapFileSystemConfiguration.withAutomaticBackupRetentionDays(Integer automaticBackupRetentionDays) |
OntapFileSystemConfiguration |
OntapFileSystemConfiguration.withDailyAutomaticBackupStartTime(String dailyAutomaticBackupStartTime) |
OntapFileSystemConfiguration |
OntapFileSystemConfiguration.withDeploymentType(OntapDeploymentType deploymentType)
Specifies the FSx for ONTAP file system deployment type in use in the file system.
|
OntapFileSystemConfiguration |
OntapFileSystemConfiguration.withDeploymentType(String deploymentType)
Specifies the FSx for ONTAP file system deployment type in use in the file system.
|
OntapFileSystemConfiguration |
OntapFileSystemConfiguration.withDiskIopsConfiguration(DiskIopsConfiguration diskIopsConfiguration)
The SSD IOPS configuration for the ONTAP file system, specifying the number of provisioned IOPS and the provision
mode.
|
OntapFileSystemConfiguration |
OntapFileSystemConfiguration.withEndpointIpAddressRange(String endpointIpAddressRange)
(Multi-AZ only) The IP address range in which the endpoints to access your file system are created.
|
OntapFileSystemConfiguration |
OntapFileSystemConfiguration.withEndpoints(FileSystemEndpoints endpoints)
The
Management and Intercluster endpoints that are used to access data or to manage the
file system using the NetApp ONTAP CLI, REST API, or NetApp SnapMirror. |
OntapFileSystemConfiguration |
OntapFileSystemConfiguration.withPreferredSubnetId(String preferredSubnetId) |
OntapFileSystemConfiguration |
OntapFileSystemConfiguration.withRouteTableIds(Collection<String> routeTableIds)
(Multi-AZ only) The VPC route tables in which your file system's endpoints are created.
|
OntapFileSystemConfiguration |
OntapFileSystemConfiguration.withRouteTableIds(String... routeTableIds)
(Multi-AZ only) The VPC route tables in which your file system's endpoints are created.
|
OntapFileSystemConfiguration |
OntapFileSystemConfiguration.withThroughputCapacity(Integer throughputCapacity) |
OntapFileSystemConfiguration |
OntapFileSystemConfiguration.withWeeklyMaintenanceStartTime(String weeklyMaintenanceStartTime) |
| Modifier and Type | Method and Description |
|---|---|
void |
FileSystem.setOntapConfiguration(OntapFileSystemConfiguration ontapConfiguration)
The configuration for this Amazon FSx for NetApp ONTAP file system.
|
FileSystem |
FileSystem.withOntapConfiguration(OntapFileSystemConfiguration ontapConfiguration)
The configuration for this Amazon FSx for NetApp ONTAP file system.
|
Copyright © 2023. All rights reserved.