Compute Engine v1 API - Class HealthCheckLogConfig (2.15.0)

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

Reference documentation and code samples for the Compute Engine v1 API class HealthCheckLogConfig.

Configuration of logging on a health check. If logging is enabled, logs will be exported to Stackdriver.

Inheritance

object > HealthCheckLogConfig

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

HealthCheckLogConfig()

public HealthCheckLogConfig()

HealthCheckLogConfig(HealthCheckLogConfig)

public HealthCheckLogConfig(HealthCheckLogConfig other)
Parameter
NameDescription
otherHealthCheckLogConfig

Properties

Enable

public bool Enable { get; set; }

Indicates whether or not to export logs. This is false by default, which means no health check logging will be done.

Property Value
TypeDescription
bool

HasEnable

public bool HasEnable { get; }

Gets whether the "enable" field is set

Property Value
TypeDescription
bool