Table of Contents

Class DeviceLiveToolsRoutingTableGetResponseEntry

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

Routing table entry

[DataContract]
public class DeviceLiveToolsRoutingTableGetResponseEntry
Inheritance
DeviceLiveToolsRoutingTableGetResponseEntry
Inherited Members

Constructors

DeviceLiveToolsRoutingTableGetResponseEntry()

public DeviceLiveToolsRoutingTableGetResponseEntry()

Properties

IpVersion

The IP version of the route. enum = ["ipv4", "ipv6"]

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "ipVersion")]
public string IpVersion { get; set; }

Property Value

string

StaticGateway

The static gateway IP address of the route, if the type is "static" or "ospf"

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "staticGateway")]
public string StaticGateway { get; set; }

Property Value

string

Subnet

The subnet of the route in CIDR format

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

Property Value

string

Type

The type of route defined. enum = ["anycon_vpn", "client_vpn", "ipsec_vpn", "l3_vpn", "local_uplink", ...]

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "type")]
public string Type { get; set; }

Property Value

string