[][src]Struct google_containeranalysis1_beta1::Deployment

pub struct Deployment {
    pub resource_uri: Option<Vec<String>>,
    pub user_email: Option<String>,
    pub deploy_time: Option<String>,
    pub platform: Option<String>,
    pub address: Option<String>,
    pub undeploy_time: Option<String>,
    pub config: Option<String>,
}

The period during which some deployable was active in a runtime.

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

Fields

resource_uri: Option<Vec<String>>

Output only. Resource URI for the artifact being deployed taken from the deployable field with the same name.

user_email: Option<String>

Identity of the user that triggered this deployment.

deploy_time: Option<String>

Required. Beginning of the lifetime of this deployment.

platform: Option<String>

Platform hosting this deployment.

address: Option<String>

Address of the runtime element hosting this deployment.

undeploy_time: Option<String>

End of the lifetime of this deployment.

config: Option<String>

Configuration used to create this deployment.

Trait Implementations

impl Part for Deployment[src]

impl Default for Deployment[src]

impl Clone for Deployment[src]

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

Performs copy-assignment from source. Read more

impl Debug for Deployment[src]

impl Serialize for Deployment[src]

impl<'de> Deserialize<'de> for Deployment[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]