Class Gre
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
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; }