AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

The configuration for the Amazon FSx for OpenZFS file system.

Inheritance Hierarchy

System.Object
  Amazon.FSx.Model.OpenZFSFileSystemConfiguration

Namespace: Amazon.FSx.Model
Assembly: AWSSDK.FSx.dll
Version: 3.x.y.z

Syntax

C#
public class OpenZFSFileSystemConfiguration

The OpenZFSFileSystemConfiguration type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property AutomaticBackupRetentionDays System.Int32

Gets and sets the property AutomaticBackupRetentionDays.

Public Property CopyTagsToBackups System.Boolean

Gets and sets the property CopyTagsToBackups.

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.

Public Property CopyTagsToVolumes System.Boolean

Gets and sets the property CopyTagsToVolumes.

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.

Public Property DailyAutomaticBackupStartTime System.String

Gets and sets the property DailyAutomaticBackupStartTime.

Public Property DeploymentType Amazon.FSx.OpenZFSDeploymentType

Gets and sets the property DeploymentType.

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.

Public Property DiskIopsConfiguration Amazon.FSx.Model.DiskIopsConfiguration

Gets and sets the property DiskIopsConfiguration.

Public Property EndpointIpAddress System.String

Gets and sets the property EndpointIpAddress.

The IP address of the endpoint that is used to access data or to manage the file system.

Public Property EndpointIpAddressRange System.String

Gets and sets the property 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 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.

Public Property PreferredSubnetId System.String

Gets and sets the property 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.

Public Property ReadCacheConfiguration Amazon.FSx.Model.OpenZFSReadCacheConfiguration

Gets and sets the property ReadCacheConfiguration.

Required when StorageType is set to INTELLIGENT_TIERING. Specifies the optional provisioned SSD read cache.

Public Property RootVolumeId System.String

Gets and sets the property RootVolumeId.

The ID of the root volume of the OpenZFS file system.

Public Property RouteTableIds System.Collections.Generic.List<System.String>

Gets and sets the property RouteTableIds.

(Multi-AZ only) The VPC route tables in which your file system's endpoints are created.

Public Property ThroughputCapacity System.Int32

Gets and sets the property ThroughputCapacity.

The throughput of an Amazon FSx file system, measured in megabytes per second (MBps).

Public Property WeeklyMaintenanceStartTime System.String

Gets and sets the property WeeklyMaintenanceStartTime.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5