GatewayDestinationResponse

data class GatewayDestinationResponse(val applicationName: String, val endpointName: String, val serviceName: String)

Describes destination endpoint for routing traffic.

Constructors

Link copied to clipboard
constructor(applicationName: String, endpointName: String, serviceName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name of the service fabric Mesh application.

Link copied to clipboard

name of the endpoint in the service.

Link copied to clipboard

service that contains the endpoint.