ListFilesInGuestRequestType

ListFilesInGuestRequestType
ListFilesInGuestRequestType

The parameters of ListFilesInGuest.

JSON Example
{
    "vm": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "auth": {
        "_typeName": "string",
        "interactiveSession": false
    },
    "filePath": "string",
    "index": 0,
    "maxResults": 0,
    "matchPattern": "string"
}
vm
Required

Virtual Machine to perform the operation on.

Required privileges: VirtualMachine.GuestOperations.Query

auth
Required

The guest authentication data. See GuestAuthentication.

string
filePath
Required

The complete path to the directory or file to query.

integer As int32 As int32
index
Optional

Which result to start the list with. The default is 0.

integer As int32 As int32
maxResults
Optional

The maximum number of results to return. The default is 50.

string
matchPattern
Optional

A filter for the return values. Match patterns are specified using perl-compatible regular expressions. If matchPattern is unset, then the pattern '.*' is used.