Networking Configuration Response
data class NetworkingConfigurationResponse(val externalNetworkingMode: String, val host: String? = null, val routes: List<NetworkingRouteResponse>)
Networking configuration for the pipeline group instance.
Constructors
Link copied to clipboard
constructor(externalNetworkingMode: String, host: String? = null, routes: List<NetworkingRouteResponse>)