Protocol

enum Protocol : Enum<KontainerPort.Protocol>

Enumeration of supported network protocols than can be used to establish basic Kontainer availability. Kontainers may use other protocols built on top of these protocols; for example, HTTP, HTTPS, and GRPC.

Entries

Link copied to clipboard
UDP()
Link copied to clipboard
TCP()

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int