Enum PortProtocol
The protocol exposed on the port.
Namespace: Neon.Kube.Resources.Istio
Assembly: Neon.Kube.Resources.dll
Syntax
[JsonConverter(typeof(StringEnumConverter))]
[JsonConverter(typeof(JsonStringEnumMemberConverter))]
public enum PortProtocol
Fields
Name | Description |
---|---|
GRPC | GRPC |
HTTP | HTTP |
HTTP2 | HTTP2 |
HTTPS | HTTPS |
MONGO | MONGO |
TCP | TCP |
TLS | TLS |