Class VolumeFilter
A filter used to restrict the results of describe calls for Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volumes. You can use multiple filters to return results that meet all applied filter requirements.
public class VolumeFilter
- Inheritance
-
VolumeFilter
- Inherited Members
Constructors
VolumeFilter()
public VolumeFilter()
Properties
Name
Gets and sets the property Name.
The name for this filter.
public VolumeFilterName Name { get; set; }
Property Value
Values
Gets and sets the property Values.
The values of the filter. These are all the values for any of the applied filters.
public List<string> Values { get; set; }