google_api_genomics v0.5.0 GoogleApi.Genomics.V1.Model.ContainerStartedEvent View Source
An event generated when a container starts.
Attributes
- actionId (integer()): The numeric ID of the action that started this container. Defaults to:
null
. - ipAddress (String.t): 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. Defaults to:
null
. - portMappings (%{optional(String.t) => integer()}): 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. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.