Table of Contents

Class Gre

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

Ethernet over GRE settings

public class Gre
Inheritance
Gre
Inherited Members

Properties

Concentrator

The EoGRE concentrator's settings

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "concentrator")]
public GreConcentrator? Concentrator { get; set; }

Property Value

GreConcentrator

Key

Optional numerical identifier that will add the GRE key field to the GRE header. Used to identify an individual traffic flow within a tunnel.

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "key")]
public string? Key { get; set; }

Property Value

string