public sealed class BackendServiceLogConfig : IMessage<BackendServiceLogConfig>, IEquatable<BackendServiceLogConfig>, IDeepCloneable<BackendServiceLogConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class BackendServiceLogConfig.
The available logging options for the load balancer traffic served by this backend service.
Implements
IMessage<BackendServiceLogConfig>, IEquatable<BackendServiceLogConfig>, IDeepCloneable<BackendServiceLogConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
BackendServiceLogConfig()
public BackendServiceLogConfig()
BackendServiceLogConfig(BackendServiceLogConfig)
public BackendServiceLogConfig(BackendServiceLogConfig other)
Parameter | |
---|---|
Name | Description |
other | BackendServiceLogConfig |
Properties
Enable
public bool Enable { get; set; }
Denotes whether to enable logging for the load balancer traffic served by this backend service. The default value is false.
Property Value | |
---|---|
Type | Description |
Boolean |
HasEnable
public bool HasEnable { get; }
Gets whether the "enable" field is set
Property Value | |
---|---|
Type | Description |
Boolean |
HasSampleRate
public bool HasSampleRate { get; }
Gets whether the "sample_rate" field is set
Property Value | |
---|---|
Type | Description |
Boolean |
SampleRate
public float SampleRate { get; set; }
This field can only be specified if logging is enabled for this backend service. The value of the field must be in [0, 1]. This configures the sampling rate of requests to the load balancer where 1.0 means all logged requests are reported and 0.0 means no logged requests are reported. The default value is 1.0.
Property Value | |
---|---|
Type | Description |
Single |