Struct gapi_grpc::google::appengine::v1beta::application::FeatureSettings[][src]

pub struct FeatureSettings {
    pub split_health_checks: bool,
    pub use_container_optimized_os: bool,
}

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

Fields

split_health_checks: bool

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: bool

If true, use Container-Optimized OS base image for VMs, rather than a base Debian image.

Trait Implementations

impl Clone for FeatureSettings[src]

impl Debug for FeatureSettings[src]

impl Default for FeatureSettings[src]

impl Message for FeatureSettings[src]

impl PartialEq<FeatureSettings> for FeatureSettings[src]

impl StructuralPartialEq for FeatureSettings[src]

Auto Trait Implementations

impl RefUnwindSafe for FeatureSettings

impl Send for FeatureSettings

impl Sync for FeatureSettings

impl Unpin for FeatureSettings

impl UnwindSafe for FeatureSettings

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> IntoRequest<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]