OBJECT

KubernetesVirtualMachineSnapshotsReply

Description

Supported in v9.3+

link GraphQL Schema definition

  • type KubernetesVirtualMachineSnapshotsReply {
  • # Supported in v9.3+
  • # List of matching objects.
  • data: [K8sVmSnapshotSummary!]!
  • # Supported in v9.3+
  • # If there is more.
  • hasMore: Boolean
  • # Supported in v9.3+
  • # Cursor to retrieve the next set of results.
  • nextCursor: String
  • # Supported in v9.3+
  • # Total list responses.
  • total: Int
  • }

link Require by