@pulumi/sdwan 0.6.0-alpha.1767125078 → 0.6.0
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/input.d.ts
CHANGED
|
@@ -235,10 +235,14 @@ export interface ApplicationPriorityTrafficPolicyPolicySequence {
|
|
|
235
235
|
sequenceName?: pulumi.Input<string>;
|
|
236
236
|
}
|
|
237
237
|
export interface ApplicationPriorityTrafficPolicyPolicySequenceAction {
|
|
238
|
+
appqoeDreOptimization?: pulumi.Input<boolean>;
|
|
239
|
+
appqoeServiceNodeGroup?: pulumi.Input<string>;
|
|
240
|
+
appqoeTcpOptimization?: pulumi.Input<boolean>;
|
|
238
241
|
/**
|
|
239
242
|
* Backup SLA perferred color
|
|
240
243
|
*/
|
|
241
244
|
backupSlaPreferredColors?: pulumi.Input<pulumi.Input<string>[]>;
|
|
245
|
+
cflowd?: pulumi.Input<boolean>;
|
|
242
246
|
cloudProbe?: pulumi.Input<boolean>;
|
|
243
247
|
cloudSaas?: pulumi.Input<boolean>;
|
|
244
248
|
count?: pulumi.Input<string>;
|
|
@@ -262,11 +266,16 @@ export interface ApplicationPriorityTrafficPolicyPolicySequenceAction {
|
|
|
262
266
|
natPool?: pulumi.Input<number>;
|
|
263
267
|
natVpn?: pulumi.Input<boolean>;
|
|
264
268
|
/**
|
|
265
|
-
* - Choices: `ipAddress`, `
|
|
269
|
+
* - Choices: `ipAddress`, `dnsHost`
|
|
266
270
|
*/
|
|
267
271
|
redirectDnsField?: pulumi.Input<string>;
|
|
268
272
|
redirectDnsValue?: pulumi.Input<string>;
|
|
269
273
|
secureInternetGateway?: pulumi.Input<boolean>;
|
|
274
|
+
secureServiceEdge?: pulumi.Input<boolean>;
|
|
275
|
+
/**
|
|
276
|
+
* - Choices: `Cisco-Secure-Access`, `zScaler`
|
|
277
|
+
*/
|
|
278
|
+
secureServiceEdgeInstance?: pulumi.Input<string>;
|
|
270
279
|
setParameters?: pulumi.Input<pulumi.Input<inputs.ApplicationPriorityTrafficPolicyPolicySequenceActionSetParameter>[]>;
|
|
271
280
|
/**
|
|
272
281
|
* slaClass
|
|
@@ -284,14 +293,14 @@ export interface ApplicationPriorityTrafficPolicyPolicySequenceActionSetParamete
|
|
|
284
293
|
* - Choices: `ipsec`, `gre`
|
|
285
294
|
*/
|
|
286
295
|
localTlocListEncapsulation?: pulumi.Input<string>;
|
|
287
|
-
localTlocListRestrict?: pulumi.Input<
|
|
296
|
+
localTlocListRestrict?: pulumi.Input<boolean>;
|
|
288
297
|
nextHopIpv4?: pulumi.Input<string>;
|
|
289
298
|
nextHopIpv6?: pulumi.Input<string>;
|
|
290
299
|
nextHopLoose?: pulumi.Input<boolean>;
|
|
291
300
|
policerId?: pulumi.Input<string>;
|
|
292
301
|
preferredColorGroupId?: pulumi.Input<string>;
|
|
293
|
-
|
|
294
|
-
|
|
302
|
+
preferredRemoteColorRestrict?: pulumi.Input<boolean>;
|
|
303
|
+
preferredRemoteColors?: pulumi.Input<pulumi.Input<string>[]>;
|
|
295
304
|
serviceChainFallbackToRouting?: pulumi.Input<boolean>;
|
|
296
305
|
serviceChainLocal?: pulumi.Input<boolean>;
|
|
297
306
|
serviceChainTlocColors?: pulumi.Input<pulumi.Input<string>[]>;
|
|
@@ -309,6 +318,8 @@ export interface ApplicationPriorityTrafficPolicyPolicySequenceActionSetParamete
|
|
|
309
318
|
* - Range: `0`-`65530`
|
|
310
319
|
*/
|
|
311
320
|
serviceChainVpn?: pulumi.Input<number>;
|
|
321
|
+
serviceLocal?: pulumi.Input<boolean>;
|
|
322
|
+
serviceRestrict?: pulumi.Input<boolean>;
|
|
312
323
|
serviceTlocColors?: pulumi.Input<pulumi.Input<string>[]>;
|
|
313
324
|
/**
|
|
314
325
|
* - Choices: `ipsec`, `gre`
|
|
@@ -320,7 +331,10 @@ export interface ApplicationPriorityTrafficPolicyPolicySequenceActionSetParamete
|
|
|
320
331
|
* - Choices: `FW`, `IDS`, `IDP`, `netsvc1`, `netsvc2`, `netsvc3`, `netsvc4`, `appqoe`
|
|
321
332
|
*/
|
|
322
333
|
serviceType?: pulumi.Input<string>;
|
|
323
|
-
|
|
334
|
+
/**
|
|
335
|
+
* - Range: `0`-`65530`
|
|
336
|
+
*/
|
|
337
|
+
serviceVpn?: pulumi.Input<number>;
|
|
324
338
|
tlocColors?: pulumi.Input<pulumi.Input<string>[]>;
|
|
325
339
|
/**
|
|
326
340
|
* - Choices: `ipsec`, `gre`
|
|
@@ -328,7 +342,10 @@ export interface ApplicationPriorityTrafficPolicyPolicySequenceActionSetParamete
|
|
|
328
342
|
tlocEncapsulation?: pulumi.Input<string>;
|
|
329
343
|
tlocIp?: pulumi.Input<string>;
|
|
330
344
|
tlocListId?: pulumi.Input<string>;
|
|
331
|
-
|
|
345
|
+
/**
|
|
346
|
+
* - Range: `0`-`65530`
|
|
347
|
+
*/
|
|
348
|
+
vpn?: pulumi.Input<number>;
|
|
332
349
|
}
|
|
333
350
|
export interface ApplicationPriorityTrafficPolicyPolicySequenceActionSlaClass {
|
|
334
351
|
fallbackToBestPath?: pulumi.Input<boolean>;
|
|
@@ -367,10 +384,9 @@ export interface ApplicationPriorityTrafficPolicyPolicySequenceMatchEntry {
|
|
|
367
384
|
dns?: pulumi.Input<string>;
|
|
368
385
|
dnsApplicationListId?: pulumi.Input<string>;
|
|
369
386
|
/**
|
|
370
|
-
* DSCP
|
|
371
|
-
* - Range: `0`-`63`
|
|
387
|
+
* DSCP numbers
|
|
372
388
|
*/
|
|
373
|
-
|
|
389
|
+
dscps?: pulumi.Input<pulumi.Input<number>[]>;
|
|
374
390
|
/**
|
|
375
391
|
* ICMP6 Message
|
|
376
392
|
*/
|
|
@@ -392,8 +408,8 @@ export interface ApplicationPriorityTrafficPolicyPolicySequenceMatchEntry {
|
|
|
392
408
|
* M365 Service Area
|
|
393
409
|
*/
|
|
394
410
|
serviceAreas?: pulumi.Input<pulumi.Input<string>[]>;
|
|
395
|
-
|
|
396
|
-
|
|
411
|
+
sourceDataIpv4PrefixListId?: pulumi.Input<string>;
|
|
412
|
+
sourceDataIpv6PrefixListId?: pulumi.Input<string>;
|
|
397
413
|
/**
|
|
398
414
|
* Source Data IP Prefix
|
|
399
415
|
*/
|
|
@@ -5701,6 +5717,10 @@ export interface ConfigurationGroupDevice {
|
|
|
5701
5717
|
* Device ID
|
|
5702
5718
|
*/
|
|
5703
5719
|
id?: pulumi.Input<string>;
|
|
5720
|
+
/**
|
|
5721
|
+
* Topology label for dual device configuration group (supported from version 20.18.1 onwards)
|
|
5722
|
+
*/
|
|
5723
|
+
topologyLabel?: pulumi.Input<string>;
|
|
5704
5724
|
/**
|
|
5705
5725
|
* List of variables
|
|
5706
5726
|
*/
|
|
@@ -5962,7 +5982,7 @@ export interface CustomControlTopologyPolicyDefinitionSequenceMatchEntry {
|
|
|
5962
5982
|
*/
|
|
5963
5983
|
regionListId?: pulumi.Input<string>;
|
|
5964
5984
|
/**
|
|
5965
|
-
* Role, Attribute conditional on `type` being equal to `
|
|
5985
|
+
* Role, Attribute conditional on `type` being equal to `role`
|
|
5966
5986
|
* - Choices: `border-router`, `edge-router`
|
|
5967
5987
|
*/
|
|
5968
5988
|
role?: pulumi.Input<string>;
|
|
@@ -8261,6 +8281,16 @@ export interface ServiceLanVpnFeatureAdvertiseOmpIpv6Prefix {
|
|
|
8261
8281
|
* Variable name
|
|
8262
8282
|
*/
|
|
8263
8283
|
prefixVariable?: pulumi.Input<string>;
|
|
8284
|
+
/**
|
|
8285
|
+
* Applied to Region
|
|
8286
|
+
* - Choices: `core-and-access`, `core`, `access`
|
|
8287
|
+
* - Default value: `core-and-access`
|
|
8288
|
+
*/
|
|
8289
|
+
region?: pulumi.Input<string>;
|
|
8290
|
+
/**
|
|
8291
|
+
* Variable name
|
|
8292
|
+
*/
|
|
8293
|
+
regionVariable?: pulumi.Input<string>;
|
|
8264
8294
|
}
|
|
8265
8295
|
export interface ServiceLanVpnFeatureGreRoute {
|
|
8266
8296
|
/**
|
|
@@ -8359,15 +8389,28 @@ export interface ServiceLanVpnFeatureIpv4ImportRouteTarget {
|
|
|
8359
8389
|
routeTargetVariable?: pulumi.Input<string>;
|
|
8360
8390
|
}
|
|
8361
8391
|
export interface ServiceLanVpnFeatureIpv4StaticRoute {
|
|
8392
|
+
/**
|
|
8393
|
+
* Gateway distance, Attribute conditional on `gateway` being equal to `null0`
|
|
8394
|
+
* - Range: `1`-`255`
|
|
8395
|
+
*/
|
|
8396
|
+
administrativeDistance?: pulumi.Input<number>;
|
|
8397
|
+
/**
|
|
8398
|
+
* Variable name, Attribute conditional on `gateway` being equal to `null0`
|
|
8399
|
+
*/
|
|
8400
|
+
administrativeDistanceVariable?: pulumi.Input<string>;
|
|
8362
8401
|
/**
|
|
8363
8402
|
* IPv4 Route Gateway DHCP, Attribute conditional on `gateway` being equal to `dhcp`
|
|
8364
8403
|
*/
|
|
8365
8404
|
dhcp?: pulumi.Input<boolean>;
|
|
8366
8405
|
/**
|
|
8367
8406
|
* Gateway type
|
|
8368
|
-
* - Choices: `nextHop`, `null0`, `vpn`, `dhcp`
|
|
8407
|
+
* - Choices: `nextHop`, `null0`, `vpn`, `dhcp`, `staticRouteInterface`
|
|
8369
8408
|
*/
|
|
8370
8409
|
gateway?: pulumi.Input<string>;
|
|
8410
|
+
/**
|
|
8411
|
+
* , Attribute conditional on `gateway` being equal to `staticRouteInterface`
|
|
8412
|
+
*/
|
|
8413
|
+
ipStaticRouteInterfaces?: pulumi.Input<pulumi.Input<inputs.ServiceLanVpnFeatureIpv4StaticRouteIpStaticRouteInterface>[]>;
|
|
8371
8414
|
/**
|
|
8372
8415
|
* IP Address
|
|
8373
8416
|
*/
|
|
@@ -8402,6 +8445,33 @@ export interface ServiceLanVpnFeatureIpv4StaticRoute {
|
|
|
8402
8445
|
*/
|
|
8403
8446
|
vpn?: pulumi.Input<boolean>;
|
|
8404
8447
|
}
|
|
8448
|
+
export interface ServiceLanVpnFeatureIpv4StaticRouteIpStaticRouteInterface {
|
|
8449
|
+
interfaceName?: pulumi.Input<string>;
|
|
8450
|
+
/**
|
|
8451
|
+
* Variable name
|
|
8452
|
+
*/
|
|
8453
|
+
interfaceNameVariable?: pulumi.Input<string>;
|
|
8454
|
+
nextHops?: pulumi.Input<pulumi.Input<inputs.ServiceLanVpnFeatureIpv4StaticRouteIpStaticRouteInterfaceNextHop>[]>;
|
|
8455
|
+
}
|
|
8456
|
+
export interface ServiceLanVpnFeatureIpv4StaticRouteIpStaticRouteInterfaceNextHop {
|
|
8457
|
+
/**
|
|
8458
|
+
* IPv4 Address
|
|
8459
|
+
*/
|
|
8460
|
+
address?: pulumi.Input<string>;
|
|
8461
|
+
/**
|
|
8462
|
+
* Variable name
|
|
8463
|
+
*/
|
|
8464
|
+
addressVariable?: pulumi.Input<string>;
|
|
8465
|
+
/**
|
|
8466
|
+
* Administrative distance
|
|
8467
|
+
* - Range: `1`-`255`
|
|
8468
|
+
*/
|
|
8469
|
+
administrativeDistance?: pulumi.Input<number>;
|
|
8470
|
+
/**
|
|
8471
|
+
* Variable name
|
|
8472
|
+
*/
|
|
8473
|
+
administrativeDistanceVariable?: pulumi.Input<string>;
|
|
8474
|
+
}
|
|
8405
8475
|
export interface ServiceLanVpnFeatureIpv4StaticRouteNextHop {
|
|
8406
8476
|
/**
|
|
8407
8477
|
* Address
|
|
@@ -8466,9 +8536,13 @@ export interface ServiceLanVpnFeatureIpv6ImportRouteTarget {
|
|
|
8466
8536
|
export interface ServiceLanVpnFeatureIpv6StaticRoute {
|
|
8467
8537
|
/**
|
|
8468
8538
|
* Gateway type
|
|
8469
|
-
* - Choices: `nextHop`, `null0`, `nat`
|
|
8539
|
+
* - Choices: `nextHop`, `null0`, `nat`, `staticRouteInterface`
|
|
8470
8540
|
*/
|
|
8471
8541
|
gateway?: pulumi.Input<string>;
|
|
8542
|
+
/**
|
|
8543
|
+
* , Attribute conditional on `gateway` being equal to `staticRouteInterface`
|
|
8544
|
+
*/
|
|
8545
|
+
ipv6StaticRouteInterfaces?: pulumi.Input<pulumi.Input<inputs.ServiceLanVpnFeatureIpv6StaticRouteIpv6StaticRouteInterface>[]>;
|
|
8472
8546
|
/**
|
|
8473
8547
|
* IPv6 Nat, Attribute conditional on `gateway` being equal to `nat`
|
|
8474
8548
|
* - Choices: `NAT64`, `NAT66`
|
|
@@ -8495,6 +8569,33 @@ export interface ServiceLanVpnFeatureIpv6StaticRoute {
|
|
|
8495
8569
|
*/
|
|
8496
8570
|
prefixVariable?: pulumi.Input<string>;
|
|
8497
8571
|
}
|
|
8572
|
+
export interface ServiceLanVpnFeatureIpv6StaticRouteIpv6StaticRouteInterface {
|
|
8573
|
+
interfaceName?: pulumi.Input<string>;
|
|
8574
|
+
/**
|
|
8575
|
+
* Variable name
|
|
8576
|
+
*/
|
|
8577
|
+
interfaceNameVariable?: pulumi.Input<string>;
|
|
8578
|
+
nextHops?: pulumi.Input<pulumi.Input<inputs.ServiceLanVpnFeatureIpv6StaticRouteIpv6StaticRouteInterfaceNextHop>[]>;
|
|
8579
|
+
}
|
|
8580
|
+
export interface ServiceLanVpnFeatureIpv6StaticRouteIpv6StaticRouteInterfaceNextHop {
|
|
8581
|
+
/**
|
|
8582
|
+
* IPv6 Address
|
|
8583
|
+
*/
|
|
8584
|
+
address?: pulumi.Input<string>;
|
|
8585
|
+
/**
|
|
8586
|
+
* Variable name
|
|
8587
|
+
*/
|
|
8588
|
+
addressVariable?: pulumi.Input<string>;
|
|
8589
|
+
/**
|
|
8590
|
+
* Administrative distance
|
|
8591
|
+
* - Range: `1`-`254`
|
|
8592
|
+
*/
|
|
8593
|
+
administrativeDistance?: pulumi.Input<number>;
|
|
8594
|
+
/**
|
|
8595
|
+
* Variable name
|
|
8596
|
+
*/
|
|
8597
|
+
administrativeDistanceVariable?: pulumi.Input<string>;
|
|
8598
|
+
}
|
|
8498
8599
|
export interface ServiceLanVpnFeatureIpv6StaticRouteNextHop {
|
|
8499
8600
|
/**
|
|
8500
8601
|
* Address
|
|
@@ -8580,7 +8681,7 @@ export interface ServiceLanVpnFeatureNatPool {
|
|
|
8580
8681
|
overloadVariable?: pulumi.Input<string>;
|
|
8581
8682
|
/**
|
|
8582
8683
|
* NAT Pool Prefix Length
|
|
8583
|
-
* - Range: `1`-`
|
|
8684
|
+
* - Range: `1`-`30`
|
|
8584
8685
|
*/
|
|
8585
8686
|
prefixLength?: pulumi.Input<number>;
|
|
8586
8687
|
/**
|
|
@@ -8634,6 +8735,7 @@ export interface ServiceLanVpnFeatureNatPortForward {
|
|
|
8634
8735
|
sourceIpVariable?: pulumi.Input<string>;
|
|
8635
8736
|
/**
|
|
8636
8737
|
* Source Port
|
|
8738
|
+
* - Range: `0`-`65535`
|
|
8637
8739
|
*/
|
|
8638
8740
|
sourcePort?: pulumi.Input<number>;
|
|
8639
8741
|
/**
|
|
@@ -8642,6 +8744,7 @@ export interface ServiceLanVpnFeatureNatPortForward {
|
|
|
8642
8744
|
sourcePortVariable?: pulumi.Input<string>;
|
|
8643
8745
|
/**
|
|
8644
8746
|
* Translate Port
|
|
8747
|
+
* - Range: `0`-`65535`
|
|
8645
8748
|
*/
|
|
8646
8749
|
translatePort?: pulumi.Input<number>;
|
|
8647
8750
|
/**
|
|
@@ -8789,7 +8892,7 @@ export interface ServiceLanVpnFeatureServiceRoute {
|
|
|
8789
8892
|
networkAddressVariable?: pulumi.Input<string>;
|
|
8790
8893
|
/**
|
|
8791
8894
|
* Service
|
|
8792
|
-
* - Choices: `SIG`
|
|
8895
|
+
* - Choices: `SIG`, `SSE`
|
|
8793
8896
|
* - Default value: `SIG`
|
|
8794
8897
|
*/
|
|
8795
8898
|
service?: pulumi.Input<string>;
|
|
@@ -8797,6 +8900,14 @@ export interface ServiceLanVpnFeatureServiceRoute {
|
|
|
8797
8900
|
* Variable name
|
|
8798
8901
|
*/
|
|
8799
8902
|
serviceVariable?: pulumi.Input<string>;
|
|
8903
|
+
/**
|
|
8904
|
+
* SSE Instance name
|
|
8905
|
+
*/
|
|
8906
|
+
sseInstance?: pulumi.Input<string>;
|
|
8907
|
+
/**
|
|
8908
|
+
* Variable name
|
|
8909
|
+
*/
|
|
8910
|
+
sseInstanceVariable?: pulumi.Input<string>;
|
|
8800
8911
|
/**
|
|
8801
8912
|
* Subnet Mask
|
|
8802
8913
|
* - 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`
|
|
@@ -8848,6 +8959,43 @@ export interface ServiceLanVpnFeatureStaticNat {
|
|
|
8848
8959
|
*/
|
|
8849
8960
|
translatedSourceIpVariable?: pulumi.Input<string>;
|
|
8850
8961
|
}
|
|
8962
|
+
export interface ServiceLanVpnFeatureStaticNatSubnet {
|
|
8963
|
+
/**
|
|
8964
|
+
* Network Prefix Length
|
|
8965
|
+
* - Range: `1`-`32`
|
|
8966
|
+
*/
|
|
8967
|
+
prefixLength?: pulumi.Input<number>;
|
|
8968
|
+
/**
|
|
8969
|
+
* Variable name
|
|
8970
|
+
*/
|
|
8971
|
+
prefixLengthVariable?: pulumi.Input<string>;
|
|
8972
|
+
/**
|
|
8973
|
+
* Source IP Subnet
|
|
8974
|
+
*/
|
|
8975
|
+
sourceIpSubnet?: pulumi.Input<string>;
|
|
8976
|
+
/**
|
|
8977
|
+
* Variable name
|
|
8978
|
+
*/
|
|
8979
|
+
sourceIpSubnetVariable?: pulumi.Input<string>;
|
|
8980
|
+
/**
|
|
8981
|
+
* Static NAT Direction
|
|
8982
|
+
* - Choices: `inside`, `outside`
|
|
8983
|
+
*/
|
|
8984
|
+
staticNatDirection?: pulumi.Input<string>;
|
|
8985
|
+
/**
|
|
8986
|
+
* Variable name
|
|
8987
|
+
*/
|
|
8988
|
+
staticNatDirectionVariable?: pulumi.Input<string>;
|
|
8989
|
+
trackerObjectId?: pulumi.Input<string>;
|
|
8990
|
+
/**
|
|
8991
|
+
* Translated Source IP Subnet
|
|
8992
|
+
*/
|
|
8993
|
+
translatedSourceIpSubnet?: pulumi.Input<string>;
|
|
8994
|
+
/**
|
|
8995
|
+
* Variable name
|
|
8996
|
+
*/
|
|
8997
|
+
translatedSourceIpSubnetVariable?: pulumi.Input<string>;
|
|
8998
|
+
}
|
|
8851
8999
|
export interface ServiceLanVpnInterfaceEthernetFeatureArp {
|
|
8852
9000
|
/**
|
|
8853
9001
|
* IPV4 Address
|
|
@@ -10252,43 +10400,82 @@ export interface ServiceRoutingBgpFeatureIpv6Neighbor {
|
|
|
10252
10400
|
}
|
|
10253
10401
|
export interface ServiceRoutingBgpFeatureIpv6NeighborAddressFamily {
|
|
10254
10402
|
/**
|
|
10255
|
-
* Set
|
|
10403
|
+
* Set maximum number of prefixes accepted from BGP peer, Attribute conditional on `policyType` being equal to `disable-peer`
|
|
10404
|
+
* - Range: `1`-`4294967295`
|
|
10256
10405
|
*/
|
|
10257
|
-
|
|
10258
|
-
inRoutePolicyId?: pulumi.Input<string>;
|
|
10406
|
+
disablePeerMaxNumberOfPrefixes?: pulumi.Input<number>;
|
|
10259
10407
|
/**
|
|
10260
|
-
*
|
|
10261
|
-
* - Range: `1`-`4294967295`
|
|
10408
|
+
* Variable name, Attribute conditional on `policyType` being equal to `disable-peer`
|
|
10262
10409
|
*/
|
|
10263
|
-
|
|
10410
|
+
disablePeerMaxNumberOfPrefixesVariable?: pulumi.Input<string>;
|
|
10264
10411
|
/**
|
|
10265
|
-
*
|
|
10412
|
+
* Set threshold(1 to 100) at which to generate a warning message, Attribute conditional on `policyType` being equal to `disable-peer`
|
|
10413
|
+
* - Range: `1`-`100`
|
|
10414
|
+
* - Default value: `75`
|
|
10415
|
+
*/
|
|
10416
|
+
disablePeerThreshold?: pulumi.Input<number>;
|
|
10417
|
+
/**
|
|
10418
|
+
* Variable name, Attribute conditional on `policyType` being equal to `disable-peer`
|
|
10419
|
+
*/
|
|
10420
|
+
disablePeerThresholdVariable?: pulumi.Input<string>;
|
|
10421
|
+
/**
|
|
10422
|
+
* Set IPv6 unicast address family
|
|
10266
10423
|
*/
|
|
10267
|
-
|
|
10424
|
+
familyType?: pulumi.Input<string>;
|
|
10425
|
+
inRoutePolicyId?: pulumi.Input<string>;
|
|
10268
10426
|
outRoutePolicyId?: pulumi.Input<string>;
|
|
10269
10427
|
/**
|
|
10270
10428
|
* Neighbor received maximum prefix policy is disabled.
|
|
10429
|
+
* - Choices: `restart`, `off`, `warning-only`, `disable-peer`
|
|
10271
10430
|
*/
|
|
10272
10431
|
policyType?: pulumi.Input<string>;
|
|
10273
10432
|
/**
|
|
10274
|
-
* Set the restart interval(minutes) when to restart BGP connection if threshold is exceeded
|
|
10433
|
+
* Set the restart interval(minutes) when to restart BGP connection if threshold is exceeded, Attribute conditional on `policyType` being equal to `restart`
|
|
10275
10434
|
* - Range: `1`-`65535`
|
|
10276
10435
|
*/
|
|
10277
10436
|
restartInterval?: pulumi.Input<number>;
|
|
10278
10437
|
/**
|
|
10279
|
-
* Variable name
|
|
10438
|
+
* Variable name, Attribute conditional on `policyType` being equal to `restart`
|
|
10280
10439
|
*/
|
|
10281
10440
|
restartIntervalVariable?: pulumi.Input<string>;
|
|
10282
10441
|
/**
|
|
10283
|
-
* Set
|
|
10442
|
+
* Set maximum number of prefixes accepted from BGP peer, Attribute conditional on `policyType` being equal to `restart`
|
|
10443
|
+
* - Range: `1`-`4294967295`
|
|
10444
|
+
*/
|
|
10445
|
+
restartMaxNumberOfPrefixes?: pulumi.Input<number>;
|
|
10446
|
+
/**
|
|
10447
|
+
* Variable name, Attribute conditional on `policyType` being equal to `restart`
|
|
10448
|
+
*/
|
|
10449
|
+
restartMaxNumberOfPrefixesVariable?: pulumi.Input<string>;
|
|
10450
|
+
/**
|
|
10451
|
+
* Set threshold(1 to 100) at which to generate a warning message, Attribute conditional on `policyType` being equal to `restart`
|
|
10284
10452
|
* - Range: `1`-`100`
|
|
10285
10453
|
* - Default value: `75`
|
|
10286
10454
|
*/
|
|
10287
|
-
|
|
10455
|
+
restartThreshold?: pulumi.Input<number>;
|
|
10288
10456
|
/**
|
|
10289
|
-
* Variable name
|
|
10457
|
+
* Variable name, Attribute conditional on `policyType` being equal to `restart`
|
|
10290
10458
|
*/
|
|
10291
|
-
|
|
10459
|
+
restartThresholdVariable?: pulumi.Input<string>;
|
|
10460
|
+
/**
|
|
10461
|
+
* Set maximum number of prefixes accepted from BGP peer, Attribute conditional on `policyType` being equal to `warning-only`
|
|
10462
|
+
* - Range: `1`-`4294967295`
|
|
10463
|
+
*/
|
|
10464
|
+
warningMessageMaxNumberOfPrefixes?: pulumi.Input<number>;
|
|
10465
|
+
/**
|
|
10466
|
+
* Variable name, Attribute conditional on `policyType` being equal to `warning-only`
|
|
10467
|
+
*/
|
|
10468
|
+
warningMessageMaxNumberOfPrefixesVariable?: pulumi.Input<string>;
|
|
10469
|
+
/**
|
|
10470
|
+
* Set threshold(1 to 100) at which to generate a warning message, Attribute conditional on `policyType` being equal to `warning-only`
|
|
10471
|
+
* - Range: `1`-`100`
|
|
10472
|
+
* - Default value: `75`
|
|
10473
|
+
*/
|
|
10474
|
+
warningMessageThreshold?: pulumi.Input<number>;
|
|
10475
|
+
/**
|
|
10476
|
+
* Variable name, Attribute conditional on `policyType` being equal to `warning-only`
|
|
10477
|
+
*/
|
|
10478
|
+
warningMessageThresholdVariable?: pulumi.Input<string>;
|
|
10292
10479
|
}
|
|
10293
10480
|
export interface ServiceRoutingBgpFeatureIpv6Network {
|
|
10294
10481
|
/**
|
|
@@ -10636,8 +10823,8 @@ export interface ServiceRoutingOspfv3Ipv4FeatureArea {
|
|
|
10636
10823
|
*/
|
|
10637
10824
|
areaNumberVariable?: pulumi.Input<string>;
|
|
10638
10825
|
/**
|
|
10639
|
-
*
|
|
10640
|
-
* - Choices: `stub`
|
|
10826
|
+
* Set OSPFv3 area type
|
|
10827
|
+
* - Choices: `stub`, `nssa`, `normal`
|
|
10641
10828
|
*/
|
|
10642
10829
|
areaType?: pulumi.Input<string>;
|
|
10643
10830
|
/**
|
|
@@ -10676,8 +10863,8 @@ export interface ServiceRoutingOspfv3Ipv4FeatureAreaInterface {
|
|
|
10676
10863
|
*/
|
|
10677
10864
|
authenticationSpiVariable?: pulumi.Input<string>;
|
|
10678
10865
|
/**
|
|
10679
|
-
*
|
|
10680
|
-
* - Choices: `no-auth`
|
|
10866
|
+
* Set OSPF interface authentication configuration
|
|
10867
|
+
* - Choices: `no-auth`, `ipsec-sha1`
|
|
10681
10868
|
*/
|
|
10682
10869
|
authenticationType?: pulumi.Input<string>;
|
|
10683
10870
|
/**
|
|
@@ -10800,10 +10987,14 @@ export interface ServiceRoutingOspfv3Ipv4FeatureRedistribute {
|
|
|
10800
10987
|
protocolVariable?: pulumi.Input<string>;
|
|
10801
10988
|
routePolicyId?: pulumi.Input<string>;
|
|
10802
10989
|
/**
|
|
10803
|
-
*
|
|
10990
|
+
* 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`
|
|
10804
10991
|
* - Default value: `false`
|
|
10805
10992
|
*/
|
|
10806
10993
|
translateRibMetric?: pulumi.Input<boolean>;
|
|
10994
|
+
/**
|
|
10995
|
+
* Variable name, Attribute conditional on `protocol` being equal to `omp`
|
|
10996
|
+
*/
|
|
10997
|
+
translateRibMetricVariable?: pulumi.Input<string>;
|
|
10807
10998
|
}
|
|
10808
10999
|
export interface ServiceRoutingOspfv3Ipv6FeatureArea {
|
|
10809
11000
|
/**
|
|
@@ -10824,8 +11015,8 @@ export interface ServiceRoutingOspfv3Ipv6FeatureArea {
|
|
|
10824
11015
|
*/
|
|
10825
11016
|
areaNumberVariable?: pulumi.Input<string>;
|
|
10826
11017
|
/**
|
|
10827
|
-
*
|
|
10828
|
-
* - Choices: `stub`
|
|
11018
|
+
* Set OSPFv3 area type
|
|
11019
|
+
* - Choices: `stub`, `nssa`, `normal`
|
|
10829
11020
|
*/
|
|
10830
11021
|
areaType?: pulumi.Input<string>;
|
|
10831
11022
|
/**
|
|
@@ -10864,8 +11055,8 @@ export interface ServiceRoutingOspfv3Ipv6FeatureAreaInterface {
|
|
|
10864
11055
|
*/
|
|
10865
11056
|
authenticationSpiVariable?: pulumi.Input<string>;
|
|
10866
11057
|
/**
|
|
10867
|
-
*
|
|
10868
|
-
* - Choices: `no-auth`
|
|
11058
|
+
* Set OSPF interface authentication configuration
|
|
11059
|
+
* - Choices: `no-auth`, `ipsec-sha1`
|
|
10869
11060
|
*/
|
|
10870
11061
|
authenticationType?: pulumi.Input<string>;
|
|
10871
11062
|
/**
|
|
@@ -10974,10 +11165,14 @@ export interface ServiceRoutingOspfv3Ipv6FeatureRedistribute {
|
|
|
10974
11165
|
protocolVariable?: pulumi.Input<string>;
|
|
10975
11166
|
routePolicyId?: pulumi.Input<string>;
|
|
10976
11167
|
/**
|
|
10977
|
-
*
|
|
11168
|
+
* 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`
|
|
10978
11169
|
* - Default value: `false`
|
|
10979
11170
|
*/
|
|
10980
11171
|
translateRibMetric?: pulumi.Input<boolean>;
|
|
11172
|
+
/**
|
|
11173
|
+
* Variable name, Attribute conditional on `protocol` being equal to `omp`
|
|
11174
|
+
*/
|
|
11175
|
+
translateRibMetricVariable?: pulumi.Input<string>;
|
|
10981
11176
|
}
|
|
10982
11177
|
export interface ServiceSwitchportFeatureInterface {
|
|
10983
11178
|
/**
|
|
@@ -11880,6 +12075,16 @@ export interface SystemBfdFeatureColor {
|
|
|
11880
12075
|
*/
|
|
11881
12076
|
pmtuDiscoveryVariable?: pulumi.Input<string>;
|
|
11882
12077
|
}
|
|
12078
|
+
export interface SystemCaCertificateFeatureCertificate {
|
|
12079
|
+
/**
|
|
12080
|
+
* UUID of Certificate Record in Database
|
|
12081
|
+
*/
|
|
12082
|
+
caCertificateId?: pulumi.Input<string>;
|
|
12083
|
+
/**
|
|
12084
|
+
* Trust Point Name of Certificate
|
|
12085
|
+
*/
|
|
12086
|
+
trustPointName?: pulumi.Input<string>;
|
|
12087
|
+
}
|
|
11883
12088
|
export interface SystemIpv4DeviceAccessFeatureSequence {
|
|
11884
12089
|
/**
|
|
11885
12090
|
* Base Action
|
|
@@ -13914,44 +14119,83 @@ export interface TransportRoutingBgpFeatureIpv6Neighbor {
|
|
|
13914
14119
|
}
|
|
13915
14120
|
export interface TransportRoutingBgpFeatureIpv6NeighborAddressFamily {
|
|
13916
14121
|
/**
|
|
13917
|
-
* Set
|
|
13918
|
-
* -
|
|
14122
|
+
* Set maximum number of prefixes accepted from BGP peer, Attribute conditional on `policyType` being equal to `disable-peer`
|
|
14123
|
+
* - Range: `1`-`4294967295`
|
|
13919
14124
|
*/
|
|
13920
|
-
|
|
13921
|
-
inRoutePolicyId?: pulumi.Input<string>;
|
|
14125
|
+
disablePeerMaxNumberOfPrefixes?: pulumi.Input<number>;
|
|
13922
14126
|
/**
|
|
13923
|
-
*
|
|
13924
|
-
* - Range: `1`-`4294967295`
|
|
14127
|
+
* Variable name, Attribute conditional on `policyType` being equal to `disable-peer`
|
|
13925
14128
|
*/
|
|
13926
|
-
|
|
14129
|
+
disablePeerMaxNumberOfPrefixesVariable?: pulumi.Input<string>;
|
|
13927
14130
|
/**
|
|
13928
|
-
*
|
|
14131
|
+
* Set threshold(1 to 100) at which to generate a warning message, Attribute conditional on `policyType` being equal to `disable-peer`
|
|
14132
|
+
* - Range: `1`-`100`
|
|
14133
|
+
* - Default value: `75`
|
|
14134
|
+
*/
|
|
14135
|
+
disablePeerThreshold?: pulumi.Input<number>;
|
|
14136
|
+
/**
|
|
14137
|
+
* Variable name, Attribute conditional on `policyType` being equal to `disable-peer`
|
|
13929
14138
|
*/
|
|
13930
|
-
|
|
14139
|
+
disablePeerThresholdVariable?: pulumi.Input<string>;
|
|
14140
|
+
/**
|
|
14141
|
+
* Set IPv6 unicast address family
|
|
14142
|
+
* - Choices: `ipv6-unicast`, `vpnv6-unicast`
|
|
14143
|
+
*/
|
|
14144
|
+
familyType?: pulumi.Input<string>;
|
|
14145
|
+
inRoutePolicyId?: pulumi.Input<string>;
|
|
13931
14146
|
outRoutePolicyId?: pulumi.Input<string>;
|
|
13932
14147
|
/**
|
|
13933
14148
|
* Neighbor received maximum prefix policy is disabled.
|
|
14149
|
+
* - Choices: `restart`, `off`, `warning-only`, `disable-peer`
|
|
13934
14150
|
*/
|
|
13935
14151
|
policyType?: pulumi.Input<string>;
|
|
13936
14152
|
/**
|
|
13937
|
-
* Set the restart interval(minutes) when to restart BGP connection if threshold is exceeded
|
|
14153
|
+
* Set the restart interval(minutes) when to restart BGP connection if threshold is exceeded, Attribute conditional on `policyType` being equal to `restart`
|
|
13938
14154
|
* - Range: `1`-`65535`
|
|
13939
14155
|
*/
|
|
13940
14156
|
restartInterval?: pulumi.Input<number>;
|
|
13941
14157
|
/**
|
|
13942
|
-
* Variable name
|
|
14158
|
+
* Variable name, Attribute conditional on `policyType` being equal to `restart`
|
|
13943
14159
|
*/
|
|
13944
14160
|
restartIntervalVariable?: pulumi.Input<string>;
|
|
13945
14161
|
/**
|
|
13946
|
-
* Set
|
|
14162
|
+
* Set maximum number of prefixes accepted from BGP peer, Attribute conditional on `policyType` being equal to `restart`
|
|
14163
|
+
* - Range: `1`-`4294967295`
|
|
14164
|
+
*/
|
|
14165
|
+
restartMaxNumberOfPrefixes?: pulumi.Input<number>;
|
|
14166
|
+
/**
|
|
14167
|
+
* Variable name, Attribute conditional on `policyType` being equal to `restart`
|
|
14168
|
+
*/
|
|
14169
|
+
restartMaxNumberOfPrefixesVariable?: pulumi.Input<string>;
|
|
14170
|
+
/**
|
|
14171
|
+
* Set threshold(1 to 100) at which to generate a warning message, Attribute conditional on `policyType` being equal to `restart`
|
|
13947
14172
|
* - Range: `1`-`100`
|
|
13948
14173
|
* - Default value: `75`
|
|
13949
14174
|
*/
|
|
13950
|
-
|
|
14175
|
+
restartThreshold?: pulumi.Input<number>;
|
|
13951
14176
|
/**
|
|
13952
|
-
* Variable name
|
|
14177
|
+
* Variable name, Attribute conditional on `policyType` being equal to `restart`
|
|
13953
14178
|
*/
|
|
13954
|
-
|
|
14179
|
+
restartThresholdVariable?: pulumi.Input<string>;
|
|
14180
|
+
/**
|
|
14181
|
+
* Set maximum number of prefixes accepted from BGP peer, Attribute conditional on `policyType` being equal to `warning-only`
|
|
14182
|
+
* - Range: `1`-`4294967295`
|
|
14183
|
+
*/
|
|
14184
|
+
warningMessageMaxNumberOfPrefixes?: pulumi.Input<number>;
|
|
14185
|
+
/**
|
|
14186
|
+
* Variable name, Attribute conditional on `policyType` being equal to `warning-only`
|
|
14187
|
+
*/
|
|
14188
|
+
warningMessageMaxNumberOfPrefixesVariable?: pulumi.Input<string>;
|
|
14189
|
+
/**
|
|
14190
|
+
* Set threshold(1 to 100) at which to generate a warning message, Attribute conditional on `policyType` being equal to `warning-only`
|
|
14191
|
+
* - Range: `1`-`100`
|
|
14192
|
+
* - Default value: `75`
|
|
14193
|
+
*/
|
|
14194
|
+
warningMessageThreshold?: pulumi.Input<number>;
|
|
14195
|
+
/**
|
|
14196
|
+
* Variable name, Attribute conditional on `policyType` being equal to `warning-only`
|
|
14197
|
+
*/
|
|
14198
|
+
warningMessageThresholdVariable?: pulumi.Input<string>;
|
|
13955
14199
|
}
|
|
13956
14200
|
export interface TransportRoutingBgpFeatureIpv6Network {
|
|
13957
14201
|
/**
|
|
@@ -14215,8 +14459,8 @@ export interface TransportRoutingOspfv3Ipv4FeatureArea {
|
|
|
14215
14459
|
*/
|
|
14216
14460
|
areaNumberVariable?: pulumi.Input<string>;
|
|
14217
14461
|
/**
|
|
14218
|
-
*
|
|
14219
|
-
* - Choices: `stub`
|
|
14462
|
+
* Set OSPFv3 area type
|
|
14463
|
+
* - Choices: `stub`, `nssa`, `normal`
|
|
14220
14464
|
*/
|
|
14221
14465
|
areaType?: pulumi.Input<string>;
|
|
14222
14466
|
/**
|
|
@@ -14255,8 +14499,8 @@ export interface TransportRoutingOspfv3Ipv4FeatureAreaInterface {
|
|
|
14255
14499
|
*/
|
|
14256
14500
|
authenticationSpiVariable?: pulumi.Input<string>;
|
|
14257
14501
|
/**
|
|
14258
|
-
*
|
|
14259
|
-
* - Choices: `no-auth`
|
|
14502
|
+
* Set OSPF interface authentication configuration
|
|
14503
|
+
* - Choices: `no-auth`, `ipsec-sha1`
|
|
14260
14504
|
*/
|
|
14261
14505
|
authenticationType?: pulumi.Input<string>;
|
|
14262
14506
|
/**
|
|
@@ -14378,6 +14622,15 @@ export interface TransportRoutingOspfv3Ipv4FeatureRedistribute {
|
|
|
14378
14622
|
*/
|
|
14379
14623
|
protocolVariable?: pulumi.Input<string>;
|
|
14380
14624
|
routePolicyId?: pulumi.Input<string>;
|
|
14625
|
+
/**
|
|
14626
|
+
* 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`
|
|
14627
|
+
* - Default value: `false`
|
|
14628
|
+
*/
|
|
14629
|
+
translateRibMetric?: pulumi.Input<boolean>;
|
|
14630
|
+
/**
|
|
14631
|
+
* Variable name, Attribute conditional on `protocol` being equal to `omp`
|
|
14632
|
+
*/
|
|
14633
|
+
translateRibMetricVariable?: pulumi.Input<string>;
|
|
14381
14634
|
}
|
|
14382
14635
|
export interface TransportRoutingOspfv3Ipv6FeatureArea {
|
|
14383
14636
|
/**
|
|
@@ -14398,8 +14651,8 @@ export interface TransportRoutingOspfv3Ipv6FeatureArea {
|
|
|
14398
14651
|
*/
|
|
14399
14652
|
areaNumberVariable?: pulumi.Input<string>;
|
|
14400
14653
|
/**
|
|
14401
|
-
*
|
|
14402
|
-
* - Choices: `stub`
|
|
14654
|
+
* Set OSPFv3 area type
|
|
14655
|
+
* - Choices: `stub`, `nssa`, `normal`
|
|
14403
14656
|
*/
|
|
14404
14657
|
areaType?: pulumi.Input<string>;
|
|
14405
14658
|
/**
|
|
@@ -14438,8 +14691,8 @@ export interface TransportRoutingOspfv3Ipv6FeatureAreaInterface {
|
|
|
14438
14691
|
*/
|
|
14439
14692
|
authenticationSpiVariable?: pulumi.Input<string>;
|
|
14440
14693
|
/**
|
|
14441
|
-
*
|
|
14442
|
-
* - Choices: `no-auth`
|
|
14694
|
+
* Set OSPF interface authentication configuration
|
|
14695
|
+
* - Choices: `no-auth`, `ipsec-sha1`
|
|
14443
14696
|
*/
|
|
14444
14697
|
authenticationType?: pulumi.Input<string>;
|
|
14445
14698
|
/**
|
|
@@ -14547,6 +14800,15 @@ export interface TransportRoutingOspfv3Ipv6FeatureRedistribute {
|
|
|
14547
14800
|
*/
|
|
14548
14801
|
protocolVariable?: pulumi.Input<string>;
|
|
14549
14802
|
routePolicyId?: pulumi.Input<string>;
|
|
14803
|
+
/**
|
|
14804
|
+
* 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`
|
|
14805
|
+
* - Default value: `false`
|
|
14806
|
+
*/
|
|
14807
|
+
translateRibMetric?: pulumi.Input<boolean>;
|
|
14808
|
+
/**
|
|
14809
|
+
* Variable name, Attribute conditional on `protocol` being equal to `omp`
|
|
14810
|
+
*/
|
|
14811
|
+
translateRibMetricVariable?: pulumi.Input<string>;
|
|
14550
14812
|
}
|
|
14551
14813
|
export interface TransportT1E1ControllerFeatureEntry {
|
|
14552
14814
|
/**
|
|
@@ -14770,6 +15032,7 @@ export interface TransportWanVpnFeatureIpv6StaticRouteNextHop {
|
|
|
14770
15032
|
/**
|
|
14771
15033
|
* Administrative distance
|
|
14772
15034
|
* - Range: `1`-`254`
|
|
15035
|
+
* - Default value: `1`
|
|
14773
15036
|
*/
|
|
14774
15037
|
administrativeDistance?: pulumi.Input<number>;
|
|
14775
15038
|
/**
|
|
@@ -16564,6 +16827,10 @@ export interface ZoneBasedFirewallPolicyDefinitionRuleMatchEntry {
|
|
|
16564
16827
|
* policy id for selected match entry
|
|
16565
16828
|
*/
|
|
16566
16829
|
policyId?: pulumi.Input<string>;
|
|
16830
|
+
/**
|
|
16831
|
+
* Policy version
|
|
16832
|
+
*/
|
|
16833
|
+
policyVersion?: pulumi.Input<string>;
|
|
16567
16834
|
/**
|
|
16568
16835
|
* Should be included with additionally entries for `destinationPort` and `protocol` whenever the type `protocolName` is used.
|
|
16569
16836
|
*/
|