RoutingPreferenceResponse

data class RoutingPreferenceResponse(val publishInternetEndpoints: Boolean? = null, val publishMicrosoftEndpoints: Boolean? = null, val routingChoice: String? = null)

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: Boolean? = null, publishMicrosoftEndpoints: Boolean? = null, routingChoice: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard
val routingChoice: String? = null

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