Struct google_manager1_beta2::LbModuleStatus[][src]

pub struct LbModuleStatus {
    pub forwarding_rule_url: Option<String>,
    pub target_pool_url: Option<String>,
}

There is no detailed description.

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

Fields

[Output Only] The URL of the corresponding ForwardingRule in GCE.

[Output Only] The URL of the corresponding TargetPool resource in GCE.

Trait Implementations

impl Default for LbModuleStatus
[src]

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

impl Clone for LbModuleStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for LbModuleStatus
[src]

Formats the value using the given formatter. Read more

impl Part for LbModuleStatus
[src]

Auto Trait Implementations