Struct google_appengine1::ContainerInfo[][src]

pub struct ContainerInfo {
    pub image: Option<String>,
}

Docker image that is used to create a container and start a VM instance for the version that you deploy. Only applicable for instances running in the App Engine flexible environment.

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

Fields

URI to the hosted container image in Google Container Registry. The URI must be fully qualified and include a tag or digest. Examples: "gcr.io/my-project/image:tag" or "gcr.io/my-project/image@digest"

Trait Implementations

impl Default for ContainerInfo
[src]

Returns the "default value" for a type. Read more

impl Clone for ContainerInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ContainerInfo
[src]

Formats the value using the given formatter. Read more

impl Part for ContainerInfo
[src]

Auto Trait Implementations