scope property

String? scope
getter/setter pair

Scope for GKE Workload Auto-Monitoring. Possible string values are:

  • "SCOPE_UNSPECIFIED" : Not set.
  • "ALL" : Auto-Monitoring is enabled for all supported applications.
  • "NONE" : Disable Auto-Monitoring.

Implementation

core.String? scope;