public sealed class FeatureSettings : IMessage<Application.Types.FeatureSettings>, IEquatable<Application.Types.FeatureSettings>, IDeepCloneable<Application.Types.FeatureSettings>, IBufferMessage, IMessage
The feature specific settings to be used in the application. These define behaviors that are user configurable.
Implements
Google.Protobuf.IMessage<Application.Types.FeatureSettings>, IEquatable<Application.Types.FeatureSettings>, Google.Protobuf.IDeepCloneable<Application.Types.FeatureSettings>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessageNamespace
Google.Cloud.AppEngine.V1Assembly
Google.Cloud.AppEngine.V1.dll
Constructors
FeatureSettings()
public FeatureSettings()
FeatureSettings(Application.Types.FeatureSettings)
public FeatureSettings(Application.Types.FeatureSettings other)
Parameter | |
---|---|
Name | Description |
other | Application.Types.FeatureSettings |
Properties
SplitHealthChecks
public bool SplitHealthChecks { get; set; }
Boolean value indicating if split health checks should be used instead of the legacy health checks. At an app.yaml level, this means defaulting to 'readiness_check' and 'liveness_check' values instead of 'health_check' ones. Once the legacy 'health_check' behavior is deprecated, and this value is always true, this setting can be removed.
Property Value | |
---|---|
Type | Description |
Boolean |
UseContainerOptimizedOs
public bool UseContainerOptimizedOs { get; set; }
If true, use Container-Optimized OS base image for VMs, rather than a base Debian image.
Property Value | |
---|---|
Type | Description |
Boolean |