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_idString

Returns The name of the cluster to upgrade.

Returns:

  • (String)

    The name of the cluster to upgrade.



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

class SetLoggingServiceRequest; end

#logging_serviceString

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


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

class SetLoggingServiceRequest; end

#project_idString

Returns The Google Developers Console project ID or project number.

Returns:



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

class SetLoggingServiceRequest; 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.



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

class SetLoggingServiceRequest; end