-
Method Summary
Retrieves a list of VirtualizedFile objects based on the provided Virtualized and StorageType filters.
Retrieves a list of VirtualizedStorage objects based on the provided Virtualized and StorageType filters.
-
Method Details
-
list
Retrieves a list of VirtualizedStorage objects based on the provided Virtualized and StorageType filters.
- Parameters:
virtualizedIO - The Virtualized object to filter the list by.
filterIO - The StorageType enum to filter the list by.
- Returns:
- An ArrayList of VirtualizedStorage objects matching the provided filters.
-
files
Retrieves a list of VirtualizedFile objects based on the provided Virtualized and StorageType filters.
- Parameters:
virtualizedIO - The Virtualized object to filter the files by.
filterIO - The StorageType enum to filter the files by.
- Returns:
- An ArrayList of VirtualizedFile objects matching the provided filters.