@pulumi/sdwan 0.4.0-alpha.1754721445 → 0.4.0-alpha.1755056572
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/ciscoSystemFeatureTemplate.d.ts +12 -0
- package/ciscoSystemFeatureTemplate.js +2 -0
- package/ciscoSystemFeatureTemplate.js.map +1 -1
- package/getCiscoSystemFeatureTemplate.d.ts +4 -0
- package/getCiscoSystemFeatureTemplate.js.map +1 -1
- package/getPolicyGroup.d.ts +83 -0
- package/getPolicyGroup.js +50 -0
- package/getPolicyGroup.js.map +1 -0
- package/index.d.ts +6 -0
- package/index.js +19 -11
- package/index.js.map +1 -1
- package/localizedPolicy.d.ts +28 -28
- package/package.json +2 -2
- package/policyGroup.d.ts +139 -0
- package/policyGroup.js +94 -0
- package/policyGroup.js.map +1 -0
- package/transportWanVpnInterfaceEthernetFeature.d.ts +264 -213
- package/transportWanVpnInterfaceEthernetFeature.js.map +1 -1
- package/types/input.d.ts +141 -40
- package/types/output.d.ts +255 -62
|
@@ -262,11 +262,11 @@ export declare class TransportWanVpnInterfaceEthernetFeature extends pulumi.Cust
|
|
|
262
262
|
*/
|
|
263
263
|
readonly name: pulumi.Output<string>;
|
|
264
264
|
/**
|
|
265
|
-
* NAT64 on this interface - Default value: `false`
|
|
265
|
+
* NAT64 on this interface, Attribute conditional on `natIpv6` being equal to `true` - Default value: `false`
|
|
266
266
|
*/
|
|
267
267
|
readonly nat64: pulumi.Output<boolean | undefined>;
|
|
268
268
|
/**
|
|
269
|
-
* NAT66 on this interface - Default value: `false`
|
|
269
|
+
* NAT66 on this interface, Attribute conditional on `natIpv6` being equal to `true` - Default value: `false`
|
|
270
270
|
*/
|
|
271
271
|
readonly nat66: pulumi.Output<boolean | undefined>;
|
|
272
272
|
/**
|
|
@@ -286,79 +286,82 @@ export declare class TransportWanVpnInterfaceEthernetFeature extends pulumi.Cust
|
|
|
286
286
|
*/
|
|
287
287
|
readonly natIpv6Variable: pulumi.Output<string | undefined>;
|
|
288
288
|
/**
|
|
289
|
-
* NAT Inside Source Loopback Interface
|
|
289
|
+
* NAT Inside Source Loopback Interface, Attribute conditional on `natIpv4` being equal to `true`
|
|
290
290
|
*/
|
|
291
291
|
readonly natLoopback: pulumi.Output<string | undefined>;
|
|
292
292
|
/**
|
|
293
|
-
* Variable name
|
|
293
|
+
* Variable name, Attribute conditional on `natIpv4` being equal to `true`
|
|
294
294
|
*/
|
|
295
295
|
readonly natLoopbackVariable: pulumi.Output<string | undefined>;
|
|
296
296
|
/**
|
|
297
|
-
* NAT Overload - Default value: `true`
|
|
297
|
+
* NAT Overload, Attribute conditional on `natIpv4` being equal to `true` - Default value: `true`
|
|
298
298
|
*/
|
|
299
299
|
readonly natOverload: pulumi.Output<boolean | undefined>;
|
|
300
300
|
/**
|
|
301
|
-
* Variable name
|
|
301
|
+
* Variable name, Attribute conditional on `natIpv4` being equal to `true`
|
|
302
302
|
*/
|
|
303
303
|
readonly natOverloadVariable: pulumi.Output<string | undefined>;
|
|
304
304
|
/**
|
|
305
|
-
* NAT Pool Prefix Length - Range: `1`-`32`
|
|
305
|
+
* NAT Pool Prefix Length, Attribute conditional on `natIpv4` being equal to `true` - Range: `1`-`32`
|
|
306
306
|
*/
|
|
307
307
|
readonly natPrefixLength: pulumi.Output<number | undefined>;
|
|
308
308
|
/**
|
|
309
|
-
* Variable name
|
|
309
|
+
* Variable name, Attribute conditional on `natIpv4` being equal to `true`
|
|
310
310
|
*/
|
|
311
311
|
readonly natPrefixLengthVariable: pulumi.Output<string | undefined>;
|
|
312
312
|
/**
|
|
313
|
-
* NAT Pool Range End
|
|
313
|
+
* NAT Pool Range End, Attribute conditional on `natIpv4` being equal to `true`
|
|
314
314
|
*/
|
|
315
315
|
readonly natRangeEnd: pulumi.Output<string | undefined>;
|
|
316
316
|
/**
|
|
317
|
-
* Variable name
|
|
317
|
+
* Variable name, Attribute conditional on `natIpv4` being equal to `true`
|
|
318
318
|
*/
|
|
319
319
|
readonly natRangeEndVariable: pulumi.Output<string | undefined>;
|
|
320
320
|
/**
|
|
321
|
-
* NAT Pool Range Start
|
|
321
|
+
* NAT Pool Range Start, Attribute conditional on `natIpv4` being equal to `true`
|
|
322
322
|
*/
|
|
323
323
|
readonly natRangeStart: pulumi.Output<string | undefined>;
|
|
324
324
|
/**
|
|
325
|
-
* Variable name
|
|
325
|
+
* Variable name, Attribute conditional on `natIpv4` being equal to `true`
|
|
326
326
|
*/
|
|
327
327
|
readonly natRangeStartVariable: pulumi.Output<string | undefined>;
|
|
328
328
|
/**
|
|
329
|
-
* Set NAT TCP session timeout, in minutes - Range: `1`-`8947` -
|
|
329
|
+
* Set NAT TCP session timeout, in minutes, Attribute conditional on `natIpv4` being equal to `true` - Range: `1`-`8947` -
|
|
330
|
+
* Default value: `60`
|
|
330
331
|
*/
|
|
331
332
|
readonly natTcpTimeout: pulumi.Output<number | undefined>;
|
|
332
333
|
/**
|
|
333
|
-
* Variable name
|
|
334
|
+
* Variable name, Attribute conditional on `natIpv4` being equal to `true`
|
|
334
335
|
*/
|
|
335
336
|
readonly natTcpTimeoutVariable: pulumi.Output<string | undefined>;
|
|
336
337
|
/**
|
|
337
|
-
* NAT Type - Choices: `interface`, `pool`, `loopback` - Default
|
|
338
|
+
* NAT Type, Attribute conditional on `natIpv4` being equal to `true` - Choices: `interface`, `pool`, `loopback` - Default
|
|
339
|
+
* value: `interface`
|
|
338
340
|
*/
|
|
339
341
|
readonly natType: pulumi.Output<string | undefined>;
|
|
340
342
|
/**
|
|
341
|
-
* Variable name
|
|
343
|
+
* Variable name, Attribute conditional on `natIpv4` being equal to `true`
|
|
342
344
|
*/
|
|
343
345
|
readonly natTypeVariable: pulumi.Output<string | undefined>;
|
|
344
346
|
/**
|
|
345
|
-
* Set NAT UDP session timeout, in minutes - Range: `1`-`8947` -
|
|
347
|
+
* Set NAT UDP session timeout, in minutes, Attribute conditional on `natIpv4` being equal to `true` - Range: `1`-`8947` -
|
|
348
|
+
* Default value: `1`
|
|
346
349
|
*/
|
|
347
350
|
readonly natUdpTimeout: pulumi.Output<number | undefined>;
|
|
348
351
|
/**
|
|
349
|
-
* Variable name
|
|
352
|
+
* Variable name, Attribute conditional on `natIpv4` being equal to `true`
|
|
350
353
|
*/
|
|
351
354
|
readonly natUdpTimeoutVariable: pulumi.Output<string | undefined>;
|
|
352
355
|
/**
|
|
353
|
-
* static NAT
|
|
356
|
+
* static NAT, Attribute conditional on `natIpv4` being equal to `true`
|
|
354
357
|
*/
|
|
355
358
|
readonly newStaticNats: pulumi.Output<outputs.TransportWanVpnInterfaceEthernetFeatureNewStaticNat[] | undefined>;
|
|
356
359
|
/**
|
|
357
|
-
* Per-tunnel Qos - Default value: `false`
|
|
360
|
+
* Per-tunnel Qos, Attribute conditional on `tunnelInterface` being equal to `true` - Default value: `false`
|
|
358
361
|
*/
|
|
359
362
|
readonly perTunnelQos: pulumi.Output<boolean | undefined>;
|
|
360
363
|
/**
|
|
361
|
-
* Variable name
|
|
364
|
+
* Variable name, Attribute conditional on `tunnelInterface` being equal to `true`
|
|
362
365
|
*/
|
|
363
366
|
readonly perTunnelQosVariable: pulumi.Output<string | undefined>;
|
|
364
367
|
/**
|
|
@@ -462,7 +465,7 @@ export declare class TransportWanVpnInterfaceEthernetFeature extends pulumi.Cust
|
|
|
462
465
|
*/
|
|
463
466
|
readonly speedVariable: pulumi.Output<string | undefined>;
|
|
464
467
|
/**
|
|
465
|
-
* static NAT66
|
|
468
|
+
* static NAT66, Attribute conditional on `natIpv6` being equal to `true`
|
|
466
469
|
*/
|
|
467
470
|
readonly staticNat66s: pulumi.Output<outputs.TransportWanVpnInterfaceEthernetFeatureStaticNat66[] | undefined>;
|
|
468
471
|
/**
|
|
@@ -494,11 +497,12 @@ export declare class TransportWanVpnInterfaceEthernetFeature extends pulumi.Cust
|
|
|
494
497
|
*/
|
|
495
498
|
readonly transportWanVpnFeatureId: pulumi.Output<string>;
|
|
496
499
|
/**
|
|
497
|
-
* Tunnels Bandwidth Percent - Range: `1`-`100` - Default
|
|
500
|
+
* Tunnels Bandwidth Percent, Attribute conditional on `tunnelInterface` being equal to `true` - Range: `1`-`100` - Default
|
|
501
|
+
* value: `50`
|
|
498
502
|
*/
|
|
499
503
|
readonly tunnelBandwidthPercent: pulumi.Output<number | undefined>;
|
|
500
504
|
/**
|
|
501
|
-
* Variable name
|
|
505
|
+
* Variable name, Attribute conditional on `tunnelInterface` being equal to `true`
|
|
502
506
|
*/
|
|
503
507
|
readonly tunnelBandwidthPercentVariable: pulumi.Output<string | undefined>;
|
|
504
508
|
/**
|
|
@@ -610,62 +614,65 @@ export declare class TransportWanVpnInterfaceEthernetFeature extends pulumi.Cust
|
|
|
610
614
|
*/
|
|
611
615
|
readonly tunnelInterfaceAllowStunVariable: pulumi.Output<string | undefined>;
|
|
612
616
|
/**
|
|
613
|
-
* Bind loopback tunnel interface to a physical interface
|
|
617
|
+
* Bind loopback tunnel interface to a physical interface, Attribute conditional on `tunnelInterface` being equal to `true`
|
|
614
618
|
*/
|
|
615
619
|
readonly tunnelInterfaceBindLoopbackTunnel: pulumi.Output<string | undefined>;
|
|
616
620
|
/**
|
|
617
|
-
* Variable name
|
|
621
|
+
* Variable name, Attribute conditional on `tunnelInterface` being equal to `true`
|
|
618
622
|
*/
|
|
619
623
|
readonly tunnelInterfaceBindLoopbackTunnelVariable: pulumi.Output<string | undefined>;
|
|
620
624
|
/**
|
|
621
|
-
* Set TLOC as border TLOC - Default value: `false`
|
|
625
|
+
* Set TLOC as border TLOC, Attribute conditional on `tunnelInterface` being equal to `true` - Default value: `false`
|
|
622
626
|
*/
|
|
623
627
|
readonly tunnelInterfaceBorder: pulumi.Output<boolean | undefined>;
|
|
624
628
|
/**
|
|
625
|
-
* Variable name
|
|
629
|
+
* Variable name, Attribute conditional on `tunnelInterface` being equal to `true`
|
|
626
630
|
*/
|
|
627
631
|
readonly tunnelInterfaceBorderVariable: pulumi.Output<string | undefined>;
|
|
628
632
|
/**
|
|
629
|
-
* Set carrier for TLOC
|
|
630
|
-
* `carrier7`, `carrier8` - Default value: `default`
|
|
633
|
+
* Set carrier for TLOC, Attribute conditional on `tunnelInterface` being equal to `true` - Choices: `default`, `carrier1`,
|
|
634
|
+
* `carrier2`, `carrier3`, `carrier4`, `carrier5`, `carrier6`, `carrier7`, `carrier8` - Default value: `default`
|
|
631
635
|
*/
|
|
632
636
|
readonly tunnelInterfaceCarrier: pulumi.Output<string | undefined>;
|
|
633
637
|
/**
|
|
634
|
-
* Variable name
|
|
638
|
+
* Variable name, Attribute conditional on `tunnelInterface` being equal to `true`
|
|
635
639
|
*/
|
|
636
640
|
readonly tunnelInterfaceCarrierVariable: pulumi.Output<string | undefined>;
|
|
637
641
|
/**
|
|
638
|
-
* Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
|
|
642
|
+
* Enable clear dont fragment (Currently Only SDWAN Tunnel Interface), Attribute conditional on `tunnelInterface` being
|
|
643
|
+
* equal to `true` - Default value: `false`
|
|
639
644
|
*/
|
|
640
645
|
readonly tunnelInterfaceClearDontFragment: pulumi.Output<boolean | undefined>;
|
|
641
646
|
/**
|
|
642
|
-
* Variable name
|
|
647
|
+
* Variable name, Attribute conditional on `tunnelInterface` being equal to `true`
|
|
643
648
|
*/
|
|
644
649
|
readonly tunnelInterfaceClearDontFragmentVariable: pulumi.Output<string | undefined>;
|
|
645
650
|
/**
|
|
646
|
-
* Set color for TLOC
|
|
647
|
-
* `
|
|
648
|
-
* `private4`, `private5`, `private6` - Default value:
|
|
651
|
+
* Set color for TLOC, Attribute conditional on `tunnelInterface` being equal to `true` - Choices: `default`, `mpls`,
|
|
652
|
+
* `metro-ethernet`, `biz-internet`, `public-internet`, `lte`, `3g`, `red`, `green`, `blue`, `gold`, `silver`, `bronze`,
|
|
653
|
+
* `custom1`, `custom2`, `custom3`, `private1`, `private2`, `private3`, `private4`, `private5`, `private6` - Default value:
|
|
654
|
+
* `mpls`
|
|
649
655
|
*/
|
|
650
656
|
readonly tunnelInterfaceColor: pulumi.Output<string | undefined>;
|
|
651
657
|
/**
|
|
652
|
-
* Restrict this TLOC behavior - Default value: `false`
|
|
658
|
+
* Restrict this TLOC behavior, Attribute conditional on `tunnelInterface` being equal to `true` - Default value: `false`
|
|
653
659
|
*/
|
|
654
660
|
readonly tunnelInterfaceColorRestrict: pulumi.Output<boolean | undefined>;
|
|
655
661
|
/**
|
|
656
|
-
* Variable name
|
|
662
|
+
* Variable name, Attribute conditional on `tunnelInterface` being equal to `true`
|
|
657
663
|
*/
|
|
658
664
|
readonly tunnelInterfaceColorRestrictVariable: pulumi.Output<string | undefined>;
|
|
659
665
|
/**
|
|
660
|
-
* Variable name
|
|
666
|
+
* Variable name, Attribute conditional on `tunnelInterface` being equal to `true`
|
|
661
667
|
*/
|
|
662
668
|
readonly tunnelInterfaceColorVariable: pulumi.Output<string | undefined>;
|
|
663
669
|
/**
|
|
664
|
-
* CTS SGT Propagation configuration - Default value:
|
|
670
|
+
* CTS SGT Propagation configuration, Attribute conditional on `tunnelInterface` being equal to `true` - Default value:
|
|
671
|
+
* `false`
|
|
665
672
|
*/
|
|
666
673
|
readonly tunnelInterfaceCtsSgtPropagation: pulumi.Output<boolean | undefined>;
|
|
667
674
|
/**
|
|
668
|
-
* Variable name
|
|
675
|
+
* Variable name, Attribute conditional on `tunnelInterface` being equal to `true`
|
|
669
676
|
*/
|
|
670
677
|
readonly tunnelInterfaceCtsSgtPropagationVariable: pulumi.Output<string | undefined>;
|
|
671
678
|
/**
|
|
@@ -673,123 +680,133 @@ export declare class TransportWanVpnInterfaceEthernetFeature extends pulumi.Cust
|
|
|
673
680
|
*/
|
|
674
681
|
readonly tunnelInterfaceEncapsulations: pulumi.Output<outputs.TransportWanVpnInterfaceEthernetFeatureTunnelInterfaceEncapsulation[] | undefined>;
|
|
675
682
|
/**
|
|
676
|
-
* Variable name
|
|
683
|
+
* Variable name, Attribute conditional on `tunnelInterface` being equal to `true`
|
|
677
684
|
*/
|
|
678
685
|
readonly tunnelInterfaceExcludeControllerGroupListVariable: pulumi.Output<string | undefined>;
|
|
679
686
|
/**
|
|
680
|
-
* Exclude the following controller groups defined in this list
|
|
687
|
+
* Exclude the following controller groups defined in this list., Attribute conditional on `tunnelInterface` being equal to
|
|
688
|
+
* `true`
|
|
681
689
|
*/
|
|
682
690
|
readonly tunnelInterfaceExcludeControllerGroupLists: pulumi.Output<number[] | undefined>;
|
|
683
691
|
/**
|
|
684
|
-
* GRE tunnel destination IP
|
|
692
|
+
* GRE tunnel destination IP, Attribute conditional on `tunnelInterface` being equal to `true`
|
|
685
693
|
*/
|
|
686
694
|
readonly tunnelInterfaceGreTunnelDestinationIp: pulumi.Output<string | undefined>;
|
|
687
695
|
/**
|
|
688
|
-
* Variable name
|
|
696
|
+
* Variable name, Attribute conditional on `tunnelInterface` being equal to `true`
|
|
689
697
|
*/
|
|
690
698
|
readonly tunnelInterfaceGreTunnelDestinationIpVariable: pulumi.Output<string | undefined>;
|
|
691
699
|
/**
|
|
692
|
-
* List of groups - Range: `1`-`4294967295`
|
|
700
|
+
* List of groups, Attribute conditional on `tunnelInterface` being equal to `true` - Range: `1`-`4294967295`
|
|
693
701
|
*/
|
|
694
702
|
readonly tunnelInterfaceGroups: pulumi.Output<number | undefined>;
|
|
695
703
|
/**
|
|
696
|
-
* Variable name
|
|
704
|
+
* Variable name, Attribute conditional on `tunnelInterface` being equal to `true`
|
|
697
705
|
*/
|
|
698
706
|
readonly tunnelInterfaceGroupsVariable: pulumi.Output<string | undefined>;
|
|
699
707
|
/**
|
|
700
|
-
* Set time period of control hello packets <100..600000> milli seconds
|
|
708
|
+
* Set time period of control hello packets <100..600000> milli seconds, Attribute conditional on `tunnelInterface` being
|
|
709
|
+
* equal to `true` - Range: `100`-`600000` - Default value: `1000`
|
|
701
710
|
*/
|
|
702
711
|
readonly tunnelInterfaceHelloInterval: pulumi.Output<number | undefined>;
|
|
703
712
|
/**
|
|
704
|
-
* Variable name
|
|
713
|
+
* Variable name, Attribute conditional on `tunnelInterface` being equal to `true`
|
|
705
714
|
*/
|
|
706
715
|
readonly tunnelInterfaceHelloIntervalVariable: pulumi.Output<string | undefined>;
|
|
707
716
|
/**
|
|
708
|
-
* Set tolerance of control hello packets <12..6000> seconds
|
|
717
|
+
* Set tolerance of control hello packets <12..6000> seconds, Attribute conditional on `tunnelInterface` being equal to
|
|
718
|
+
* `true` - Range: `12`-`6000` - Default value: `12`
|
|
709
719
|
*/
|
|
710
720
|
readonly tunnelInterfaceHelloTolerance: pulumi.Output<number | undefined>;
|
|
711
721
|
/**
|
|
712
|
-
* Variable name
|
|
722
|
+
* Variable name, Attribute conditional on `tunnelInterface` being equal to `true`
|
|
713
723
|
*/
|
|
714
724
|
readonly tunnelInterfaceHelloToleranceVariable: pulumi.Output<string | undefined>;
|
|
715
725
|
/**
|
|
716
|
-
* Set TLOC as last resort - Default value: `false`
|
|
726
|
+
* Set TLOC as last resort, Attribute conditional on `tunnelInterface` being equal to `true` - Default value: `false`
|
|
717
727
|
*/
|
|
718
728
|
readonly tunnelInterfaceLastResortCircuit: pulumi.Output<boolean | undefined>;
|
|
719
729
|
/**
|
|
720
|
-
* Variable name
|
|
730
|
+
* Variable name, Attribute conditional on `tunnelInterface` being equal to `true`
|
|
721
731
|
*/
|
|
722
732
|
readonly tunnelInterfaceLastResortCircuitVariable: pulumi.Output<string | undefined>;
|
|
723
733
|
/**
|
|
724
|
-
* Set the interface as a low-bandwidth circuit
|
|
734
|
+
* Set the interface as a low-bandwidth circuit, Attribute conditional on `tunnelInterface` being equal to `true` - Default
|
|
735
|
+
* value: `false`
|
|
725
736
|
*/
|
|
726
737
|
readonly tunnelInterfaceLowBandwidthLink: pulumi.Output<boolean | undefined>;
|
|
727
738
|
/**
|
|
728
|
-
* Variable name
|
|
739
|
+
* Variable name, Attribute conditional on `tunnelInterface` being equal to `true`
|
|
729
740
|
*/
|
|
730
741
|
readonly tunnelInterfaceLowBandwidthLinkVariable: pulumi.Output<string | undefined>;
|
|
731
742
|
/**
|
|
732
|
-
* Maximum Control Connections - Range: `0`-`100`
|
|
743
|
+
* Maximum Control Connections, Attribute conditional on `tunnelInterface` being equal to `true` - Range: `0`-`100`
|
|
733
744
|
*/
|
|
734
745
|
readonly tunnelInterfaceMaxControlConnections: pulumi.Output<number | undefined>;
|
|
735
746
|
/**
|
|
736
|
-
* Variable name
|
|
747
|
+
* Variable name, Attribute conditional on `tunnelInterface` being equal to `true`
|
|
737
748
|
*/
|
|
738
749
|
readonly tunnelInterfaceMaxControlConnectionsVariable: pulumi.Output<string | undefined>;
|
|
739
750
|
/**
|
|
740
|
-
* Set time period of nat refresh packets <1...60> seconds
|
|
751
|
+
* Set time period of nat refresh packets <1...60> seconds, Attribute conditional on `tunnelInterface` being equal to
|
|
752
|
+
* `true` - Range: `1`-`60` - Default value: `5`
|
|
741
753
|
*/
|
|
742
754
|
readonly tunnelInterfaceNatRefreshInterval: pulumi.Output<number | undefined>;
|
|
743
755
|
/**
|
|
744
|
-
* Variable name
|
|
756
|
+
* Variable name, Attribute conditional on `tunnelInterface` being equal to `true`
|
|
745
757
|
*/
|
|
746
758
|
readonly tunnelInterfaceNatRefreshIntervalVariable: pulumi.Output<string | undefined>;
|
|
747
759
|
/**
|
|
748
|
-
* Accept and respond to network-prefix-directed broadcasts
|
|
760
|
+
* Accept and respond to network-prefix-directed broadcasts, Attribute conditional on `tunnelInterface` being equal to
|
|
761
|
+
* `true` - Default value: `false`
|
|
749
762
|
*/
|
|
750
763
|
readonly tunnelInterfaceNetworkBroadcast: pulumi.Output<boolean | undefined>;
|
|
751
764
|
/**
|
|
752
|
-
* Variable name
|
|
765
|
+
* Variable name, Attribute conditional on `tunnelInterface` being equal to `true`
|
|
753
766
|
*/
|
|
754
767
|
readonly tunnelInterfaceNetworkBroadcastVariable: pulumi.Output<string | undefined>;
|
|
755
768
|
/**
|
|
756
|
-
* Disallow port hopping on the tunnel interface
|
|
769
|
+
* Disallow port hopping on the tunnel interface, Attribute conditional on `tunnelInterface` being equal to `true` -
|
|
770
|
+
* Default value: `true`
|
|
757
771
|
*/
|
|
758
772
|
readonly tunnelInterfacePortHop: pulumi.Output<boolean | undefined>;
|
|
759
773
|
/**
|
|
760
|
-
* Variable name
|
|
774
|
+
* Variable name, Attribute conditional on `tunnelInterface` being equal to `true`
|
|
761
775
|
*/
|
|
762
776
|
readonly tunnelInterfacePortHopVariable: pulumi.Output<string | undefined>;
|
|
763
777
|
/**
|
|
764
|
-
* Tunnel TCP MSS on SYN packets, in bytes - Range:
|
|
778
|
+
* Tunnel TCP MSS on SYN packets, in bytes, Attribute conditional on `tunnelInterface` being equal to `true` - Range:
|
|
779
|
+
* `500`-`1460`
|
|
765
780
|
*/
|
|
766
781
|
readonly tunnelInterfaceTunnelTcpMss: pulumi.Output<number | undefined>;
|
|
767
782
|
/**
|
|
768
|
-
* Variable name
|
|
783
|
+
* Variable name, Attribute conditional on `tunnelInterface` being equal to `true`
|
|
769
784
|
*/
|
|
770
785
|
readonly tunnelInterfaceTunnelTcpMssVariable: pulumi.Output<string | undefined>;
|
|
771
786
|
/**
|
|
772
|
-
* Put this wan interface in STUN mode only
|
|
787
|
+
* Put this wan interface in STUN mode only, Attribute conditional on `tunnelInterface` being equal to `true` - Default
|
|
788
|
+
* value: `false`
|
|
773
789
|
*/
|
|
774
790
|
readonly tunnelInterfaceVbondAsStunServer: pulumi.Output<boolean | undefined>;
|
|
775
791
|
/**
|
|
776
|
-
* Variable name
|
|
792
|
+
* Variable name, Attribute conditional on `tunnelInterface` being equal to `true`
|
|
777
793
|
*/
|
|
778
794
|
readonly tunnelInterfaceVbondAsStunServerVariable: pulumi.Output<string | undefined>;
|
|
779
795
|
/**
|
|
780
|
-
* Set interface preference for control connection to vManage <0..8
|
|
796
|
+
* Set interface preference for control connection to vManage <0..8>, Attribute conditional on `tunnelInterface` being
|
|
797
|
+
* equal to `true` - Range: `0`-`8` - Default value: `5`
|
|
781
798
|
*/
|
|
782
799
|
readonly tunnelInterfaceVmanageConnectionPreference: pulumi.Output<number | undefined>;
|
|
783
800
|
/**
|
|
784
|
-
* Variable name
|
|
801
|
+
* Variable name, Attribute conditional on `tunnelInterface` being equal to `true`
|
|
785
802
|
*/
|
|
786
803
|
readonly tunnelInterfaceVmanageConnectionPreferenceVariable: pulumi.Output<string | undefined>;
|
|
787
804
|
/**
|
|
788
|
-
* Set tunnel QoS mode - Choices: `hub`, `spoke`
|
|
805
|
+
* Set tunnel QoS mode, Attribute conditional on `tunnelInterface` being equal to `true` - Choices: `hub`, `spoke`
|
|
789
806
|
*/
|
|
790
807
|
readonly tunnelQosMode: pulumi.Output<string | undefined>;
|
|
791
808
|
/**
|
|
792
|
-
* Variable name
|
|
809
|
+
* Variable name, Attribute conditional on `tunnelInterface` being equal to `true`
|
|
793
810
|
*/
|
|
794
811
|
readonly tunnelQosModeVariable: pulumi.Output<string | undefined>;
|
|
795
812
|
/**
|
|
@@ -1048,11 +1065,11 @@ export interface TransportWanVpnInterfaceEthernetFeatureState {
|
|
|
1048
1065
|
*/
|
|
1049
1066
|
name?: pulumi.Input<string>;
|
|
1050
1067
|
/**
|
|
1051
|
-
* NAT64 on this interface - Default value: `false`
|
|
1068
|
+
* NAT64 on this interface, Attribute conditional on `natIpv6` being equal to `true` - Default value: `false`
|
|
1052
1069
|
*/
|
|
1053
1070
|
nat64?: pulumi.Input<boolean>;
|
|
1054
1071
|
/**
|
|
1055
|
-
* NAT66 on this interface - Default value: `false`
|
|
1072
|
+
* NAT66 on this interface, Attribute conditional on `natIpv6` being equal to `true` - Default value: `false`
|
|
1056
1073
|
*/
|
|
1057
1074
|
nat66?: pulumi.Input<boolean>;
|
|
1058
1075
|
/**
|
|
@@ -1072,79 +1089,82 @@ export interface TransportWanVpnInterfaceEthernetFeatureState {
|
|
|
1072
1089
|
*/
|
|
1073
1090
|
natIpv6Variable?: pulumi.Input<string>;
|
|
1074
1091
|
/**
|
|
1075
|
-
* NAT Inside Source Loopback Interface
|
|
1092
|
+
* NAT Inside Source Loopback Interface, Attribute conditional on `natIpv4` being equal to `true`
|
|
1076
1093
|
*/
|
|
1077
1094
|
natLoopback?: pulumi.Input<string>;
|
|
1078
1095
|
/**
|
|
1079
|
-
* Variable name
|
|
1096
|
+
* Variable name, Attribute conditional on `natIpv4` being equal to `true`
|
|
1080
1097
|
*/
|
|
1081
1098
|
natLoopbackVariable?: pulumi.Input<string>;
|
|
1082
1099
|
/**
|
|
1083
|
-
* NAT Overload - Default value: `true`
|
|
1100
|
+
* NAT Overload, Attribute conditional on `natIpv4` being equal to `true` - Default value: `true`
|
|
1084
1101
|
*/
|
|
1085
1102
|
natOverload?: pulumi.Input<boolean>;
|
|
1086
1103
|
/**
|
|
1087
|
-
* Variable name
|
|
1104
|
+
* Variable name, Attribute conditional on `natIpv4` being equal to `true`
|
|
1088
1105
|
*/
|
|
1089
1106
|
natOverloadVariable?: pulumi.Input<string>;
|
|
1090
1107
|
/**
|
|
1091
|
-
* NAT Pool Prefix Length - Range: `1`-`32`
|
|
1108
|
+
* NAT Pool Prefix Length, Attribute conditional on `natIpv4` being equal to `true` - Range: `1`-`32`
|
|
1092
1109
|
*/
|
|
1093
1110
|
natPrefixLength?: pulumi.Input<number>;
|
|
1094
1111
|
/**
|
|
1095
|
-
* Variable name
|
|
1112
|
+
* Variable name, Attribute conditional on `natIpv4` being equal to `true`
|
|
1096
1113
|
*/
|
|
1097
1114
|
natPrefixLengthVariable?: pulumi.Input<string>;
|
|
1098
1115
|
/**
|
|
1099
|
-
* NAT Pool Range End
|
|
1116
|
+
* NAT Pool Range End, Attribute conditional on `natIpv4` being equal to `true`
|
|
1100
1117
|
*/
|
|
1101
1118
|
natRangeEnd?: pulumi.Input<string>;
|
|
1102
1119
|
/**
|
|
1103
|
-
* Variable name
|
|
1120
|
+
* Variable name, Attribute conditional on `natIpv4` being equal to `true`
|
|
1104
1121
|
*/
|
|
1105
1122
|
natRangeEndVariable?: pulumi.Input<string>;
|
|
1106
1123
|
/**
|
|
1107
|
-
* NAT Pool Range Start
|
|
1124
|
+
* NAT Pool Range Start, Attribute conditional on `natIpv4` being equal to `true`
|
|
1108
1125
|
*/
|
|
1109
1126
|
natRangeStart?: pulumi.Input<string>;
|
|
1110
1127
|
/**
|
|
1111
|
-
* Variable name
|
|
1128
|
+
* Variable name, Attribute conditional on `natIpv4` being equal to `true`
|
|
1112
1129
|
*/
|
|
1113
1130
|
natRangeStartVariable?: pulumi.Input<string>;
|
|
1114
1131
|
/**
|
|
1115
|
-
* Set NAT TCP session timeout, in minutes - Range: `1`-`8947` -
|
|
1132
|
+
* Set NAT TCP session timeout, in minutes, Attribute conditional on `natIpv4` being equal to `true` - Range: `1`-`8947` -
|
|
1133
|
+
* Default value: `60`
|
|
1116
1134
|
*/
|
|
1117
1135
|
natTcpTimeout?: pulumi.Input<number>;
|
|
1118
1136
|
/**
|
|
1119
|
-
* Variable name
|
|
1137
|
+
* Variable name, Attribute conditional on `natIpv4` being equal to `true`
|
|
1120
1138
|
*/
|
|
1121
1139
|
natTcpTimeoutVariable?: pulumi.Input<string>;
|
|
1122
1140
|
/**
|
|
1123
|
-
* NAT Type - Choices: `interface`, `pool`, `loopback` - Default
|
|
1141
|
+
* NAT Type, Attribute conditional on `natIpv4` being equal to `true` - Choices: `interface`, `pool`, `loopback` - Default
|
|
1142
|
+
* value: `interface`
|
|
1124
1143
|
*/
|
|
1125
1144
|
natType?: pulumi.Input<string>;
|
|
1126
1145
|
/**
|
|
1127
|
-
* Variable name
|
|
1146
|
+
* Variable name, Attribute conditional on `natIpv4` being equal to `true`
|
|
1128
1147
|
*/
|
|
1129
1148
|
natTypeVariable?: pulumi.Input<string>;
|
|
1130
1149
|
/**
|
|
1131
|
-
* Set NAT UDP session timeout, in minutes - Range: `1`-`8947` -
|
|
1150
|
+
* Set NAT UDP session timeout, in minutes, Attribute conditional on `natIpv4` being equal to `true` - Range: `1`-`8947` -
|
|
1151
|
+
* Default value: `1`
|
|
1132
1152
|
*/
|
|
1133
1153
|
natUdpTimeout?: pulumi.Input<number>;
|
|
1134
1154
|
/**
|
|
1135
|
-
* Variable name
|
|
1155
|
+
* Variable name, Attribute conditional on `natIpv4` being equal to `true`
|
|
1136
1156
|
*/
|
|
1137
1157
|
natUdpTimeoutVariable?: pulumi.Input<string>;
|
|
1138
1158
|
/**
|
|
1139
|
-
* static NAT
|
|
1159
|
+
* static NAT, Attribute conditional on `natIpv4` being equal to `true`
|
|
1140
1160
|
*/
|
|
1141
1161
|
newStaticNats?: pulumi.Input<pulumi.Input<inputs.TransportWanVpnInterfaceEthernetFeatureNewStaticNat>[]>;
|
|
1142
1162
|
/**
|
|
1143
|
-
* Per-tunnel Qos - Default value: `false`
|
|
1163
|
+
* Per-tunnel Qos, Attribute conditional on `tunnelInterface` being equal to `true` - Default value: `false`
|
|
1144
1164
|
*/
|
|
1145
1165
|
perTunnelQos?: pulumi.Input<boolean>;
|
|
1146
1166
|
/**
|
|
1147
|
-
* Variable name
|
|
1167
|
+
* Variable name, Attribute conditional on `tunnelInterface` being equal to `true`
|
|
1148
1168
|
*/
|
|
1149
1169
|
perTunnelQosVariable?: pulumi.Input<string>;
|
|
1150
1170
|
/**
|
|
@@ -1248,7 +1268,7 @@ export interface TransportWanVpnInterfaceEthernetFeatureState {
|
|
|
1248
1268
|
*/
|
|
1249
1269
|
speedVariable?: pulumi.Input<string>;
|
|
1250
1270
|
/**
|
|
1251
|
-
* static NAT66
|
|
1271
|
+
* static NAT66, Attribute conditional on `natIpv6` being equal to `true`
|
|
1252
1272
|
*/
|
|
1253
1273
|
staticNat66s?: pulumi.Input<pulumi.Input<inputs.TransportWanVpnInterfaceEthernetFeatureStaticNat66>[]>;
|
|
1254
1274
|
/**
|
|
@@ -1280,11 +1300,12 @@ export interface TransportWanVpnInterfaceEthernetFeatureState {
|
|
|
1280
1300
|
*/
|
|
1281
1301
|
transportWanVpnFeatureId?: pulumi.Input<string>;
|
|
1282
1302
|
/**
|
|
1283
|
-
* Tunnels Bandwidth Percent - Range: `1`-`100` - Default
|
|
1303
|
+
* Tunnels Bandwidth Percent, Attribute conditional on `tunnelInterface` being equal to `true` - Range: `1`-`100` - Default
|
|
1304
|
+
* value: `50`
|
|
1284
1305
|
*/
|
|
1285
1306
|
tunnelBandwidthPercent?: pulumi.Input<number>;
|
|
1286
1307
|
/**
|
|
1287
|
-
* Variable name
|
|
1308
|
+
* Variable name, Attribute conditional on `tunnelInterface` being equal to `true`
|
|
1288
1309
|
*/
|
|
1289
1310
|
tunnelBandwidthPercentVariable?: pulumi.Input<string>;
|
|
1290
1311
|
/**
|
|
@@ -1396,62 +1417,65 @@ export interface TransportWanVpnInterfaceEthernetFeatureState {
|
|
|
1396
1417
|
*/
|
|
1397
1418
|
tunnelInterfaceAllowStunVariable?: pulumi.Input<string>;
|
|
1398
1419
|
/**
|
|
1399
|
-
* Bind loopback tunnel interface to a physical interface
|
|
1420
|
+
* Bind loopback tunnel interface to a physical interface, Attribute conditional on `tunnelInterface` being equal to `true`
|
|
1400
1421
|
*/
|
|
1401
1422
|
tunnelInterfaceBindLoopbackTunnel?: pulumi.Input<string>;
|
|
1402
1423
|
/**
|
|
1403
|
-
* Variable name
|
|
1424
|
+
* Variable name, Attribute conditional on `tunnelInterface` being equal to `true`
|
|
1404
1425
|
*/
|
|
1405
1426
|
tunnelInterfaceBindLoopbackTunnelVariable?: pulumi.Input<string>;
|
|
1406
1427
|
/**
|
|
1407
|
-
* Set TLOC as border TLOC - Default value: `false`
|
|
1428
|
+
* Set TLOC as border TLOC, Attribute conditional on `tunnelInterface` being equal to `true` - Default value: `false`
|
|
1408
1429
|
*/
|
|
1409
1430
|
tunnelInterfaceBorder?: pulumi.Input<boolean>;
|
|
1410
1431
|
/**
|
|
1411
|
-
* Variable name
|
|
1432
|
+
* Variable name, Attribute conditional on `tunnelInterface` being equal to `true`
|
|
1412
1433
|
*/
|
|
1413
1434
|
tunnelInterfaceBorderVariable?: pulumi.Input<string>;
|
|
1414
1435
|
/**
|
|
1415
|
-
* Set carrier for TLOC
|
|
1416
|
-
* `carrier7`, `carrier8` - Default value: `default`
|
|
1436
|
+
* Set carrier for TLOC, Attribute conditional on `tunnelInterface` being equal to `true` - Choices: `default`, `carrier1`,
|
|
1437
|
+
* `carrier2`, `carrier3`, `carrier4`, `carrier5`, `carrier6`, `carrier7`, `carrier8` - Default value: `default`
|
|
1417
1438
|
*/
|
|
1418
1439
|
tunnelInterfaceCarrier?: pulumi.Input<string>;
|
|
1419
1440
|
/**
|
|
1420
|
-
* Variable name
|
|
1441
|
+
* Variable name, Attribute conditional on `tunnelInterface` being equal to `true`
|
|
1421
1442
|
*/
|
|
1422
1443
|
tunnelInterfaceCarrierVariable?: pulumi.Input<string>;
|
|
1423
1444
|
/**
|
|
1424
|
-
* Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
|
|
1445
|
+
* Enable clear dont fragment (Currently Only SDWAN Tunnel Interface), Attribute conditional on `tunnelInterface` being
|
|
1446
|
+
* equal to `true` - Default value: `false`
|
|
1425
1447
|
*/
|
|
1426
1448
|
tunnelInterfaceClearDontFragment?: pulumi.Input<boolean>;
|
|
1427
1449
|
/**
|
|
1428
|
-
* Variable name
|
|
1450
|
+
* Variable name, Attribute conditional on `tunnelInterface` being equal to `true`
|
|
1429
1451
|
*/
|
|
1430
1452
|
tunnelInterfaceClearDontFragmentVariable?: pulumi.Input<string>;
|
|
1431
1453
|
/**
|
|
1432
|
-
* Set color for TLOC
|
|
1433
|
-
* `
|
|
1434
|
-
* `private4`, `private5`, `private6` - Default value:
|
|
1454
|
+
* Set color for TLOC, Attribute conditional on `tunnelInterface` being equal to `true` - Choices: `default`, `mpls`,
|
|
1455
|
+
* `metro-ethernet`, `biz-internet`, `public-internet`, `lte`, `3g`, `red`, `green`, `blue`, `gold`, `silver`, `bronze`,
|
|
1456
|
+
* `custom1`, `custom2`, `custom3`, `private1`, `private2`, `private3`, `private4`, `private5`, `private6` - Default value:
|
|
1457
|
+
* `mpls`
|
|
1435
1458
|
*/
|
|
1436
1459
|
tunnelInterfaceColor?: pulumi.Input<string>;
|
|
1437
1460
|
/**
|
|
1438
|
-
* Restrict this TLOC behavior - Default value: `false`
|
|
1461
|
+
* Restrict this TLOC behavior, Attribute conditional on `tunnelInterface` being equal to `true` - Default value: `false`
|
|
1439
1462
|
*/
|
|
1440
1463
|
tunnelInterfaceColorRestrict?: pulumi.Input<boolean>;
|
|
1441
1464
|
/**
|
|
1442
|
-
* Variable name
|
|
1465
|
+
* Variable name, Attribute conditional on `tunnelInterface` being equal to `true`
|
|
1443
1466
|
*/
|
|
1444
1467
|
tunnelInterfaceColorRestrictVariable?: pulumi.Input<string>;
|
|
1445
1468
|
/**
|
|
1446
|
-
* Variable name
|
|
1469
|
+
* Variable name, Attribute conditional on `tunnelInterface` being equal to `true`
|
|
1447
1470
|
*/
|
|
1448
1471
|
tunnelInterfaceColorVariable?: pulumi.Input<string>;
|
|
1449
1472
|
/**
|
|
1450
|
-
* CTS SGT Propagation configuration - Default value:
|
|
1473
|
+
* CTS SGT Propagation configuration, Attribute conditional on `tunnelInterface` being equal to `true` - Default value:
|
|
1474
|
+
* `false`
|
|
1451
1475
|
*/
|
|
1452
1476
|
tunnelInterfaceCtsSgtPropagation?: pulumi.Input<boolean>;
|
|
1453
1477
|
/**
|
|
1454
|
-
* Variable name
|
|
1478
|
+
* Variable name, Attribute conditional on `tunnelInterface` being equal to `true`
|
|
1455
1479
|
*/
|
|
1456
1480
|
tunnelInterfaceCtsSgtPropagationVariable?: pulumi.Input<string>;
|
|
1457
1481
|
/**
|
|
@@ -1459,123 +1483,133 @@ export interface TransportWanVpnInterfaceEthernetFeatureState {
|
|
|
1459
1483
|
*/
|
|
1460
1484
|
tunnelInterfaceEncapsulations?: pulumi.Input<pulumi.Input<inputs.TransportWanVpnInterfaceEthernetFeatureTunnelInterfaceEncapsulation>[]>;
|
|
1461
1485
|
/**
|
|
1462
|
-
* Variable name
|
|
1486
|
+
* Variable name, Attribute conditional on `tunnelInterface` being equal to `true`
|
|
1463
1487
|
*/
|
|
1464
1488
|
tunnelInterfaceExcludeControllerGroupListVariable?: pulumi.Input<string>;
|
|
1465
1489
|
/**
|
|
1466
|
-
* Exclude the following controller groups defined in this list
|
|
1490
|
+
* Exclude the following controller groups defined in this list., Attribute conditional on `tunnelInterface` being equal to
|
|
1491
|
+
* `true`
|
|
1467
1492
|
*/
|
|
1468
1493
|
tunnelInterfaceExcludeControllerGroupLists?: pulumi.Input<pulumi.Input<number>[]>;
|
|
1469
1494
|
/**
|
|
1470
|
-
* GRE tunnel destination IP
|
|
1495
|
+
* GRE tunnel destination IP, Attribute conditional on `tunnelInterface` being equal to `true`
|
|
1471
1496
|
*/
|
|
1472
1497
|
tunnelInterfaceGreTunnelDestinationIp?: pulumi.Input<string>;
|
|
1473
1498
|
/**
|
|
1474
|
-
* Variable name
|
|
1499
|
+
* Variable name, Attribute conditional on `tunnelInterface` being equal to `true`
|
|
1475
1500
|
*/
|
|
1476
1501
|
tunnelInterfaceGreTunnelDestinationIpVariable?: pulumi.Input<string>;
|
|
1477
1502
|
/**
|
|
1478
|
-
* List of groups - Range: `1`-`4294967295`
|
|
1503
|
+
* List of groups, Attribute conditional on `tunnelInterface` being equal to `true` - Range: `1`-`4294967295`
|
|
1479
1504
|
*/
|
|
1480
1505
|
tunnelInterfaceGroups?: pulumi.Input<number>;
|
|
1481
1506
|
/**
|
|
1482
|
-
* Variable name
|
|
1507
|
+
* Variable name, Attribute conditional on `tunnelInterface` being equal to `true`
|
|
1483
1508
|
*/
|
|
1484
1509
|
tunnelInterfaceGroupsVariable?: pulumi.Input<string>;
|
|
1485
1510
|
/**
|
|
1486
|
-
* Set time period of control hello packets <100..600000> milli seconds
|
|
1511
|
+
* Set time period of control hello packets <100..600000> milli seconds, Attribute conditional on `tunnelInterface` being
|
|
1512
|
+
* equal to `true` - Range: `100`-`600000` - Default value: `1000`
|
|
1487
1513
|
*/
|
|
1488
1514
|
tunnelInterfaceHelloInterval?: pulumi.Input<number>;
|
|
1489
1515
|
/**
|
|
1490
|
-
* Variable name
|
|
1516
|
+
* Variable name, Attribute conditional on `tunnelInterface` being equal to `true`
|
|
1491
1517
|
*/
|
|
1492
1518
|
tunnelInterfaceHelloIntervalVariable?: pulumi.Input<string>;
|
|
1493
1519
|
/**
|
|
1494
|
-
* Set tolerance of control hello packets <12..6000> seconds
|
|
1520
|
+
* Set tolerance of control hello packets <12..6000> seconds, Attribute conditional on `tunnelInterface` being equal to
|
|
1521
|
+
* `true` - Range: `12`-`6000` - Default value: `12`
|
|
1495
1522
|
*/
|
|
1496
1523
|
tunnelInterfaceHelloTolerance?: pulumi.Input<number>;
|
|
1497
1524
|
/**
|
|
1498
|
-
* Variable name
|
|
1525
|
+
* Variable name, Attribute conditional on `tunnelInterface` being equal to `true`
|
|
1499
1526
|
*/
|
|
1500
1527
|
tunnelInterfaceHelloToleranceVariable?: pulumi.Input<string>;
|
|
1501
1528
|
/**
|
|
1502
|
-
* Set TLOC as last resort - Default value: `false`
|
|
1529
|
+
* Set TLOC as last resort, Attribute conditional on `tunnelInterface` being equal to `true` - Default value: `false`
|
|
1503
1530
|
*/
|
|
1504
1531
|
tunnelInterfaceLastResortCircuit?: pulumi.Input<boolean>;
|
|
1505
1532
|
/**
|
|
1506
|
-
* Variable name
|
|
1533
|
+
* Variable name, Attribute conditional on `tunnelInterface` being equal to `true`
|
|
1507
1534
|
*/
|
|
1508
1535
|
tunnelInterfaceLastResortCircuitVariable?: pulumi.Input<string>;
|
|
1509
1536
|
/**
|
|
1510
|
-
* Set the interface as a low-bandwidth circuit
|
|
1537
|
+
* Set the interface as a low-bandwidth circuit, Attribute conditional on `tunnelInterface` being equal to `true` - Default
|
|
1538
|
+
* value: `false`
|
|
1511
1539
|
*/
|
|
1512
1540
|
tunnelInterfaceLowBandwidthLink?: pulumi.Input<boolean>;
|
|
1513
1541
|
/**
|
|
1514
|
-
* Variable name
|
|
1542
|
+
* Variable name, Attribute conditional on `tunnelInterface` being equal to `true`
|
|
1515
1543
|
*/
|
|
1516
1544
|
tunnelInterfaceLowBandwidthLinkVariable?: pulumi.Input<string>;
|
|
1517
1545
|
/**
|
|
1518
|
-
* Maximum Control Connections - Range: `0`-`100`
|
|
1546
|
+
* Maximum Control Connections, Attribute conditional on `tunnelInterface` being equal to `true` - Range: `0`-`100`
|
|
1519
1547
|
*/
|
|
1520
1548
|
tunnelInterfaceMaxControlConnections?: pulumi.Input<number>;
|
|
1521
1549
|
/**
|
|
1522
|
-
* Variable name
|
|
1550
|
+
* Variable name, Attribute conditional on `tunnelInterface` being equal to `true`
|
|
1523
1551
|
*/
|
|
1524
1552
|
tunnelInterfaceMaxControlConnectionsVariable?: pulumi.Input<string>;
|
|
1525
1553
|
/**
|
|
1526
|
-
* Set time period of nat refresh packets <1...60> seconds
|
|
1554
|
+
* Set time period of nat refresh packets <1...60> seconds, Attribute conditional on `tunnelInterface` being equal to
|
|
1555
|
+
* `true` - Range: `1`-`60` - Default value: `5`
|
|
1527
1556
|
*/
|
|
1528
1557
|
tunnelInterfaceNatRefreshInterval?: pulumi.Input<number>;
|
|
1529
1558
|
/**
|
|
1530
|
-
* Variable name
|
|
1559
|
+
* Variable name, Attribute conditional on `tunnelInterface` being equal to `true`
|
|
1531
1560
|
*/
|
|
1532
1561
|
tunnelInterfaceNatRefreshIntervalVariable?: pulumi.Input<string>;
|
|
1533
1562
|
/**
|
|
1534
|
-
* Accept and respond to network-prefix-directed broadcasts
|
|
1563
|
+
* Accept and respond to network-prefix-directed broadcasts, Attribute conditional on `tunnelInterface` being equal to
|
|
1564
|
+
* `true` - Default value: `false`
|
|
1535
1565
|
*/
|
|
1536
1566
|
tunnelInterfaceNetworkBroadcast?: pulumi.Input<boolean>;
|
|
1537
1567
|
/**
|
|
1538
|
-
* Variable name
|
|
1568
|
+
* Variable name, Attribute conditional on `tunnelInterface` being equal to `true`
|
|
1539
1569
|
*/
|
|
1540
1570
|
tunnelInterfaceNetworkBroadcastVariable?: pulumi.Input<string>;
|
|
1541
1571
|
/**
|
|
1542
|
-
* Disallow port hopping on the tunnel interface
|
|
1572
|
+
* Disallow port hopping on the tunnel interface, Attribute conditional on `tunnelInterface` being equal to `true` -
|
|
1573
|
+
* Default value: `true`
|
|
1543
1574
|
*/
|
|
1544
1575
|
tunnelInterfacePortHop?: pulumi.Input<boolean>;
|
|
1545
1576
|
/**
|
|
1546
|
-
* Variable name
|
|
1577
|
+
* Variable name, Attribute conditional on `tunnelInterface` being equal to `true`
|
|
1547
1578
|
*/
|
|
1548
1579
|
tunnelInterfacePortHopVariable?: pulumi.Input<string>;
|
|
1549
1580
|
/**
|
|
1550
|
-
* Tunnel TCP MSS on SYN packets, in bytes - Range:
|
|
1581
|
+
* Tunnel TCP MSS on SYN packets, in bytes, Attribute conditional on `tunnelInterface` being equal to `true` - Range:
|
|
1582
|
+
* `500`-`1460`
|
|
1551
1583
|
*/
|
|
1552
1584
|
tunnelInterfaceTunnelTcpMss?: pulumi.Input<number>;
|
|
1553
1585
|
/**
|
|
1554
|
-
* Variable name
|
|
1586
|
+
* Variable name, Attribute conditional on `tunnelInterface` being equal to `true`
|
|
1555
1587
|
*/
|
|
1556
1588
|
tunnelInterfaceTunnelTcpMssVariable?: pulumi.Input<string>;
|
|
1557
1589
|
/**
|
|
1558
|
-
* Put this wan interface in STUN mode only
|
|
1590
|
+
* Put this wan interface in STUN mode only, Attribute conditional on `tunnelInterface` being equal to `true` - Default
|
|
1591
|
+
* value: `false`
|
|
1559
1592
|
*/
|
|
1560
1593
|
tunnelInterfaceVbondAsStunServer?: pulumi.Input<boolean>;
|
|
1561
1594
|
/**
|
|
1562
|
-
* Variable name
|
|
1595
|
+
* Variable name, Attribute conditional on `tunnelInterface` being equal to `true`
|
|
1563
1596
|
*/
|
|
1564
1597
|
tunnelInterfaceVbondAsStunServerVariable?: pulumi.Input<string>;
|
|
1565
1598
|
/**
|
|
1566
|
-
* Set interface preference for control connection to vManage <0..8
|
|
1599
|
+
* Set interface preference for control connection to vManage <0..8>, Attribute conditional on `tunnelInterface` being
|
|
1600
|
+
* equal to `true` - Range: `0`-`8` - Default value: `5`
|
|
1567
1601
|
*/
|
|
1568
1602
|
tunnelInterfaceVmanageConnectionPreference?: pulumi.Input<number>;
|
|
1569
1603
|
/**
|
|
1570
|
-
* Variable name
|
|
1604
|
+
* Variable name, Attribute conditional on `tunnelInterface` being equal to `true`
|
|
1571
1605
|
*/
|
|
1572
1606
|
tunnelInterfaceVmanageConnectionPreferenceVariable?: pulumi.Input<string>;
|
|
1573
1607
|
/**
|
|
1574
|
-
* Set tunnel QoS mode - Choices: `hub`, `spoke`
|
|
1608
|
+
* Set tunnel QoS mode, Attribute conditional on `tunnelInterface` being equal to `true` - Choices: `hub`, `spoke`
|
|
1575
1609
|
*/
|
|
1576
1610
|
tunnelQosMode?: pulumi.Input<string>;
|
|
1577
1611
|
/**
|
|
1578
|
-
* Variable name
|
|
1612
|
+
* Variable name, Attribute conditional on `tunnelInterface` being equal to `true`
|
|
1579
1613
|
*/
|
|
1580
1614
|
tunnelQosModeVariable?: pulumi.Input<string>;
|
|
1581
1615
|
/**
|
|
@@ -1826,11 +1860,11 @@ export interface TransportWanVpnInterfaceEthernetFeatureArgs {
|
|
|
1826
1860
|
*/
|
|
1827
1861
|
name?: pulumi.Input<string>;
|
|
1828
1862
|
/**
|
|
1829
|
-
* NAT64 on this interface - Default value: `false`
|
|
1863
|
+
* NAT64 on this interface, Attribute conditional on `natIpv6` being equal to `true` - Default value: `false`
|
|
1830
1864
|
*/
|
|
1831
1865
|
nat64?: pulumi.Input<boolean>;
|
|
1832
1866
|
/**
|
|
1833
|
-
* NAT66 on this interface - Default value: `false`
|
|
1867
|
+
* NAT66 on this interface, Attribute conditional on `natIpv6` being equal to `true` - Default value: `false`
|
|
1834
1868
|
*/
|
|
1835
1869
|
nat66?: pulumi.Input<boolean>;
|
|
1836
1870
|
/**
|
|
@@ -1850,79 +1884,82 @@ export interface TransportWanVpnInterfaceEthernetFeatureArgs {
|
|
|
1850
1884
|
*/
|
|
1851
1885
|
natIpv6Variable?: pulumi.Input<string>;
|
|
1852
1886
|
/**
|
|
1853
|
-
* NAT Inside Source Loopback Interface
|
|
1887
|
+
* NAT Inside Source Loopback Interface, Attribute conditional on `natIpv4` being equal to `true`
|
|
1854
1888
|
*/
|
|
1855
1889
|
natLoopback?: pulumi.Input<string>;
|
|
1856
1890
|
/**
|
|
1857
|
-
* Variable name
|
|
1891
|
+
* Variable name, Attribute conditional on `natIpv4` being equal to `true`
|
|
1858
1892
|
*/
|
|
1859
1893
|
natLoopbackVariable?: pulumi.Input<string>;
|
|
1860
1894
|
/**
|
|
1861
|
-
* NAT Overload - Default value: `true`
|
|
1895
|
+
* NAT Overload, Attribute conditional on `natIpv4` being equal to `true` - Default value: `true`
|
|
1862
1896
|
*/
|
|
1863
1897
|
natOverload?: pulumi.Input<boolean>;
|
|
1864
1898
|
/**
|
|
1865
|
-
* Variable name
|
|
1899
|
+
* Variable name, Attribute conditional on `natIpv4` being equal to `true`
|
|
1866
1900
|
*/
|
|
1867
1901
|
natOverloadVariable?: pulumi.Input<string>;
|
|
1868
1902
|
/**
|
|
1869
|
-
* NAT Pool Prefix Length - Range: `1`-`32`
|
|
1903
|
+
* NAT Pool Prefix Length, Attribute conditional on `natIpv4` being equal to `true` - Range: `1`-`32`
|
|
1870
1904
|
*/
|
|
1871
1905
|
natPrefixLength?: pulumi.Input<number>;
|
|
1872
1906
|
/**
|
|
1873
|
-
* Variable name
|
|
1907
|
+
* Variable name, Attribute conditional on `natIpv4` being equal to `true`
|
|
1874
1908
|
*/
|
|
1875
1909
|
natPrefixLengthVariable?: pulumi.Input<string>;
|
|
1876
1910
|
/**
|
|
1877
|
-
* NAT Pool Range End
|
|
1911
|
+
* NAT Pool Range End, Attribute conditional on `natIpv4` being equal to `true`
|
|
1878
1912
|
*/
|
|
1879
1913
|
natRangeEnd?: pulumi.Input<string>;
|
|
1880
1914
|
/**
|
|
1881
|
-
* Variable name
|
|
1915
|
+
* Variable name, Attribute conditional on `natIpv4` being equal to `true`
|
|
1882
1916
|
*/
|
|
1883
1917
|
natRangeEndVariable?: pulumi.Input<string>;
|
|
1884
1918
|
/**
|
|
1885
|
-
* NAT Pool Range Start
|
|
1919
|
+
* NAT Pool Range Start, Attribute conditional on `natIpv4` being equal to `true`
|
|
1886
1920
|
*/
|
|
1887
1921
|
natRangeStart?: pulumi.Input<string>;
|
|
1888
1922
|
/**
|
|
1889
|
-
* Variable name
|
|
1923
|
+
* Variable name, Attribute conditional on `natIpv4` being equal to `true`
|
|
1890
1924
|
*/
|
|
1891
1925
|
natRangeStartVariable?: pulumi.Input<string>;
|
|
1892
1926
|
/**
|
|
1893
|
-
* Set NAT TCP session timeout, in minutes - Range: `1`-`8947` -
|
|
1927
|
+
* Set NAT TCP session timeout, in minutes, Attribute conditional on `natIpv4` being equal to `true` - Range: `1`-`8947` -
|
|
1928
|
+
* Default value: `60`
|
|
1894
1929
|
*/
|
|
1895
1930
|
natTcpTimeout?: pulumi.Input<number>;
|
|
1896
1931
|
/**
|
|
1897
|
-
* Variable name
|
|
1932
|
+
* Variable name, Attribute conditional on `natIpv4` being equal to `true`
|
|
1898
1933
|
*/
|
|
1899
1934
|
natTcpTimeoutVariable?: pulumi.Input<string>;
|
|
1900
1935
|
/**
|
|
1901
|
-
* NAT Type - Choices: `interface`, `pool`, `loopback` - Default
|
|
1936
|
+
* NAT Type, Attribute conditional on `natIpv4` being equal to `true` - Choices: `interface`, `pool`, `loopback` - Default
|
|
1937
|
+
* value: `interface`
|
|
1902
1938
|
*/
|
|
1903
1939
|
natType?: pulumi.Input<string>;
|
|
1904
1940
|
/**
|
|
1905
|
-
* Variable name
|
|
1941
|
+
* Variable name, Attribute conditional on `natIpv4` being equal to `true`
|
|
1906
1942
|
*/
|
|
1907
1943
|
natTypeVariable?: pulumi.Input<string>;
|
|
1908
1944
|
/**
|
|
1909
|
-
* Set NAT UDP session timeout, in minutes - Range: `1`-`8947` -
|
|
1945
|
+
* Set NAT UDP session timeout, in minutes, Attribute conditional on `natIpv4` being equal to `true` - Range: `1`-`8947` -
|
|
1946
|
+
* Default value: `1`
|
|
1910
1947
|
*/
|
|
1911
1948
|
natUdpTimeout?: pulumi.Input<number>;
|
|
1912
1949
|
/**
|
|
1913
|
-
* Variable name
|
|
1950
|
+
* Variable name, Attribute conditional on `natIpv4` being equal to `true`
|
|
1914
1951
|
*/
|
|
1915
1952
|
natUdpTimeoutVariable?: pulumi.Input<string>;
|
|
1916
1953
|
/**
|
|
1917
|
-
* static NAT
|
|
1954
|
+
* static NAT, Attribute conditional on `natIpv4` being equal to `true`
|
|
1918
1955
|
*/
|
|
1919
1956
|
newStaticNats?: pulumi.Input<pulumi.Input<inputs.TransportWanVpnInterfaceEthernetFeatureNewStaticNat>[]>;
|
|
1920
1957
|
/**
|
|
1921
|
-
* Per-tunnel Qos - Default value: `false`
|
|
1958
|
+
* Per-tunnel Qos, Attribute conditional on `tunnelInterface` being equal to `true` - Default value: `false`
|
|
1922
1959
|
*/
|
|
1923
1960
|
perTunnelQos?: pulumi.Input<boolean>;
|
|
1924
1961
|
/**
|
|
1925
|
-
* Variable name
|
|
1962
|
+
* Variable name, Attribute conditional on `tunnelInterface` being equal to `true`
|
|
1926
1963
|
*/
|
|
1927
1964
|
perTunnelQosVariable?: pulumi.Input<string>;
|
|
1928
1965
|
/**
|
|
@@ -2026,7 +2063,7 @@ export interface TransportWanVpnInterfaceEthernetFeatureArgs {
|
|
|
2026
2063
|
*/
|
|
2027
2064
|
speedVariable?: pulumi.Input<string>;
|
|
2028
2065
|
/**
|
|
2029
|
-
* static NAT66
|
|
2066
|
+
* static NAT66, Attribute conditional on `natIpv6` being equal to `true`
|
|
2030
2067
|
*/
|
|
2031
2068
|
staticNat66s?: pulumi.Input<pulumi.Input<inputs.TransportWanVpnInterfaceEthernetFeatureStaticNat66>[]>;
|
|
2032
2069
|
/**
|
|
@@ -2058,11 +2095,12 @@ export interface TransportWanVpnInterfaceEthernetFeatureArgs {
|
|
|
2058
2095
|
*/
|
|
2059
2096
|
transportWanVpnFeatureId: pulumi.Input<string>;
|
|
2060
2097
|
/**
|
|
2061
|
-
* Tunnels Bandwidth Percent - Range: `1`-`100` - Default
|
|
2098
|
+
* Tunnels Bandwidth Percent, Attribute conditional on `tunnelInterface` being equal to `true` - Range: `1`-`100` - Default
|
|
2099
|
+
* value: `50`
|
|
2062
2100
|
*/
|
|
2063
2101
|
tunnelBandwidthPercent?: pulumi.Input<number>;
|
|
2064
2102
|
/**
|
|
2065
|
-
* Variable name
|
|
2103
|
+
* Variable name, Attribute conditional on `tunnelInterface` being equal to `true`
|
|
2066
2104
|
*/
|
|
2067
2105
|
tunnelBandwidthPercentVariable?: pulumi.Input<string>;
|
|
2068
2106
|
/**
|
|
@@ -2174,62 +2212,65 @@ export interface TransportWanVpnInterfaceEthernetFeatureArgs {
|
|
|
2174
2212
|
*/
|
|
2175
2213
|
tunnelInterfaceAllowStunVariable?: pulumi.Input<string>;
|
|
2176
2214
|
/**
|
|
2177
|
-
* Bind loopback tunnel interface to a physical interface
|
|
2215
|
+
* Bind loopback tunnel interface to a physical interface, Attribute conditional on `tunnelInterface` being equal to `true`
|
|
2178
2216
|
*/
|
|
2179
2217
|
tunnelInterfaceBindLoopbackTunnel?: pulumi.Input<string>;
|
|
2180
2218
|
/**
|
|
2181
|
-
* Variable name
|
|
2219
|
+
* Variable name, Attribute conditional on `tunnelInterface` being equal to `true`
|
|
2182
2220
|
*/
|
|
2183
2221
|
tunnelInterfaceBindLoopbackTunnelVariable?: pulumi.Input<string>;
|
|
2184
2222
|
/**
|
|
2185
|
-
* Set TLOC as border TLOC - Default value: `false`
|
|
2223
|
+
* Set TLOC as border TLOC, Attribute conditional on `tunnelInterface` being equal to `true` - Default value: `false`
|
|
2186
2224
|
*/
|
|
2187
2225
|
tunnelInterfaceBorder?: pulumi.Input<boolean>;
|
|
2188
2226
|
/**
|
|
2189
|
-
* Variable name
|
|
2227
|
+
* Variable name, Attribute conditional on `tunnelInterface` being equal to `true`
|
|
2190
2228
|
*/
|
|
2191
2229
|
tunnelInterfaceBorderVariable?: pulumi.Input<string>;
|
|
2192
2230
|
/**
|
|
2193
|
-
* Set carrier for TLOC
|
|
2194
|
-
* `carrier7`, `carrier8` - Default value: `default`
|
|
2231
|
+
* Set carrier for TLOC, Attribute conditional on `tunnelInterface` being equal to `true` - Choices: `default`, `carrier1`,
|
|
2232
|
+
* `carrier2`, `carrier3`, `carrier4`, `carrier5`, `carrier6`, `carrier7`, `carrier8` - Default value: `default`
|
|
2195
2233
|
*/
|
|
2196
2234
|
tunnelInterfaceCarrier?: pulumi.Input<string>;
|
|
2197
2235
|
/**
|
|
2198
|
-
* Variable name
|
|
2236
|
+
* Variable name, Attribute conditional on `tunnelInterface` being equal to `true`
|
|
2199
2237
|
*/
|
|
2200
2238
|
tunnelInterfaceCarrierVariable?: pulumi.Input<string>;
|
|
2201
2239
|
/**
|
|
2202
|
-
* Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
|
|
2240
|
+
* Enable clear dont fragment (Currently Only SDWAN Tunnel Interface), Attribute conditional on `tunnelInterface` being
|
|
2241
|
+
* equal to `true` - Default value: `false`
|
|
2203
2242
|
*/
|
|
2204
2243
|
tunnelInterfaceClearDontFragment?: pulumi.Input<boolean>;
|
|
2205
2244
|
/**
|
|
2206
|
-
* Variable name
|
|
2245
|
+
* Variable name, Attribute conditional on `tunnelInterface` being equal to `true`
|
|
2207
2246
|
*/
|
|
2208
2247
|
tunnelInterfaceClearDontFragmentVariable?: pulumi.Input<string>;
|
|
2209
2248
|
/**
|
|
2210
|
-
* Set color for TLOC
|
|
2211
|
-
* `
|
|
2212
|
-
* `private4`, `private5`, `private6` - Default value:
|
|
2249
|
+
* Set color for TLOC, Attribute conditional on `tunnelInterface` being equal to `true` - Choices: `default`, `mpls`,
|
|
2250
|
+
* `metro-ethernet`, `biz-internet`, `public-internet`, `lte`, `3g`, `red`, `green`, `blue`, `gold`, `silver`, `bronze`,
|
|
2251
|
+
* `custom1`, `custom2`, `custom3`, `private1`, `private2`, `private3`, `private4`, `private5`, `private6` - Default value:
|
|
2252
|
+
* `mpls`
|
|
2213
2253
|
*/
|
|
2214
2254
|
tunnelInterfaceColor?: pulumi.Input<string>;
|
|
2215
2255
|
/**
|
|
2216
|
-
* Restrict this TLOC behavior - Default value: `false`
|
|
2256
|
+
* Restrict this TLOC behavior, Attribute conditional on `tunnelInterface` being equal to `true` - Default value: `false`
|
|
2217
2257
|
*/
|
|
2218
2258
|
tunnelInterfaceColorRestrict?: pulumi.Input<boolean>;
|
|
2219
2259
|
/**
|
|
2220
|
-
* Variable name
|
|
2260
|
+
* Variable name, Attribute conditional on `tunnelInterface` being equal to `true`
|
|
2221
2261
|
*/
|
|
2222
2262
|
tunnelInterfaceColorRestrictVariable?: pulumi.Input<string>;
|
|
2223
2263
|
/**
|
|
2224
|
-
* Variable name
|
|
2264
|
+
* Variable name, Attribute conditional on `tunnelInterface` being equal to `true`
|
|
2225
2265
|
*/
|
|
2226
2266
|
tunnelInterfaceColorVariable?: pulumi.Input<string>;
|
|
2227
2267
|
/**
|
|
2228
|
-
* CTS SGT Propagation configuration - Default value:
|
|
2268
|
+
* CTS SGT Propagation configuration, Attribute conditional on `tunnelInterface` being equal to `true` - Default value:
|
|
2269
|
+
* `false`
|
|
2229
2270
|
*/
|
|
2230
2271
|
tunnelInterfaceCtsSgtPropagation?: pulumi.Input<boolean>;
|
|
2231
2272
|
/**
|
|
2232
|
-
* Variable name
|
|
2273
|
+
* Variable name, Attribute conditional on `tunnelInterface` being equal to `true`
|
|
2233
2274
|
*/
|
|
2234
2275
|
tunnelInterfaceCtsSgtPropagationVariable?: pulumi.Input<string>;
|
|
2235
2276
|
/**
|
|
@@ -2237,123 +2278,133 @@ export interface TransportWanVpnInterfaceEthernetFeatureArgs {
|
|
|
2237
2278
|
*/
|
|
2238
2279
|
tunnelInterfaceEncapsulations?: pulumi.Input<pulumi.Input<inputs.TransportWanVpnInterfaceEthernetFeatureTunnelInterfaceEncapsulation>[]>;
|
|
2239
2280
|
/**
|
|
2240
|
-
* Variable name
|
|
2281
|
+
* Variable name, Attribute conditional on `tunnelInterface` being equal to `true`
|
|
2241
2282
|
*/
|
|
2242
2283
|
tunnelInterfaceExcludeControllerGroupListVariable?: pulumi.Input<string>;
|
|
2243
2284
|
/**
|
|
2244
|
-
* Exclude the following controller groups defined in this list
|
|
2285
|
+
* Exclude the following controller groups defined in this list., Attribute conditional on `tunnelInterface` being equal to
|
|
2286
|
+
* `true`
|
|
2245
2287
|
*/
|
|
2246
2288
|
tunnelInterfaceExcludeControllerGroupLists?: pulumi.Input<pulumi.Input<number>[]>;
|
|
2247
2289
|
/**
|
|
2248
|
-
* GRE tunnel destination IP
|
|
2290
|
+
* GRE tunnel destination IP, Attribute conditional on `tunnelInterface` being equal to `true`
|
|
2249
2291
|
*/
|
|
2250
2292
|
tunnelInterfaceGreTunnelDestinationIp?: pulumi.Input<string>;
|
|
2251
2293
|
/**
|
|
2252
|
-
* Variable name
|
|
2294
|
+
* Variable name, Attribute conditional on `tunnelInterface` being equal to `true`
|
|
2253
2295
|
*/
|
|
2254
2296
|
tunnelInterfaceGreTunnelDestinationIpVariable?: pulumi.Input<string>;
|
|
2255
2297
|
/**
|
|
2256
|
-
* List of groups - Range: `1`-`4294967295`
|
|
2298
|
+
* List of groups, Attribute conditional on `tunnelInterface` being equal to `true` - Range: `1`-`4294967295`
|
|
2257
2299
|
*/
|
|
2258
2300
|
tunnelInterfaceGroups?: pulumi.Input<number>;
|
|
2259
2301
|
/**
|
|
2260
|
-
* Variable name
|
|
2302
|
+
* Variable name, Attribute conditional on `tunnelInterface` being equal to `true`
|
|
2261
2303
|
*/
|
|
2262
2304
|
tunnelInterfaceGroupsVariable?: pulumi.Input<string>;
|
|
2263
2305
|
/**
|
|
2264
|
-
* Set time period of control hello packets <100..600000> milli seconds
|
|
2306
|
+
* Set time period of control hello packets <100..600000> milli seconds, Attribute conditional on `tunnelInterface` being
|
|
2307
|
+
* equal to `true` - Range: `100`-`600000` - Default value: `1000`
|
|
2265
2308
|
*/
|
|
2266
2309
|
tunnelInterfaceHelloInterval?: pulumi.Input<number>;
|
|
2267
2310
|
/**
|
|
2268
|
-
* Variable name
|
|
2311
|
+
* Variable name, Attribute conditional on `tunnelInterface` being equal to `true`
|
|
2269
2312
|
*/
|
|
2270
2313
|
tunnelInterfaceHelloIntervalVariable?: pulumi.Input<string>;
|
|
2271
2314
|
/**
|
|
2272
|
-
* Set tolerance of control hello packets <12..6000> seconds
|
|
2315
|
+
* Set tolerance of control hello packets <12..6000> seconds, Attribute conditional on `tunnelInterface` being equal to
|
|
2316
|
+
* `true` - Range: `12`-`6000` - Default value: `12`
|
|
2273
2317
|
*/
|
|
2274
2318
|
tunnelInterfaceHelloTolerance?: pulumi.Input<number>;
|
|
2275
2319
|
/**
|
|
2276
|
-
* Variable name
|
|
2320
|
+
* Variable name, Attribute conditional on `tunnelInterface` being equal to `true`
|
|
2277
2321
|
*/
|
|
2278
2322
|
tunnelInterfaceHelloToleranceVariable?: pulumi.Input<string>;
|
|
2279
2323
|
/**
|
|
2280
|
-
* Set TLOC as last resort - Default value: `false`
|
|
2324
|
+
* Set TLOC as last resort, Attribute conditional on `tunnelInterface` being equal to `true` - Default value: `false`
|
|
2281
2325
|
*/
|
|
2282
2326
|
tunnelInterfaceLastResortCircuit?: pulumi.Input<boolean>;
|
|
2283
2327
|
/**
|
|
2284
|
-
* Variable name
|
|
2328
|
+
* Variable name, Attribute conditional on `tunnelInterface` being equal to `true`
|
|
2285
2329
|
*/
|
|
2286
2330
|
tunnelInterfaceLastResortCircuitVariable?: pulumi.Input<string>;
|
|
2287
2331
|
/**
|
|
2288
|
-
* Set the interface as a low-bandwidth circuit
|
|
2332
|
+
* Set the interface as a low-bandwidth circuit, Attribute conditional on `tunnelInterface` being equal to `true` - Default
|
|
2333
|
+
* value: `false`
|
|
2289
2334
|
*/
|
|
2290
2335
|
tunnelInterfaceLowBandwidthLink?: pulumi.Input<boolean>;
|
|
2291
2336
|
/**
|
|
2292
|
-
* Variable name
|
|
2337
|
+
* Variable name, Attribute conditional on `tunnelInterface` being equal to `true`
|
|
2293
2338
|
*/
|
|
2294
2339
|
tunnelInterfaceLowBandwidthLinkVariable?: pulumi.Input<string>;
|
|
2295
2340
|
/**
|
|
2296
|
-
* Maximum Control Connections - Range: `0`-`100`
|
|
2341
|
+
* Maximum Control Connections, Attribute conditional on `tunnelInterface` being equal to `true` - Range: `0`-`100`
|
|
2297
2342
|
*/
|
|
2298
2343
|
tunnelInterfaceMaxControlConnections?: pulumi.Input<number>;
|
|
2299
2344
|
/**
|
|
2300
|
-
* Variable name
|
|
2345
|
+
* Variable name, Attribute conditional on `tunnelInterface` being equal to `true`
|
|
2301
2346
|
*/
|
|
2302
2347
|
tunnelInterfaceMaxControlConnectionsVariable?: pulumi.Input<string>;
|
|
2303
2348
|
/**
|
|
2304
|
-
* Set time period of nat refresh packets <1...60> seconds
|
|
2349
|
+
* Set time period of nat refresh packets <1...60> seconds, Attribute conditional on `tunnelInterface` being equal to
|
|
2350
|
+
* `true` - Range: `1`-`60` - Default value: `5`
|
|
2305
2351
|
*/
|
|
2306
2352
|
tunnelInterfaceNatRefreshInterval?: pulumi.Input<number>;
|
|
2307
2353
|
/**
|
|
2308
|
-
* Variable name
|
|
2354
|
+
* Variable name, Attribute conditional on `tunnelInterface` being equal to `true`
|
|
2309
2355
|
*/
|
|
2310
2356
|
tunnelInterfaceNatRefreshIntervalVariable?: pulumi.Input<string>;
|
|
2311
2357
|
/**
|
|
2312
|
-
* Accept and respond to network-prefix-directed broadcasts
|
|
2358
|
+
* Accept and respond to network-prefix-directed broadcasts, Attribute conditional on `tunnelInterface` being equal to
|
|
2359
|
+
* `true` - Default value: `false`
|
|
2313
2360
|
*/
|
|
2314
2361
|
tunnelInterfaceNetworkBroadcast?: pulumi.Input<boolean>;
|
|
2315
2362
|
/**
|
|
2316
|
-
* Variable name
|
|
2363
|
+
* Variable name, Attribute conditional on `tunnelInterface` being equal to `true`
|
|
2317
2364
|
*/
|
|
2318
2365
|
tunnelInterfaceNetworkBroadcastVariable?: pulumi.Input<string>;
|
|
2319
2366
|
/**
|
|
2320
|
-
* Disallow port hopping on the tunnel interface
|
|
2367
|
+
* Disallow port hopping on the tunnel interface, Attribute conditional on `tunnelInterface` being equal to `true` -
|
|
2368
|
+
* Default value: `true`
|
|
2321
2369
|
*/
|
|
2322
2370
|
tunnelInterfacePortHop?: pulumi.Input<boolean>;
|
|
2323
2371
|
/**
|
|
2324
|
-
* Variable name
|
|
2372
|
+
* Variable name, Attribute conditional on `tunnelInterface` being equal to `true`
|
|
2325
2373
|
*/
|
|
2326
2374
|
tunnelInterfacePortHopVariable?: pulumi.Input<string>;
|
|
2327
2375
|
/**
|
|
2328
|
-
* Tunnel TCP MSS on SYN packets, in bytes - Range:
|
|
2376
|
+
* Tunnel TCP MSS on SYN packets, in bytes, Attribute conditional on `tunnelInterface` being equal to `true` - Range:
|
|
2377
|
+
* `500`-`1460`
|
|
2329
2378
|
*/
|
|
2330
2379
|
tunnelInterfaceTunnelTcpMss?: pulumi.Input<number>;
|
|
2331
2380
|
/**
|
|
2332
|
-
* Variable name
|
|
2381
|
+
* Variable name, Attribute conditional on `tunnelInterface` being equal to `true`
|
|
2333
2382
|
*/
|
|
2334
2383
|
tunnelInterfaceTunnelTcpMssVariable?: pulumi.Input<string>;
|
|
2335
2384
|
/**
|
|
2336
|
-
* Put this wan interface in STUN mode only
|
|
2385
|
+
* Put this wan interface in STUN mode only, Attribute conditional on `tunnelInterface` being equal to `true` - Default
|
|
2386
|
+
* value: `false`
|
|
2337
2387
|
*/
|
|
2338
2388
|
tunnelInterfaceVbondAsStunServer?: pulumi.Input<boolean>;
|
|
2339
2389
|
/**
|
|
2340
|
-
* Variable name
|
|
2390
|
+
* Variable name, Attribute conditional on `tunnelInterface` being equal to `true`
|
|
2341
2391
|
*/
|
|
2342
2392
|
tunnelInterfaceVbondAsStunServerVariable?: pulumi.Input<string>;
|
|
2343
2393
|
/**
|
|
2344
|
-
* Set interface preference for control connection to vManage <0..8
|
|
2394
|
+
* Set interface preference for control connection to vManage <0..8>, Attribute conditional on `tunnelInterface` being
|
|
2395
|
+
* equal to `true` - Range: `0`-`8` - Default value: `5`
|
|
2345
2396
|
*/
|
|
2346
2397
|
tunnelInterfaceVmanageConnectionPreference?: pulumi.Input<number>;
|
|
2347
2398
|
/**
|
|
2348
|
-
* Variable name
|
|
2399
|
+
* Variable name, Attribute conditional on `tunnelInterface` being equal to `true`
|
|
2349
2400
|
*/
|
|
2350
2401
|
tunnelInterfaceVmanageConnectionPreferenceVariable?: pulumi.Input<string>;
|
|
2351
2402
|
/**
|
|
2352
|
-
* Set tunnel QoS mode - Choices: `hub`, `spoke`
|
|
2403
|
+
* Set tunnel QoS mode, Attribute conditional on `tunnelInterface` being equal to `true` - Choices: `hub`, `spoke`
|
|
2353
2404
|
*/
|
|
2354
2405
|
tunnelQosMode?: pulumi.Input<string>;
|
|
2355
2406
|
/**
|
|
2356
|
-
* Variable name
|
|
2407
|
+
* Variable name, Attribute conditional on `tunnelInterface` being equal to `true`
|
|
2357
2408
|
*/
|
|
2358
2409
|
tunnelQosModeVariable?: pulumi.Input<string>;
|
|
2359
2410
|
/**
|