INPUT_OBJECT

BeginSnapshotManagedVolumeRequestInput

Description

Supported in v7.0+ v7.0-v8.0: v8.1+: Request for begin Managed Volume snapshot.

link GraphQL Schema definition

  • input BeginSnapshotManagedVolumeRequestInput {
  • # Supported in v7.0+
  • # Specifies whether the current request is synchronous or asynchronous. By default
  • # the value of isAsync will be true. In other words, when a value is not
  • # specified, the request is asynchronous.
  • isAsync: Boolean
  • managedVolumeSnapshotReferenceWrapper: ManagedVolumeSnapshotReferenceWrapperInput
  • }