ENUM

EntitySSQLPartitionInfo

link GraphQL Schema definition

  • enum EntitySSQLPartitionInfo {
  • # query does not require selecting a partition / public cloud account
  • ANY_PARTITION
  • # query requires specification of a single AWS management endpoint ID
  • AWS
  • # query requires specification of a single Azure management endpoint ID
  • AZURE
  • # query requires specification of a single GCP management endpoint ID
  • GCP
  • # query not supported as it references types from multiple partitions
  • MULTI_PARTITION_UNSUPPORTED
  • # query requires specification of the VMW_MANAGED_RESOURCES partitionId
  • VMW_MANAGED_RESOURCES
  • # query requires specification of the VMW_MANAGEMENT_PLANE partitionId
  • VMW_MANAGEMENT_PLANE
  • }