INPUT_OBJECT
SearchNutanixVmInput
Description
Input for InternalSearchNutanixVm.
link GraphQL Schema definition
- input SearchNutanixVmInput {
- # Pagination cursor returned by the previous request.
- : String
- # 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!
- # Maximum number of entries in the response.
- : Int
- # Required. The path query. Either path prefix or filename prefix.
- : String!
- }