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



5782
5783
5784
5785
5786
5787
5788
5789
5790
5791
5792
5793
5794
5795
5796
5797
5798
5799
5800
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 5782

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



5782
5783
5784
5785
5786
5787
5788
5789
5790
5791
5792
5793
5794
5795
5796
5797
5798
5799
5800
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 5782

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.



5782
5783
5784
5785
5786
5787
5788
5789
5790
5791
5792
5793
5794
5795
5796
5797
5798
5799
5800
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 5782

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