Struct google_manager1_beta2::ModuleStatus[][src]

pub struct ModuleStatus {
    pub health_check_module_status: Option<HealthCheckModuleStatus>,
    pub network_module_status: Option<NetworkModuleStatus>,
    pub replica_pool_module_status: Option<ReplicaPoolModuleStatus>,
    pub state: Option<DeployState>,
    pub autoscaling_module_status: Option<AutoscalingModuleStatus>,
    pub firewall_module_status: Option<FirewallModuleStatus>,
    pub type_: Option<String>,
    pub lb_module_status: Option<LbModuleStatus>,
}

[Output Only] Aggregate status for a module.

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

Fields

[Output Only] The status of the HealthCheckModule, set for type HEALTH_CHECK.

[Output Only] The status of the NetworkModule, set for type NETWORK.

[Output Only] The status of the ReplicaPoolModule, set for type VM.

[Output Only] The current state of the module.

[Output Only] The status of the AutoscalingModule, set for type AUTOSCALING.

[Output Only] The status of the FirewallModule, set for type FIREWALL.

[Output Only] The type of the module.

[Output Only] The status of the LbModule, set for type LOAD_BALANCING.

Trait Implementations

impl Default for ModuleStatus
[src]

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

impl Clone for ModuleStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ModuleStatus
[src]

Formats the value using the given formatter. Read more

impl Part for ModuleStatus
[src]

Auto Trait Implementations