Reference documentation and code samples for the App Engine Admin V1 API class Google::Cloud::AppEngine::V1::Application::FeatureSettings.
The feature specific settings to be used in the application. These define behaviors that are user configurable.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#split_health_checks
def split_health_checks() -> ::Boolean
Returns
- (::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.
#split_health_checks=
def split_health_checks=(value) -> ::Boolean
Parameter
- value (::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.
Returns
- (::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.
#use_container_optimized_os
def use_container_optimized_os() -> ::Boolean
Returns
- (::Boolean) — If true, use Container-Optimized OS base image for VMs, rather than a base Debian image.
#use_container_optimized_os=
def use_container_optimized_os=(value) -> ::Boolean
Parameter
- value (::Boolean) — If true, use Container-Optimized OS base image for VMs, rather than a base Debian image.
Returns
- (::Boolean) — If true, use Container-Optimized OS base image for VMs, rather than a base Debian image.