ProductType
¶
A classifier for a Product
enum class ProductType {
STORAGE,
COMPUTE,
INGRESS,
LICENSE,
NETWORK_IP,
}
For more information, see the individual Product
s:
STORAGE
: SeeProduct.Storage
COMPUTE
: SeeProduct.Compute
INGRESS
: SeeProduct.Ingress
LICENSE
: SeeProduct.License
NETWORK_IP
: SeeProduct.NetworkIP