Struct google_manager1_beta2::LbModule[][src]

pub struct LbModule {
    pub description: Option<String>,
    pub health_checks: Option<Vec<String>>,
    pub port_range: Option<String>,
    pub target_modules: Option<Vec<String>>,
    pub ip_address: Option<String>,
    pub ip_protocol: Option<String>,
    pub session_affinity: Option<String>,
}

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

Trait Implementations

impl Default for LbModule
[src]

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

impl Clone for LbModule
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for LbModule
[src]

Formats the value using the given formatter. Read more

impl Part for LbModule
[src]

Auto Trait Implementations

impl Send for LbModule

impl Sync for LbModule