Class FeatureSettings
The feature specific settings to be used in the application. These define behaviors that are user configurable.
Inheritance
System.Object
FeatureSettings
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
|---|---|
| System.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 |
|---|---|
| System.Nullable<System.Boolean> |
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 |
|---|---|
| System.Nullable<System.Boolean> |