Class: Google::Cloud::Container::V1beta1::AdvancedDatapathObservabilityConfig

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

Instance Attribute Details

#enable_metrics::Boolean

Returns Expose flow metrics on nodes.

Returns:

  • (::Boolean)

    Expose flow metrics on nodes



5935
5936
5937
5938
5939
5940
5941
5942
5943
5944
5945
5946
5947
5948
5949
5950
5951
5952
5953
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 5935

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.

Returns:

  • (::Boolean)

    Enable Relay component



5935
5936
5937
5938
5939
5940
5941
5942
5943
5944
5945
5946
5947
5948
5949
5950
5951
5952
5953
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 5935

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.



5935
5936
5937
5938
5939
5940
5941
5942
5943
5944
5945
5946
5947
5948
5949
5950
5951
5952
5953
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 5935

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