Class SetMonitoringServiceRequest (2.1.0)

SetMonitoringServiceRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

SetMonitoringServiceRequest sets the monitoring service of a cluster.

Attributes

NameDescription
project_id str
Required. Deprecated. The Google Developers Console `project ID or project number
zone str
Required. Deprecated. The name of the Google Compute Engine zone __ in which the cluster resides. This field has been deprecated and replaced by the name field.
cluster_id str
Required. Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field.
monitoring_service str
Required. The monitoring service the cluster should use to write metrics. Currently available options: - "monitoring.googleapis.com" - the Google Cloud Monitoring service - "none" - no metrics will be exported from the cluster
name str
The name (project, location, cluster) of the cluster to set monitoring. Specified in the format projects/*/locations/*/clusters/*.