INPUT_OBJECT
SearchNutanixVmInput
Description
Input for InternalSearchNutanixVm.
link GraphQL Schema definition
- input SearchNutanixVmInput {
- # Pagination cursor returned by the previous request.
- String :
- # Maximum number of entries in the response.
- Int :
- # Required. v5.0-v5.3: ID of the vm
- # v6.0-v8.0: ID of the vm.
- # v8.1+: ID of the virtual machine.
- String! :
- # Required. The path query. Either path prefix or filename prefix.
- String! :
- }