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

Reference to an instance of the VirtualMachine managed object.

auth
Required

GuestAuthentication is an abstract base class for authentication in the guest.

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.