FileSystem constructor

FileSystem({
  1. List<AdministrativeAction>? administrativeActions,
  2. DateTime? creationTime,
  3. String? dNSName,
  4. FileSystemFailureDetails? failureDetails,
  5. String? fileSystemId,
  6. FileSystemType? fileSystemType,
  7. String? kmsKeyId,
  8. FileSystemLifecycle? lifecycle,
  9. LustreFileSystemConfiguration? lustreConfiguration,
  10. List<String>? networkInterfaceIds,
  11. String? ownerId,
  12. String? resourceARN,
  13. int? storageCapacity,
  14. StorageType? storageType,
  15. List<String>? subnetIds,
  16. List<Tag>? tags,
  17. String? vpcId,
  18. 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,
});