Show / Hide Table of Contents

Class ContainerStartedEvent

An event generated when a container starts.

Inheritance
object
ContainerStartedEvent
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Genomics.v2alpha1.Data
Assembly: Google.Apis.Genomics.v2alpha1.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
System.Collections.Generic.IDictionary<TKey, TValue><string, int?>

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX