Class: Google::Cloud::Container::V1beta1::AdvancedDatapathObservabilityConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1beta1::AdvancedDatapathObservabilityConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1beta1/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::V1beta1::AdvancedDatapathObservabilityConfig::RelayMode
Method used to make Relay available.
Instance Attribute Details
#enable_metrics ⇒ ::Boolean
Returns Expose flow metrics on nodes.
6213 6214 6215 6216 6217 6218 6219 6220 6221 6222 6223 6224 6225 6226 6227 6228 6229 6230 6231 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 6213 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.
6213 6214 6215 6216 6217 6218 6219 6220 6221 6222 6223 6224 6225 6226 6227 6228 6229 6230 6231 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 6213 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::V1beta1::AdvancedDatapathObservabilityConfig::RelayMode
Returns Method used to make Relay available.
6213 6214 6215 6216 6217 6218 6219 6220 6221 6222 6223 6224 6225 6226 6227 6228 6229 6230 6231 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 6213 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 |