Class Application.Types.FeatureSettings (1.0.0)

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.

Inheritance

Object > Application.Types.FeatureSettings

Implements

Google.Protobuf.IMessage<Application.Types.FeatureSettings>, IEquatable<Application.Types.FeatureSettings>, Google.Protobuf.IDeepCloneable<Application.Types.FeatureSettings>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage

Namespace

Google.Cloud.AppEngine.V1

Assembly

Google.Cloud.AppEngine.V1.dll

Constructors

FeatureSettings()

public FeatureSettings()

FeatureSettings(Application.Types.FeatureSettings)

public FeatureSettings(Application.Types.FeatureSettings other)
Parameter
NameDescription
otherApplication.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
TypeDescription
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
TypeDescription
Boolean