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.
Implements
IMessageHealthCheckLogConfig, IEquatableHealthCheckLogConfig, IDeepCloneableHealthCheckLogConfig, IBufferMessage, IMessageInherited Members
Namespace
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 |
bool |
HasEnable
public bool HasEnable { get; }
Gets whether the "enable" field is set
Property Value | |
---|---|
Type | Description |
bool |