Values.OpenZFSFileSystemConfigurationSourceThe configuration for the Amazon FSx for OpenZFS file system.
type nonrec t = {automaticBackupRetentionDays : AutomaticBackupRetentionDays.t option;copyTagsToBackups : Flag.t option;A Boolean value indicating whether tags on the file system should be copied to backups. If it's set to true, all tags on the file system are copied to all automatic backups and any user-initiated backups where the user doesn't specify any tags. If this value is true and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value.
*)copyTagsToVolumes : Flag.t option;A Boolean value indicating whether tags for the volume should be copied to snapshots. This value defaults to false. If it's set to true, all tags for the volume are copied to snapshots where the user doesn't specify tags. If this value is true and you specify one or more tags, only the specified tags are copied to snapshots. If you specify one or more tags when creating the snapshot, no tags are copied from the volume, regardless of this value.
*)dailyAutomaticBackupStartTime : DailyTime.t option;deploymentType : OpenZFSDeploymentType.t option;Specifies the file-system deployment type. Amazon FSx for OpenZFS supports
 MULTI_AZ_1, SINGLE_AZ_HA_2, SINGLE_AZ_HA_1, SINGLE_AZ_2, and SINGLE_AZ_1.
*)throughputCapacity : MegabytesPerSecond.t option;The throughput of an Amazon FSx file system, measured in megabytes per second (MBps).
*)weeklyMaintenanceStartTime : WeeklyTime.t option;diskIopsConfiguration : DiskIopsConfiguration.t option;rootVolumeId : VolumeId.t option;The ID of the root volume of the OpenZFS file system.
*)preferredSubnetId : SubnetId.t option;Required when DeploymentType is set to MULTI_AZ_1. This specifies the subnet in which you want the preferred file server to be located.
*)endpointIpAddressRange : IpAddressRange.t option;(Multi-AZ only) Specifies the IPv4 address range in which the endpoints to access your file system will be created. By default in the Amazon FSx API and Amazon FSx console, Amazon FSx selects an available /28 IP address range for you from one of the VPC's CIDR ranges. You can have overlapping endpoint IP addresses for file systems deployed in the same VPC/route tables.
*)endpointIpv6AddressRange : Ipv6AddressRange.t option;(Multi-AZ only) Specifies the IPv6 address range in which the endpoints to access your file system will be created. By default in the Amazon FSx API and Amazon FSx console, Amazon FSx selects an available /118 IP address range for you from one of the VPC's CIDR ranges. You can have overlapping endpoint IP addresses for file systems deployed in the same VPC/route tables, as long as they don't overlap with any subnet.
*)routeTableIds : RouteTableIds.t option;(Multi-AZ only) The VPC route tables in which your file system's endpoints are created.
*)endpointIpAddress : IpAddress.t option;The IPv4 address of the endpoint that is used to access data or to manage the file system.
*)endpointIpv6Address : IpAddress.t option;The IPv6 address of the endpoint that is used to access data or to manage the file system.
*)readCacheConfiguration : OpenZFSReadCacheConfiguration.t option;Required when StorageType is set to INTELLIGENT_TIERING. Specifies the optional provisioned SSD read cache.
*)}val make :
?automaticBackupRetentionDays:??? ->
?copyTagsToBackups:??? ->
?copyTagsToVolumes:??? ->
?dailyAutomaticBackupStartTime:??? ->
?deploymentType:??? ->
?throughputCapacity:??? ->
?weeklyMaintenanceStartTime:??? ->
?diskIopsConfiguration:??? ->
?rootVolumeId:??? ->
?preferredSubnetId:??? ->
?endpointIpAddressRange:??? ->
?endpointIpv6AddressRange:??? ->
?routeTableIds:??? ->
?endpointIpAddress:??? ->
?endpointIpv6Address:??? ->
?readCacheConfiguration:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Flag.t
| `Enum of string
| `Integer of AutomaticBackupRetentionDays.t
| `List of [> `String of RouteTableId.t ] list
| `String of DailyTime.t
| `Structure of
(string
* [> `Enum of string
| `Integer of StorageCapacity.t
| `Long of Iops.t ])
list ])
list ]