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