Class: Google::Container::V1::SetLoggingServiceRequest
- Inherits:
-
Object
- Object
- Google::Container::V1::SetLoggingServiceRequest
- 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
-
#cluster_id ⇒ String
The name of the cluster to upgrade.
-
#logging_service ⇒ String
The logging 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.
837 |
# File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 837 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
837 |
# File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 837 class SetLoggingServiceRequest; end |
#project_id ⇒ String
Returns The Google Developers Console project ID or project number.
837 |
# File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 837 class SetLoggingServiceRequest; end |
#zone ⇒ String
Returns 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 |