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



5319
5320
5321
5322
5323
5324
5325
5326
5327
5328
5329
5330
5331
5332
5333
5334
5335
5336
5337
# File 'proto_docs/google/container/v1/cluster_service.rb', line 5319

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



5319
5320
5321
5322
5323
5324
5325
5326
5327
5328
5329
5330
5331
5332
5333
5334
5335
5336
5337
# File 'proto_docs/google/container/v1/cluster_service.rb', line 5319

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:



5319
5320
5321
5322
5323
5324
5325
5326
5327
5328
5329
5330
5331
5332
5333
5334
5335
5336
5337
# File 'proto_docs/google/container/v1/cluster_service.rb', line 5319

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