MagicWanStaticRouteModifiedRouteScope

data class MagicWanStaticRouteModifiedRouteScope(val coloNames: List<String>? = null, val coloRegions: List<String>? = null)

Constructors

Link copied to clipboard
constructor(coloNames: List<String>? = null, coloRegions: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val coloNames: List<String>? = null

List of colo names for the ECMP scope.

Link copied to clipboard
val coloRegions: List<String>? = null

List of colo regions for the ECMP scope.