Class: Google::Cloud::Container::V1::AdvancedDatapathObservabilityConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1::AdvancedDatapathObservabilityConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1/cluster_service.rb
Overview
AdvancedDatapathObservabilityConfig specifies configuration of observability features of advanced datapath.
Defined Under Namespace
Modules: RelayMode
Instance Attribute Summary collapse
-
#enable_metrics ⇒ ::Boolean
Expose flow metrics on nodes.
-
#enable_relay ⇒ ::Boolean
Enable Relay component.
-
#relay_mode ⇒ ::Google::Cloud::Container::V1::AdvancedDatapathObservabilityConfig::RelayMode
Method used to make Relay available.
Instance Attribute Details
#enable_metrics ⇒ ::Boolean
Returns Expose flow metrics on nodes.
5248 5249 5250 5251 5252 5253 5254 5255 5256 5257 5258 5259 5260 5261 5262 5263 5264 5265 5266 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 5248 class AdvancedDatapathObservabilityConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Supported Relay modes module RelayMode # Default value. This shouldn't be used. RELAY_MODE_UNSPECIFIED = 0 # disabled DISABLED = 1 # exposed via internal load balancer INTERNAL_VPC_LB = 3 # exposed via external load balancer EXTERNAL_LB = 4 end end |
#enable_relay ⇒ ::Boolean
Returns Enable Relay component.
5248 5249 5250 5251 5252 5253 5254 5255 5256 5257 5258 5259 5260 5261 5262 5263 5264 5265 5266 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 5248 class AdvancedDatapathObservabilityConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Supported Relay modes module RelayMode # Default value. This shouldn't be used. RELAY_MODE_UNSPECIFIED = 0 # disabled DISABLED = 1 # exposed via internal load balancer INTERNAL_VPC_LB = 3 # exposed via external load balancer EXTERNAL_LB = 4 end end |
#relay_mode ⇒ ::Google::Cloud::Container::V1::AdvancedDatapathObservabilityConfig::RelayMode
Returns Method used to make Relay available.
5248 5249 5250 5251 5252 5253 5254 5255 5256 5257 5258 5259 5260 5261 5262 5263 5264 5265 5266 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 5248 class AdvancedDatapathObservabilityConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Supported Relay modes module RelayMode # Default value. This shouldn't be used. RELAY_MODE_UNSPECIFIED = 0 # disabled DISABLED = 1 # exposed via internal load balancer INTERNAL_VPC_LB = 3 # exposed via external load balancer EXTERNAL_LB = 4 end end |