Table of Contents

Class SwitchStaticRouteVrf

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

Static route VRF information

[DataContract]
public class SwitchStaticRouteVrf
Inheritance
SwitchStaticRouteVrf
Inherited Members

Constructors

SwitchStaticRouteVrf()

public SwitchStaticRouteVrf()

Properties

LeakRouteToDefaultVrf

Whether or not next-hop IP is reachable via default VRF

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "leakRouteToDefaultVrf")]
public bool? LeakRouteToDefaultVrf { get; set; }

Property Value

bool?

Name

The name of the VRF this static route belongs to

[ApiKey]
[DataMember(Name = "name")]
public string? Name { get; set; }

Property Value

string