Struct google_compute1::api::ManagedInstanceInstanceHealth[][src]

pub struct ManagedInstanceInstanceHealth {
    pub detailed_health_state: Option<String>,
    pub health_check: Option<String>,
}

There is no detailed description.

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

Fields

detailed_health_state: Option<String>

[Output Only] The current detailed instance health state.

health_check: Option<String>

[Output Only] The URL for the health check that verifies whether the instance is healthy.

Trait Implementations

impl Clone for ManagedInstanceInstanceHealth[src]

impl Debug for ManagedInstanceInstanceHealth[src]

impl Default for ManagedInstanceInstanceHealth[src]

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

impl Part for ManagedInstanceInstanceHealth[src]

impl Serialize for ManagedInstanceInstanceHealth[src]

Auto Trait Implementations

impl RefUnwindSafe for ManagedInstanceInstanceHealth[src]

impl Send for ManagedInstanceInstanceHealth[src]

impl Sync for ManagedInstanceInstanceHealth[src]

impl Unpin for ManagedInstanceInstanceHealth[src]

impl UnwindSafe for ManagedInstanceInstanceHealth[src]

Blanket Implementations

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

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

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

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

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

impl<T> Instrument for T[src]

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

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

type Owned = T

The resulting type after obtaining ownership.

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.