[{"label":"Latest (v1.0)","version":"latest"}]
nsx-intelligence-and-application-platform

CommonFeatureConfiguration

The base feature configuration. Will be expanded inline into each dedicated feature configuration definitions. The current limitation is we only support string values and one-level flatten structure.


Properties

string
chart_repo Optional

URL pointing to the Helm chart repository


string
deployment_chart_name Optional

Helm chart name used for deploying a feature


string
deployment_chart_version Optional

Version number of Helm chart used for deploying a feature


string
docker_registry Optional

URL pointing to the docker registry


feature_name Optional

Possible values are: malware-preventioncloud-connectorintelligenceintelligence-migrationmetricsndrreputation-service


string
precheck_chart_name Optional

Helm chart name used for deploying pre-check jobs


string
precheck_chart_version Optional

Version number of Helm chart used for deploying pre-check jobs


string
storage_class Optional

Name of the K8s storage class used for PVCs (persistent volume claims)

JSON Example

{
	"chart_repo": "string",
	"deployment_chart_name": "string",
	"deployment_chart_version": "string",
	"docker_registry": "string",
	"feature_name": "malware-prevention",
	"precheck_chart_name": "string",
	"precheck_chart_version": "string",
	"storage_class": "string"
}
[{"label":"Latest (v1.0)","version":"latest"}]
nsx-intelligence-and-application-platform
Used By

FeatureConfigurationNDR
FeatureConfigurationIntelligence
FeatureConfigurationMalwarePrevention
FeatureConfigurationCloudConnector

Feedback

Was this page helpful?