Magic Wan Static Route Route Args
data class MagicWanStaticRouteRouteArgs(val createdOn: Output<String>? = null, val description: Output<String>? = null, val id: Output<String>? = null, val modifiedOn: Output<String>? = null, val nexthop: Output<String>? = null, val prefix: Output<String>? = null, val priority: Output<Int>? = null, val scope: Output<MagicWanStaticRouteRouteScopeArgs>? = null, val weight: Output<Int>? = null) : ConvertibleToJava<MagicWanStaticRouteRouteArgs>
Constructors
Link copied to clipboard
constructor(createdOn: Output<String>? = null, description: Output<String>? = null, id: Output<String>? = null, modifiedOn: Output<String>? = null, nexthop: Output<String>? = null, prefix: Output<String>? = null, priority: Output<Int>? = null, scope: Output<MagicWanStaticRouteRouteScopeArgs>? = null, weight: Output<Int>? = null)