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.
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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eContainerStartedEvent\u003c/code\u003e class in the Cloud Life Sciences v2beta API signifies an event when a container begins, serving as a core component for tracking container lifecycles.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from the base \u003ccode\u003eobject\u003c/code\u003e class and implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, providing extensive functionality.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eContainerStartedEvent\u003c/code\u003e class has properties like \u003ccode\u003eActionId\u003c/code\u003e, which is the numeric identifier of the action that initiated the container, and \u003ccode\u003eIpAddress\u003c/code\u003e, representing the public IP address for container access.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003ePortMappings\u003c/code\u003e, another property, contains the container-to-host port mappings for the container, crucial for understanding how external services can interact with it.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers two constructors: a parameterless one, and one that takes another \u003ccode\u003eContainerStartedEvent\u003c/code\u003e instance, enabling the creation of new events and cloning of existing ones.\u003c/p\u003e\n"]]],[],null,[]]