Struct google_manager1_beta2::HealthCheckModule[][src]

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

no description provided

no description provided

no description provided

no description provided

no description provided

no description provided

no description provided

no description provided

Trait Implementations

impl Default for HealthCheckModule
[src]

Returns the "default value" for a type. Read more

impl Clone for HealthCheckModule
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for HealthCheckModule
[src]

Formats the value using the given formatter. Read more

impl Part for HealthCheckModule
[src]

Auto Trait Implementations