Class SetLoggingServiceRequest (2.11.1)

SetLoggingServiceRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

SetLoggingServiceRequest sets the logging service of a cluster.

Attributes

NameDescription
project_id str
Required. Deprecated. The Google Developers Console `project ID or project number
zone str
Required. Deprecated. The name of the Google Compute Engine `zone
cluster_id str
Required. Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field.
logging_service str
Required. The logging service the cluster should use to write logs. Currently available options: - ``logging.googleapis.com/kubernetes`` - The Cloud Logging service with a Kubernetes-native resource model - ``logging.googleapis.com`` - The legacy Cloud Logging service (no longer available as of GKE 1.15). - ``none`` - no logs will be exported from the cluster. If left as an empty string,\ ``logging.googleapis.com/kubernetes`` will be used for GKE 1.14+ or ``logging.googleapis.com`` for earlier versions.
name str
The name (project, location, cluster) of the cluster to set logging. Specified in the format ``projects/*/locations/*/clusters/*``.

Inheritance

builtins.object > proto.message.Message > SetLoggingServiceRequest