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 :
- # 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! :
- }