Table of Contents

Class StaticRoute

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

Static Route

[DataContract]
public class StaticRoute : StaticRouteUpdateRequest
Inheritance
StaticRoute
Inherited Members

Constructors

StaticRoute()

public StaticRoute()

Properties

Gateway

Gets the gateway

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "gateway")]
public StaticRouteGateway? Gateway { get; set; }

Property Value

StaticRouteGateway

Id

Id

[ApiKey]
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "id")]
public string Id { get; set; }

Property Value

string

NetworkId

Network id

[ApiForeignKey(typeof(Network))]
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "networkId")]
public string NetworkId { get; set; }

Property Value

string

Vpn

VPN settings for the static route

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "vpn")]
public StaticRouteVpn? Vpn { get; set; }

Property Value

StaticRouteVpn