public sealed class ContainerInfo : IMessage<ContainerInfo>, IEquatable<ContainerInfo>, IDeepCloneable<ContainerInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the App Engine v1 API class ContainerInfo.
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.
Implements
IMessageContainerInfo, IEquatableContainerInfo, IDeepCloneableContainerInfo, IBufferMessage, IMessageNamespace
Google.Cloud.AppEngine.V1Assembly
Google.Cloud.AppEngine.V1.dll
Constructors
ContainerInfo()
public ContainerInfo()
ContainerInfo(ContainerInfo)
public ContainerInfo(ContainerInfo other)
Parameter | |
---|---|
Name | Description |
other |
ContainerInfo |
Properties
Image
public string Image { get; set; }
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"
Property Value | |
---|---|
Type | Description |
string |