Class: Google::Container::V1::SetLoggingServiceRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb

Overview

SetLoggingServiceRequest sets the logging service of a cluster.

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_id ⇒ String

Returns The name of the cluster to upgrade.

Returns:

  • (String) —

    The name of the cluster to upgrade.



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

class SetLoggingServiceRequest; end

#logging_service ⇒ String

Returns The logging service the cluster should use to write metrics. Currently available options:

  • "logging.googleapis.com" - the Google Cloud Logging service
  • "none" - no metrics will be exported from the cluster

Returns:

  • (String) —

    The logging service the cluster should use to write metrics. Currently available options:

    • "logging.googleapis.com" - the Google Cloud Logging service
    • "none" - no metrics will be exported from the cluster


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

class SetLoggingServiceRequest; end

#project_id ⇒ String

Returns The Google Developers Console project ID or project number.

Returns:



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

class SetLoggingServiceRequest; end

#zone ⇒ String

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.



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

class SetLoggingServiceRequest; end