Google Kubernetes Engine v1 API - Class AdvancedDatapathObservabilityConfig (3.25.0)

public sealed class AdvancedDatapathObservabilityConfig : IMessage<AdvancedDatapathObservabilityConfig>, IEquatable<AdvancedDatapathObservabilityConfig>, IDeepCloneable<AdvancedDatapathObservabilityConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Kubernetes Engine v1 API class AdvancedDatapathObservabilityConfig.

AdvancedDatapathObservabilityConfig specifies configuration of observability features of advanced datapath.

Inheritance

object > AdvancedDatapathObservabilityConfig

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Constructors

AdvancedDatapathObservabilityConfig()

public AdvancedDatapathObservabilityConfig()

AdvancedDatapathObservabilityConfig(AdvancedDatapathObservabilityConfig)

public AdvancedDatapathObservabilityConfig(AdvancedDatapathObservabilityConfig other)
Parameter
NameDescription
otherAdvancedDatapathObservabilityConfig

Properties

EnableMetrics

public bool EnableMetrics { get; set; }

Expose flow metrics on nodes

Property Value
TypeDescription
bool

EnableRelay

public bool EnableRelay { get; set; }

Enable Relay component

Property Value
TypeDescription
bool

HasEnableRelay

public bool HasEnableRelay { get; }

Gets whether the "enable_relay" field is set

Property Value
TypeDescription
bool

RelayMode

public AdvancedDatapathObservabilityConfig.Types.RelayMode RelayMode { get; set; }

Method used to make Relay available

Property Value
TypeDescription
AdvancedDatapathObservabilityConfigTypesRelayMode