Class BackendServiceLogConfig (1.3.0)

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

The available logging options for the load balancer traffic served by this backend service.

Inheritance

Object > BackendServiceLogConfig

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

BackendServiceLogConfig()

public BackendServiceLogConfig()

BackendServiceLogConfig(BackendServiceLogConfig)

public BackendServiceLogConfig(BackendServiceLogConfig other)
Parameter
NameDescription
otherBackendServiceLogConfig

Properties

Enable

public bool Enable { get; set; }

This field denotes whether to enable logging for the load balancer traffic served by this backend service.

Property Value
TypeDescription
Boolean

HasEnable

public bool HasEnable { get; }

Gets whether the "enable" field is set

Property Value
TypeDescription
Boolean

HasSampleRate

public bool HasSampleRate { get; }

Gets whether the "sample_rate" field is set

Property Value
TypeDescription
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
TypeDescription
Single