VmGuestFilesystemFilesFilterSpec

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


Properties

string
match_pattern Optional

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

JSON Example

{
	"match_pattern": "string"
}

Feedback

Was this page helpful?