INPUT_OBJECT
BeginManagedVolumeSnapshotInput
Description
Input for invoking the API endpoint to begin a Managed Volume snapshot.
link GraphQL Schema definition
- input BeginManagedVolumeSnapshotInput {
- # A string representing the owner of a snapshot. This owner ID must be used when
- # adding a reference to this snapshot.
- String :
- # Details about the reference to be added to the snapshot and the type of request.
- BeginSnapshotManagedVolumeRequestInput :
- # Required. Managed Volume ID.
- String! :
- }