GetMagicWanStaticRouteRoute

data class GetMagicWanStaticRouteRoute(val createdOn: String, val description: String, val id: String, val modifiedOn: String, val nexthop: String, val prefix: String, val priority: Int, val scope: GetMagicWanStaticRouteRouteScope, val weight: Int)

Constructors

Link copied to clipboard
constructor(createdOn: String, description: String, id: String, modifiedOn: String, nexthop: String, prefix: String, priority: Int, scope: GetMagicWanStaticRouteRouteScope, weight: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

When the route was created.

Link copied to clipboard

An optional human provided description of the static route.

Link copied to clipboard
val id: String

Identifier

Link copied to clipboard

When the route was last modified.

Link copied to clipboard

The next-hop IP Address for the static route.

Link copied to clipboard

IP Prefix in Classless Inter-Domain Routing format.

Link copied to clipboard

Priority of the static route.

Link copied to clipboard

Used only for ECMP routes.

Link copied to clipboard
val weight: Int

Optional weight of the ECMP scope - if provided.