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 this Microsoft Windows file system.
Namespace: Amazon.FSx.Model
Assembly: AWSSDK.FSx.dll
Version: 3.x.y.z
public class WindowsFileSystemConfiguration
The WindowsFileSystemConfiguration type exposes the following members
| Name | Description | |
|---|---|---|
|
WindowsFileSystemConfiguration() |
| Name | Type | Description | |
|---|---|---|---|
|
ActiveDirectoryId | System.String |
Gets and sets the property ActiveDirectoryId. The ID for an existing Amazon Web Services Managed Microsoft Active Directory instance that the file system is joined to. |
|
Aliases | System.Collections.Generic.List<Amazon.FSx.Model.Alias> |
Gets and sets the property Aliases. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true. |
|
AuditLogConfiguration | Amazon.FSx.Model.WindowsAuditLogConfiguration |
Gets and sets the property AuditLogConfiguration. The configuration that Amazon FSx for Windows File Server uses to audit and log user accesses of files, folders, and file shares on the Amazon FSx for Windows File Server file system. |
|
AutomaticBackupRetentionDays | System.Nullable<System.Int32> |
Gets and sets the property AutomaticBackupRetentionDays. The number of days to retain automatic backups. Setting this to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days. |
|
CopyTagsToBackups | System.Nullable<System.Boolean> |
Gets and sets the property CopyTagsToBackups. A boolean flag indicating whether tags on the file system should be copied to backups. This value defaults to false. 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. |
|
DailyAutomaticBackupStartTime | System.String |
Gets and sets the property DailyAutomaticBackupStartTime. The preferred time to take daily automatic backups, in the UTC time zone. |
|
DeploymentType | Amazon.FSx.WindowsDeploymentType |
Gets and sets the property DeploymentType. Specifies the file system deployment type, valid values are the following:
For more information, see Single-AZ and Multi-AZ File Systems. |
|
DiskIopsConfiguration | Amazon.FSx.Model.DiskIopsConfiguration |
Gets and sets the property DiskIopsConfiguration. The SSD IOPS (input/output operations per second) configuration for an Amazon FSx for Windows file system. By default, Amazon FSx automatically provisions 3 IOPS per GiB of storage capacity. You can provision additional IOPS per GiB of storage, up to the maximum limit associated with your chosen throughput capacity. |
|
FsrmConfiguration | Amazon.FSx.Model.WindowsFsrmConfiguration |
Gets and sets the property FsrmConfiguration. The File Server Resource Manager (FSRM) configuration that Amazon FSx for Windows File Server uses for the file system. FSRM is disabled by default. |
|
MaintenanceOperationsInProgress | System.Collections.Generic.List<System.String> |
Gets and sets the property MaintenanceOperationsInProgress. The list of maintenance operations in progress for this file system. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true. |
|
PreferredFileServerIp | System.String |
Gets and sets the property PreferredFileServerIp.
For Use this IP address when mounting the file system on Linux SMB clients or Windows SMB clients that are not joined to a Microsoft Active Directory. Applicable for all Windows file system deployment types. This IPv4 address is temporarily unavailable when the file system is undergoing maintenance. For Linux and Windows SMB clients that are joined to an Active Directory, use the file system's DNSName instead. For more information on mapping and mounting file shares, see Accessing data using file shares. |
|
PreferredFileServerIpv6 | System.String |
Gets and sets the property PreferredFileServerIpv6. For MULTI_AZ_1 deployment types, the IPv6 address of the primary, or preferred, file server. Use this IP address when mounting the file system on Linux SMB clients or Windows SMB clients that are not joined to a Microsoft Active Directory. Applicable for all Windows file system deployment types. This IPv6 address is temporarily unavailable when the file system is undergoing maintenance. For Linux and Windows SMB clients that are joined to an Active Directory, use the file system's DNSName instead. |
|
PreferredSubnetId | System.String |
Gets and sets the property PreferredSubnetId.
For
For |
|
RemoteAdministrationEndpoint | System.String |
Gets and sets the property RemoteAdministrationEndpoint.
For
For This endpoint is temporarily unavailable when the file system is undergoing maintenance. |
|
SelfManagedActiveDirectoryConfiguration | Amazon.FSx.Model.SelfManagedActiveDirectoryAttributes |
Gets and sets the property SelfManagedActiveDirectoryConfiguration. |
|
ThroughputCapacity | System.Nullable<System.Int32> |
Gets and sets the property ThroughputCapacity. The throughput of the Amazon FSx file system, measured in megabytes per second. |
|
WeeklyMaintenanceStartTime | System.String |
Gets and sets the property WeeklyMaintenanceStartTime. The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone. d is the weekday number, from 1 through 7, beginning with Monday and ending with Sunday. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.7.2 and newer