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 :
- # Supported in v7.0+
- # An ID representing the owner of a snapshot.
- String :
- # RSC Snapshot ID of the snapshot that will be created for this Managed Volume.
- #
- # Arguments
- # input: Input for V1OpenWritesV1.
- 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.
- String! :
- }