Struct google_appengine1_beta5::ContainerInfo [−][src]
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
image: Option<String>
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]
impl Default for ContainerInfofn default() -> ContainerInfo[src]
fn default() -> ContainerInfoReturns the "default value" for a type. Read more
impl Clone for ContainerInfo[src]
impl Clone for ContainerInfofn clone(&self) -> ContainerInfo[src]
fn clone(&self) -> ContainerInfoReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for ContainerInfo[src]
impl Debug for ContainerInfofn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Part for ContainerInfo[src]
impl Part for ContainerInfoAuto Trait Implementations
impl Send for ContainerInfo
impl Send for ContainerInfoimpl Sync for ContainerInfo
impl Sync for ContainerInfo