Vpn Site O365Policy Traffic Category Args
data class VpnSiteO365PolicyTrafficCategoryArgs(val allowEndpointEnabled: Output<Boolean>? = null, val defaultEndpointEnabled: Output<Boolean>? = null, val optimizeEndpointEnabled: Output<Boolean>? = null) : ConvertibleToJava<VpnSiteO365PolicyTrafficCategoryArgs>
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
.