ENUM

InventoryCard

Description

Inventory Card options that the user can select as a workload.

link GraphQL Schema definition

  • enum InventoryCard {
  • # Inventory Card is AHV VMS.
  • AHV_VMS_CDM
  • # Inventory card is Atlassian.
  • ATLASSIAN
  • # Inventory Card is AWS EC2.
  • AWS_EC2
  • # Inventory Card is AWS RDS.
  • AWS_RDS
  • # Inventory Card is AWS S3.
  • AWS_S3
  • # Inventory Card is Azure Virtual Machines.
  • AZURE
  • # Inventory card is Azure Active Directory.
  • AZURE_AD
  • # Inventory Card is Azure Blob Storage.
  • AZURE_BLOB_STORAGE
  • # Inventory Card is Azure SQL Databases.
  • AZURE_SQL_DB
  • # Inventory Card is Azure SQL Managed Instances.
  • AZURE_SQL_MI
  • # Inventory Card is Cassandra.
  • CASSANDRA
  • # Inventory Card is DB2.
  • DB2
  • # Inventory Card is Exchange.
  • EXCHANGE
  • # Inventory Card is GCP.
  • GCP
  • # Inventory Card is HyperV.
  • HYPERV
  • # Inventory Card is HyperV CDM.
  • HYPERV_VMS_CDM
  • # Inventory Card is Kubernetes.
  • KUBERNETES
  • # Inventory Card is Kubernetes V2.
  • KUBERNETES_V2
  • # Inventory Card is Linux Filesets.
  • LINUX_UNIX_FILESETS
  • # Inventory Card is Linux Hosts.
  • LINUX_UNIX_HOSTS_CDM
  • # Inventory Card is Managed Volumes.
  • MANAGED_VOLUMES
  • # Inventory Card is Managed Volumes CDM.
  • MANAGED_VOLUMES_CDM
  • # Inventory Card is Microsoft 365.
  • MICROSOFT_365
  • # Inventory Card is Mongo.
  • MONGO
  • # Inventory Card is MongoDB.
  • MONGODB
  • # Inventory Card is MSSQL.
  • MSSQL
  • # Inventory Card is NAS Shares.
  • NAS_SHARES
  • # Inventory Card is NAS Shares CDM.
  • NAS_SHARES_CDM
  • # Inventory Card is Nutanix AHV.
  • NUTANIX_AHV
  • # Inventory card is on-prem Active Directory.
  • ON_PREM_AD
  • # Inventory Card is Oracle.
  • ORACLE
  • # Inventory Card is Oracle DBs.
  • ORACLE_DBS_CDM
  • # Inventory Card is PostgreSQL.
  • POSTGRESQL
  • # Inventory card is Salesforce.
  • SALESFORCE
  • # Inventory Card is Sap Hana.
  • SAP_HANA
  • # Inventory Card is Snapmirror.
  • SNAPMIRROR
  • # Inventory Card is SQL Server DBs.
  • SQL_SERVER_DBS_CDM
  • # Inventory Card is vCD vApps.
  • VCD_VAPPS
  • # Inventory Card is vCD vApps CDM.
  • VCD_VAPPS_CDM
  • # Inventory Card is vSphere.
  • VSPHERE
  • # Inventory Card is vSphere VMs.
  • VSPHERE_VMS_CDM
  • # Inventory Card is Windows Filesets.
  • WINDOWS_FILESETS
  • # Inventory Card is Windows Hosts.
  • WINDOWS_HOSTS_CDM
  • # Inventory Card is Windows Volume Group.
  • WINDOWS_VOLUME_GROUP
  • }