Class: Google::Cloud::Container::V1::AdvancedDatapathObservabilityConfig

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#enable_metrics::Boolean

Returns Expose flow metrics on nodes.

Returns:

  • (::Boolean)

    Expose flow metrics on nodes



5069
5070
5071
5072
5073
5074
5075
5076
5077
5078
5079
5080
5081
5082
5083
5084
5085
5086
5087
# File 'proto_docs/google/container/v1/cluster_service.rb', line 5069

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.

Returns:



5069
5070
5071
5072
5073
5074
5075
5076
5077
5078
5079
5080
5081
5082
5083
5084
5085
5086
5087
# File 'proto_docs/google/container/v1/cluster_service.rb', line 5069

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