public sealed class HealthCheckLogConfig : IMessage<HealthCheckLogConfig>, IEquatable<HealthCheckLogConfig>, IDeepCloneable<HealthCheckLogConfig>, IBufferMessage, IMessageReference 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, 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 |
bool |
|
HasEnable
public bool HasEnable { get; }Gets whether the "enable" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|