Reference documentation and code samples for the Google Cloud Container V1 Client class Scope.
Scope for applications monitored by Auto-Monitoring
Protobuf type google.container.v1.AutoMonitoringConfig.Scope
Namespace
Google \ Cloud \ Container \ V1 \ AutoMonitoringConfigMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
SCOPE_UNSPECIFIED
Value: 0Not set.
Generated from protobuf enum SCOPE_UNSPECIFIED = 0;
ALL
Value: 1Auto-Monitoring is enabled for all supported applications.
Generated from protobuf enum ALL = 1;
NONE
Value: 2Disable Auto-Monitoring.
Generated from protobuf enum NONE = 2;