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
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
inline fun copy(block: ContainerGroupPortMapping.Builder.() -> Unit = {}): ContainerGroupPortMapping