RoutingPreferenceArgs

data class RoutingPreferenceArgs(val publishInternetEndpoints: Output<Boolean>? = null, val publishMicrosoftEndpoints: Output<Boolean>? = null, val routingChoice: Output<Either<String, RoutingChoice>>? = null) : ConvertibleToJava<RoutingPreferenceArgs>

Routing preference defines the type of network, either microsoft or internet routing to be used to deliver the user data, the default option is microsoft routing

Constructors

Link copied to clipboard
constructor(publishInternetEndpoints: Output<Boolean>? = null, publishMicrosoftEndpoints: Output<Boolean>? = null, routingChoice: Output<Either<String, RoutingChoice>>? = null)

Properties

Link copied to clipboard
val publishInternetEndpoints: Output<Boolean>? = null

A boolean flag which indicates whether internet routing storage endpoints are to be published

Link copied to clipboard
val publishMicrosoftEndpoints: Output<Boolean>? = null

A boolean flag which indicates whether microsoft routing storage endpoints are to be published

Link copied to clipboard
val routingChoice: Output<Either<String, RoutingChoice>>? = null

Routing Choice defines the kind of network routing opted by the user.

Functions

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