google_api_app_engine v0.8.0 GoogleApi.AppEngine.V1.Model.FeatureSettings View Source

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

Attributes

  • splitHealthChecks (boolean()): 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. Defaults to nil.
  • useContainerOptimizedOs (boolean()): If true, use Container-Optimized OS (https://cloud.google.com/container-optimized-os/) base image for VMs, rather than a base Debian image. Defaults to nil.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.AppEngine.V1.Model.FeatureSettings{
  splitHealthChecks: boolean(),
  useContainerOptimizedOs: boolean()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.