ProductType¶
A classifier for a Product
enum class ProductType {
STORAGE,
COMPUTE,
INGRESS,
LICENSE,
NETWORK_IP,
}
For more information, see the individual Products:
STORAGE: SeeProduct.StorageCOMPUTE: SeeProduct.ComputeINGRESS: SeeProduct.IngressLICENSE: SeeProduct.LicenseNETWORK_IP: SeeProduct.NetworkIP