FileSystem constructor
FileSystem({
- List<
AdministrativeAction> ? administrativeActions, - DateTime? creationTime,
- String? dNSName,
- FileSystemFailureDetails? failureDetails,
- String? fileSystemId,
- FileSystemType? fileSystemType,
- String? kmsKeyId,
- FileSystemLifecycle? lifecycle,
- LustreFileSystemConfiguration? lustreConfiguration,
- List<
String> ? networkInterfaceIds, - String? ownerId,
- String? resourceARN,
- int? storageCapacity,
- StorageType? storageType,
- List<
String> ? subnetIds, - List<
Tag> ? tags, - String? vpcId,
- WindowsFileSystemConfiguration? windowsConfiguration,
Implementation
FileSystem({
this.administrativeActions,
this.creationTime,
this.dNSName,
this.failureDetails,
this.fileSystemId,
this.fileSystemType,
this.kmsKeyId,
this.lifecycle,
this.lustreConfiguration,
this.networkInterfaceIds,
this.ownerId,
this.resourceARN,
this.storageCapacity,
this.storageType,
this.subnetIds,
this.tags,
this.vpcId,
this.windowsConfiguration,
});