ENUM

S3CompatibleSubType

Description

S3CompatibleSubType enum specifies the sub location type of a S3Compatible location.

link GraphQL Schema definition

  • enum S3CompatibleSubType {
  • # Default subtype.
  • DEFAULT
  • # DellEcs subtype.
  • DELLECS
  • # IbmCos subtype.
  • IBMCOS
  • # IronCloud subtype.
  • IRONCLOUD
  • # NetAppSG subtype.
  • NETAPPSG
  • # Scality subtype.
  • SCALITY
  • # Unknown subtype.
  • TYPE_UNSPECIFIED
  • }