amazonka-fsx-2.0: Amazon FSx SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.FSx.Types.CreateFileSystemOntapConfiguration

Description

 
Synopsis

Documentation

data CreateFileSystemOntapConfiguration Source #

The ONTAP configuration properties of the FSx for ONTAP file system that you are creating.

See: newCreateFileSystemOntapConfiguration smart constructor.

Constructors

CreateFileSystemOntapConfiguration' 

Fields

  • automaticBackupRetentionDays :: Maybe Natural
     
  • dailyAutomaticBackupStartTime :: Maybe Text
     
  • diskIopsConfiguration :: Maybe DiskIopsConfiguration

    The SSD IOPS configuration for the FSx for ONTAP file system.

  • endpointIpAddressRange :: Maybe Text

    (Multi-AZ only) Specifies the IP address range in which the endpoints to access your file system will be created. By default in the Amazon FSx API, Amazon FSx selects an unused IP address range for you from the 198.19.* range. By default in the Amazon FSx console, Amazon FSx chooses the last 64 IP addresses from the VPC’s primary CIDR range to use as the endpoint IP address range for the file system. You can have overlapping endpoint IP addresses for file systems deployed in the same VPC/route tables.

  • fsxAdminPassword :: Maybe (Sensitive Text)

    The ONTAP administrative password for the fsxadmin user with which you administer your file system using the NetApp ONTAP CLI and REST API.

  • preferredSubnetId :: Maybe Text

    Required when DeploymentType is set to MULTI_AZ_1. This specifies the subnet in which you want the preferred file server to be located.

  • routeTableIds :: Maybe [Text]

    (Multi-AZ only) Specifies the virtual private cloud (VPC) route tables in which your file system's endpoints will be created. You should specify all VPC route tables associated with the subnets in which your clients are located. By default, Amazon FSx selects your VPC's default route table.

  • weeklyMaintenanceStartTime :: Maybe Text
     
  • deploymentType :: OntapDeploymentType

    Specifies the FSx for ONTAP file system deployment type to use in creating the file system.

    • MULTI_AZ_1 - (Default) A high availability file system configured for Multi-AZ redundancy to tolerate temporary Availability Zone (AZ) unavailability.
    • SINGLE_AZ_1 - A file system configured for Single-AZ redundancy.

    For information about the use cases for Multi-AZ and Single-AZ deployments, refer to Choosing a file system deployment type.

  • throughputCapacity :: Natural

    Sets the throughput capacity for the file system that you're creating. Valid values are 128, 256, 512, 1024, 2048, and 4096 MBps.

Instances

Instances details
ToJSON CreateFileSystemOntapConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.CreateFileSystemOntapConfiguration

Generic CreateFileSystemOntapConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.CreateFileSystemOntapConfiguration

Associated Types

type Rep CreateFileSystemOntapConfiguration :: Type -> Type #

Show CreateFileSystemOntapConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.CreateFileSystemOntapConfiguration

NFData CreateFileSystemOntapConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.CreateFileSystemOntapConfiguration

Eq CreateFileSystemOntapConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.CreateFileSystemOntapConfiguration

Hashable CreateFileSystemOntapConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.CreateFileSystemOntapConfiguration

type Rep CreateFileSystemOntapConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.CreateFileSystemOntapConfiguration

type Rep CreateFileSystemOntapConfiguration = D1 ('MetaData "CreateFileSystemOntapConfiguration" "Amazonka.FSx.Types.CreateFileSystemOntapConfiguration" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "CreateFileSystemOntapConfiguration'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "automaticBackupRetentionDays") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "dailyAutomaticBackupStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "diskIopsConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DiskIopsConfiguration)) :*: (S1 ('MetaSel ('Just "endpointIpAddressRange") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "fsxAdminPassword") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text)))))) :*: ((S1 ('MetaSel ('Just "preferredSubnetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "routeTableIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "weeklyMaintenanceStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "deploymentType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 OntapDeploymentType) :*: S1 ('MetaSel ('Just "throughputCapacity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural))))))

newCreateFileSystemOntapConfiguration Source #

Create a value of CreateFileSystemOntapConfiguration 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:automaticBackupRetentionDays:CreateFileSystemOntapConfiguration', createFileSystemOntapConfiguration_automaticBackupRetentionDays - Undocumented member.

$sel:dailyAutomaticBackupStartTime:CreateFileSystemOntapConfiguration', createFileSystemOntapConfiguration_dailyAutomaticBackupStartTime - Undocumented member.

$sel:diskIopsConfiguration:CreateFileSystemOntapConfiguration', createFileSystemOntapConfiguration_diskIopsConfiguration - The SSD IOPS configuration for the FSx for ONTAP file system.

$sel:endpointIpAddressRange:CreateFileSystemOntapConfiguration', createFileSystemOntapConfiguration_endpointIpAddressRange - (Multi-AZ only) Specifies the IP address range in which the endpoints to access your file system will be created. By default in the Amazon FSx API, Amazon FSx selects an unused IP address range for you from the 198.19.* range. By default in the Amazon FSx console, Amazon FSx chooses the last 64 IP addresses from the VPC’s primary CIDR range to use as the endpoint IP address range for the file system. You can have overlapping endpoint IP addresses for file systems deployed in the same VPC/route tables.

$sel:fsxAdminPassword:CreateFileSystemOntapConfiguration', createFileSystemOntapConfiguration_fsxAdminPassword - The ONTAP administrative password for the fsxadmin user with which you administer your file system using the NetApp ONTAP CLI and REST API.

$sel:preferredSubnetId:CreateFileSystemOntapConfiguration', createFileSystemOntapConfiguration_preferredSubnetId - Required when DeploymentType is set to MULTI_AZ_1. This specifies the subnet in which you want the preferred file server to be located.

$sel:routeTableIds:CreateFileSystemOntapConfiguration', createFileSystemOntapConfiguration_routeTableIds - (Multi-AZ only) Specifies the virtual private cloud (VPC) route tables in which your file system's endpoints will be created. You should specify all VPC route tables associated with the subnets in which your clients are located. By default, Amazon FSx selects your VPC's default route table.

$sel:weeklyMaintenanceStartTime:CreateFileSystemOntapConfiguration', createFileSystemOntapConfiguration_weeklyMaintenanceStartTime - Undocumented member.

$sel:deploymentType:CreateFileSystemOntapConfiguration', createFileSystemOntapConfiguration_deploymentType - Specifies the FSx for ONTAP file system deployment type to use in creating the file system.

  • MULTI_AZ_1 - (Default) A high availability file system configured for Multi-AZ redundancy to tolerate temporary Availability Zone (AZ) unavailability.
  • SINGLE_AZ_1 - A file system configured for Single-AZ redundancy.

For information about the use cases for Multi-AZ and Single-AZ deployments, refer to Choosing a file system deployment type.

$sel:throughputCapacity:CreateFileSystemOntapConfiguration', createFileSystemOntapConfiguration_throughputCapacity - Sets the throughput capacity for the file system that you're creating. Valid values are 128, 256, 512, 1024, 2048, and 4096 MBps.

createFileSystemOntapConfiguration_endpointIpAddressRange :: Lens' CreateFileSystemOntapConfiguration (Maybe Text) Source #

(Multi-AZ only) Specifies the IP address range in which the endpoints to access your file system will be created. By default in the Amazon FSx API, Amazon FSx selects an unused IP address range for you from the 198.19.* range. By default in the Amazon FSx console, Amazon FSx chooses the last 64 IP addresses from the VPC’s primary CIDR range to use as the endpoint IP address range for the file system. You can have overlapping endpoint IP addresses for file systems deployed in the same VPC/route tables.

createFileSystemOntapConfiguration_fsxAdminPassword :: Lens' CreateFileSystemOntapConfiguration (Maybe Text) Source #

The ONTAP administrative password for the fsxadmin user with which you administer your file system using the NetApp ONTAP CLI and REST API.

createFileSystemOntapConfiguration_preferredSubnetId :: Lens' CreateFileSystemOntapConfiguration (Maybe Text) Source #

Required when DeploymentType is set to MULTI_AZ_1. This specifies the subnet in which you want the preferred file server to be located.

createFileSystemOntapConfiguration_routeTableIds :: Lens' CreateFileSystemOntapConfiguration (Maybe [Text]) Source #

(Multi-AZ only) Specifies the virtual private cloud (VPC) route tables in which your file system's endpoints will be created. You should specify all VPC route tables associated with the subnets in which your clients are located. By default, Amazon FSx selects your VPC's default route table.

createFileSystemOntapConfiguration_deploymentType :: Lens' CreateFileSystemOntapConfiguration OntapDeploymentType Source #

Specifies the FSx for ONTAP file system deployment type to use in creating the file system.

  • MULTI_AZ_1 - (Default) A high availability file system configured for Multi-AZ redundancy to tolerate temporary Availability Zone (AZ) unavailability.
  • SINGLE_AZ_1 - A file system configured for Single-AZ redundancy.

For information about the use cases for Multi-AZ and Single-AZ deployments, refer to Choosing a file system deployment type.

createFileSystemOntapConfiguration_throughputCapacity :: Lens' CreateFileSystemOntapConfiguration Natural Source #

Sets the throughput capacity for the file system that you're creating. Valid values are 128, 256, 512, 1024, 2048, and 4096 MBps.