Values.ContainerIdentifierSourceA unique identifier for a container in a compute on a managed container fleet instance. This information makes it possible to remotely connect to a specific container on a fleet instance. Related to: ContainerAttribute Use with: GetComputeAccess
type nonrec t = {containerName : NonZeroAnd128MaxAsciiString.t option;The identifier for a container that's running in a compute.
*)containerRuntimeId : NonEmptyString.t option;The runtime ID for the container that's running in a compute. This value is unique within the compute. It is returned as a ContainerAttribute value in a Compute object.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of NonZeroAnd128MaxAsciiString.t ]) list ]