class Aws::FSx::Types::StorageVirtualMachineFilter

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.

@note When making an API call, you may pass StorageVirtualMachineFilter

data as a hash:

    {
      name: "file-system-id", # accepts file-system-id
      values: ["StorageVirtualMachineFilterValue"],
    }

@!attribute [rw] name

The name for this filter.
@return [String]

@!attribute [rw] values

The values of the filter. These are all the values for any of the
applied filters.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/StorageVirtualMachineFilter AWS API Documentation

Constants

SENSITIVE