Class ContainerStartedEvent
An event generated when a container starts.
Implements
Inherited Members
Namespace: Google.Apis.CloudLifeSciences.v2beta.Data
Assembly: Google.Apis.CloudLifeSciences.v2beta.dll
Syntax
public class ContainerStartedEvent : IDirectResponseSchema
Properties
ActionId
The numeric ID of the action that started this container.
Declaration
[JsonProperty("actionId")]
public virtual int? ActionId { get; set; }
Property Value
Type | Description |
---|---|
int? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IpAddress
The public IP address that can be used to connect to the container. This field is only populated when at least one port mapping is present. If the instance was created with a private address, this field will be empty even if port mappings exist.
Declaration
[JsonProperty("ipAddress")]
public virtual string IpAddress { get; set; }
Property Value
Type | Description |
---|---|
string |
PortMappings
The container-to-host port mappings installed for this container. This set will contain any ports exposed
using the PUBLISH_EXPOSED_PORTS
flag as well as any specified in the Action
definition.
Declaration
[JsonProperty("portMappings")]
public virtual IDictionary<string, int?> PortMappings { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, int?> |