installation property

String? installation
getter/setter pair

Configures the manner in which the template library is installed on the cluster. Possible string values are:

  • "INSTALLATION_UNSPECIFIED" : No installation strategy has been specified.
  • "NOT_INSTALLED" : Do not install the template library.
  • "ALL" : Install the entire template library.

Implementation

core.String? installation;