App Engine v1 API - Class Application.Types.FeatureSettings (2.3.0)

public sealed class Application.Types.FeatureSettings : IMessage<Application.Types.FeatureSettings>, IEquatable<Application.Types.FeatureSettings>, IDeepCloneable<Application.Types.FeatureSettings>, IBufferMessage, IMessage

Reference documentation and code samples for the App Engine v1 API class Application.Types.FeatureSettings.

The feature specific settings to be used in the application. These define behaviors that are user configurable.

Inheritance

object > Application.Types.FeatureSettings

Namespace

Google.Cloud.AppEngine.V1

Assembly

Google.Cloud.AppEngine.V1.dll

Constructors

FeatureSettings()

public FeatureSettings()

FeatureSettings(FeatureSettings)

public FeatureSettings(Application.Types.FeatureSettings other)
Parameter
NameDescription
otherApplicationTypesFeatureSettings

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
TypeDescription
bool

UseContainerOptimizedOs

public bool UseContainerOptimizedOs { get; set; }

If true, use Container-Optimized OS base image for VMs, rather than a base Debian image.

Property Value
TypeDescription
bool