hnc property

String? hnc
getter/setter pair

The deployment state for open source HNC (e.g. v0.7.0-hc.0) Possible string values are:

  • "DEPLOYMENT_STATE_UNSPECIFIED" : Deployment's state cannot be determined
  • "NOT_INSTALLED" : Deployment is not installed
  • "INSTALLED" : Deployment is installed
  • "ERROR" : Deployment was attempted to be installed, but has errors
  • "PENDING" : Deployment is installing or terminating

Implementation

core.String? hnc;