Struct gapi_grpc::google::container::v1alpha1::AutoUpgradeOptions[][src]

pub struct AutoUpgradeOptions {
    pub auto_upgrade_start_time: String,
    pub description: String,
}

AutoUpgradeOptions defines the set of options for the user to control how the Auto Upgrades will proceed.

Fields

auto_upgrade_start_time: String

[Output only] This field is set when upgrades are about to commence with the approximate start time for the upgrades, in RFC3339 text format.

description: String

[Output only] This field is set when upgrades are about to commence with the description of the upgrade.

Trait Implementations

impl Clone for AutoUpgradeOptions[src]

impl Debug for AutoUpgradeOptions[src]

impl Default for AutoUpgradeOptions[src]

impl Message for AutoUpgradeOptions[src]

impl PartialEq<AutoUpgradeOptions> for AutoUpgradeOptions[src]

impl StructuralPartialEq for AutoUpgradeOptions[src]

Auto Trait Implementations

impl RefUnwindSafe for AutoUpgradeOptions

impl Send for AutoUpgradeOptions

impl Sync for AutoUpgradeOptions

impl Unpin for AutoUpgradeOptions

impl UnwindSafe for AutoUpgradeOptions

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> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

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

impl<T> IntoRequest<T> for 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.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]