Reference documentation and code samples for the Google Cloud Container V1 Client class AutoMonitoringConfig.
AutoMonitoringConfig defines the configuration for GKE Workload Auto-Monitoring.
Generated from protobuf message google.container.v1.AutoMonitoringConfig
Namespace
Google \ Cloud \ Container \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ scope |
int
Scope for GKE Workload Auto-Monitoring. |
getScope
Scope for GKE Workload Auto-Monitoring.
Returns | |
---|---|
Type | Description |
int |
Enum of type Scope. |
setScope
Scope for GKE Workload Auto-Monitoring.
Parameter | |
---|---|
Name | Description |
var |
int
Enum of type Scope. |
Returns | |
---|---|
Type | Description |
$this |