Class: Google::Container::V1::SetMonitoringServiceRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#cluster_idString

Returns The name of the cluster to upgrade.

Returns:

  • (String)

    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_serviceString

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

Returns:

  • (String)

    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_idString

Returns The Google Developers Console project ID or project number.

Returns:



859
# File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 859

class SetMonitoringServiceRequest; end

#zoneString

Returns The name of the Google Compute Engine zone in which the cluster resides.

Returns:

  • (String)

    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