OBJECT

K8sVmSnapshotSummary

Description

Supported in v9.3+ Properties of the Kubernetes virtual machine snapshot.

link GraphQL Schema definition

  • type K8sVmSnapshotSummary {
  • # The base snapshot summary for Kubernetes virtual machine snapshot.
  • baseSnapshotSummary: BaseSnapshotSummary
  • # Required. Supported in v9.3+
  • # Metadata of the Kubernetes Virtual Machine Snapshot, which includes volume
  • # information and virtual machine disk names.
  • metadata: String!
  • # Required. Supported in v9.3+
  • # Name of the Kubernetes Virtual Machine.
  • name: String!
  • }