GatewayDestinationArgs

data class GatewayDestinationArgs(val applicationName: Output<String>, val endpointName: Output<String>, val serviceName: Output<String>) : ConvertibleToJava<GatewayDestinationArgs>

Describes destination endpoint for routing traffic.

Constructors

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

Properties

Link copied to clipboard
val applicationName: Output<String>

Name of the service fabric Mesh application.

Link copied to clipboard
val endpointName: Output<String>

name of the endpoint in the service.

Link copied to clipboard
val serviceName: Output<String>

service that contains the endpoint.

Functions

Link copied to clipboard
open override fun toJava(): GatewayDestinationArgs