Struct google_compute1::api::ScalingScheduleStatus[][src]

pub struct ScalingScheduleStatus {
    pub last_start_time: Option<String>,
    pub next_start_time: Option<String>,
    pub state: Option<String>,
}

There is no detailed description.

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

Fields

last_start_time: Option<String>

[Output Only] The last time the scaling schedule became active. Note: this is a timestamp when a schedule actually became active, not when it was planned to do so. The timestamp is in RFC3339 text format.

next_start_time: Option<String>

[Output Only] The next time the scaling schedule is to become active. Note: this is a timestamp when a schedule is planned to run, but the actual time might be slightly different. The timestamp is in RFC3339 text format.

state: Option<String>

[Output Only] The current state of a scaling schedule.

Trait Implementations

impl Clone for ScalingScheduleStatus[src]

impl Debug for ScalingScheduleStatus[src]

impl Default for ScalingScheduleStatus[src]

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

impl Part for ScalingScheduleStatus[src]

impl Serialize for ScalingScheduleStatus[src]

Auto Trait Implementations

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.