OBJECT

BeginManagedVolumeSnapshotReply

Description

Supported in v7.0+

link GraphQL Schema definition

  • type BeginManagedVolumeSnapshotReply {
  • # Supported in v7.0+
  • # Status of the asynchronous request that was initiated
  • # for the Managed Volume Begin Snapshot job.
  • asyncRequestStatus: AsyncRequestStatus
  • # Supported in v7.0+
  • # An ID representing the owner of a snapshot.
  • ownerId: String
  • # RSC Snapshot ID of the snapshot that will be created for this Managed Volume.
  • #
  • # Arguments
  • # input: Input for V1OpenWritesV1.
  • rscSnapshotId(input: BeginManagedVolumeSnapshotInput!): String
  • # Required. Supported in v7.0+
  • # ID of the snapshot. All writes to the Managed Volume until the next
  • # end-snapshot call will be part of this snapshot.
  • snapshotId: String!
  • }

link Require by