WindowsFileSystemConfiguration class

The configuration for this Microsoft Windows file system.

Constructors

WindowsFileSystemConfiguration({String? activeDirectoryId, List<Alias>? aliases, int? automaticBackupRetentionDays, bool? copyTagsToBackups, String? dailyAutomaticBackupStartTime, WindowsDeploymentType? deploymentType, List<FileSystemMaintenanceOperation>? maintenanceOperationsInProgress, String? preferredFileServerIp, String? preferredSubnetId, String? remoteAdministrationEndpoint, SelfManagedActiveDirectoryAttributes? selfManagedActiveDirectoryConfiguration, int? throughputCapacity, String? weeklyMaintenanceStartTime})
WindowsFileSystemConfiguration.fromJson(Map<String, dynamic> json)
factory

Properties

activeDirectoryId String?
The ID for an existing Microsoft Active Directory instance that the file system should join when it's created.
final
aliases List<Alias>?
final
automaticBackupRetentionDays int?
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.
final
copyTagsToBackups bool?
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.
final
dailyAutomaticBackupStartTime String?
The preferred time to take daily automatic backups, in the UTC time zone.
final
deploymentType WindowsDeploymentType?
Specifies the file system deployment type, valid values are the following:
final
hashCode int
The hash code for this object.
no setterinherited
maintenanceOperationsInProgress List<FileSystemMaintenanceOperation>?
The list of maintenance operations in progress for this file system.
final
preferredFileServerIp String?
For MULTI_AZ_1 deployment types, the IP address of the primary, or preferred, file server.
final
preferredSubnetId String?
For MULTI_AZ_1 deployment types, it specifies the ID of the subnet where the preferred file server is located. Must be one of the two subnet IDs specified in SubnetIds property. Amazon FSx serves traffic from this subnet except in the event of a failover to the secondary file server.
final
remoteAdministrationEndpoint String?
For MULTI_AZ_1 deployment types, use this endpoint when performing administrative tasks on the file system using Amazon FSx Remote PowerShell.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selfManagedActiveDirectoryConfiguration SelfManagedActiveDirectoryAttributes?
final
throughputCapacity int?
The throughput of an Amazon FSx file system, measured in megabytes per second.
final
weeklyMaintenanceStartTime String?
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.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited