ProductType

API: Stable

A classifier for a Product

enum class ProductType {
    STORAGE,
    COMPUTE,
    INGRESS,
    LICENSE,
    NETWORK_IP,
}

For more information, see the individual Products:

Properties
STORAGE See Product.Storage
COMPUTE See Product.Compute
INGRESS See Product.Ingress
LICENSE See Product.License
NETWORK_IP See Product.NetworkIP