[][src]Struct google_manager1_beta2::HealthCheckModule

pub struct HealthCheckModule {
    pub description: Option<String>,
    pub timeout_sec: Option<i32>,
    pub check_interval_sec: Option<i32>,
    pub unhealthy_threshold: Option<i32>,
    pub healthy_threshold: Option<i32>,
    pub host: Option<String>,
    pub path: Option<String>,
    pub port: Option<i32>,
}

There is no detailed description.

This type is not used in any activity, and only used as part of another schema.

Fields

description: Option<String>

no description provided

timeout_sec: Option<i32>

no description provided

check_interval_sec: Option<i32>

no description provided

unhealthy_threshold: Option<i32>

no description provided

healthy_threshold: Option<i32>

no description provided

host: Option<String>

no description provided

path: Option<String>

no description provided

port: Option<i32>

no description provided

Trait Implementations

impl Clone for HealthCheckModule[src]

impl Debug for HealthCheckModule[src]

impl Default for HealthCheckModule[src]

impl<'de> Deserialize<'de> for HealthCheckModule[src]

impl Part for HealthCheckModule[src]

impl Serialize for HealthCheckModule[src]

Auto Trait Implementations

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> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

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

impl<T, U> Into<U> for T where
    U: From<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<T> Typeable for T where
    T: Any