Values.ContainerGroupPortMappingSourceDescribes 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
type nonrec t = {containerName : NonZeroAnd128MaxAsciiString.t option;The name of the container, as defined in the container group definition.
*)containerRuntimeId : NonEmptyString.t option;The runtime ID for the container that's running in a compute. This value is unique within the compute.
*)containerPortMappings : ContainerPortMappingList.t option;A list of ContainerPortMapping objects that describe the port mappings for this container.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `Enum of string | `Integer of PortNumber.t ])
list ]
list
| `String of NonZeroAnd128MaxAsciiString.t ])
list ]