management property

String? management
getter/setter pair

Enables automatic Feature management. Possible string values are:

  • "MANAGEMENT_UNSPECIFIED" : Unspecified
  • "MANAGEMENT_AUTOMATIC" : Google will manage the Feature for the cluster.
  • "MANAGEMENT_MANUAL" : User will manually manage the Feature for the cluster.

Implementation

core.String? management;