Vm_Guest_Filesystem_Files_FilterSpec

Vm_Guest_Filesystem_Files_FilterSpec
Vm_Guest_Filesystem_Files_FilterSpec

The Files.FilterSpec structure contains information used to filter the results when listing files (see Files.list).

JSON Example
{
    "match_pattern": "string"
}
string
match_pattern
Optional

The perl-compatible regular expression used to filter the returned files. If unset the pattern '.*' (match everything) is used.