VpnSiteO365PolicyTrafficCategoryArgs

data class VpnSiteO365PolicyTrafficCategoryArgs(val allowEndpointEnabled: Output<Boolean>? = null, val defaultEndpointEnabled: Output<Boolean>? = null, val optimizeEndpointEnabled: Output<Boolean>? = null) : ConvertibleToJava<VpnSiteO365PolicyTrafficCategoryArgs>

Constructors

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

Properties

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

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
val defaultEndpointEnabled: Output<Boolean>? = null

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
val optimizeEndpointEnabled: Output<Boolean>? = null

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.

Functions

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