[][src]Struct google_manager1_beta2::ModuleStatus

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

health_check_module_status: Option<HealthCheckModuleStatus>

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

network_module_status: Option<NetworkModuleStatus>

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

replica_pool_module_status: Option<ReplicaPoolModuleStatus>

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

state: Option<DeployState>

[Output Only] The current state of the module.

autoscaling_module_status: Option<AutoscalingModuleStatus>

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

firewall_module_status: Option<FirewallModuleStatus>

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

type_: Option<String>

[Output Only] The type of the module.

lb_module_status: Option<LbModuleStatus>

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

Trait Implementations

impl Part for ModuleStatus[src]

impl Default for ModuleStatus[src]

impl Clone for ModuleStatus[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Debug for ModuleStatus[src]

impl Serialize for ModuleStatus[src]

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

Auto Trait Implementations

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

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> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Typeable for T where
    T: Any

fn get_type(&self) -> TypeId

Get the TypeId of this object.

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]