MagicWanStaticRouteRouteArgs

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)

Properties

Link copied to clipboard
val createdOn: Output<String>? = null

When the route was created.

Link copied to clipboard
val description: Output<String>? = null

An optional human provided description of the static route.

Link copied to clipboard
val id: Output<String>? = null

Identifier

Link copied to clipboard
val modifiedOn: Output<String>? = null

When the route was last modified.

Link copied to clipboard
val nexthop: Output<String>? = null

The next-hop IP Address for the static route.

Link copied to clipboard
val prefix: Output<String>? = null

IP Prefix in Classless Inter-Domain Routing format.

Link copied to clipboard
val priority: Output<Int>? = null

Priority of the static route.

Link copied to clipboard

Used only for ECMP routes.

Link copied to clipboard
val weight: Output<Int>? = null

Optional weight of the ECMP scope - if provided.

Functions

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