ENUM

CdmManagedVolumeType

Description

Supported in v5.3+ Type of managed volume.

link GraphQL Schema definition

  • enum CdmManagedVolumeType {
  • # Specifies that type of the Managed Volume is Always Mounted.
  • MANAGED_VOLUME_TYPE_ALWAYS_MOUNTED
  • # Specifies that type of the Managed Volume is SLA Based.
  • MANAGED_VOLUME_TYPE_SLA_BASED
  • }