Table of Contents

Class StorageVirtualMachineFilter

Namespace
Amazon.FSx.Model
Assembly
AWSSDK.FSx.dll

A filter used to restrict the results of describe calls for Amazon FSx for NetApp ONTAP storage virtual machines (SVMs). You can use multiple filters to return results that meet all applied filter requirements.

public class StorageVirtualMachineFilter
Inheritance
StorageVirtualMachineFilter
Inherited Members

Constructors

StorageVirtualMachineFilter()

public StorageVirtualMachineFilter()

Properties

Name

Gets and sets the property Name.

The name for this filter.

public StorageVirtualMachineFilterName Name { get; set; }

Property Value

StorageVirtualMachineFilterName

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; }

Property Value

List<string>