INPUT_OBJECT

BrowseNutanixSnapshotInput

Description

Input for browsing Nutanix snapshots.

link GraphQL Schema definition

  • input BrowseNutanixSnapshotInput {
  • # Maximum number of entries in the response.
  • limit: Int
  • # Starting position in the list of path entries contained in the query results,
  • # sorted by lexicographical order. The response includes the specified numbered
  • # entry and all higher numbered entries.
  • offset: Int
  • # Required. ID of snapshot.
  • id: String!
  • # Required. The absolute path of the starting point for the directory listing.
  • path: String!
  • }

link Require by