GoogleApi.Genomics.V1.Model.ContainerStartedEvent (google_api_genomics v0.18.0) View Source

An event generated when a container starts.

Attributes

  • actionId (type: integer(), default: nil) - The numeric ID of the action that started this container.
  • ipAddress (type: String.t, default: nil) - 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.
  • portMappings (type: map(), default: nil) - 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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Genomics.V1.Model.ContainerStartedEvent{
  actionId: integer() | nil,
  ipAddress: String.t() | nil,
  portMappings: map() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.