Class: Google::Container::V1::SetMonitoringServiceRequest
- Inherits:
-
Object
- Object
- Google::Container::V1::SetMonitoringServiceRequest
- Defined in:
- lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb
Overview
SetMonitoringServiceRequest sets the monitoring service of a cluster.
Instance Attribute Summary collapse
-
#cluster_id ⇒ String
The name of the cluster to upgrade.
-
#monitoring_service ⇒ String
The monitoring service the cluster should use to write metrics.
-
#project_id ⇒ String
The Google Developers Console project ID or project number.
-
#zone ⇒ String
The name of the Google Compute Engine zone in which the cluster resides.
Instance Attribute Details
#cluster_id ⇒ String
Returns The name of the cluster to upgrade.
859 |
# File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 859 class SetMonitoringServiceRequest; end |
#monitoring_service ⇒ String
Returns 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
859 |
# File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 859 class SetMonitoringServiceRequest; end |
#project_id ⇒ String
Returns The Google Developers Console project ID or project number.
859 |
# File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 859 class SetMonitoringServiceRequest; end |
#zone ⇒ String
Returns The name of the Google Compute Engine zone in which the cluster resides.
859 |
# File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 859 class SetMonitoringServiceRequest; end |