Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
- data UpdateFileSystemOntapConfiguration = UpdateFileSystemOntapConfiguration' {
- addRouteTableIds :: Maybe [Text]
- automaticBackupRetentionDays :: Maybe Natural
- dailyAutomaticBackupStartTime :: Maybe Text
- diskIopsConfiguration :: Maybe DiskIopsConfiguration
- fsxAdminPassword :: Maybe (Sensitive Text)
- removeRouteTableIds :: Maybe [Text]
- throughputCapacity :: Maybe Natural
- weeklyMaintenanceStartTime :: Maybe Text
- newUpdateFileSystemOntapConfiguration :: UpdateFileSystemOntapConfiguration
- updateFileSystemOntapConfiguration_addRouteTableIds :: Lens' UpdateFileSystemOntapConfiguration (Maybe [Text])
- updateFileSystemOntapConfiguration_automaticBackupRetentionDays :: Lens' UpdateFileSystemOntapConfiguration (Maybe Natural)
- updateFileSystemOntapConfiguration_dailyAutomaticBackupStartTime :: Lens' UpdateFileSystemOntapConfiguration (Maybe Text)
- updateFileSystemOntapConfiguration_diskIopsConfiguration :: Lens' UpdateFileSystemOntapConfiguration (Maybe DiskIopsConfiguration)
- updateFileSystemOntapConfiguration_fsxAdminPassword :: Lens' UpdateFileSystemOntapConfiguration (Maybe Text)
- updateFileSystemOntapConfiguration_removeRouteTableIds :: Lens' UpdateFileSystemOntapConfiguration (Maybe [Text])
- updateFileSystemOntapConfiguration_throughputCapacity :: Lens' UpdateFileSystemOntapConfiguration (Maybe Natural)
- updateFileSystemOntapConfiguration_weeklyMaintenanceStartTime :: Lens' UpdateFileSystemOntapConfiguration (Maybe Text)
Documentation
data UpdateFileSystemOntapConfiguration Source #
The configuration updates for an Amazon FSx for NetApp ONTAP file system.
See: newUpdateFileSystemOntapConfiguration
smart constructor.
UpdateFileSystemOntapConfiguration' | |
|
Instances
newUpdateFileSystemOntapConfiguration :: UpdateFileSystemOntapConfiguration Source #
Create a value of UpdateFileSystemOntapConfiguration
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:addRouteTableIds:UpdateFileSystemOntapConfiguration'
, updateFileSystemOntapConfiguration_addRouteTableIds
- (Multi-AZ only) A list of IDs of new virtual private cloud (VPC) route
tables to associate (add) with your Amazon FSx for NetApp ONTAP file
system.
$sel:automaticBackupRetentionDays:UpdateFileSystemOntapConfiguration'
, updateFileSystemOntapConfiguration_automaticBackupRetentionDays
- Undocumented member.
$sel:dailyAutomaticBackupStartTime:UpdateFileSystemOntapConfiguration'
, updateFileSystemOntapConfiguration_dailyAutomaticBackupStartTime
- Undocumented member.
$sel:diskIopsConfiguration:UpdateFileSystemOntapConfiguration'
, updateFileSystemOntapConfiguration_diskIopsConfiguration
- The SSD IOPS (input/output operations per second) configuration for an
Amazon FSx for NetApp ONTAP file system. The default is 3 IOPS per GB of
storage capacity, but you can provision additional IOPS per GB of
storage. The configuration consists of an IOPS mode (AUTOMATIC
or
USER_PROVISIONED
), and in the case of USER_PROVISIONED
IOPS, the
total number of SSD IOPS provisioned.
$sel:fsxAdminPassword:UpdateFileSystemOntapConfiguration'
, updateFileSystemOntapConfiguration_fsxAdminPassword
- The ONTAP administrative password for the fsxadmin
user.
$sel:removeRouteTableIds:UpdateFileSystemOntapConfiguration'
, updateFileSystemOntapConfiguration_removeRouteTableIds
- (Multi-AZ only) A list of IDs of existing virtual private cloud (VPC)
route tables to disassociate (remove) from your Amazon FSx for NetApp
ONTAP file system. You can use the API operation to retrieve the list of
VPC route table IDs for a file system.
$sel:throughputCapacity:UpdateFileSystemOntapConfiguration'
, updateFileSystemOntapConfiguration_throughputCapacity
- Specifies the throughput of an FSx for NetApp ONTAP file system,
measured in megabytes per second (MBps). Valid values are 128, 256, 512,
1024, 2048, and 4096 MBps.
$sel:weeklyMaintenanceStartTime:UpdateFileSystemOntapConfiguration'
, updateFileSystemOntapConfiguration_weeklyMaintenanceStartTime
- Undocumented member.
updateFileSystemOntapConfiguration_addRouteTableIds :: Lens' UpdateFileSystemOntapConfiguration (Maybe [Text]) Source #
(Multi-AZ only) A list of IDs of new virtual private cloud (VPC) route tables to associate (add) with your Amazon FSx for NetApp ONTAP file system.
updateFileSystemOntapConfiguration_automaticBackupRetentionDays :: Lens' UpdateFileSystemOntapConfiguration (Maybe Natural) Source #
Undocumented member.
updateFileSystemOntapConfiguration_dailyAutomaticBackupStartTime :: Lens' UpdateFileSystemOntapConfiguration (Maybe Text) Source #
Undocumented member.
updateFileSystemOntapConfiguration_diskIopsConfiguration :: Lens' UpdateFileSystemOntapConfiguration (Maybe DiskIopsConfiguration) Source #
The SSD IOPS (input/output operations per second) configuration for an
Amazon FSx for NetApp ONTAP file system. The default is 3 IOPS per GB of
storage capacity, but you can provision additional IOPS per GB of
storage. The configuration consists of an IOPS mode (AUTOMATIC
or
USER_PROVISIONED
), and in the case of USER_PROVISIONED
IOPS, the
total number of SSD IOPS provisioned.
updateFileSystemOntapConfiguration_fsxAdminPassword :: Lens' UpdateFileSystemOntapConfiguration (Maybe Text) Source #
The ONTAP administrative password for the fsxadmin
user.
updateFileSystemOntapConfiguration_removeRouteTableIds :: Lens' UpdateFileSystemOntapConfiguration (Maybe [Text]) Source #
(Multi-AZ only) A list of IDs of existing virtual private cloud (VPC) route tables to disassociate (remove) from your Amazon FSx for NetApp ONTAP file system. You can use the API operation to retrieve the list of VPC route table IDs for a file system.
updateFileSystemOntapConfiguration_throughputCapacity :: Lens' UpdateFileSystemOntapConfiguration (Maybe Natural) Source #
Specifies the throughput of an FSx for NetApp ONTAP file system, measured in megabytes per second (MBps). Valid values are 128, 256, 512, 1024, 2048, and 4096 MBps.
updateFileSystemOntapConfiguration_weeklyMaintenanceStartTime :: Lens' UpdateFileSystemOntapConfiguration (Maybe Text) Source #
Undocumented member.