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.
Implements
IMessageAdvancedDatapathObservabilityConfig, IEquatableAdvancedDatapathObservabilityConfig, IDeepCloneableAdvancedDatapathObservabilityConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
AdvancedDatapathObservabilityConfig()
public AdvancedDatapathObservabilityConfig()
AdvancedDatapathObservabilityConfig(AdvancedDatapathObservabilityConfig)
public AdvancedDatapathObservabilityConfig(AdvancedDatapathObservabilityConfig other)
Parameter | |
---|---|
Name | Description |
other |
AdvancedDatapathObservabilityConfig |
Properties
EnableMetrics
public bool EnableMetrics { get; set; }
Expose flow metrics on nodes
Property Value | |
---|---|
Type | Description |
bool |
EnableRelay
public bool EnableRelay { get; set; }
Enable Relay component
Property Value | |
---|---|
Type | Description |
bool |
HasEnableRelay
public bool HasEnableRelay { get; }
Gets whether the "enable_relay" field is set
Property Value | |
---|---|
Type | Description |
bool |
RelayMode
public AdvancedDatapathObservabilityConfig.Types.RelayMode RelayMode { get; set; }
Method used to make Relay available
Property Value | |
---|---|
Type | Description |
AdvancedDatapathObservabilityConfigTypesRelayMode |