WindowsFileSystemConfiguration constructor
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,
Implementation
WindowsFileSystemConfiguration({
this.activeDirectoryId,
this.aliases,
this.automaticBackupRetentionDays,
this.copyTagsToBackups,
this.dailyAutomaticBackupStartTime,
this.deploymentType,
this.maintenanceOperationsInProgress,
this.preferredFileServerIp,
this.preferredSubnetId,
this.remoteAdministrationEndpoint,
this.selfManagedActiveDirectoryConfiguration,
this.throughputCapacity,
this.weeklyMaintenanceStartTime,
});