Compute Engine v1 API - Class BackendServiceLogConfig (2.4.0)

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.

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; }

Denotes whether to enable logging for the load balancer traffic served by this backend service. The default value is false.

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