Class FeatureSettings
The feature specific settings to be used in the application. These define behaviors that are user configurable.
Implements
Inherited Members
Namespace: Google.Apis.Appengine.v1beta.Data
Assembly: Google.Apis.Appengine.v1beta.dll
Syntax
public class FeatureSettings : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SplitHealthChecks
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.
Declaration
[JsonProperty("splitHealthChecks")]
public virtual bool? SplitHealthChecks { get; set; }
Property Value
Type | Description |
---|---|
bool? |
UseContainerOptimizedOs
If true, use Container-Optimized OS (https://cloud.google.com/container-optimized-os/) base image for VMs, rather than a base Debian image.
Declaration
[JsonProperty("useContainerOptimizedOs")]
public virtual bool? UseContainerOptimizedOs { get; set; }
Property Value
Type | Description |
---|---|
bool? |