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
- # Required. Supported in v9.3+
- # Metadata of the Kubernetes Virtual Machine Snapshot, which includes volume
- # information and virtual machine disk names.
- : String!
- # Required. Supported in v9.3+
- # Name of the Kubernetes Virtual Machine.
- : String!
- }