portMappings property

Map<String, int>? portMappings
getter/setter pair

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.

Implementation

core.Map<core.String, core.int>? portMappings;