OBJECT

ReplicatedSnapshotInfo

Description

Information about Kubernetes Replicated Snapshots.

link GraphQL Schema definition

  • type ReplicatedSnapshotInfo {
  • # ID to uniquely identify the snapshot.
  • snapshotId: String!
  • # ID of the workload to which the snapshot belongs.
  • snappableId: String!
  • # Time the snapshot was created.
  • date: DateTime!
  • # Time the snapshot expires.
  • expirationDate: DateTime
  • # CDM cluster associated with the snapshot.
  • associatedCdm: Cluster
  • }

link Require by