ContainerGroupPortMapping

Describes the port mappings for a single container in a container group. Each mapping shows how a container port maps to a connection port on the fleet instance.

Returned by:DescribeContainerGroupPortMappings

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the container, as defined in the container group definition.

Link copied to clipboard

A list of ContainerPortMapping objects that describe the port mappings for this container.

Link copied to clipboard

The runtime ID for the container that's running in a compute. This value is unique within the compute.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String