VpnSiteO365PolicyTrafficCategory

data class VpnSiteO365PolicyTrafficCategory(val allowEndpointEnabled: Boolean? = null, val defaultEndpointEnabled: Boolean? = null, val optimizeEndpointEnabled: Boolean? = null)

Constructors

Link copied to clipboard
constructor(allowEndpointEnabled: Boolean? = null, defaultEndpointEnabled: Boolean? = null, optimizeEndpointEnabled: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Is allow endpoint enabled? The Allow endpoint is required for connectivity to specific O365 services and features, but are not as sensitive to network performance and latency as other endpoint types. Defaults to false.

Link copied to clipboard

Is default endpoint enabled? The Default endpoint represents O365 services and dependencies that do not require any optimization, and can be treated by customer networks as normal Internet bound traffic. Defaults to false.

Link copied to clipboard

Is optimize endpoint enabled? The Optimize endpoint is required for connectivity to every O365 service and represents the O365 scenario that is the most sensitive to network performance, latency, and availability. Defaults to false.