Cloud Life Sciences v2beta API - Class ContainerStartedEvent (2.0.0-beta05)

public sealed class ContainerStartedEvent : IMessage<ContainerStartedEvent>, IEquatable<ContainerStartedEvent>, IDeepCloneable<ContainerStartedEvent>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Life Sciences v2beta API class ContainerStartedEvent.

An event generated when a container starts.

Inheritance

object > ContainerStartedEvent

Namespace

Google.Cloud.LifeSciences.V2Beta

Assembly

Google.Cloud.LifeSciences.V2Beta.dll

Constructors

ContainerStartedEvent()

public ContainerStartedEvent()

ContainerStartedEvent(ContainerStartedEvent)

public ContainerStartedEvent(ContainerStartedEvent other)
Parameter
NameDescription
otherContainerStartedEvent

Properties

ActionId

public int ActionId { get; set; }

The numeric ID of the action that started this container.

Property Value
TypeDescription
int

IpAddress

public string IpAddress { get; set; }

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.

Property Value
TypeDescription
string

PortMappings

public MapField<int, int> PortMappings { get; }

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.

Property Value
TypeDescription
MapFieldintint