@pulumi/sdwan 0.6.0-alpha.1766557813 → 0.6.0-alpha.1768016809
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/applicationPriorityFeatureProfile.d.ts +1 -1
- package/applicationPriorityFeatureProfile.js +1 -1
- package/applicationPriorityTrafficPolicyPolicy.d.ts +2 -2
- package/applicationPriorityTrafficPolicyPolicy.js +2 -2
- package/cliFeatureProfile.d.ts +1 -1
- package/cliFeatureProfile.js +1 -1
- package/dnsSecurityFeatureProfile.d.ts +1 -1
- package/dnsSecurityFeatureProfile.js +1 -1
- package/embeddedSecurityFeatureProfile.d.ts +1 -1
- package/embeddedSecurityFeatureProfile.js +1 -1
- package/getServiceLanVpnFeature.d.ts +4 -0
- package/getServiceLanVpnFeature.js.map +1 -1
- package/getSystemCaCertificateFeature.d.ts +89 -0
- package/getSystemCaCertificateFeature.js +54 -0
- package/getSystemCaCertificateFeature.js.map +1 -0
- package/index.d.ts +6 -0
- package/index.js +15 -7
- package/index.js.map +1 -1
- package/otherFeatureProfile.d.ts +1 -1
- package/otherFeatureProfile.js +1 -1
- package/package.json +2 -2
- package/policyObjectApplicationList.d.ts +1 -1
- package/policyObjectApplicationList.js +1 -1
- package/policyObjectAsPathList.d.ts +1 -1
- package/policyObjectAsPathList.js +1 -1
- package/policyObjectClassMap.d.ts +1 -1
- package/policyObjectClassMap.js +1 -1
- package/policyObjectColorList.d.ts +1 -1
- package/policyObjectColorList.js +1 -1
- package/policyObjectDataIpv4PrefixList.d.ts +1 -1
- package/policyObjectDataIpv4PrefixList.js +1 -1
- package/policyObjectExpandedCommunityList.d.ts +1 -1
- package/policyObjectExpandedCommunityList.js +1 -1
- package/policyObjectExtendedCommunityList.d.ts +1 -1
- package/policyObjectExtendedCommunityList.js +1 -1
- package/policyObjectFeatureProfile.d.ts +1 -1
- package/policyObjectFeatureProfile.js +1 -1
- package/policyObjectMirror.d.ts +1 -1
- package/policyObjectMirror.js +1 -1
- package/policyObjectPolicer.d.ts +1 -1
- package/policyObjectPolicer.js +1 -1
- package/policyObjectSecurityFqdnList.d.ts +1 -1
- package/policyObjectSecurityFqdnList.js +1 -1
- package/policyObjectSecurityPortList.d.ts +1 -1
- package/policyObjectSecurityPortList.js +1 -1
- package/policyObjectSecurityProtocolList.d.ts +1 -1
- package/policyObjectSecurityProtocolList.js +1 -1
- package/policyObjectSecurityUrlAllowList.d.ts +1 -1
- package/policyObjectSecurityUrlAllowList.js +1 -1
- package/policyObjectSecurityUrlBlockList.d.ts +1 -1
- package/policyObjectSecurityUrlBlockList.js +1 -1
- package/policyObjectTlocList.d.ts +1 -1
- package/policyObjectTlocList.js +1 -1
- package/serviceFeatureProfile.d.ts +1 -1
- package/serviceFeatureProfile.js +1 -1
- package/serviceLanVpnFeature.d.ts +20 -1
- package/serviceLanVpnFeature.js +10 -1
- package/serviceLanVpnFeature.js.map +1 -1
- package/serviceRoutingBgpFeature.d.ts +2 -2
- package/serviceRoutingBgpFeature.js +2 -2
- package/serviceRoutingOspfv3Ipv4Feature.d.ts +1 -1
- package/serviceRoutingOspfv3Ipv4Feature.js +1 -1
- package/serviceRoutingOspfv3Ipv6Feature.d.ts +1 -1
- package/serviceRoutingOspfv3Ipv6Feature.js +1 -1
- package/sigSecurityFeatureProfile.d.ts +1 -1
- package/sigSecurityFeatureProfile.js +1 -1
- package/systemCaCertificateFeature.d.ts +125 -0
- package/systemCaCertificateFeature.js +91 -0
- package/systemCaCertificateFeature.js.map +1 -0
- package/systemFeatureProfile.d.ts +1 -1
- package/systemFeatureProfile.js +1 -1
- package/systemLoggingFeature.d.ts +1 -1
- package/systemLoggingFeature.js +1 -1
- package/transportFeatureProfile.d.ts +1 -1
- package/transportFeatureProfile.js +1 -1
- package/transportRoutingBgpFeature.d.ts +2 -2
- package/transportRoutingBgpFeature.js +2 -2
- package/transportRoutingOspfv3Ipv4Feature.d.ts +1 -1
- package/transportRoutingOspfv3Ipv4Feature.js +1 -1
- package/transportRoutingOspfv3Ipv6Feature.d.ts +1 -1
- package/transportRoutingOspfv3Ipv6Feature.js +1 -1
- package/transportWanVpnFeature.d.ts +1 -1
- package/transportWanVpnFeature.js +1 -1
- package/types/input.d.ts +330 -63
- package/types/output.d.ts +597 -103
package/types/output.d.ts
CHANGED
|
@@ -234,10 +234,14 @@ export interface ApplicationPriorityTrafficPolicyPolicySequence {
|
|
|
234
234
|
sequenceName?: string;
|
|
235
235
|
}
|
|
236
236
|
export interface ApplicationPriorityTrafficPolicyPolicySequenceAction {
|
|
237
|
+
appqoeDreOptimization?: boolean;
|
|
238
|
+
appqoeServiceNodeGroup?: string;
|
|
239
|
+
appqoeTcpOptimization?: boolean;
|
|
237
240
|
/**
|
|
238
241
|
* Backup SLA perferred color
|
|
239
242
|
*/
|
|
240
243
|
backupSlaPreferredColors?: string[];
|
|
244
|
+
cflowd?: boolean;
|
|
241
245
|
cloudProbe?: boolean;
|
|
242
246
|
cloudSaas?: boolean;
|
|
243
247
|
count?: string;
|
|
@@ -261,11 +265,16 @@ export interface ApplicationPriorityTrafficPolicyPolicySequenceAction {
|
|
|
261
265
|
natPool?: number;
|
|
262
266
|
natVpn?: boolean;
|
|
263
267
|
/**
|
|
264
|
-
* - Choices: `ipAddress`, `
|
|
268
|
+
* - Choices: `ipAddress`, `dnsHost`
|
|
265
269
|
*/
|
|
266
270
|
redirectDnsField?: string;
|
|
267
271
|
redirectDnsValue?: string;
|
|
268
272
|
secureInternetGateway?: boolean;
|
|
273
|
+
secureServiceEdge?: boolean;
|
|
274
|
+
/**
|
|
275
|
+
* - Choices: `Cisco-Secure-Access`, `zScaler`
|
|
276
|
+
*/
|
|
277
|
+
secureServiceEdgeInstance?: string;
|
|
269
278
|
setParameters?: outputs.ApplicationPriorityTrafficPolicyPolicySequenceActionSetParameter[];
|
|
270
279
|
/**
|
|
271
280
|
* slaClass
|
|
@@ -283,14 +292,14 @@ export interface ApplicationPriorityTrafficPolicyPolicySequenceActionSetParamete
|
|
|
283
292
|
* - Choices: `ipsec`, `gre`
|
|
284
293
|
*/
|
|
285
294
|
localTlocListEncapsulation?: string;
|
|
286
|
-
localTlocListRestrict?:
|
|
295
|
+
localTlocListRestrict?: boolean;
|
|
287
296
|
nextHopIpv4?: string;
|
|
288
297
|
nextHopIpv6?: string;
|
|
289
298
|
nextHopLoose?: boolean;
|
|
290
299
|
policerId?: string;
|
|
291
300
|
preferredColorGroupId?: string;
|
|
292
|
-
|
|
293
|
-
|
|
301
|
+
preferredRemoteColorRestrict?: boolean;
|
|
302
|
+
preferredRemoteColors?: string[];
|
|
294
303
|
serviceChainFallbackToRouting?: boolean;
|
|
295
304
|
serviceChainLocal?: boolean;
|
|
296
305
|
serviceChainTlocColors?: string[];
|
|
@@ -308,6 +317,8 @@ export interface ApplicationPriorityTrafficPolicyPolicySequenceActionSetParamete
|
|
|
308
317
|
* - Range: `0`-`65530`
|
|
309
318
|
*/
|
|
310
319
|
serviceChainVpn?: number;
|
|
320
|
+
serviceLocal?: boolean;
|
|
321
|
+
serviceRestrict?: boolean;
|
|
311
322
|
serviceTlocColors?: string[];
|
|
312
323
|
/**
|
|
313
324
|
* - Choices: `ipsec`, `gre`
|
|
@@ -319,7 +330,10 @@ export interface ApplicationPriorityTrafficPolicyPolicySequenceActionSetParamete
|
|
|
319
330
|
* - Choices: `FW`, `IDS`, `IDP`, `netsvc1`, `netsvc2`, `netsvc3`, `netsvc4`, `appqoe`
|
|
320
331
|
*/
|
|
321
332
|
serviceType?: string;
|
|
322
|
-
|
|
333
|
+
/**
|
|
334
|
+
* - Range: `0`-`65530`
|
|
335
|
+
*/
|
|
336
|
+
serviceVpn?: number;
|
|
323
337
|
tlocColors?: string[];
|
|
324
338
|
/**
|
|
325
339
|
* - Choices: `ipsec`, `gre`
|
|
@@ -327,7 +341,10 @@ export interface ApplicationPriorityTrafficPolicyPolicySequenceActionSetParamete
|
|
|
327
341
|
tlocEncapsulation?: string;
|
|
328
342
|
tlocIp?: string;
|
|
329
343
|
tlocListId?: string;
|
|
330
|
-
|
|
344
|
+
/**
|
|
345
|
+
* - Range: `0`-`65530`
|
|
346
|
+
*/
|
|
347
|
+
vpn?: number;
|
|
331
348
|
}
|
|
332
349
|
export interface ApplicationPriorityTrafficPolicyPolicySequenceActionSlaClass {
|
|
333
350
|
fallbackToBestPath?: boolean;
|
|
@@ -366,10 +383,9 @@ export interface ApplicationPriorityTrafficPolicyPolicySequenceMatchEntry {
|
|
|
366
383
|
dns?: string;
|
|
367
384
|
dnsApplicationListId?: string;
|
|
368
385
|
/**
|
|
369
|
-
* DSCP
|
|
370
|
-
* - Range: `0`-`63`
|
|
386
|
+
* DSCP numbers
|
|
371
387
|
*/
|
|
372
|
-
|
|
388
|
+
dscps?: number[];
|
|
373
389
|
/**
|
|
374
390
|
* ICMP6 Message
|
|
375
391
|
*/
|
|
@@ -391,8 +407,8 @@ export interface ApplicationPriorityTrafficPolicyPolicySequenceMatchEntry {
|
|
|
391
407
|
* M365 Service Area
|
|
392
408
|
*/
|
|
393
409
|
serviceAreas?: string[];
|
|
394
|
-
|
|
395
|
-
|
|
410
|
+
sourceDataIpv4PrefixListId?: string;
|
|
411
|
+
sourceDataIpv6PrefixListId?: string;
|
|
396
412
|
/**
|
|
397
413
|
* Source Data IP Prefix
|
|
398
414
|
*/
|
|
@@ -5700,6 +5716,10 @@ export interface ConfigurationGroupDevice {
|
|
|
5700
5716
|
* Device ID
|
|
5701
5717
|
*/
|
|
5702
5718
|
id?: string;
|
|
5719
|
+
/**
|
|
5720
|
+
* Topology label for dual device configuration group (supported from version 20.18.1 onwards)
|
|
5721
|
+
*/
|
|
5722
|
+
topologyLabel?: string;
|
|
5703
5723
|
/**
|
|
5704
5724
|
* List of variables
|
|
5705
5725
|
*/
|
|
@@ -5961,7 +5981,7 @@ export interface CustomControlTopologyPolicyDefinitionSequenceMatchEntry {
|
|
|
5961
5981
|
*/
|
|
5962
5982
|
regionListId?: string;
|
|
5963
5983
|
/**
|
|
5964
|
-
* Role, Attribute conditional on `type` being equal to `
|
|
5984
|
+
* Role, Attribute conditional on `type` being equal to `role`
|
|
5965
5985
|
* - Choices: `border-router`, `edge-router`
|
|
5966
5986
|
*/
|
|
5967
5987
|
role?: string;
|
|
@@ -6498,10 +6518,14 @@ export interface GetApplicationPriorityTrafficPolicyPolicySequence {
|
|
|
6498
6518
|
sequenceName: string;
|
|
6499
6519
|
}
|
|
6500
6520
|
export interface GetApplicationPriorityTrafficPolicyPolicySequenceAction {
|
|
6521
|
+
appqoeDreOptimization: boolean;
|
|
6522
|
+
appqoeServiceNodeGroup: string;
|
|
6523
|
+
appqoeTcpOptimization: boolean;
|
|
6501
6524
|
/**
|
|
6502
6525
|
* Backup SLA perferred color
|
|
6503
6526
|
*/
|
|
6504
6527
|
backupSlaPreferredColors: string[];
|
|
6528
|
+
cflowd: boolean;
|
|
6505
6529
|
cloudProbe: boolean;
|
|
6506
6530
|
cloudSaas: boolean;
|
|
6507
6531
|
count: string;
|
|
@@ -6518,6 +6542,8 @@ export interface GetApplicationPriorityTrafficPolicyPolicySequenceAction {
|
|
|
6518
6542
|
redirectDnsField: string;
|
|
6519
6543
|
redirectDnsValue: string;
|
|
6520
6544
|
secureInternetGateway: boolean;
|
|
6545
|
+
secureServiceEdge: boolean;
|
|
6546
|
+
secureServiceEdgeInstance: string;
|
|
6521
6547
|
setParameters: outputs.GetApplicationPriorityTrafficPolicyPolicySequenceActionSetParameter[];
|
|
6522
6548
|
/**
|
|
6523
6549
|
* slaClass
|
|
@@ -6529,14 +6555,14 @@ export interface GetApplicationPriorityTrafficPolicyPolicySequenceActionSetParam
|
|
|
6529
6555
|
forwardingClassListId: string;
|
|
6530
6556
|
localTlocListColors: string[];
|
|
6531
6557
|
localTlocListEncapsulation: string;
|
|
6532
|
-
localTlocListRestrict:
|
|
6558
|
+
localTlocListRestrict: boolean;
|
|
6533
6559
|
nextHopIpv4: string;
|
|
6534
6560
|
nextHopIpv6: string;
|
|
6535
6561
|
nextHopLoose: boolean;
|
|
6536
6562
|
policerId: string;
|
|
6537
6563
|
preferredColorGroupId: string;
|
|
6538
|
-
|
|
6539
|
-
|
|
6564
|
+
preferredRemoteColorRestrict: boolean;
|
|
6565
|
+
preferredRemoteColors: string[];
|
|
6540
6566
|
serviceChainFallbackToRouting: boolean;
|
|
6541
6567
|
serviceChainLocal: boolean;
|
|
6542
6568
|
serviceChainTlocColors: string[];
|
|
@@ -6545,17 +6571,19 @@ export interface GetApplicationPriorityTrafficPolicyPolicySequenceActionSetParam
|
|
|
6545
6571
|
serviceChainTlocListId: string;
|
|
6546
6572
|
serviceChainType: string;
|
|
6547
6573
|
serviceChainVpn: number;
|
|
6574
|
+
serviceLocal: boolean;
|
|
6575
|
+
serviceRestrict: boolean;
|
|
6548
6576
|
serviceTlocColors: string[];
|
|
6549
6577
|
serviceTlocEncapsulation: string;
|
|
6550
6578
|
serviceTlocIp: string;
|
|
6551
6579
|
serviceTlocListId: string;
|
|
6552
6580
|
serviceType: string;
|
|
6553
|
-
serviceVpn:
|
|
6581
|
+
serviceVpn: number;
|
|
6554
6582
|
tlocColors: string[];
|
|
6555
6583
|
tlocEncapsulation: string;
|
|
6556
6584
|
tlocIp: string;
|
|
6557
6585
|
tlocListId: string;
|
|
6558
|
-
vpn:
|
|
6586
|
+
vpn: number;
|
|
6559
6587
|
}
|
|
6560
6588
|
export interface GetApplicationPriorityTrafficPolicyPolicySequenceActionSlaClass {
|
|
6561
6589
|
fallbackToBestPath: boolean;
|
|
@@ -6592,9 +6620,9 @@ export interface GetApplicationPriorityTrafficPolicyPolicySequenceMatchEntry {
|
|
|
6592
6620
|
dns: string;
|
|
6593
6621
|
dnsApplicationListId: string;
|
|
6594
6622
|
/**
|
|
6595
|
-
* DSCP
|
|
6623
|
+
* DSCP numbers
|
|
6596
6624
|
*/
|
|
6597
|
-
|
|
6625
|
+
dscps: number[];
|
|
6598
6626
|
/**
|
|
6599
6627
|
* ICMP6 Message
|
|
6600
6628
|
*/
|
|
@@ -6616,8 +6644,8 @@ export interface GetApplicationPriorityTrafficPolicyPolicySequenceMatchEntry {
|
|
|
6616
6644
|
* M365 Service Area
|
|
6617
6645
|
*/
|
|
6618
6646
|
serviceAreas: string[];
|
|
6619
|
-
|
|
6620
|
-
|
|
6647
|
+
sourceDataIpv4PrefixListId: string;
|
|
6648
|
+
sourceDataIpv6PrefixListId: string;
|
|
6621
6649
|
/**
|
|
6622
6650
|
* Source Data IP Prefix
|
|
6623
6651
|
*/
|
|
@@ -11465,6 +11493,10 @@ export interface GetConfigurationGroupDevice {
|
|
|
11465
11493
|
* Device ID
|
|
11466
11494
|
*/
|
|
11467
11495
|
id: string;
|
|
11496
|
+
/**
|
|
11497
|
+
* Topology label for dual device configuration group (supported from version 20.18.1 onwards)
|
|
11498
|
+
*/
|
|
11499
|
+
topologyLabel: string;
|
|
11468
11500
|
/**
|
|
11469
11501
|
* List of variables
|
|
11470
11502
|
*/
|
|
@@ -13866,6 +13898,14 @@ export interface GetServiceLanVpnFeatureAdvertiseOmpIpv6Prefix {
|
|
|
13866
13898
|
* Variable name
|
|
13867
13899
|
*/
|
|
13868
13900
|
prefixVariable: string;
|
|
13901
|
+
/**
|
|
13902
|
+
* Applied to Region
|
|
13903
|
+
*/
|
|
13904
|
+
region: string;
|
|
13905
|
+
/**
|
|
13906
|
+
* Variable name
|
|
13907
|
+
*/
|
|
13908
|
+
regionVariable: string;
|
|
13869
13909
|
}
|
|
13870
13910
|
export interface GetServiceLanVpnFeatureGreRoute {
|
|
13871
13911
|
/**
|
|
@@ -13962,6 +14002,14 @@ export interface GetServiceLanVpnFeatureIpv4ImportRouteTarget {
|
|
|
13962
14002
|
routeTargetVariable: string;
|
|
13963
14003
|
}
|
|
13964
14004
|
export interface GetServiceLanVpnFeatureIpv4StaticRoute {
|
|
14005
|
+
/**
|
|
14006
|
+
* Gateway distance
|
|
14007
|
+
*/
|
|
14008
|
+
administrativeDistance: number;
|
|
14009
|
+
/**
|
|
14010
|
+
* Variable name
|
|
14011
|
+
*/
|
|
14012
|
+
administrativeDistanceVariable: string;
|
|
13965
14013
|
/**
|
|
13966
14014
|
* IPv4 Route Gateway DHCP
|
|
13967
14015
|
*/
|
|
@@ -13970,6 +14018,7 @@ export interface GetServiceLanVpnFeatureIpv4StaticRoute {
|
|
|
13970
14018
|
* Gateway type
|
|
13971
14019
|
*/
|
|
13972
14020
|
gateway: string;
|
|
14021
|
+
ipStaticRouteInterfaces: outputs.GetServiceLanVpnFeatureIpv4StaticRouteIpStaticRouteInterface[];
|
|
13973
14022
|
/**
|
|
13974
14023
|
* IP Address
|
|
13975
14024
|
*/
|
|
@@ -14003,6 +14052,32 @@ export interface GetServiceLanVpnFeatureIpv4StaticRoute {
|
|
|
14003
14052
|
*/
|
|
14004
14053
|
vpn: boolean;
|
|
14005
14054
|
}
|
|
14055
|
+
export interface GetServiceLanVpnFeatureIpv4StaticRouteIpStaticRouteInterface {
|
|
14056
|
+
interfaceName: string;
|
|
14057
|
+
/**
|
|
14058
|
+
* Variable name
|
|
14059
|
+
*/
|
|
14060
|
+
interfaceNameVariable: string;
|
|
14061
|
+
nextHops: outputs.GetServiceLanVpnFeatureIpv4StaticRouteIpStaticRouteInterfaceNextHop[];
|
|
14062
|
+
}
|
|
14063
|
+
export interface GetServiceLanVpnFeatureIpv4StaticRouteIpStaticRouteInterfaceNextHop {
|
|
14064
|
+
/**
|
|
14065
|
+
* IPv4 Address
|
|
14066
|
+
*/
|
|
14067
|
+
address: string;
|
|
14068
|
+
/**
|
|
14069
|
+
* Variable name
|
|
14070
|
+
*/
|
|
14071
|
+
addressVariable: string;
|
|
14072
|
+
/**
|
|
14073
|
+
* Administrative distance
|
|
14074
|
+
*/
|
|
14075
|
+
administrativeDistance: number;
|
|
14076
|
+
/**
|
|
14077
|
+
* Variable name
|
|
14078
|
+
*/
|
|
14079
|
+
administrativeDistanceVariable: string;
|
|
14080
|
+
}
|
|
14006
14081
|
export interface GetServiceLanVpnFeatureIpv4StaticRouteNextHop {
|
|
14007
14082
|
/**
|
|
14008
14083
|
* Address
|
|
@@ -14065,6 +14140,7 @@ export interface GetServiceLanVpnFeatureIpv6StaticRoute {
|
|
|
14065
14140
|
* Gateway type
|
|
14066
14141
|
*/
|
|
14067
14142
|
gateway: string;
|
|
14143
|
+
ipv6StaticRouteInterfaces: outputs.GetServiceLanVpnFeatureIpv6StaticRouteIpv6StaticRouteInterface[];
|
|
14068
14144
|
/**
|
|
14069
14145
|
* IPv6 Nat
|
|
14070
14146
|
*/
|
|
@@ -14090,6 +14166,32 @@ export interface GetServiceLanVpnFeatureIpv6StaticRoute {
|
|
|
14090
14166
|
*/
|
|
14091
14167
|
prefixVariable: string;
|
|
14092
14168
|
}
|
|
14169
|
+
export interface GetServiceLanVpnFeatureIpv6StaticRouteIpv6StaticRouteInterface {
|
|
14170
|
+
interfaceName: string;
|
|
14171
|
+
/**
|
|
14172
|
+
* Variable name
|
|
14173
|
+
*/
|
|
14174
|
+
interfaceNameVariable: string;
|
|
14175
|
+
nextHops: outputs.GetServiceLanVpnFeatureIpv6StaticRouteIpv6StaticRouteInterfaceNextHop[];
|
|
14176
|
+
}
|
|
14177
|
+
export interface GetServiceLanVpnFeatureIpv6StaticRouteIpv6StaticRouteInterfaceNextHop {
|
|
14178
|
+
/**
|
|
14179
|
+
* IPv6 Address
|
|
14180
|
+
*/
|
|
14181
|
+
address: string;
|
|
14182
|
+
/**
|
|
14183
|
+
* Variable name
|
|
14184
|
+
*/
|
|
14185
|
+
addressVariable: string;
|
|
14186
|
+
/**
|
|
14187
|
+
* Administrative distance
|
|
14188
|
+
*/
|
|
14189
|
+
administrativeDistance: number;
|
|
14190
|
+
/**
|
|
14191
|
+
* Variable name
|
|
14192
|
+
*/
|
|
14193
|
+
administrativeDistanceVariable: string;
|
|
14194
|
+
}
|
|
14093
14195
|
export interface GetServiceLanVpnFeatureIpv6StaticRouteNextHop {
|
|
14094
14196
|
/**
|
|
14095
14197
|
* Address
|
|
@@ -14372,6 +14474,14 @@ export interface GetServiceLanVpnFeatureServiceRoute {
|
|
|
14372
14474
|
* Variable name
|
|
14373
14475
|
*/
|
|
14374
14476
|
serviceVariable: string;
|
|
14477
|
+
/**
|
|
14478
|
+
* SSE Instance name
|
|
14479
|
+
*/
|
|
14480
|
+
sseInstance: string;
|
|
14481
|
+
/**
|
|
14482
|
+
* Variable name
|
|
14483
|
+
*/
|
|
14484
|
+
sseInstanceVariable: string;
|
|
14375
14485
|
/**
|
|
14376
14486
|
* Subnet Mask
|
|
14377
14487
|
*/
|
|
@@ -14420,6 +14530,41 @@ export interface GetServiceLanVpnFeatureStaticNat {
|
|
|
14420
14530
|
*/
|
|
14421
14531
|
translatedSourceIpVariable: string;
|
|
14422
14532
|
}
|
|
14533
|
+
export interface GetServiceLanVpnFeatureStaticNatSubnet {
|
|
14534
|
+
/**
|
|
14535
|
+
* Network Prefix Length
|
|
14536
|
+
*/
|
|
14537
|
+
prefixLength: number;
|
|
14538
|
+
/**
|
|
14539
|
+
* Variable name
|
|
14540
|
+
*/
|
|
14541
|
+
prefixLengthVariable: string;
|
|
14542
|
+
/**
|
|
14543
|
+
* Source IP Subnet
|
|
14544
|
+
*/
|
|
14545
|
+
sourceIpSubnet: string;
|
|
14546
|
+
/**
|
|
14547
|
+
* Variable name
|
|
14548
|
+
*/
|
|
14549
|
+
sourceIpSubnetVariable: string;
|
|
14550
|
+
/**
|
|
14551
|
+
* Static NAT Direction
|
|
14552
|
+
*/
|
|
14553
|
+
staticNatDirection: string;
|
|
14554
|
+
/**
|
|
14555
|
+
* Variable name
|
|
14556
|
+
*/
|
|
14557
|
+
staticNatDirectionVariable: string;
|
|
14558
|
+
trackerObjectId: string;
|
|
14559
|
+
/**
|
|
14560
|
+
* Translated Source IP Subnet
|
|
14561
|
+
*/
|
|
14562
|
+
translatedSourceIpSubnet: string;
|
|
14563
|
+
/**
|
|
14564
|
+
* Variable name
|
|
14565
|
+
*/
|
|
14566
|
+
translatedSourceIpSubnetVariable: string;
|
|
14567
|
+
}
|
|
14423
14568
|
export interface GetServiceLanVpnInterfaceEthernetFeatureArp {
|
|
14424
14569
|
/**
|
|
14425
14570
|
* IPV4 Address
|
|
@@ -15698,18 +15843,26 @@ export interface GetServiceRoutingBgpFeatureIpv6Neighbor {
|
|
|
15698
15843
|
}
|
|
15699
15844
|
export interface GetServiceRoutingBgpFeatureIpv6NeighborAddressFamily {
|
|
15700
15845
|
/**
|
|
15701
|
-
* Set
|
|
15846
|
+
* Set maximum number of prefixes accepted from BGP peer
|
|
15702
15847
|
*/
|
|
15703
|
-
|
|
15704
|
-
inRoutePolicyId: string;
|
|
15848
|
+
disablePeerMaxNumberOfPrefixes: number;
|
|
15705
15849
|
/**
|
|
15706
|
-
*
|
|
15850
|
+
* Variable name
|
|
15851
|
+
*/
|
|
15852
|
+
disablePeerMaxNumberOfPrefixesVariable: string;
|
|
15853
|
+
/**
|
|
15854
|
+
* Set threshold(1 to 100) at which to generate a warning message
|
|
15707
15855
|
*/
|
|
15708
|
-
|
|
15856
|
+
disablePeerThreshold: number;
|
|
15709
15857
|
/**
|
|
15710
15858
|
* Variable name
|
|
15711
15859
|
*/
|
|
15712
|
-
|
|
15860
|
+
disablePeerThresholdVariable: string;
|
|
15861
|
+
/**
|
|
15862
|
+
* Set IPv6 unicast address family
|
|
15863
|
+
*/
|
|
15864
|
+
familyType: string;
|
|
15865
|
+
inRoutePolicyId: string;
|
|
15713
15866
|
outRoutePolicyId: string;
|
|
15714
15867
|
/**
|
|
15715
15868
|
* Neighbor received maximum prefix policy is disabled.
|
|
@@ -15723,14 +15876,38 @@ export interface GetServiceRoutingBgpFeatureIpv6NeighborAddressFamily {
|
|
|
15723
15876
|
* Variable name
|
|
15724
15877
|
*/
|
|
15725
15878
|
restartIntervalVariable: string;
|
|
15879
|
+
/**
|
|
15880
|
+
* Set maximum number of prefixes accepted from BGP peer
|
|
15881
|
+
*/
|
|
15882
|
+
restartMaxNumberOfPrefixes: number;
|
|
15883
|
+
/**
|
|
15884
|
+
* Variable name
|
|
15885
|
+
*/
|
|
15886
|
+
restartMaxNumberOfPrefixesVariable: string;
|
|
15726
15887
|
/**
|
|
15727
15888
|
* Set threshold(1 to 100) at which to generate a warning message
|
|
15728
15889
|
*/
|
|
15729
|
-
|
|
15890
|
+
restartThreshold: number;
|
|
15730
15891
|
/**
|
|
15731
15892
|
* Variable name
|
|
15732
15893
|
*/
|
|
15733
|
-
|
|
15894
|
+
restartThresholdVariable: string;
|
|
15895
|
+
/**
|
|
15896
|
+
* Set maximum number of prefixes accepted from BGP peer
|
|
15897
|
+
*/
|
|
15898
|
+
warningMessageMaxNumberOfPrefixes: number;
|
|
15899
|
+
/**
|
|
15900
|
+
* Variable name
|
|
15901
|
+
*/
|
|
15902
|
+
warningMessageMaxNumberOfPrefixesVariable: string;
|
|
15903
|
+
/**
|
|
15904
|
+
* Set threshold(1 to 100) at which to generate a warning message
|
|
15905
|
+
*/
|
|
15906
|
+
warningMessageThreshold: number;
|
|
15907
|
+
/**
|
|
15908
|
+
* Variable name
|
|
15909
|
+
*/
|
|
15910
|
+
warningMessageThresholdVariable: string;
|
|
15734
15911
|
}
|
|
15735
15912
|
export interface GetServiceRoutingBgpFeatureIpv6Network {
|
|
15736
15913
|
/**
|
|
@@ -16041,7 +16218,7 @@ export interface GetServiceRoutingOspfv3Ipv4FeatureArea {
|
|
|
16041
16218
|
*/
|
|
16042
16219
|
areaNumberVariable: string;
|
|
16043
16220
|
/**
|
|
16044
|
-
*
|
|
16221
|
+
* Set OSPFv3 area type
|
|
16045
16222
|
*/
|
|
16046
16223
|
areaType: string;
|
|
16047
16224
|
/**
|
|
@@ -16079,7 +16256,7 @@ export interface GetServiceRoutingOspfv3Ipv4FeatureAreaInterface {
|
|
|
16079
16256
|
*/
|
|
16080
16257
|
authenticationSpiVariable: string;
|
|
16081
16258
|
/**
|
|
16082
|
-
*
|
|
16259
|
+
* Set OSPF interface authentication configuration
|
|
16083
16260
|
*/
|
|
16084
16261
|
authenticationType: string;
|
|
16085
16262
|
/**
|
|
@@ -16186,9 +16363,13 @@ export interface GetServiceRoutingOspfv3Ipv4FeatureRedistribute {
|
|
|
16186
16363
|
protocolVariable: string;
|
|
16187
16364
|
routePolicyId: string;
|
|
16188
16365
|
/**
|
|
16189
|
-
*
|
|
16366
|
+
* Devices within the Cisco Catalyst SD-WAN overlay network use OMP for control plane information. Outside of the overlay, devices use other control plane protocols such as BGP or OSPF. A device at the interface between devices within the overlay network and devices outside of the overlay can translate OMP route metrics when redistributing routes to BGP or OSPF, to be usable by devices outside the overlay network.
|
|
16190
16367
|
*/
|
|
16191
16368
|
translateRibMetric: boolean;
|
|
16369
|
+
/**
|
|
16370
|
+
* Variable name
|
|
16371
|
+
*/
|
|
16372
|
+
translateRibMetricVariable: string;
|
|
16192
16373
|
}
|
|
16193
16374
|
export interface GetServiceRoutingOspfv3Ipv6FeatureArea {
|
|
16194
16375
|
/**
|
|
@@ -16208,7 +16389,7 @@ export interface GetServiceRoutingOspfv3Ipv6FeatureArea {
|
|
|
16208
16389
|
*/
|
|
16209
16390
|
areaNumberVariable: string;
|
|
16210
16391
|
/**
|
|
16211
|
-
*
|
|
16392
|
+
* Set OSPFv3 area type
|
|
16212
16393
|
*/
|
|
16213
16394
|
areaType: string;
|
|
16214
16395
|
/**
|
|
@@ -16246,7 +16427,7 @@ export interface GetServiceRoutingOspfv3Ipv6FeatureAreaInterface {
|
|
|
16246
16427
|
*/
|
|
16247
16428
|
authenticationSpiVariable: string;
|
|
16248
16429
|
/**
|
|
16249
|
-
*
|
|
16430
|
+
* Set OSPF interface authentication configuration
|
|
16250
16431
|
*/
|
|
16251
16432
|
authenticationType: string;
|
|
16252
16433
|
/**
|
|
@@ -16343,9 +16524,13 @@ export interface GetServiceRoutingOspfv3Ipv6FeatureRedistribute {
|
|
|
16343
16524
|
protocolVariable: string;
|
|
16344
16525
|
routePolicyId: string;
|
|
16345
16526
|
/**
|
|
16346
|
-
*
|
|
16527
|
+
* Devices within the Cisco Catalyst SD-WAN overlay network use OMP for control plane information. Outside of the overlay, devices use other control plane protocols such as BGP or OSPF. A device at the interface between devices within the overlay network and devices outside of the overlay can translate OMP route metrics when redistributing routes to BGP or OSPF, to be usable by devices outside the overlay network.
|
|
16347
16528
|
*/
|
|
16348
16529
|
translateRibMetric: boolean;
|
|
16530
|
+
/**
|
|
16531
|
+
* Variable name
|
|
16532
|
+
*/
|
|
16533
|
+
translateRibMetricVariable: string;
|
|
16349
16534
|
}
|
|
16350
16535
|
export interface GetServiceSwitchportFeatureInterface {
|
|
16351
16536
|
/**
|
|
@@ -17158,6 +17343,16 @@ export interface GetSystemBfdFeatureColor {
|
|
|
17158
17343
|
*/
|
|
17159
17344
|
pmtuDiscoveryVariable: string;
|
|
17160
17345
|
}
|
|
17346
|
+
export interface GetSystemCaCertificateFeatureCertificate {
|
|
17347
|
+
/**
|
|
17348
|
+
* UUID of Certificate Record in Database
|
|
17349
|
+
*/
|
|
17350
|
+
caCertificateId: string;
|
|
17351
|
+
/**
|
|
17352
|
+
* Trust Point Name of Certificate
|
|
17353
|
+
*/
|
|
17354
|
+
trustPointName: string;
|
|
17355
|
+
}
|
|
17161
17356
|
export interface GetSystemIpv4DeviceAccessFeatureSequence {
|
|
17162
17357
|
/**
|
|
17163
17358
|
* Base Action
|
|
@@ -19021,18 +19216,26 @@ export interface GetTransportRoutingBgpFeatureIpv6Neighbor {
|
|
|
19021
19216
|
}
|
|
19022
19217
|
export interface GetTransportRoutingBgpFeatureIpv6NeighborAddressFamily {
|
|
19023
19218
|
/**
|
|
19024
|
-
* Set
|
|
19219
|
+
* Set maximum number of prefixes accepted from BGP peer
|
|
19025
19220
|
*/
|
|
19026
|
-
|
|
19027
|
-
inRoutePolicyId: string;
|
|
19221
|
+
disablePeerMaxNumberOfPrefixes: number;
|
|
19028
19222
|
/**
|
|
19029
|
-
*
|
|
19223
|
+
* Variable name
|
|
19224
|
+
*/
|
|
19225
|
+
disablePeerMaxNumberOfPrefixesVariable: string;
|
|
19226
|
+
/**
|
|
19227
|
+
* Set threshold(1 to 100) at which to generate a warning message
|
|
19030
19228
|
*/
|
|
19031
|
-
|
|
19229
|
+
disablePeerThreshold: number;
|
|
19032
19230
|
/**
|
|
19033
19231
|
* Variable name
|
|
19034
19232
|
*/
|
|
19035
|
-
|
|
19233
|
+
disablePeerThresholdVariable: string;
|
|
19234
|
+
/**
|
|
19235
|
+
* Set IPv6 unicast address family
|
|
19236
|
+
*/
|
|
19237
|
+
familyType: string;
|
|
19238
|
+
inRoutePolicyId: string;
|
|
19036
19239
|
outRoutePolicyId: string;
|
|
19037
19240
|
/**
|
|
19038
19241
|
* Neighbor received maximum prefix policy is disabled.
|
|
@@ -19046,14 +19249,38 @@ export interface GetTransportRoutingBgpFeatureIpv6NeighborAddressFamily {
|
|
|
19046
19249
|
* Variable name
|
|
19047
19250
|
*/
|
|
19048
19251
|
restartIntervalVariable: string;
|
|
19252
|
+
/**
|
|
19253
|
+
* Set maximum number of prefixes accepted from BGP peer
|
|
19254
|
+
*/
|
|
19255
|
+
restartMaxNumberOfPrefixes: number;
|
|
19256
|
+
/**
|
|
19257
|
+
* Variable name
|
|
19258
|
+
*/
|
|
19259
|
+
restartMaxNumberOfPrefixesVariable: string;
|
|
19049
19260
|
/**
|
|
19050
19261
|
* Set threshold(1 to 100) at which to generate a warning message
|
|
19051
19262
|
*/
|
|
19052
|
-
|
|
19263
|
+
restartThreshold: number;
|
|
19053
19264
|
/**
|
|
19054
19265
|
* Variable name
|
|
19055
19266
|
*/
|
|
19056
|
-
|
|
19267
|
+
restartThresholdVariable: string;
|
|
19268
|
+
/**
|
|
19269
|
+
* Set maximum number of prefixes accepted from BGP peer
|
|
19270
|
+
*/
|
|
19271
|
+
warningMessageMaxNumberOfPrefixes: number;
|
|
19272
|
+
/**
|
|
19273
|
+
* Variable name
|
|
19274
|
+
*/
|
|
19275
|
+
warningMessageMaxNumberOfPrefixesVariable: string;
|
|
19276
|
+
/**
|
|
19277
|
+
* Set threshold(1 to 100) at which to generate a warning message
|
|
19278
|
+
*/
|
|
19279
|
+
warningMessageThreshold: number;
|
|
19280
|
+
/**
|
|
19281
|
+
* Variable name
|
|
19282
|
+
*/
|
|
19283
|
+
warningMessageThresholdVariable: string;
|
|
19057
19284
|
}
|
|
19058
19285
|
export interface GetTransportRoutingBgpFeatureIpv6Network {
|
|
19059
19286
|
/**
|
|
@@ -19291,7 +19518,7 @@ export interface GetTransportRoutingOspfv3Ipv4FeatureArea {
|
|
|
19291
19518
|
*/
|
|
19292
19519
|
areaNumberVariable: string;
|
|
19293
19520
|
/**
|
|
19294
|
-
*
|
|
19521
|
+
* Set OSPFv3 area type
|
|
19295
19522
|
*/
|
|
19296
19523
|
areaType: string;
|
|
19297
19524
|
/**
|
|
@@ -19329,7 +19556,7 @@ export interface GetTransportRoutingOspfv3Ipv4FeatureAreaInterface {
|
|
|
19329
19556
|
*/
|
|
19330
19557
|
authenticationSpiVariable: string;
|
|
19331
19558
|
/**
|
|
19332
|
-
*
|
|
19559
|
+
* Set OSPF interface authentication configuration
|
|
19333
19560
|
*/
|
|
19334
19561
|
authenticationType: string;
|
|
19335
19562
|
/**
|
|
@@ -19435,6 +19662,14 @@ export interface GetTransportRoutingOspfv3Ipv4FeatureRedistribute {
|
|
|
19435
19662
|
*/
|
|
19436
19663
|
protocolVariable: string;
|
|
19437
19664
|
routePolicyId: string;
|
|
19665
|
+
/**
|
|
19666
|
+
* Devices within the Cisco Catalyst SD-WAN overlay network use OMP for control plane information. Outside of the overlay, devices use other control plane protocols such as BGP or OSPF. A device at the interface between devices within the overlay network and devices outside of the overlay can translate OMP route metrics when redistributing routes to BGP or OSPF, to be usable by devices outside the overlay network.
|
|
19667
|
+
*/
|
|
19668
|
+
translateRibMetric: boolean;
|
|
19669
|
+
/**
|
|
19670
|
+
* Variable name
|
|
19671
|
+
*/
|
|
19672
|
+
translateRibMetricVariable: string;
|
|
19438
19673
|
}
|
|
19439
19674
|
export interface GetTransportRoutingOspfv3Ipv6FeatureArea {
|
|
19440
19675
|
/**
|
|
@@ -19454,7 +19689,7 @@ export interface GetTransportRoutingOspfv3Ipv6FeatureArea {
|
|
|
19454
19689
|
*/
|
|
19455
19690
|
areaNumberVariable: string;
|
|
19456
19691
|
/**
|
|
19457
|
-
*
|
|
19692
|
+
* Set OSPFv3 area type
|
|
19458
19693
|
*/
|
|
19459
19694
|
areaType: string;
|
|
19460
19695
|
/**
|
|
@@ -19492,7 +19727,7 @@ export interface GetTransportRoutingOspfv3Ipv6FeatureAreaInterface {
|
|
|
19492
19727
|
*/
|
|
19493
19728
|
authenticationSpiVariable: string;
|
|
19494
19729
|
/**
|
|
19495
|
-
*
|
|
19730
|
+
* Set OSPF interface authentication configuration
|
|
19496
19731
|
*/
|
|
19497
19732
|
authenticationType: string;
|
|
19498
19733
|
/**
|
|
@@ -19588,6 +19823,14 @@ export interface GetTransportRoutingOspfv3Ipv6FeatureRedistribute {
|
|
|
19588
19823
|
*/
|
|
19589
19824
|
protocolVariable: string;
|
|
19590
19825
|
routePolicyId: string;
|
|
19826
|
+
/**
|
|
19827
|
+
* Devices within the Cisco Catalyst SD-WAN overlay network use OMP for control plane information. Outside of the overlay, devices use other control plane protocols such as BGP or OSPF. A device at the interface between devices within the overlay network and devices outside of the overlay can translate OMP route metrics when redistributing routes to BGP or OSPF, to be usable by devices outside the overlay network.
|
|
19828
|
+
*/
|
|
19829
|
+
translateRibMetric: boolean;
|
|
19830
|
+
/**
|
|
19831
|
+
* Variable name
|
|
19832
|
+
*/
|
|
19833
|
+
translateRibMetricVariable: string;
|
|
19591
19834
|
}
|
|
19592
19835
|
export interface GetTransportT1E1ControllerFeatureEntry {
|
|
19593
19836
|
/**
|
|
@@ -21469,6 +21712,10 @@ export interface GetZoneBasedFirewallPolicyDefinitionRuleMatchEntry {
|
|
|
21469
21712
|
* policy id for selected match entry
|
|
21470
21713
|
*/
|
|
21471
21714
|
policyId: string;
|
|
21715
|
+
/**
|
|
21716
|
+
* Policy version
|
|
21717
|
+
*/
|
|
21718
|
+
policyVersion: string;
|
|
21472
21719
|
/**
|
|
21473
21720
|
* Should be included with additionally entries for `destinationPort` and `protocol` whenever the type `protocolName` is used.
|
|
21474
21721
|
*/
|
|
@@ -23480,14 +23727,24 @@ export interface ServiceLanVpnFeatureAdvertiseOmpIpv6Prefix {
|
|
|
23480
23727
|
* Variable name
|
|
23481
23728
|
*/
|
|
23482
23729
|
prefixVariable?: string;
|
|
23483
|
-
}
|
|
23484
|
-
export interface ServiceLanVpnFeatureGreRoute {
|
|
23485
23730
|
/**
|
|
23486
|
-
*
|
|
23731
|
+
* Applied to Region
|
|
23732
|
+
* - Choices: `core-and-access`, `core`, `access`
|
|
23733
|
+
* - Default value: `core-and-access`
|
|
23487
23734
|
*/
|
|
23488
|
-
|
|
23735
|
+
region?: string;
|
|
23489
23736
|
/**
|
|
23490
|
-
*
|
|
23737
|
+
* Variable name
|
|
23738
|
+
*/
|
|
23739
|
+
regionVariable?: string;
|
|
23740
|
+
}
|
|
23741
|
+
export interface ServiceLanVpnFeatureGreRoute {
|
|
23742
|
+
/**
|
|
23743
|
+
* Variable name
|
|
23744
|
+
*/
|
|
23745
|
+
interfaceVariable?: string;
|
|
23746
|
+
/**
|
|
23747
|
+
* Interface
|
|
23491
23748
|
*/
|
|
23492
23749
|
interfaces?: string[];
|
|
23493
23750
|
/**
|
|
@@ -23578,15 +23835,28 @@ export interface ServiceLanVpnFeatureIpv4ImportRouteTarget {
|
|
|
23578
23835
|
routeTargetVariable?: string;
|
|
23579
23836
|
}
|
|
23580
23837
|
export interface ServiceLanVpnFeatureIpv4StaticRoute {
|
|
23838
|
+
/**
|
|
23839
|
+
* Gateway distance, Attribute conditional on `gateway` being equal to `null0`
|
|
23840
|
+
* - Range: `1`-`255`
|
|
23841
|
+
*/
|
|
23842
|
+
administrativeDistance?: number;
|
|
23843
|
+
/**
|
|
23844
|
+
* Variable name, Attribute conditional on `gateway` being equal to `null0`
|
|
23845
|
+
*/
|
|
23846
|
+
administrativeDistanceVariable?: string;
|
|
23581
23847
|
/**
|
|
23582
23848
|
* IPv4 Route Gateway DHCP, Attribute conditional on `gateway` being equal to `dhcp`
|
|
23583
23849
|
*/
|
|
23584
23850
|
dhcp?: boolean;
|
|
23585
23851
|
/**
|
|
23586
23852
|
* Gateway type
|
|
23587
|
-
* - Choices: `nextHop`, `null0`, `vpn`, `dhcp`
|
|
23853
|
+
* - Choices: `nextHop`, `null0`, `vpn`, `dhcp`, `staticRouteInterface`
|
|
23588
23854
|
*/
|
|
23589
23855
|
gateway?: string;
|
|
23856
|
+
/**
|
|
23857
|
+
* , Attribute conditional on `gateway` being equal to `staticRouteInterface`
|
|
23858
|
+
*/
|
|
23859
|
+
ipStaticRouteInterfaces?: outputs.ServiceLanVpnFeatureIpv4StaticRouteIpStaticRouteInterface[];
|
|
23590
23860
|
/**
|
|
23591
23861
|
* IP Address
|
|
23592
23862
|
*/
|
|
@@ -23621,6 +23891,33 @@ export interface ServiceLanVpnFeatureIpv4StaticRoute {
|
|
|
23621
23891
|
*/
|
|
23622
23892
|
vpn?: boolean;
|
|
23623
23893
|
}
|
|
23894
|
+
export interface ServiceLanVpnFeatureIpv4StaticRouteIpStaticRouteInterface {
|
|
23895
|
+
interfaceName?: string;
|
|
23896
|
+
/**
|
|
23897
|
+
* Variable name
|
|
23898
|
+
*/
|
|
23899
|
+
interfaceNameVariable?: string;
|
|
23900
|
+
nextHops?: outputs.ServiceLanVpnFeatureIpv4StaticRouteIpStaticRouteInterfaceNextHop[];
|
|
23901
|
+
}
|
|
23902
|
+
export interface ServiceLanVpnFeatureIpv4StaticRouteIpStaticRouteInterfaceNextHop {
|
|
23903
|
+
/**
|
|
23904
|
+
* IPv4 Address
|
|
23905
|
+
*/
|
|
23906
|
+
address?: string;
|
|
23907
|
+
/**
|
|
23908
|
+
* Variable name
|
|
23909
|
+
*/
|
|
23910
|
+
addressVariable?: string;
|
|
23911
|
+
/**
|
|
23912
|
+
* Administrative distance
|
|
23913
|
+
* - Range: `1`-`255`
|
|
23914
|
+
*/
|
|
23915
|
+
administrativeDistance?: number;
|
|
23916
|
+
/**
|
|
23917
|
+
* Variable name
|
|
23918
|
+
*/
|
|
23919
|
+
administrativeDistanceVariable?: string;
|
|
23920
|
+
}
|
|
23624
23921
|
export interface ServiceLanVpnFeatureIpv4StaticRouteNextHop {
|
|
23625
23922
|
/**
|
|
23626
23923
|
* Address
|
|
@@ -23685,9 +23982,13 @@ export interface ServiceLanVpnFeatureIpv6ImportRouteTarget {
|
|
|
23685
23982
|
export interface ServiceLanVpnFeatureIpv6StaticRoute {
|
|
23686
23983
|
/**
|
|
23687
23984
|
* Gateway type
|
|
23688
|
-
* - Choices: `nextHop`, `null0`, `nat`
|
|
23985
|
+
* - Choices: `nextHop`, `null0`, `nat`, `staticRouteInterface`
|
|
23689
23986
|
*/
|
|
23690
23987
|
gateway?: string;
|
|
23988
|
+
/**
|
|
23989
|
+
* , Attribute conditional on `gateway` being equal to `staticRouteInterface`
|
|
23990
|
+
*/
|
|
23991
|
+
ipv6StaticRouteInterfaces?: outputs.ServiceLanVpnFeatureIpv6StaticRouteIpv6StaticRouteInterface[];
|
|
23691
23992
|
/**
|
|
23692
23993
|
* IPv6 Nat, Attribute conditional on `gateway` being equal to `nat`
|
|
23693
23994
|
* - Choices: `NAT64`, `NAT66`
|
|
@@ -23714,6 +24015,33 @@ export interface ServiceLanVpnFeatureIpv6StaticRoute {
|
|
|
23714
24015
|
*/
|
|
23715
24016
|
prefixVariable?: string;
|
|
23716
24017
|
}
|
|
24018
|
+
export interface ServiceLanVpnFeatureIpv6StaticRouteIpv6StaticRouteInterface {
|
|
24019
|
+
interfaceName?: string;
|
|
24020
|
+
/**
|
|
24021
|
+
* Variable name
|
|
24022
|
+
*/
|
|
24023
|
+
interfaceNameVariable?: string;
|
|
24024
|
+
nextHops?: outputs.ServiceLanVpnFeatureIpv6StaticRouteIpv6StaticRouteInterfaceNextHop[];
|
|
24025
|
+
}
|
|
24026
|
+
export interface ServiceLanVpnFeatureIpv6StaticRouteIpv6StaticRouteInterfaceNextHop {
|
|
24027
|
+
/**
|
|
24028
|
+
* IPv6 Address
|
|
24029
|
+
*/
|
|
24030
|
+
address?: string;
|
|
24031
|
+
/**
|
|
24032
|
+
* Variable name
|
|
24033
|
+
*/
|
|
24034
|
+
addressVariable?: string;
|
|
24035
|
+
/**
|
|
24036
|
+
* Administrative distance
|
|
24037
|
+
* - Range: `1`-`254`
|
|
24038
|
+
*/
|
|
24039
|
+
administrativeDistance?: number;
|
|
24040
|
+
/**
|
|
24041
|
+
* Variable name
|
|
24042
|
+
*/
|
|
24043
|
+
administrativeDistanceVariable?: string;
|
|
24044
|
+
}
|
|
23717
24045
|
export interface ServiceLanVpnFeatureIpv6StaticRouteNextHop {
|
|
23718
24046
|
/**
|
|
23719
24047
|
* Address
|
|
@@ -23799,7 +24127,7 @@ export interface ServiceLanVpnFeatureNatPool {
|
|
|
23799
24127
|
overloadVariable?: string;
|
|
23800
24128
|
/**
|
|
23801
24129
|
* NAT Pool Prefix Length
|
|
23802
|
-
* - Range: `1`-`
|
|
24130
|
+
* - Range: `1`-`30`
|
|
23803
24131
|
*/
|
|
23804
24132
|
prefixLength?: number;
|
|
23805
24133
|
/**
|
|
@@ -23853,6 +24181,7 @@ export interface ServiceLanVpnFeatureNatPortForward {
|
|
|
23853
24181
|
sourceIpVariable?: string;
|
|
23854
24182
|
/**
|
|
23855
24183
|
* Source Port
|
|
24184
|
+
* - Range: `0`-`65535`
|
|
23856
24185
|
*/
|
|
23857
24186
|
sourcePort?: number;
|
|
23858
24187
|
/**
|
|
@@ -23861,6 +24190,7 @@ export interface ServiceLanVpnFeatureNatPortForward {
|
|
|
23861
24190
|
sourcePortVariable?: string;
|
|
23862
24191
|
/**
|
|
23863
24192
|
* Translate Port
|
|
24193
|
+
* - Range: `0`-`65535`
|
|
23864
24194
|
*/
|
|
23865
24195
|
translatePort?: number;
|
|
23866
24196
|
/**
|
|
@@ -24008,7 +24338,7 @@ export interface ServiceLanVpnFeatureServiceRoute {
|
|
|
24008
24338
|
networkAddressVariable?: string;
|
|
24009
24339
|
/**
|
|
24010
24340
|
* Service
|
|
24011
|
-
* - Choices: `SIG`
|
|
24341
|
+
* - Choices: `SIG`, `SSE`
|
|
24012
24342
|
* - Default value: `SIG`
|
|
24013
24343
|
*/
|
|
24014
24344
|
service?: string;
|
|
@@ -24016,6 +24346,14 @@ export interface ServiceLanVpnFeatureServiceRoute {
|
|
|
24016
24346
|
* Variable name
|
|
24017
24347
|
*/
|
|
24018
24348
|
serviceVariable?: string;
|
|
24349
|
+
/**
|
|
24350
|
+
* SSE Instance name
|
|
24351
|
+
*/
|
|
24352
|
+
sseInstance?: string;
|
|
24353
|
+
/**
|
|
24354
|
+
* Variable name
|
|
24355
|
+
*/
|
|
24356
|
+
sseInstanceVariable?: string;
|
|
24019
24357
|
/**
|
|
24020
24358
|
* Subnet Mask
|
|
24021
24359
|
* - Choices: `255.255.255.255`, `255.255.255.254`, `255.255.255.252`, `255.255.255.248`, `255.255.255.240`, `255.255.255.224`, `255.255.255.192`, `255.255.255.128`, `255.255.255.0`, `255.255.254.0`, `255.255.252.0`, `255.255.248.0`, `255.255.240.0`, `255.255.224.0`, `255.255.192.0`, `255.255.128.0`, `255.255.0.0`, `255.254.0.0`, `255.252.0.0`, `255.240.0.0`, `255.224.0.0`, `255.192.0.0`, `255.128.0.0`, `255.0.0.0`, `254.0.0.0`, `252.0.0.0`, `248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`, `128.0.0.0`, `0.0.0.0`
|
|
@@ -24067,6 +24405,43 @@ export interface ServiceLanVpnFeatureStaticNat {
|
|
|
24067
24405
|
*/
|
|
24068
24406
|
translatedSourceIpVariable?: string;
|
|
24069
24407
|
}
|
|
24408
|
+
export interface ServiceLanVpnFeatureStaticNatSubnet {
|
|
24409
|
+
/**
|
|
24410
|
+
* Network Prefix Length
|
|
24411
|
+
* - Range: `1`-`32`
|
|
24412
|
+
*/
|
|
24413
|
+
prefixLength?: number;
|
|
24414
|
+
/**
|
|
24415
|
+
* Variable name
|
|
24416
|
+
*/
|
|
24417
|
+
prefixLengthVariable?: string;
|
|
24418
|
+
/**
|
|
24419
|
+
* Source IP Subnet
|
|
24420
|
+
*/
|
|
24421
|
+
sourceIpSubnet?: string;
|
|
24422
|
+
/**
|
|
24423
|
+
* Variable name
|
|
24424
|
+
*/
|
|
24425
|
+
sourceIpSubnetVariable?: string;
|
|
24426
|
+
/**
|
|
24427
|
+
* Static NAT Direction
|
|
24428
|
+
* - Choices: `inside`, `outside`
|
|
24429
|
+
*/
|
|
24430
|
+
staticNatDirection?: string;
|
|
24431
|
+
/**
|
|
24432
|
+
* Variable name
|
|
24433
|
+
*/
|
|
24434
|
+
staticNatDirectionVariable?: string;
|
|
24435
|
+
trackerObjectId?: string;
|
|
24436
|
+
/**
|
|
24437
|
+
* Translated Source IP Subnet
|
|
24438
|
+
*/
|
|
24439
|
+
translatedSourceIpSubnet?: string;
|
|
24440
|
+
/**
|
|
24441
|
+
* Variable name
|
|
24442
|
+
*/
|
|
24443
|
+
translatedSourceIpSubnetVariable?: string;
|
|
24444
|
+
}
|
|
24070
24445
|
export interface ServiceLanVpnInterfaceEthernetFeatureArp {
|
|
24071
24446
|
/**
|
|
24072
24447
|
* IPV4 Address
|
|
@@ -25471,43 +25846,82 @@ export interface ServiceRoutingBgpFeatureIpv6Neighbor {
|
|
|
25471
25846
|
}
|
|
25472
25847
|
export interface ServiceRoutingBgpFeatureIpv6NeighborAddressFamily {
|
|
25473
25848
|
/**
|
|
25474
|
-
* Set
|
|
25849
|
+
* Set maximum number of prefixes accepted from BGP peer, Attribute conditional on `policyType` being equal to `disable-peer`
|
|
25850
|
+
* - Range: `1`-`4294967295`
|
|
25475
25851
|
*/
|
|
25476
|
-
|
|
25477
|
-
inRoutePolicyId?: string;
|
|
25852
|
+
disablePeerMaxNumberOfPrefixes?: number;
|
|
25478
25853
|
/**
|
|
25479
|
-
*
|
|
25480
|
-
* - Range: `1`-`4294967295`
|
|
25854
|
+
* Variable name, Attribute conditional on `policyType` being equal to `disable-peer`
|
|
25481
25855
|
*/
|
|
25482
|
-
|
|
25856
|
+
disablePeerMaxNumberOfPrefixesVariable?: string;
|
|
25483
25857
|
/**
|
|
25484
|
-
*
|
|
25858
|
+
* Set threshold(1 to 100) at which to generate a warning message, Attribute conditional on `policyType` being equal to `disable-peer`
|
|
25859
|
+
* - Range: `1`-`100`
|
|
25860
|
+
* - Default value: `75`
|
|
25861
|
+
*/
|
|
25862
|
+
disablePeerThreshold?: number;
|
|
25863
|
+
/**
|
|
25864
|
+
* Variable name, Attribute conditional on `policyType` being equal to `disable-peer`
|
|
25865
|
+
*/
|
|
25866
|
+
disablePeerThresholdVariable?: string;
|
|
25867
|
+
/**
|
|
25868
|
+
* Set IPv6 unicast address family
|
|
25485
25869
|
*/
|
|
25486
|
-
|
|
25870
|
+
familyType?: string;
|
|
25871
|
+
inRoutePolicyId?: string;
|
|
25487
25872
|
outRoutePolicyId?: string;
|
|
25488
25873
|
/**
|
|
25489
25874
|
* Neighbor received maximum prefix policy is disabled.
|
|
25875
|
+
* - Choices: `restart`, `off`, `warning-only`, `disable-peer`
|
|
25490
25876
|
*/
|
|
25491
25877
|
policyType?: string;
|
|
25492
25878
|
/**
|
|
25493
|
-
* Set the restart interval(minutes) when to restart BGP connection if threshold is exceeded
|
|
25879
|
+
* Set the restart interval(minutes) when to restart BGP connection if threshold is exceeded, Attribute conditional on `policyType` being equal to `restart`
|
|
25494
25880
|
* - Range: `1`-`65535`
|
|
25495
25881
|
*/
|
|
25496
25882
|
restartInterval?: number;
|
|
25497
25883
|
/**
|
|
25498
|
-
* Variable name
|
|
25884
|
+
* Variable name, Attribute conditional on `policyType` being equal to `restart`
|
|
25499
25885
|
*/
|
|
25500
25886
|
restartIntervalVariable?: string;
|
|
25501
25887
|
/**
|
|
25502
|
-
* Set
|
|
25888
|
+
* Set maximum number of prefixes accepted from BGP peer, Attribute conditional on `policyType` being equal to `restart`
|
|
25889
|
+
* - Range: `1`-`4294967295`
|
|
25890
|
+
*/
|
|
25891
|
+
restartMaxNumberOfPrefixes?: number;
|
|
25892
|
+
/**
|
|
25893
|
+
* Variable name, Attribute conditional on `policyType` being equal to `restart`
|
|
25894
|
+
*/
|
|
25895
|
+
restartMaxNumberOfPrefixesVariable?: string;
|
|
25896
|
+
/**
|
|
25897
|
+
* Set threshold(1 to 100) at which to generate a warning message, Attribute conditional on `policyType` being equal to `restart`
|
|
25503
25898
|
* - Range: `1`-`100`
|
|
25504
25899
|
* - Default value: `75`
|
|
25505
25900
|
*/
|
|
25506
|
-
|
|
25901
|
+
restartThreshold?: number;
|
|
25507
25902
|
/**
|
|
25508
|
-
* Variable name
|
|
25903
|
+
* Variable name, Attribute conditional on `policyType` being equal to `restart`
|
|
25509
25904
|
*/
|
|
25510
|
-
|
|
25905
|
+
restartThresholdVariable?: string;
|
|
25906
|
+
/**
|
|
25907
|
+
* Set maximum number of prefixes accepted from BGP peer, Attribute conditional on `policyType` being equal to `warning-only`
|
|
25908
|
+
* - Range: `1`-`4294967295`
|
|
25909
|
+
*/
|
|
25910
|
+
warningMessageMaxNumberOfPrefixes?: number;
|
|
25911
|
+
/**
|
|
25912
|
+
* Variable name, Attribute conditional on `policyType` being equal to `warning-only`
|
|
25913
|
+
*/
|
|
25914
|
+
warningMessageMaxNumberOfPrefixesVariable?: string;
|
|
25915
|
+
/**
|
|
25916
|
+
* Set threshold(1 to 100) at which to generate a warning message, Attribute conditional on `policyType` being equal to `warning-only`
|
|
25917
|
+
* - Range: `1`-`100`
|
|
25918
|
+
* - Default value: `75`
|
|
25919
|
+
*/
|
|
25920
|
+
warningMessageThreshold?: number;
|
|
25921
|
+
/**
|
|
25922
|
+
* Variable name, Attribute conditional on `policyType` being equal to `warning-only`
|
|
25923
|
+
*/
|
|
25924
|
+
warningMessageThresholdVariable?: string;
|
|
25511
25925
|
}
|
|
25512
25926
|
export interface ServiceRoutingBgpFeatureIpv6Network {
|
|
25513
25927
|
/**
|
|
@@ -25855,8 +26269,8 @@ export interface ServiceRoutingOspfv3Ipv4FeatureArea {
|
|
|
25855
26269
|
*/
|
|
25856
26270
|
areaNumberVariable?: string;
|
|
25857
26271
|
/**
|
|
25858
|
-
*
|
|
25859
|
-
* - Choices: `stub`
|
|
26272
|
+
* Set OSPFv3 area type
|
|
26273
|
+
* - Choices: `stub`, `nssa`, `normal`
|
|
25860
26274
|
*/
|
|
25861
26275
|
areaType?: string;
|
|
25862
26276
|
/**
|
|
@@ -25895,8 +26309,8 @@ export interface ServiceRoutingOspfv3Ipv4FeatureAreaInterface {
|
|
|
25895
26309
|
*/
|
|
25896
26310
|
authenticationSpiVariable?: string;
|
|
25897
26311
|
/**
|
|
25898
|
-
*
|
|
25899
|
-
* - Choices: `no-auth`
|
|
26312
|
+
* Set OSPF interface authentication configuration
|
|
26313
|
+
* - Choices: `no-auth`, `ipsec-sha1`
|
|
25900
26314
|
*/
|
|
25901
26315
|
authenticationType?: string;
|
|
25902
26316
|
/**
|
|
@@ -26019,10 +26433,14 @@ export interface ServiceRoutingOspfv3Ipv4FeatureRedistribute {
|
|
|
26019
26433
|
protocolVariable?: string;
|
|
26020
26434
|
routePolicyId?: string;
|
|
26021
26435
|
/**
|
|
26022
|
-
*
|
|
26436
|
+
* Devices within the Cisco Catalyst SD-WAN overlay network use OMP for control plane information. Outside of the overlay, devices use other control plane protocols such as BGP or OSPF. A device at the interface between devices within the overlay network and devices outside of the overlay can translate OMP route metrics when redistributing routes to BGP or OSPF, to be usable by devices outside the overlay network., Attribute conditional on `protocol` being equal to `omp`
|
|
26023
26437
|
* - Default value: `false`
|
|
26024
26438
|
*/
|
|
26025
26439
|
translateRibMetric?: boolean;
|
|
26440
|
+
/**
|
|
26441
|
+
* Variable name, Attribute conditional on `protocol` being equal to `omp`
|
|
26442
|
+
*/
|
|
26443
|
+
translateRibMetricVariable?: string;
|
|
26026
26444
|
}
|
|
26027
26445
|
export interface ServiceRoutingOspfv3Ipv6FeatureArea {
|
|
26028
26446
|
/**
|
|
@@ -26043,8 +26461,8 @@ export interface ServiceRoutingOspfv3Ipv6FeatureArea {
|
|
|
26043
26461
|
*/
|
|
26044
26462
|
areaNumberVariable?: string;
|
|
26045
26463
|
/**
|
|
26046
|
-
*
|
|
26047
|
-
* - Choices: `stub`
|
|
26464
|
+
* Set OSPFv3 area type
|
|
26465
|
+
* - Choices: `stub`, `nssa`, `normal`
|
|
26048
26466
|
*/
|
|
26049
26467
|
areaType?: string;
|
|
26050
26468
|
/**
|
|
@@ -26083,8 +26501,8 @@ export interface ServiceRoutingOspfv3Ipv6FeatureAreaInterface {
|
|
|
26083
26501
|
*/
|
|
26084
26502
|
authenticationSpiVariable?: string;
|
|
26085
26503
|
/**
|
|
26086
|
-
*
|
|
26087
|
-
* - Choices: `no-auth`
|
|
26504
|
+
* Set OSPF interface authentication configuration
|
|
26505
|
+
* - Choices: `no-auth`, `ipsec-sha1`
|
|
26088
26506
|
*/
|
|
26089
26507
|
authenticationType?: string;
|
|
26090
26508
|
/**
|
|
@@ -26193,10 +26611,14 @@ export interface ServiceRoutingOspfv3Ipv6FeatureRedistribute {
|
|
|
26193
26611
|
protocolVariable?: string;
|
|
26194
26612
|
routePolicyId?: string;
|
|
26195
26613
|
/**
|
|
26196
|
-
*
|
|
26614
|
+
* Devices within the Cisco Catalyst SD-WAN overlay network use OMP for control plane information. Outside of the overlay, devices use other control plane protocols such as BGP or OSPF. A device at the interface between devices within the overlay network and devices outside of the overlay can translate OMP route metrics when redistributing routes to BGP or OSPF, to be usable by devices outside the overlay network., Attribute conditional on `protocol` being equal to `omp`
|
|
26197
26615
|
* - Default value: `false`
|
|
26198
26616
|
*/
|
|
26199
26617
|
translateRibMetric?: boolean;
|
|
26618
|
+
/**
|
|
26619
|
+
* Variable name, Attribute conditional on `protocol` being equal to `omp`
|
|
26620
|
+
*/
|
|
26621
|
+
translateRibMetricVariable?: string;
|
|
26200
26622
|
}
|
|
26201
26623
|
export interface ServiceSwitchportFeatureInterface {
|
|
26202
26624
|
/**
|
|
@@ -27099,6 +27521,16 @@ export interface SystemBfdFeatureColor {
|
|
|
27099
27521
|
*/
|
|
27100
27522
|
pmtuDiscoveryVariable?: string;
|
|
27101
27523
|
}
|
|
27524
|
+
export interface SystemCaCertificateFeatureCertificate {
|
|
27525
|
+
/**
|
|
27526
|
+
* UUID of Certificate Record in Database
|
|
27527
|
+
*/
|
|
27528
|
+
caCertificateId?: string;
|
|
27529
|
+
/**
|
|
27530
|
+
* Trust Point Name of Certificate
|
|
27531
|
+
*/
|
|
27532
|
+
trustPointName?: string;
|
|
27533
|
+
}
|
|
27102
27534
|
export interface SystemIpv4DeviceAccessFeatureSequence {
|
|
27103
27535
|
/**
|
|
27104
27536
|
* Base Action
|
|
@@ -29133,44 +29565,83 @@ export interface TransportRoutingBgpFeatureIpv6Neighbor {
|
|
|
29133
29565
|
}
|
|
29134
29566
|
export interface TransportRoutingBgpFeatureIpv6NeighborAddressFamily {
|
|
29135
29567
|
/**
|
|
29136
|
-
* Set
|
|
29137
|
-
* -
|
|
29568
|
+
* Set maximum number of prefixes accepted from BGP peer, Attribute conditional on `policyType` being equal to `disable-peer`
|
|
29569
|
+
* - Range: `1`-`4294967295`
|
|
29138
29570
|
*/
|
|
29139
|
-
|
|
29140
|
-
inRoutePolicyId?: string;
|
|
29571
|
+
disablePeerMaxNumberOfPrefixes?: number;
|
|
29141
29572
|
/**
|
|
29142
|
-
*
|
|
29143
|
-
* - Range: `1`-`4294967295`
|
|
29573
|
+
* Variable name, Attribute conditional on `policyType` being equal to `disable-peer`
|
|
29144
29574
|
*/
|
|
29145
|
-
|
|
29575
|
+
disablePeerMaxNumberOfPrefixesVariable?: string;
|
|
29146
29576
|
/**
|
|
29147
|
-
*
|
|
29577
|
+
* Set threshold(1 to 100) at which to generate a warning message, Attribute conditional on `policyType` being equal to `disable-peer`
|
|
29578
|
+
* - Range: `1`-`100`
|
|
29579
|
+
* - Default value: `75`
|
|
29148
29580
|
*/
|
|
29149
|
-
|
|
29581
|
+
disablePeerThreshold?: number;
|
|
29582
|
+
/**
|
|
29583
|
+
* Variable name, Attribute conditional on `policyType` being equal to `disable-peer`
|
|
29584
|
+
*/
|
|
29585
|
+
disablePeerThresholdVariable?: string;
|
|
29586
|
+
/**
|
|
29587
|
+
* Set IPv6 unicast address family
|
|
29588
|
+
* - Choices: `ipv6-unicast`, `vpnv6-unicast`
|
|
29589
|
+
*/
|
|
29590
|
+
familyType?: string;
|
|
29591
|
+
inRoutePolicyId?: string;
|
|
29150
29592
|
outRoutePolicyId?: string;
|
|
29151
29593
|
/**
|
|
29152
29594
|
* Neighbor received maximum prefix policy is disabled.
|
|
29595
|
+
* - Choices: `restart`, `off`, `warning-only`, `disable-peer`
|
|
29153
29596
|
*/
|
|
29154
29597
|
policyType?: string;
|
|
29155
29598
|
/**
|
|
29156
|
-
* Set the restart interval(minutes) when to restart BGP connection if threshold is exceeded
|
|
29599
|
+
* Set the restart interval(minutes) when to restart BGP connection if threshold is exceeded, Attribute conditional on `policyType` being equal to `restart`
|
|
29157
29600
|
* - Range: `1`-`65535`
|
|
29158
29601
|
*/
|
|
29159
29602
|
restartInterval?: number;
|
|
29160
29603
|
/**
|
|
29161
|
-
* Variable name
|
|
29604
|
+
* Variable name, Attribute conditional on `policyType` being equal to `restart`
|
|
29162
29605
|
*/
|
|
29163
29606
|
restartIntervalVariable?: string;
|
|
29164
29607
|
/**
|
|
29165
|
-
* Set
|
|
29608
|
+
* Set maximum number of prefixes accepted from BGP peer, Attribute conditional on `policyType` being equal to `restart`
|
|
29609
|
+
* - Range: `1`-`4294967295`
|
|
29610
|
+
*/
|
|
29611
|
+
restartMaxNumberOfPrefixes?: number;
|
|
29612
|
+
/**
|
|
29613
|
+
* Variable name, Attribute conditional on `policyType` being equal to `restart`
|
|
29614
|
+
*/
|
|
29615
|
+
restartMaxNumberOfPrefixesVariable?: string;
|
|
29616
|
+
/**
|
|
29617
|
+
* Set threshold(1 to 100) at which to generate a warning message, Attribute conditional on `policyType` being equal to `restart`
|
|
29166
29618
|
* - Range: `1`-`100`
|
|
29167
29619
|
* - Default value: `75`
|
|
29168
29620
|
*/
|
|
29169
|
-
|
|
29621
|
+
restartThreshold?: number;
|
|
29170
29622
|
/**
|
|
29171
|
-
* Variable name
|
|
29623
|
+
* Variable name, Attribute conditional on `policyType` being equal to `restart`
|
|
29172
29624
|
*/
|
|
29173
|
-
|
|
29625
|
+
restartThresholdVariable?: string;
|
|
29626
|
+
/**
|
|
29627
|
+
* Set maximum number of prefixes accepted from BGP peer, Attribute conditional on `policyType` being equal to `warning-only`
|
|
29628
|
+
* - Range: `1`-`4294967295`
|
|
29629
|
+
*/
|
|
29630
|
+
warningMessageMaxNumberOfPrefixes?: number;
|
|
29631
|
+
/**
|
|
29632
|
+
* Variable name, Attribute conditional on `policyType` being equal to `warning-only`
|
|
29633
|
+
*/
|
|
29634
|
+
warningMessageMaxNumberOfPrefixesVariable?: string;
|
|
29635
|
+
/**
|
|
29636
|
+
* Set threshold(1 to 100) at which to generate a warning message, Attribute conditional on `policyType` being equal to `warning-only`
|
|
29637
|
+
* - Range: `1`-`100`
|
|
29638
|
+
* - Default value: `75`
|
|
29639
|
+
*/
|
|
29640
|
+
warningMessageThreshold?: number;
|
|
29641
|
+
/**
|
|
29642
|
+
* Variable name, Attribute conditional on `policyType` being equal to `warning-only`
|
|
29643
|
+
*/
|
|
29644
|
+
warningMessageThresholdVariable?: string;
|
|
29174
29645
|
}
|
|
29175
29646
|
export interface TransportRoutingBgpFeatureIpv6Network {
|
|
29176
29647
|
/**
|
|
@@ -29434,8 +29905,8 @@ export interface TransportRoutingOspfv3Ipv4FeatureArea {
|
|
|
29434
29905
|
*/
|
|
29435
29906
|
areaNumberVariable?: string;
|
|
29436
29907
|
/**
|
|
29437
|
-
*
|
|
29438
|
-
* - Choices: `stub`
|
|
29908
|
+
* Set OSPFv3 area type
|
|
29909
|
+
* - Choices: `stub`, `nssa`, `normal`
|
|
29439
29910
|
*/
|
|
29440
29911
|
areaType?: string;
|
|
29441
29912
|
/**
|
|
@@ -29474,8 +29945,8 @@ export interface TransportRoutingOspfv3Ipv4FeatureAreaInterface {
|
|
|
29474
29945
|
*/
|
|
29475
29946
|
authenticationSpiVariable?: string;
|
|
29476
29947
|
/**
|
|
29477
|
-
*
|
|
29478
|
-
* - Choices: `no-auth`
|
|
29948
|
+
* Set OSPF interface authentication configuration
|
|
29949
|
+
* - Choices: `no-auth`, `ipsec-sha1`
|
|
29479
29950
|
*/
|
|
29480
29951
|
authenticationType?: string;
|
|
29481
29952
|
/**
|
|
@@ -29597,6 +30068,15 @@ export interface TransportRoutingOspfv3Ipv4FeatureRedistribute {
|
|
|
29597
30068
|
*/
|
|
29598
30069
|
protocolVariable?: string;
|
|
29599
30070
|
routePolicyId?: string;
|
|
30071
|
+
/**
|
|
30072
|
+
* Devices within the Cisco Catalyst SD-WAN overlay network use OMP for control plane information. Outside of the overlay, devices use other control plane protocols such as BGP or OSPF. A device at the interface between devices within the overlay network and devices outside of the overlay can translate OMP route metrics when redistributing routes to BGP or OSPF, to be usable by devices outside the overlay network., Attribute conditional on `protocol` being equal to `omp`
|
|
30073
|
+
* - Default value: `false`
|
|
30074
|
+
*/
|
|
30075
|
+
translateRibMetric?: boolean;
|
|
30076
|
+
/**
|
|
30077
|
+
* Variable name, Attribute conditional on `protocol` being equal to `omp`
|
|
30078
|
+
*/
|
|
30079
|
+
translateRibMetricVariable?: string;
|
|
29600
30080
|
}
|
|
29601
30081
|
export interface TransportRoutingOspfv3Ipv6FeatureArea {
|
|
29602
30082
|
/**
|
|
@@ -29617,8 +30097,8 @@ export interface TransportRoutingOspfv3Ipv6FeatureArea {
|
|
|
29617
30097
|
*/
|
|
29618
30098
|
areaNumberVariable?: string;
|
|
29619
30099
|
/**
|
|
29620
|
-
*
|
|
29621
|
-
* - Choices: `stub`
|
|
30100
|
+
* Set OSPFv3 area type
|
|
30101
|
+
* - Choices: `stub`, `nssa`, `normal`
|
|
29622
30102
|
*/
|
|
29623
30103
|
areaType?: string;
|
|
29624
30104
|
/**
|
|
@@ -29657,8 +30137,8 @@ export interface TransportRoutingOspfv3Ipv6FeatureAreaInterface {
|
|
|
29657
30137
|
*/
|
|
29658
30138
|
authenticationSpiVariable?: string;
|
|
29659
30139
|
/**
|
|
29660
|
-
*
|
|
29661
|
-
* - Choices: `no-auth`
|
|
30140
|
+
* Set OSPF interface authentication configuration
|
|
30141
|
+
* - Choices: `no-auth`, `ipsec-sha1`
|
|
29662
30142
|
*/
|
|
29663
30143
|
authenticationType?: string;
|
|
29664
30144
|
/**
|
|
@@ -29766,6 +30246,15 @@ export interface TransportRoutingOspfv3Ipv6FeatureRedistribute {
|
|
|
29766
30246
|
*/
|
|
29767
30247
|
protocolVariable?: string;
|
|
29768
30248
|
routePolicyId?: string;
|
|
30249
|
+
/**
|
|
30250
|
+
* Devices within the Cisco Catalyst SD-WAN overlay network use OMP for control plane information. Outside of the overlay, devices use other control plane protocols such as BGP or OSPF. A device at the interface between devices within the overlay network and devices outside of the overlay can translate OMP route metrics when redistributing routes to BGP or OSPF, to be usable by devices outside the overlay network., Attribute conditional on `protocol` being equal to `omp`
|
|
30251
|
+
* - Default value: `false`
|
|
30252
|
+
*/
|
|
30253
|
+
translateRibMetric?: boolean;
|
|
30254
|
+
/**
|
|
30255
|
+
* Variable name, Attribute conditional on `protocol` being equal to `omp`
|
|
30256
|
+
*/
|
|
30257
|
+
translateRibMetricVariable?: string;
|
|
29769
30258
|
}
|
|
29770
30259
|
export interface TransportT1E1ControllerFeatureEntry {
|
|
29771
30260
|
/**
|
|
@@ -29989,6 +30478,7 @@ export interface TransportWanVpnFeatureIpv6StaticRouteNextHop {
|
|
|
29989
30478
|
/**
|
|
29990
30479
|
* Administrative distance
|
|
29991
30480
|
* - Range: `1`-`254`
|
|
30481
|
+
* - Default value: `1`
|
|
29992
30482
|
*/
|
|
29993
30483
|
administrativeDistance?: number;
|
|
29994
30484
|
/**
|
|
@@ -31783,6 +32273,10 @@ export interface ZoneBasedFirewallPolicyDefinitionRuleMatchEntry {
|
|
|
31783
32273
|
* policy id for selected match entry
|
|
31784
32274
|
*/
|
|
31785
32275
|
policyId?: string;
|
|
32276
|
+
/**
|
|
32277
|
+
* Policy version
|
|
32278
|
+
*/
|
|
32279
|
+
policyVersion?: string;
|
|
31786
32280
|
/**
|
|
31787
32281
|
* Should be included with additionally entries for `destinationPort` and `protocol` whenever the type `protocolName` is used.
|
|
31788
32282
|
*/
|