| Package | Description |
|---|---|
| com.amazonaws.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
CreateFileSystemOntapConfiguration |
CreateFileSystemOntapConfiguration.clone() |
CreateFileSystemOntapConfiguration |
CreateFileSystemRequest.getOntapConfiguration() |
CreateFileSystemOntapConfiguration |
CreateFileSystemOntapConfiguration.withAutomaticBackupRetentionDays(Integer automaticBackupRetentionDays) |
CreateFileSystemOntapConfiguration |
CreateFileSystemOntapConfiguration.withDailyAutomaticBackupStartTime(String dailyAutomaticBackupStartTime) |
CreateFileSystemOntapConfiguration |
CreateFileSystemOntapConfiguration.withDeploymentType(OntapDeploymentType deploymentType)
Specifies the FSx for ONTAP file system deployment type to use in creating the file system.
|
CreateFileSystemOntapConfiguration |
CreateFileSystemOntapConfiguration.withDeploymentType(String deploymentType)
Specifies the FSx for ONTAP file system deployment type to use in creating the file system.
|
CreateFileSystemOntapConfiguration |
CreateFileSystemOntapConfiguration.withDiskIopsConfiguration(DiskIopsConfiguration diskIopsConfiguration)
The SSD IOPS configuration for the FSx for ONTAP file system.
|
CreateFileSystemOntapConfiguration |
CreateFileSystemOntapConfiguration.withEndpointIpAddressRange(String endpointIpAddressRange)
(Multi-AZ only) Specifies the IP address range in which the endpoints to access your file system will be created.
|
CreateFileSystemOntapConfiguration |
CreateFileSystemOntapConfiguration.withFsxAdminPassword(String fsxAdminPassword)
The ONTAP administrative password for the
fsxadmin user with which you administer your file system
using the NetApp ONTAP CLI and REST API. |
CreateFileSystemOntapConfiguration |
CreateFileSystemOntapConfiguration.withPreferredSubnetId(String preferredSubnetId)
Required when
DeploymentType is set to MULTI_AZ_1. |
CreateFileSystemOntapConfiguration |
CreateFileSystemOntapConfiguration.withRouteTableIds(Collection<String> routeTableIds)
(Multi-AZ only) Specifies the virtual private cloud (VPC) route tables in which your file system's endpoints will
be created.
|
CreateFileSystemOntapConfiguration |
CreateFileSystemOntapConfiguration.withRouteTableIds(String... routeTableIds)
(Multi-AZ only) Specifies the virtual private cloud (VPC) route tables in which your file system's endpoints will
be created.
|
CreateFileSystemOntapConfiguration |
CreateFileSystemOntapConfiguration.withThroughputCapacity(Integer throughputCapacity)
Sets the throughput capacity for the file system that you're creating.
|
CreateFileSystemOntapConfiguration |
CreateFileSystemOntapConfiguration.withWeeklyMaintenanceStartTime(String weeklyMaintenanceStartTime) |
| Modifier and Type | Method and Description |
|---|---|
void |
CreateFileSystemRequest.setOntapConfiguration(CreateFileSystemOntapConfiguration ontapConfiguration) |
CreateFileSystemRequest |
CreateFileSystemRequest.withOntapConfiguration(CreateFileSystemOntapConfiguration ontapConfiguration) |
Copyright © 2023. All rights reserved.