Class: Google::Cloud::Container::V1beta1::NodePoolLoggingConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1beta1::NodePoolLoggingConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1beta1/cluster_service.rb
Overview
NodePoolLoggingConfig specifies logging configuration for nodepools.
Instance Attribute Summary collapse
-
#variant_config ⇒ ::Google::Cloud::Container::V1beta1::LoggingVariantConfig
Logging variant configuration.
Instance Attribute Details
#variant_config ⇒ ::Google::Cloud::Container::V1beta1::LoggingVariantConfig
Returns Logging variant configuration.
5198 5199 5200 5201 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 5198 class NodePoolLoggingConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |