StaticRouteModifiedRoute

data class StaticRouteModifiedRoute(val createdOn: String? = null, val description: String? = null, val id: String? = null, val modifiedOn: String? = null, val nexthop: String? = null, val prefix: String? = null, val priority: Int? = null, val scope: StaticRouteModifiedRouteScope? = null, val weight: Int? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val createdOn: String? = null

When the route was created.

Link copied to clipboard
val description: String? = null

An optional human provided description of the static route.

Link copied to clipboard
val id: String? = null

Identifier

Link copied to clipboard
val modifiedOn: String? = null

When the route was last modified.

Link copied to clipboard
val nexthop: String? = null

The next-hop IP Address for the static route.

Link copied to clipboard
val prefix: String? = null

IP Prefix in Classless Inter-Domain Routing format.

Link copied to clipboard
val priority: Int? = null

Priority of the static route.

Link copied to clipboard

Used only for ECMP routes.

Link copied to clipboard
val weight: Int? = null

Optional weight of the ECMP scope - if provided.