Table of Contents

Class StaticRouteCreationRequest

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

CreateNetworkStaticRoute

[DataContract]
public class StaticRouteCreationRequest : NamedItem
Inheritance
StaticRouteCreationRequest
Derived
Inherited Members

Properties

GatewayIp

The gateway IP (next hop) of the static route

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "gatewayIp")]
public string GatewayIp { get; set; }

Property Value

string

GatewayVlanId

The gateway IP (next hop) VLAN ID of the static route

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "gatewayVlanId")]
public string? GatewayVlanId { get; set; }

Property Value

string

Subnet

The subnet of the static route

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "subnet")]
public string Subnet { get; set; }

Property Value

string