public sealed class HealthCheckLogConfig : IMessage<HealthCheckLogConfig>, IEquatable<HealthCheckLogConfig>, IDeepCloneable<HealthCheckLogConfig>, IBufferMessage, IMessage
Configuration of logging on a health check. If logging is enabled, logs will be exported to Stackdriver.
Implements
IMessage<HealthCheckLogConfig>, IEquatable<HealthCheckLogConfig>, IDeepCloneable<HealthCheckLogConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
HealthCheckLogConfig()
public HealthCheckLogConfig()
HealthCheckLogConfig(HealthCheckLogConfig)
public HealthCheckLogConfig(HealthCheckLogConfig other)
Parameter | |
---|---|
Name | Description |
other | HealthCheckLogConfig |
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 | |
---|---|
Type | Description |
Boolean |
HasEnable
public bool HasEnable { get; }
Gets whether the "enable" field is set
Property Value | |
---|---|
Type | Description |
Boolean |