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



7269
7270
7271
7272
7273
7274
7275
7276
7277
7278
7279
7280
7281
7282
7283
7284
7285
7286
7287
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 7269

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



7269
7270
7271
7272
7273
7274
7275
7276
7277
7278
7279
7280
7281
7282
7283
7284
7285
7286
7287
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 7269

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.



7269
7270
7271
7272
7273
7274
7275
7276
7277
7278
7279
7280
7281
7282
7283
7284
7285
7286
7287
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 7269

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