We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09f94fc commit 196ce60Copy full SHA for 196ce60
Meraki.Api/Data/SwitchStaticRouteCreationRequest.cs
@@ -30,6 +30,12 @@ public class SwitchStaticRouteCreationRequest
30
[DataMember(Name = "advertiseViaOspfEnabled")]
31
public bool? AdvertiseViaOspfEnabled { get; set; }
32
33
+ /// <summary>
34
+ /// Optional fallback IP address for management traffic
35
+ /// </summary>
36
+ [DataMember(Name = "managementNextHop")]
37
+ public string? ManagementNextHop { get; set; }
38
+
39
/// <summary>
40
/// Prefer over ospf routes enabled
41
/// </summary>
0 commit comments