@azure/arm-paloaltonetworksngfw 1.1.1-alpha.20250718.1 → 1.1.1-alpha.20250721.1
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/dist/browser/lroImpl.js +7 -3
- package/dist/browser/lroImpl.js.map +1 -1
- package/dist/browser/models/mappers.js +307 -146
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/operations/certificateObjectGlobalRulestack.js +45 -52
- package/dist/browser/operations/certificateObjectGlobalRulestack.js.map +1 -1
- package/dist/browser/operations/certificateObjectLocalRulestack.js +45 -52
- package/dist/browser/operations/certificateObjectLocalRulestack.js.map +1 -1
- package/dist/browser/operations/firewallStatus.js +23 -40
- package/dist/browser/operations/firewallStatus.js.map +1 -1
- package/dist/browser/operations/firewalls.js +67 -91
- package/dist/browser/operations/firewalls.js.map +1 -1
- package/dist/browser/operations/fqdnListGlobalRulestack.js +45 -52
- package/dist/browser/operations/fqdnListGlobalRulestack.js.map +1 -1
- package/dist/browser/operations/fqdnListLocalRulestack.js +45 -52
- package/dist/browser/operations/fqdnListLocalRulestack.js.map +1 -1
- package/dist/browser/operations/globalRulestack.js +56 -58
- package/dist/browser/operations/globalRulestack.js.map +1 -1
- package/dist/browser/operations/localRules.js +45 -52
- package/dist/browser/operations/localRules.js.map +1 -1
- package/dist/browser/operations/localRulestacks.js +78 -97
- package/dist/browser/operations/localRulestacks.js.map +1 -1
- package/dist/browser/operations/operations.js +23 -40
- package/dist/browser/operations/operations.js.map +1 -1
- package/dist/browser/operations/postRules.js +45 -52
- package/dist/browser/operations/postRules.js.map +1 -1
- package/dist/browser/operations/preRules.js +45 -52
- package/dist/browser/operations/preRules.js.map +1 -1
- package/dist/browser/operations/prefixListGlobalRulestack.js +45 -52
- package/dist/browser/operations/prefixListGlobalRulestack.js.map +1 -1
- package/dist/browser/operations/prefixListLocalRulestack.js +45 -52
- package/dist/browser/operations/prefixListLocalRulestack.js.map +1 -1
- package/dist/browser/pagingHelper.js +2 -4
- package/dist/browser/pagingHelper.js.map +1 -1
- package/dist/browser/paloAltoNetworksCloudngfw.js +27 -5
- package/dist/browser/paloAltoNetworksCloudngfw.js.map +1 -1
- package/dist/commonjs/lroImpl.js +7 -3
- package/dist/commonjs/lroImpl.js.map +1 -1
- package/dist/commonjs/models/mappers.js +307 -146
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/operations/certificateObjectGlobalRulestack.js +45 -51
- package/dist/commonjs/operations/certificateObjectGlobalRulestack.js.map +1 -1
- package/dist/commonjs/operations/certificateObjectLocalRulestack.js +45 -51
- package/dist/commonjs/operations/certificateObjectLocalRulestack.js.map +1 -1
- package/dist/commonjs/operations/firewallStatus.js +23 -39
- package/dist/commonjs/operations/firewallStatus.js.map +1 -1
- package/dist/commonjs/operations/firewalls.js +67 -90
- package/dist/commonjs/operations/firewalls.js.map +1 -1
- package/dist/commonjs/operations/fqdnListGlobalRulestack.js +45 -51
- package/dist/commonjs/operations/fqdnListGlobalRulestack.js.map +1 -1
- package/dist/commonjs/operations/fqdnListLocalRulestack.js +45 -51
- package/dist/commonjs/operations/fqdnListLocalRulestack.js.map +1 -1
- package/dist/commonjs/operations/globalRulestack.js +56 -57
- package/dist/commonjs/operations/globalRulestack.js.map +1 -1
- package/dist/commonjs/operations/localRules.js +45 -51
- package/dist/commonjs/operations/localRules.js.map +1 -1
- package/dist/commonjs/operations/localRulestacks.js +78 -96
- package/dist/commonjs/operations/localRulestacks.js.map +1 -1
- package/dist/commonjs/operations/operations.js +23 -39
- package/dist/commonjs/operations/operations.js.map +1 -1
- package/dist/commonjs/operations/postRules.js +45 -51
- package/dist/commonjs/operations/postRules.js.map +1 -1
- package/dist/commonjs/operations/preRules.js +45 -51
- package/dist/commonjs/operations/preRules.js.map +1 -1
- package/dist/commonjs/operations/prefixListGlobalRulestack.js +45 -51
- package/dist/commonjs/operations/prefixListGlobalRulestack.js.map +1 -1
- package/dist/commonjs/operations/prefixListLocalRulestack.js +45 -51
- package/dist/commonjs/operations/prefixListLocalRulestack.js.map +1 -1
- package/dist/commonjs/pagingHelper.js +2 -4
- package/dist/commonjs/pagingHelper.js.map +1 -1
- package/dist/commonjs/paloAltoNetworksCloudngfw.js +27 -5
- package/dist/commonjs/paloAltoNetworksCloudngfw.js.map +1 -1
- package/dist/commonjs/tsdoc-metadata.json +11 -11
- package/dist/esm/lroImpl.js +7 -3
- package/dist/esm/lroImpl.js.map +1 -1
- package/dist/esm/models/mappers.js +307 -146
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/operations/certificateObjectGlobalRulestack.js +45 -52
- package/dist/esm/operations/certificateObjectGlobalRulestack.js.map +1 -1
- package/dist/esm/operations/certificateObjectLocalRulestack.js +45 -52
- package/dist/esm/operations/certificateObjectLocalRulestack.js.map +1 -1
- package/dist/esm/operations/firewallStatus.js +23 -40
- package/dist/esm/operations/firewallStatus.js.map +1 -1
- package/dist/esm/operations/firewalls.js +67 -91
- package/dist/esm/operations/firewalls.js.map +1 -1
- package/dist/esm/operations/fqdnListGlobalRulestack.js +45 -52
- package/dist/esm/operations/fqdnListGlobalRulestack.js.map +1 -1
- package/dist/esm/operations/fqdnListLocalRulestack.js +45 -52
- package/dist/esm/operations/fqdnListLocalRulestack.js.map +1 -1
- package/dist/esm/operations/globalRulestack.js +56 -58
- package/dist/esm/operations/globalRulestack.js.map +1 -1
- package/dist/esm/operations/localRules.js +45 -52
- package/dist/esm/operations/localRules.js.map +1 -1
- package/dist/esm/operations/localRulestacks.js +78 -97
- package/dist/esm/operations/localRulestacks.js.map +1 -1
- package/dist/esm/operations/operations.js +23 -40
- package/dist/esm/operations/operations.js.map +1 -1
- package/dist/esm/operations/postRules.js +45 -52
- package/dist/esm/operations/postRules.js.map +1 -1
- package/dist/esm/operations/preRules.js +45 -52
- package/dist/esm/operations/preRules.js.map +1 -1
- package/dist/esm/operations/prefixListGlobalRulestack.js +45 -52
- package/dist/esm/operations/prefixListGlobalRulestack.js.map +1 -1
- package/dist/esm/operations/prefixListLocalRulestack.js +45 -52
- package/dist/esm/operations/prefixListLocalRulestack.js.map +1 -1
- package/dist/esm/pagingHelper.js +2 -4
- package/dist/esm/pagingHelper.js.map +1 -1
- package/dist/esm/paloAltoNetworksCloudngfw.js +27 -5
- package/dist/esm/paloAltoNetworksCloudngfw.js.map +1 -1
- package/dist/react-native/lroImpl.js +7 -3
- package/dist/react-native/lroImpl.js.map +1 -1
- package/dist/react-native/models/mappers.js +307 -146
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/operations/certificateObjectGlobalRulestack.js +45 -52
- package/dist/react-native/operations/certificateObjectGlobalRulestack.js.map +1 -1
- package/dist/react-native/operations/certificateObjectLocalRulestack.js +45 -52
- package/dist/react-native/operations/certificateObjectLocalRulestack.js.map +1 -1
- package/dist/react-native/operations/firewallStatus.js +23 -40
- package/dist/react-native/operations/firewallStatus.js.map +1 -1
- package/dist/react-native/operations/firewalls.js +67 -91
- package/dist/react-native/operations/firewalls.js.map +1 -1
- package/dist/react-native/operations/fqdnListGlobalRulestack.js +45 -52
- package/dist/react-native/operations/fqdnListGlobalRulestack.js.map +1 -1
- package/dist/react-native/operations/fqdnListLocalRulestack.js +45 -52
- package/dist/react-native/operations/fqdnListLocalRulestack.js.map +1 -1
- package/dist/react-native/operations/globalRulestack.js +56 -58
- package/dist/react-native/operations/globalRulestack.js.map +1 -1
- package/dist/react-native/operations/localRules.js +45 -52
- package/dist/react-native/operations/localRules.js.map +1 -1
- package/dist/react-native/operations/localRulestacks.js +78 -97
- package/dist/react-native/operations/localRulestacks.js.map +1 -1
- package/dist/react-native/operations/operations.js +23 -40
- package/dist/react-native/operations/operations.js.map +1 -1
- package/dist/react-native/operations/postRules.js +45 -52
- package/dist/react-native/operations/postRules.js.map +1 -1
- package/dist/react-native/operations/preRules.js +45 -52
- package/dist/react-native/operations/preRules.js.map +1 -1
- package/dist/react-native/operations/prefixListGlobalRulestack.js +45 -52
- package/dist/react-native/operations/prefixListGlobalRulestack.js.map +1 -1
- package/dist/react-native/operations/prefixListLocalRulestack.js +45 -52
- package/dist/react-native/operations/prefixListLocalRulestack.js.map +1 -1
- package/dist/react-native/pagingHelper.js +2 -4
- package/dist/react-native/pagingHelper.js.map +1 -1
- package/dist/react-native/paloAltoNetworksCloudngfw.js +27 -5
- package/dist/react-native/paloAltoNetworksCloudngfw.js.map +1 -1
- package/package.json +2 -2
- package/review/arm-paloaltonetworksngfw-node.api.md +2026 -2026
|
@@ -2473,60 +2473,73 @@ exports.ProxyResource = {
|
|
|
2473
2473
|
type: {
|
|
2474
2474
|
name: "Composite",
|
|
2475
2475
|
className: "ProxyResource",
|
|
2476
|
-
modelProperties:
|
|
2476
|
+
modelProperties: {
|
|
2477
|
+
...exports.Resource.type.modelProperties
|
|
2478
|
+
}
|
|
2477
2479
|
}
|
|
2478
2480
|
};
|
|
2479
2481
|
exports.TrackedResource = {
|
|
2480
2482
|
type: {
|
|
2481
2483
|
name: "Composite",
|
|
2482
2484
|
className: "TrackedResource",
|
|
2483
|
-
modelProperties:
|
|
2485
|
+
modelProperties: {
|
|
2486
|
+
...exports.Resource.type.modelProperties,
|
|
2487
|
+
tags: {
|
|
2484
2488
|
serializedName: "tags",
|
|
2485
2489
|
type: {
|
|
2486
2490
|
name: "Dictionary",
|
|
2487
2491
|
value: { type: { name: "String" } }
|
|
2488
2492
|
}
|
|
2489
|
-
},
|
|
2493
|
+
},
|
|
2494
|
+
location: {
|
|
2490
2495
|
serializedName: "location",
|
|
2491
2496
|
required: true,
|
|
2492
2497
|
type: {
|
|
2493
2498
|
name: "String"
|
|
2494
2499
|
}
|
|
2495
|
-
}
|
|
2500
|
+
}
|
|
2501
|
+
}
|
|
2496
2502
|
}
|
|
2497
2503
|
};
|
|
2498
2504
|
exports.GlobalRulestackResource = {
|
|
2499
2505
|
type: {
|
|
2500
2506
|
name: "Composite",
|
|
2501
2507
|
className: "GlobalRulestackResource",
|
|
2502
|
-
modelProperties:
|
|
2508
|
+
modelProperties: {
|
|
2509
|
+
...exports.ProxyResource.type.modelProperties,
|
|
2510
|
+
location: {
|
|
2503
2511
|
serializedName: "location",
|
|
2504
2512
|
required: true,
|
|
2505
2513
|
type: {
|
|
2506
2514
|
name: "String"
|
|
2507
2515
|
}
|
|
2508
|
-
},
|
|
2516
|
+
},
|
|
2517
|
+
identity: {
|
|
2509
2518
|
serializedName: "identity",
|
|
2510
2519
|
type: {
|
|
2511
2520
|
name: "Composite",
|
|
2512
2521
|
className: "AzureResourceManagerManagedIdentityProperties"
|
|
2513
2522
|
}
|
|
2514
|
-
},
|
|
2523
|
+
},
|
|
2524
|
+
panEtag: {
|
|
2515
2525
|
serializedName: "properties.panEtag",
|
|
2516
2526
|
type: {
|
|
2517
2527
|
name: "String"
|
|
2518
2528
|
}
|
|
2519
|
-
},
|
|
2529
|
+
},
|
|
2530
|
+
panLocation: {
|
|
2520
2531
|
serializedName: "properties.panLocation",
|
|
2521
2532
|
type: {
|
|
2522
2533
|
name: "String"
|
|
2523
2534
|
}
|
|
2524
|
-
},
|
|
2535
|
+
},
|
|
2536
|
+
scope: {
|
|
2525
2537
|
serializedName: "properties.scope",
|
|
2526
2538
|
type: {
|
|
2527
2539
|
name: "String"
|
|
2528
2540
|
}
|
|
2529
|
-
},
|
|
2541
|
+
},
|
|
2542
|
+
associatedSubscriptions: {
|
|
2530
2543
|
serializedName: "properties.associatedSubscriptions",
|
|
2531
2544
|
type: {
|
|
2532
2545
|
name: "Sequence",
|
|
@@ -2536,85 +2549,102 @@ exports.GlobalRulestackResource = {
|
|
|
2536
2549
|
}
|
|
2537
2550
|
}
|
|
2538
2551
|
}
|
|
2539
|
-
},
|
|
2552
|
+
},
|
|
2553
|
+
description: {
|
|
2540
2554
|
serializedName: "properties.description",
|
|
2541
2555
|
type: {
|
|
2542
2556
|
name: "String"
|
|
2543
2557
|
}
|
|
2544
|
-
},
|
|
2558
|
+
},
|
|
2559
|
+
defaultMode: {
|
|
2545
2560
|
serializedName: "properties.defaultMode",
|
|
2546
2561
|
type: {
|
|
2547
2562
|
name: "String"
|
|
2548
2563
|
}
|
|
2549
|
-
},
|
|
2564
|
+
},
|
|
2565
|
+
minAppIdVersion: {
|
|
2550
2566
|
serializedName: "properties.minAppIdVersion",
|
|
2551
2567
|
type: {
|
|
2552
2568
|
name: "String"
|
|
2553
2569
|
}
|
|
2554
|
-
},
|
|
2570
|
+
},
|
|
2571
|
+
provisioningState: {
|
|
2555
2572
|
serializedName: "properties.provisioningState",
|
|
2556
2573
|
readOnly: true,
|
|
2557
2574
|
type: {
|
|
2558
2575
|
name: "String"
|
|
2559
2576
|
}
|
|
2560
|
-
},
|
|
2577
|
+
},
|
|
2578
|
+
securityServices: {
|
|
2561
2579
|
serializedName: "properties.securityServices",
|
|
2562
2580
|
type: {
|
|
2563
2581
|
name: "Composite",
|
|
2564
2582
|
className: "SecurityServices"
|
|
2565
2583
|
}
|
|
2566
|
-
}
|
|
2584
|
+
}
|
|
2585
|
+
}
|
|
2567
2586
|
}
|
|
2568
2587
|
};
|
|
2569
2588
|
exports.CertificateObjectGlobalRulestackResource = {
|
|
2570
2589
|
type: {
|
|
2571
2590
|
name: "Composite",
|
|
2572
2591
|
className: "CertificateObjectGlobalRulestackResource",
|
|
2573
|
-
modelProperties:
|
|
2592
|
+
modelProperties: {
|
|
2593
|
+
...exports.ProxyResource.type.modelProperties,
|
|
2594
|
+
certificateSignerResourceId: {
|
|
2574
2595
|
serializedName: "properties.certificateSignerResourceId",
|
|
2575
2596
|
type: {
|
|
2576
2597
|
name: "String"
|
|
2577
2598
|
}
|
|
2578
|
-
},
|
|
2599
|
+
},
|
|
2600
|
+
certificateSelfSigned: {
|
|
2579
2601
|
serializedName: "properties.certificateSelfSigned",
|
|
2580
2602
|
required: true,
|
|
2581
2603
|
type: {
|
|
2582
2604
|
name: "String"
|
|
2583
2605
|
}
|
|
2584
|
-
},
|
|
2606
|
+
},
|
|
2607
|
+
auditComment: {
|
|
2585
2608
|
serializedName: "properties.auditComment",
|
|
2586
2609
|
type: {
|
|
2587
2610
|
name: "String"
|
|
2588
2611
|
}
|
|
2589
|
-
},
|
|
2612
|
+
},
|
|
2613
|
+
description: {
|
|
2590
2614
|
serializedName: "properties.description",
|
|
2591
2615
|
type: {
|
|
2592
2616
|
name: "String"
|
|
2593
2617
|
}
|
|
2594
|
-
},
|
|
2618
|
+
},
|
|
2619
|
+
etag: {
|
|
2595
2620
|
serializedName: "properties.etag",
|
|
2596
2621
|
type: {
|
|
2597
2622
|
name: "String"
|
|
2598
2623
|
}
|
|
2599
|
-
},
|
|
2624
|
+
},
|
|
2625
|
+
provisioningState: {
|
|
2600
2626
|
serializedName: "properties.provisioningState",
|
|
2601
2627
|
readOnly: true,
|
|
2602
2628
|
type: {
|
|
2603
2629
|
name: "String"
|
|
2604
2630
|
}
|
|
2605
|
-
}
|
|
2631
|
+
}
|
|
2632
|
+
}
|
|
2606
2633
|
}
|
|
2607
2634
|
};
|
|
2608
2635
|
exports.FqdnListGlobalRulestackResource = {
|
|
2609
2636
|
type: {
|
|
2610
2637
|
name: "Composite",
|
|
2611
2638
|
className: "FqdnListGlobalRulestackResource",
|
|
2612
|
-
modelProperties:
|
|
2639
|
+
modelProperties: {
|
|
2640
|
+
...exports.ProxyResource.type.modelProperties,
|
|
2641
|
+
description: {
|
|
2613
2642
|
serializedName: "properties.description",
|
|
2614
2643
|
type: {
|
|
2615
2644
|
name: "String"
|
|
2616
2645
|
}
|
|
2617
|
-
},
|
|
2646
|
+
},
|
|
2647
|
+
fqdnList: {
|
|
2618
2648
|
serializedName: "properties.fqdnList",
|
|
2619
2649
|
required: true,
|
|
2620
2650
|
type: {
|
|
@@ -2625,79 +2655,94 @@ exports.FqdnListGlobalRulestackResource = {
|
|
|
2625
2655
|
}
|
|
2626
2656
|
}
|
|
2627
2657
|
}
|
|
2628
|
-
},
|
|
2658
|
+
},
|
|
2659
|
+
etag: {
|
|
2629
2660
|
serializedName: "properties.etag",
|
|
2630
2661
|
type: {
|
|
2631
2662
|
name: "String"
|
|
2632
2663
|
}
|
|
2633
|
-
},
|
|
2664
|
+
},
|
|
2665
|
+
auditComment: {
|
|
2634
2666
|
serializedName: "properties.auditComment",
|
|
2635
2667
|
type: {
|
|
2636
2668
|
name: "String"
|
|
2637
2669
|
}
|
|
2638
|
-
},
|
|
2670
|
+
},
|
|
2671
|
+
provisioningState: {
|
|
2639
2672
|
serializedName: "properties.provisioningState",
|
|
2640
2673
|
readOnly: true,
|
|
2641
2674
|
type: {
|
|
2642
2675
|
name: "String"
|
|
2643
2676
|
}
|
|
2644
|
-
}
|
|
2677
|
+
}
|
|
2678
|
+
}
|
|
2645
2679
|
}
|
|
2646
2680
|
};
|
|
2647
2681
|
exports.PostRulesResource = {
|
|
2648
2682
|
type: {
|
|
2649
2683
|
name: "Composite",
|
|
2650
2684
|
className: "PostRulesResource",
|
|
2651
|
-
modelProperties:
|
|
2685
|
+
modelProperties: {
|
|
2686
|
+
...exports.ProxyResource.type.modelProperties,
|
|
2687
|
+
etag: {
|
|
2652
2688
|
serializedName: "properties.etag",
|
|
2653
2689
|
type: {
|
|
2654
2690
|
name: "String"
|
|
2655
2691
|
}
|
|
2656
|
-
},
|
|
2692
|
+
},
|
|
2693
|
+
ruleName: {
|
|
2657
2694
|
serializedName: "properties.ruleName",
|
|
2658
2695
|
required: true,
|
|
2659
2696
|
type: {
|
|
2660
2697
|
name: "String"
|
|
2661
2698
|
}
|
|
2662
|
-
},
|
|
2699
|
+
},
|
|
2700
|
+
priority: {
|
|
2663
2701
|
serializedName: "properties.priority",
|
|
2664
2702
|
readOnly: true,
|
|
2665
2703
|
type: {
|
|
2666
2704
|
name: "Number"
|
|
2667
2705
|
}
|
|
2668
|
-
},
|
|
2706
|
+
},
|
|
2707
|
+
description: {
|
|
2669
2708
|
serializedName: "properties.description",
|
|
2670
2709
|
type: {
|
|
2671
2710
|
name: "String"
|
|
2672
2711
|
}
|
|
2673
|
-
},
|
|
2712
|
+
},
|
|
2713
|
+
ruleState: {
|
|
2674
2714
|
serializedName: "properties.ruleState",
|
|
2675
2715
|
type: {
|
|
2676
2716
|
name: "String"
|
|
2677
2717
|
}
|
|
2678
|
-
},
|
|
2718
|
+
},
|
|
2719
|
+
source: {
|
|
2679
2720
|
serializedName: "properties.source",
|
|
2680
2721
|
type: {
|
|
2681
2722
|
name: "Composite",
|
|
2682
2723
|
className: "SourceAddr"
|
|
2683
2724
|
}
|
|
2684
|
-
},
|
|
2725
|
+
},
|
|
2726
|
+
negateSource: {
|
|
2685
2727
|
serializedName: "properties.negateSource",
|
|
2686
2728
|
type: {
|
|
2687
2729
|
name: "String"
|
|
2688
2730
|
}
|
|
2689
|
-
},
|
|
2731
|
+
},
|
|
2732
|
+
destination: {
|
|
2690
2733
|
serializedName: "properties.destination",
|
|
2691
2734
|
type: {
|
|
2692
2735
|
name: "Composite",
|
|
2693
2736
|
className: "DestinationAddr"
|
|
2694
2737
|
}
|
|
2695
|
-
},
|
|
2738
|
+
},
|
|
2739
|
+
negateDestination: {
|
|
2696
2740
|
serializedName: "properties.negateDestination",
|
|
2697
2741
|
type: {
|
|
2698
2742
|
name: "String"
|
|
2699
2743
|
}
|
|
2700
|
-
},
|
|
2744
|
+
},
|
|
2745
|
+
applications: {
|
|
2701
2746
|
serializedName: "properties.applications",
|
|
2702
2747
|
type: {
|
|
2703
2748
|
name: "Sequence",
|
|
@@ -2707,19 +2752,22 @@ exports.PostRulesResource = {
|
|
|
2707
2752
|
}
|
|
2708
2753
|
}
|
|
2709
2754
|
}
|
|
2710
|
-
},
|
|
2755
|
+
},
|
|
2756
|
+
category: {
|
|
2711
2757
|
serializedName: "properties.category",
|
|
2712
2758
|
type: {
|
|
2713
2759
|
name: "Composite",
|
|
2714
2760
|
className: "Category"
|
|
2715
2761
|
}
|
|
2716
|
-
},
|
|
2762
|
+
},
|
|
2763
|
+
protocol: {
|
|
2717
2764
|
defaultValue: "application-default",
|
|
2718
2765
|
serializedName: "properties.protocol",
|
|
2719
2766
|
type: {
|
|
2720
2767
|
name: "String"
|
|
2721
2768
|
}
|
|
2722
|
-
},
|
|
2769
|
+
},
|
|
2770
|
+
protocolPortList: {
|
|
2723
2771
|
serializedName: "properties.protocolPortList",
|
|
2724
2772
|
type: {
|
|
2725
2773
|
name: "Sequence",
|
|
@@ -2729,32 +2777,38 @@ exports.PostRulesResource = {
|
|
|
2729
2777
|
}
|
|
2730
2778
|
}
|
|
2731
2779
|
}
|
|
2732
|
-
},
|
|
2780
|
+
},
|
|
2781
|
+
inboundInspectionCertificate: {
|
|
2733
2782
|
serializedName: "properties.inboundInspectionCertificate",
|
|
2734
2783
|
type: {
|
|
2735
2784
|
name: "String"
|
|
2736
2785
|
}
|
|
2737
|
-
},
|
|
2786
|
+
},
|
|
2787
|
+
auditComment: {
|
|
2738
2788
|
serializedName: "properties.auditComment",
|
|
2739
2789
|
type: {
|
|
2740
2790
|
name: "String"
|
|
2741
2791
|
}
|
|
2742
|
-
},
|
|
2792
|
+
},
|
|
2793
|
+
actionType: {
|
|
2743
2794
|
serializedName: "properties.actionType",
|
|
2744
2795
|
type: {
|
|
2745
2796
|
name: "String"
|
|
2746
2797
|
}
|
|
2747
|
-
},
|
|
2798
|
+
},
|
|
2799
|
+
enableLogging: {
|
|
2748
2800
|
serializedName: "properties.enableLogging",
|
|
2749
2801
|
type: {
|
|
2750
2802
|
name: "String"
|
|
2751
2803
|
}
|
|
2752
|
-
},
|
|
2804
|
+
},
|
|
2805
|
+
decryptionRuleType: {
|
|
2753
2806
|
serializedName: "properties.decryptionRuleType",
|
|
2754
2807
|
type: {
|
|
2755
2808
|
name: "String"
|
|
2756
2809
|
}
|
|
2757
|
-
},
|
|
2810
|
+
},
|
|
2811
|
+
tags: {
|
|
2758
2812
|
serializedName: "properties.tags",
|
|
2759
2813
|
type: {
|
|
2760
2814
|
name: "Sequence",
|
|
@@ -2765,25 +2819,30 @@ exports.PostRulesResource = {
|
|
|
2765
2819
|
}
|
|
2766
2820
|
}
|
|
2767
2821
|
}
|
|
2768
|
-
},
|
|
2822
|
+
},
|
|
2823
|
+
provisioningState: {
|
|
2769
2824
|
serializedName: "properties.provisioningState",
|
|
2770
2825
|
readOnly: true,
|
|
2771
2826
|
type: {
|
|
2772
2827
|
name: "String"
|
|
2773
2828
|
}
|
|
2774
|
-
}
|
|
2829
|
+
}
|
|
2830
|
+
}
|
|
2775
2831
|
}
|
|
2776
2832
|
};
|
|
2777
2833
|
exports.PrefixListGlobalRulestackResource = {
|
|
2778
2834
|
type: {
|
|
2779
2835
|
name: "Composite",
|
|
2780
2836
|
className: "PrefixListGlobalRulestackResource",
|
|
2781
|
-
modelProperties:
|
|
2837
|
+
modelProperties: {
|
|
2838
|
+
...exports.ProxyResource.type.modelProperties,
|
|
2839
|
+
description: {
|
|
2782
2840
|
serializedName: "properties.description",
|
|
2783
2841
|
type: {
|
|
2784
2842
|
name: "String"
|
|
2785
2843
|
}
|
|
2786
|
-
},
|
|
2844
|
+
},
|
|
2845
|
+
prefixList: {
|
|
2787
2846
|
serializedName: "properties.prefixList",
|
|
2788
2847
|
required: true,
|
|
2789
2848
|
type: {
|
|
@@ -2794,79 +2853,94 @@ exports.PrefixListGlobalRulestackResource = {
|
|
|
2794
2853
|
}
|
|
2795
2854
|
}
|
|
2796
2855
|
}
|
|
2797
|
-
},
|
|
2856
|
+
},
|
|
2857
|
+
etag: {
|
|
2798
2858
|
serializedName: "properties.etag",
|
|
2799
2859
|
type: {
|
|
2800
2860
|
name: "String"
|
|
2801
2861
|
}
|
|
2802
|
-
},
|
|
2862
|
+
},
|
|
2863
|
+
auditComment: {
|
|
2803
2864
|
serializedName: "properties.auditComment",
|
|
2804
2865
|
type: {
|
|
2805
2866
|
name: "String"
|
|
2806
2867
|
}
|
|
2807
|
-
},
|
|
2868
|
+
},
|
|
2869
|
+
provisioningState: {
|
|
2808
2870
|
serializedName: "properties.provisioningState",
|
|
2809
2871
|
readOnly: true,
|
|
2810
2872
|
type: {
|
|
2811
2873
|
name: "String"
|
|
2812
2874
|
}
|
|
2813
|
-
}
|
|
2875
|
+
}
|
|
2876
|
+
}
|
|
2814
2877
|
}
|
|
2815
2878
|
};
|
|
2816
2879
|
exports.PreRulesResource = {
|
|
2817
2880
|
type: {
|
|
2818
2881
|
name: "Composite",
|
|
2819
2882
|
className: "PreRulesResource",
|
|
2820
|
-
modelProperties:
|
|
2883
|
+
modelProperties: {
|
|
2884
|
+
...exports.ProxyResource.type.modelProperties,
|
|
2885
|
+
etag: {
|
|
2821
2886
|
serializedName: "properties.etag",
|
|
2822
2887
|
type: {
|
|
2823
2888
|
name: "String"
|
|
2824
2889
|
}
|
|
2825
|
-
},
|
|
2890
|
+
},
|
|
2891
|
+
ruleName: {
|
|
2826
2892
|
serializedName: "properties.ruleName",
|
|
2827
2893
|
required: true,
|
|
2828
2894
|
type: {
|
|
2829
2895
|
name: "String"
|
|
2830
2896
|
}
|
|
2831
|
-
},
|
|
2897
|
+
},
|
|
2898
|
+
priority: {
|
|
2832
2899
|
serializedName: "properties.priority",
|
|
2833
2900
|
readOnly: true,
|
|
2834
2901
|
type: {
|
|
2835
2902
|
name: "Number"
|
|
2836
2903
|
}
|
|
2837
|
-
},
|
|
2904
|
+
},
|
|
2905
|
+
description: {
|
|
2838
2906
|
serializedName: "properties.description",
|
|
2839
2907
|
type: {
|
|
2840
2908
|
name: "String"
|
|
2841
2909
|
}
|
|
2842
|
-
},
|
|
2910
|
+
},
|
|
2911
|
+
ruleState: {
|
|
2843
2912
|
serializedName: "properties.ruleState",
|
|
2844
2913
|
type: {
|
|
2845
2914
|
name: "String"
|
|
2846
2915
|
}
|
|
2847
|
-
},
|
|
2916
|
+
},
|
|
2917
|
+
source: {
|
|
2848
2918
|
serializedName: "properties.source",
|
|
2849
2919
|
type: {
|
|
2850
2920
|
name: "Composite",
|
|
2851
2921
|
className: "SourceAddr"
|
|
2852
2922
|
}
|
|
2853
|
-
},
|
|
2923
|
+
},
|
|
2924
|
+
negateSource: {
|
|
2854
2925
|
serializedName: "properties.negateSource",
|
|
2855
2926
|
type: {
|
|
2856
2927
|
name: "String"
|
|
2857
2928
|
}
|
|
2858
|
-
},
|
|
2929
|
+
},
|
|
2930
|
+
destination: {
|
|
2859
2931
|
serializedName: "properties.destination",
|
|
2860
2932
|
type: {
|
|
2861
2933
|
name: "Composite",
|
|
2862
2934
|
className: "DestinationAddr"
|
|
2863
2935
|
}
|
|
2864
|
-
},
|
|
2936
|
+
},
|
|
2937
|
+
negateDestination: {
|
|
2865
2938
|
serializedName: "properties.negateDestination",
|
|
2866
2939
|
type: {
|
|
2867
2940
|
name: "String"
|
|
2868
2941
|
}
|
|
2869
|
-
},
|
|
2942
|
+
},
|
|
2943
|
+
applications: {
|
|
2870
2944
|
serializedName: "properties.applications",
|
|
2871
2945
|
type: {
|
|
2872
2946
|
name: "Sequence",
|
|
@@ -2876,19 +2950,22 @@ exports.PreRulesResource = {
|
|
|
2876
2950
|
}
|
|
2877
2951
|
}
|
|
2878
2952
|
}
|
|
2879
|
-
},
|
|
2953
|
+
},
|
|
2954
|
+
category: {
|
|
2880
2955
|
serializedName: "properties.category",
|
|
2881
2956
|
type: {
|
|
2882
2957
|
name: "Composite",
|
|
2883
2958
|
className: "Category"
|
|
2884
2959
|
}
|
|
2885
|
-
},
|
|
2960
|
+
},
|
|
2961
|
+
protocol: {
|
|
2886
2962
|
defaultValue: "application-default",
|
|
2887
2963
|
serializedName: "properties.protocol",
|
|
2888
2964
|
type: {
|
|
2889
2965
|
name: "String"
|
|
2890
2966
|
}
|
|
2891
|
-
},
|
|
2967
|
+
},
|
|
2968
|
+
protocolPortList: {
|
|
2892
2969
|
serializedName: "properties.protocolPortList",
|
|
2893
2970
|
type: {
|
|
2894
2971
|
name: "Sequence",
|
|
@@ -2898,32 +2975,38 @@ exports.PreRulesResource = {
|
|
|
2898
2975
|
}
|
|
2899
2976
|
}
|
|
2900
2977
|
}
|
|
2901
|
-
},
|
|
2978
|
+
},
|
|
2979
|
+
inboundInspectionCertificate: {
|
|
2902
2980
|
serializedName: "properties.inboundInspectionCertificate",
|
|
2903
2981
|
type: {
|
|
2904
2982
|
name: "String"
|
|
2905
2983
|
}
|
|
2906
|
-
},
|
|
2984
|
+
},
|
|
2985
|
+
auditComment: {
|
|
2907
2986
|
serializedName: "properties.auditComment",
|
|
2908
2987
|
type: {
|
|
2909
2988
|
name: "String"
|
|
2910
2989
|
}
|
|
2911
|
-
},
|
|
2990
|
+
},
|
|
2991
|
+
actionType: {
|
|
2912
2992
|
serializedName: "properties.actionType",
|
|
2913
2993
|
type: {
|
|
2914
2994
|
name: "String"
|
|
2915
2995
|
}
|
|
2916
|
-
},
|
|
2996
|
+
},
|
|
2997
|
+
enableLogging: {
|
|
2917
2998
|
serializedName: "properties.enableLogging",
|
|
2918
2999
|
type: {
|
|
2919
3000
|
name: "String"
|
|
2920
3001
|
}
|
|
2921
|
-
},
|
|
3002
|
+
},
|
|
3003
|
+
decryptionRuleType: {
|
|
2922
3004
|
serializedName: "properties.decryptionRuleType",
|
|
2923
3005
|
type: {
|
|
2924
3006
|
name: "String"
|
|
2925
3007
|
}
|
|
2926
|
-
},
|
|
3008
|
+
},
|
|
3009
|
+
tags: {
|
|
2927
3010
|
serializedName: "properties.tags",
|
|
2928
3011
|
type: {
|
|
2929
3012
|
name: "Sequence",
|
|
@@ -2934,101 +3017,121 @@ exports.PreRulesResource = {
|
|
|
2934
3017
|
}
|
|
2935
3018
|
}
|
|
2936
3019
|
}
|
|
2937
|
-
},
|
|
3020
|
+
},
|
|
3021
|
+
provisioningState: {
|
|
2938
3022
|
serializedName: "properties.provisioningState",
|
|
2939
3023
|
readOnly: true,
|
|
2940
3024
|
type: {
|
|
2941
3025
|
name: "String"
|
|
2942
3026
|
}
|
|
2943
|
-
}
|
|
3027
|
+
}
|
|
3028
|
+
}
|
|
2944
3029
|
}
|
|
2945
3030
|
};
|
|
2946
3031
|
exports.FirewallStatusResource = {
|
|
2947
3032
|
type: {
|
|
2948
3033
|
name: "Composite",
|
|
2949
3034
|
className: "FirewallStatusResource",
|
|
2950
|
-
modelProperties:
|
|
3035
|
+
modelProperties: {
|
|
3036
|
+
...exports.ProxyResource.type.modelProperties,
|
|
3037
|
+
isPanoramaManaged: {
|
|
2951
3038
|
serializedName: "properties.isPanoramaManaged",
|
|
2952
3039
|
readOnly: true,
|
|
2953
3040
|
type: {
|
|
2954
3041
|
name: "String"
|
|
2955
3042
|
}
|
|
2956
|
-
},
|
|
3043
|
+
},
|
|
3044
|
+
healthStatus: {
|
|
2957
3045
|
serializedName: "properties.healthStatus",
|
|
2958
3046
|
readOnly: true,
|
|
2959
3047
|
type: {
|
|
2960
3048
|
name: "String"
|
|
2961
3049
|
}
|
|
2962
|
-
},
|
|
3050
|
+
},
|
|
3051
|
+
healthReason: {
|
|
2963
3052
|
serializedName: "properties.healthReason",
|
|
2964
3053
|
readOnly: true,
|
|
2965
3054
|
type: {
|
|
2966
3055
|
name: "String"
|
|
2967
3056
|
}
|
|
2968
|
-
},
|
|
3057
|
+
},
|
|
3058
|
+
panoramaStatus: {
|
|
2969
3059
|
serializedName: "properties.panoramaStatus",
|
|
2970
3060
|
type: {
|
|
2971
3061
|
name: "Composite",
|
|
2972
3062
|
className: "PanoramaStatus"
|
|
2973
3063
|
}
|
|
2974
|
-
},
|
|
3064
|
+
},
|
|
3065
|
+
provisioningState: {
|
|
2975
3066
|
serializedName: "properties.provisioningState",
|
|
2976
3067
|
readOnly: true,
|
|
2977
3068
|
type: {
|
|
2978
3069
|
name: "String"
|
|
2979
3070
|
}
|
|
2980
|
-
}
|
|
3071
|
+
}
|
|
3072
|
+
}
|
|
2981
3073
|
}
|
|
2982
3074
|
};
|
|
2983
3075
|
exports.CertificateObjectLocalRulestackResource = {
|
|
2984
3076
|
type: {
|
|
2985
3077
|
name: "Composite",
|
|
2986
3078
|
className: "CertificateObjectLocalRulestackResource",
|
|
2987
|
-
modelProperties:
|
|
3079
|
+
modelProperties: {
|
|
3080
|
+
...exports.ProxyResource.type.modelProperties,
|
|
3081
|
+
certificateSignerResourceId: {
|
|
2988
3082
|
serializedName: "properties.certificateSignerResourceId",
|
|
2989
3083
|
type: {
|
|
2990
3084
|
name: "String"
|
|
2991
3085
|
}
|
|
2992
|
-
},
|
|
3086
|
+
},
|
|
3087
|
+
certificateSelfSigned: {
|
|
2993
3088
|
serializedName: "properties.certificateSelfSigned",
|
|
2994
3089
|
required: true,
|
|
2995
3090
|
type: {
|
|
2996
3091
|
name: "String"
|
|
2997
3092
|
}
|
|
2998
|
-
},
|
|
3093
|
+
},
|
|
3094
|
+
auditComment: {
|
|
2999
3095
|
serializedName: "properties.auditComment",
|
|
3000
3096
|
type: {
|
|
3001
3097
|
name: "String"
|
|
3002
3098
|
}
|
|
3003
|
-
},
|
|
3099
|
+
},
|
|
3100
|
+
description: {
|
|
3004
3101
|
serializedName: "properties.description",
|
|
3005
3102
|
type: {
|
|
3006
3103
|
name: "String"
|
|
3007
3104
|
}
|
|
3008
|
-
},
|
|
3105
|
+
},
|
|
3106
|
+
etag: {
|
|
3009
3107
|
serializedName: "properties.etag",
|
|
3010
3108
|
type: {
|
|
3011
3109
|
name: "String"
|
|
3012
3110
|
}
|
|
3013
|
-
},
|
|
3111
|
+
},
|
|
3112
|
+
provisioningState: {
|
|
3014
3113
|
serializedName: "properties.provisioningState",
|
|
3015
3114
|
readOnly: true,
|
|
3016
3115
|
type: {
|
|
3017
3116
|
name: "String"
|
|
3018
3117
|
}
|
|
3019
|
-
}
|
|
3118
|
+
}
|
|
3119
|
+
}
|
|
3020
3120
|
}
|
|
3021
3121
|
};
|
|
3022
3122
|
exports.FqdnListLocalRulestackResource = {
|
|
3023
3123
|
type: {
|
|
3024
3124
|
name: "Composite",
|
|
3025
3125
|
className: "FqdnListLocalRulestackResource",
|
|
3026
|
-
modelProperties:
|
|
3126
|
+
modelProperties: {
|
|
3127
|
+
...exports.ProxyResource.type.modelProperties,
|
|
3128
|
+
description: {
|
|
3027
3129
|
serializedName: "properties.description",
|
|
3028
3130
|
type: {
|
|
3029
3131
|
name: "String"
|
|
3030
3132
|
}
|
|
3031
|
-
},
|
|
3133
|
+
},
|
|
3134
|
+
fqdnList: {
|
|
3032
3135
|
serializedName: "properties.fqdnList",
|
|
3033
3136
|
required: true,
|
|
3034
3137
|
type: {
|
|
@@ -3039,79 +3142,94 @@ exports.FqdnListLocalRulestackResource = {
|
|
|
3039
3142
|
}
|
|
3040
3143
|
}
|
|
3041
3144
|
}
|
|
3042
|
-
},
|
|
3145
|
+
},
|
|
3146
|
+
etag: {
|
|
3043
3147
|
serializedName: "properties.etag",
|
|
3044
3148
|
type: {
|
|
3045
3149
|
name: "String"
|
|
3046
3150
|
}
|
|
3047
|
-
},
|
|
3151
|
+
},
|
|
3152
|
+
auditComment: {
|
|
3048
3153
|
serializedName: "properties.auditComment",
|
|
3049
3154
|
type: {
|
|
3050
3155
|
name: "String"
|
|
3051
3156
|
}
|
|
3052
|
-
},
|
|
3157
|
+
},
|
|
3158
|
+
provisioningState: {
|
|
3053
3159
|
serializedName: "properties.provisioningState",
|
|
3054
3160
|
readOnly: true,
|
|
3055
3161
|
type: {
|
|
3056
3162
|
name: "String"
|
|
3057
3163
|
}
|
|
3058
|
-
}
|
|
3164
|
+
}
|
|
3165
|
+
}
|
|
3059
3166
|
}
|
|
3060
3167
|
};
|
|
3061
3168
|
exports.LocalRulesResource = {
|
|
3062
3169
|
type: {
|
|
3063
3170
|
name: "Composite",
|
|
3064
3171
|
className: "LocalRulesResource",
|
|
3065
|
-
modelProperties:
|
|
3172
|
+
modelProperties: {
|
|
3173
|
+
...exports.ProxyResource.type.modelProperties,
|
|
3174
|
+
etag: {
|
|
3066
3175
|
serializedName: "properties.etag",
|
|
3067
3176
|
type: {
|
|
3068
3177
|
name: "String"
|
|
3069
3178
|
}
|
|
3070
|
-
},
|
|
3179
|
+
},
|
|
3180
|
+
ruleName: {
|
|
3071
3181
|
serializedName: "properties.ruleName",
|
|
3072
3182
|
required: true,
|
|
3073
3183
|
type: {
|
|
3074
3184
|
name: "String"
|
|
3075
3185
|
}
|
|
3076
|
-
},
|
|
3186
|
+
},
|
|
3187
|
+
priority: {
|
|
3077
3188
|
serializedName: "properties.priority",
|
|
3078
3189
|
readOnly: true,
|
|
3079
3190
|
type: {
|
|
3080
3191
|
name: "Number"
|
|
3081
3192
|
}
|
|
3082
|
-
},
|
|
3193
|
+
},
|
|
3194
|
+
description: {
|
|
3083
3195
|
serializedName: "properties.description",
|
|
3084
3196
|
type: {
|
|
3085
3197
|
name: "String"
|
|
3086
3198
|
}
|
|
3087
|
-
},
|
|
3199
|
+
},
|
|
3200
|
+
ruleState: {
|
|
3088
3201
|
serializedName: "properties.ruleState",
|
|
3089
3202
|
type: {
|
|
3090
3203
|
name: "String"
|
|
3091
3204
|
}
|
|
3092
|
-
},
|
|
3205
|
+
},
|
|
3206
|
+
source: {
|
|
3093
3207
|
serializedName: "properties.source",
|
|
3094
3208
|
type: {
|
|
3095
3209
|
name: "Composite",
|
|
3096
3210
|
className: "SourceAddr"
|
|
3097
3211
|
}
|
|
3098
|
-
},
|
|
3212
|
+
},
|
|
3213
|
+
negateSource: {
|
|
3099
3214
|
serializedName: "properties.negateSource",
|
|
3100
3215
|
type: {
|
|
3101
3216
|
name: "String"
|
|
3102
3217
|
}
|
|
3103
|
-
},
|
|
3218
|
+
},
|
|
3219
|
+
destination: {
|
|
3104
3220
|
serializedName: "properties.destination",
|
|
3105
3221
|
type: {
|
|
3106
3222
|
name: "Composite",
|
|
3107
3223
|
className: "DestinationAddr"
|
|
3108
3224
|
}
|
|
3109
|
-
},
|
|
3225
|
+
},
|
|
3226
|
+
negateDestination: {
|
|
3110
3227
|
serializedName: "properties.negateDestination",
|
|
3111
3228
|
type: {
|
|
3112
3229
|
name: "String"
|
|
3113
3230
|
}
|
|
3114
|
-
},
|
|
3231
|
+
},
|
|
3232
|
+
applications: {
|
|
3115
3233
|
serializedName: "properties.applications",
|
|
3116
3234
|
type: {
|
|
3117
3235
|
name: "Sequence",
|
|
@@ -3121,19 +3239,22 @@ exports.LocalRulesResource = {
|
|
|
3121
3239
|
}
|
|
3122
3240
|
}
|
|
3123
3241
|
}
|
|
3124
|
-
},
|
|
3242
|
+
},
|
|
3243
|
+
category: {
|
|
3125
3244
|
serializedName: "properties.category",
|
|
3126
3245
|
type: {
|
|
3127
3246
|
name: "Composite",
|
|
3128
3247
|
className: "Category"
|
|
3129
3248
|
}
|
|
3130
|
-
},
|
|
3249
|
+
},
|
|
3250
|
+
protocol: {
|
|
3131
3251
|
defaultValue: "application-default",
|
|
3132
3252
|
serializedName: "properties.protocol",
|
|
3133
3253
|
type: {
|
|
3134
3254
|
name: "String"
|
|
3135
3255
|
}
|
|
3136
|
-
},
|
|
3256
|
+
},
|
|
3257
|
+
protocolPortList: {
|
|
3137
3258
|
serializedName: "properties.protocolPortList",
|
|
3138
3259
|
type: {
|
|
3139
3260
|
name: "Sequence",
|
|
@@ -3143,32 +3264,38 @@ exports.LocalRulesResource = {
|
|
|
3143
3264
|
}
|
|
3144
3265
|
}
|
|
3145
3266
|
}
|
|
3146
|
-
},
|
|
3267
|
+
},
|
|
3268
|
+
inboundInspectionCertificate: {
|
|
3147
3269
|
serializedName: "properties.inboundInspectionCertificate",
|
|
3148
3270
|
type: {
|
|
3149
3271
|
name: "String"
|
|
3150
3272
|
}
|
|
3151
|
-
},
|
|
3273
|
+
},
|
|
3274
|
+
auditComment: {
|
|
3152
3275
|
serializedName: "properties.auditComment",
|
|
3153
3276
|
type: {
|
|
3154
3277
|
name: "String"
|
|
3155
3278
|
}
|
|
3156
|
-
},
|
|
3279
|
+
},
|
|
3280
|
+
actionType: {
|
|
3157
3281
|
serializedName: "properties.actionType",
|
|
3158
3282
|
type: {
|
|
3159
3283
|
name: "String"
|
|
3160
3284
|
}
|
|
3161
|
-
},
|
|
3285
|
+
},
|
|
3286
|
+
enableLogging: {
|
|
3162
3287
|
serializedName: "properties.enableLogging",
|
|
3163
3288
|
type: {
|
|
3164
3289
|
name: "String"
|
|
3165
3290
|
}
|
|
3166
|
-
},
|
|
3291
|
+
},
|
|
3292
|
+
decryptionRuleType: {
|
|
3167
3293
|
serializedName: "properties.decryptionRuleType",
|
|
3168
3294
|
type: {
|
|
3169
3295
|
name: "String"
|
|
3170
3296
|
}
|
|
3171
|
-
},
|
|
3297
|
+
},
|
|
3298
|
+
tags: {
|
|
3172
3299
|
serializedName: "properties.tags",
|
|
3173
3300
|
type: {
|
|
3174
3301
|
name: "Sequence",
|
|
@@ -3179,25 +3306,30 @@ exports.LocalRulesResource = {
|
|
|
3179
3306
|
}
|
|
3180
3307
|
}
|
|
3181
3308
|
}
|
|
3182
|
-
},
|
|
3309
|
+
},
|
|
3310
|
+
provisioningState: {
|
|
3183
3311
|
serializedName: "properties.provisioningState",
|
|
3184
3312
|
readOnly: true,
|
|
3185
3313
|
type: {
|
|
3186
3314
|
name: "String"
|
|
3187
3315
|
}
|
|
3188
|
-
}
|
|
3316
|
+
}
|
|
3317
|
+
}
|
|
3189
3318
|
}
|
|
3190
3319
|
};
|
|
3191
3320
|
exports.PrefixListResource = {
|
|
3192
3321
|
type: {
|
|
3193
3322
|
name: "Composite",
|
|
3194
3323
|
className: "PrefixListResource",
|
|
3195
|
-
modelProperties:
|
|
3324
|
+
modelProperties: {
|
|
3325
|
+
...exports.ProxyResource.type.modelProperties,
|
|
3326
|
+
description: {
|
|
3196
3327
|
serializedName: "properties.description",
|
|
3197
3328
|
type: {
|
|
3198
3329
|
name: "String"
|
|
3199
3330
|
}
|
|
3200
|
-
},
|
|
3331
|
+
},
|
|
3332
|
+
prefixList: {
|
|
3201
3333
|
serializedName: "properties.prefixList",
|
|
3202
3334
|
required: true,
|
|
3203
3335
|
type: {
|
|
@@ -3208,70 +3340,83 @@ exports.PrefixListResource = {
|
|
|
3208
3340
|
}
|
|
3209
3341
|
}
|
|
3210
3342
|
}
|
|
3211
|
-
},
|
|
3343
|
+
},
|
|
3344
|
+
etag: {
|
|
3212
3345
|
serializedName: "properties.etag",
|
|
3213
3346
|
type: {
|
|
3214
3347
|
name: "String"
|
|
3215
3348
|
}
|
|
3216
|
-
},
|
|
3349
|
+
},
|
|
3350
|
+
auditComment: {
|
|
3217
3351
|
serializedName: "properties.auditComment",
|
|
3218
3352
|
type: {
|
|
3219
3353
|
name: "String"
|
|
3220
3354
|
}
|
|
3221
|
-
},
|
|
3355
|
+
},
|
|
3356
|
+
provisioningState: {
|
|
3222
3357
|
serializedName: "properties.provisioningState",
|
|
3223
3358
|
readOnly: true,
|
|
3224
3359
|
type: {
|
|
3225
3360
|
name: "String"
|
|
3226
3361
|
}
|
|
3227
|
-
}
|
|
3362
|
+
}
|
|
3363
|
+
}
|
|
3228
3364
|
}
|
|
3229
3365
|
};
|
|
3230
3366
|
exports.FirewallResource = {
|
|
3231
3367
|
type: {
|
|
3232
3368
|
name: "Composite",
|
|
3233
3369
|
className: "FirewallResource",
|
|
3234
|
-
modelProperties:
|
|
3370
|
+
modelProperties: {
|
|
3371
|
+
...exports.TrackedResource.type.modelProperties,
|
|
3372
|
+
identity: {
|
|
3235
3373
|
serializedName: "identity",
|
|
3236
3374
|
type: {
|
|
3237
3375
|
name: "Composite",
|
|
3238
3376
|
className: "AzureResourceManagerManagedIdentityProperties"
|
|
3239
3377
|
}
|
|
3240
|
-
},
|
|
3378
|
+
},
|
|
3379
|
+
panEtag: {
|
|
3241
3380
|
serializedName: "properties.panEtag",
|
|
3242
3381
|
type: {
|
|
3243
3382
|
name: "String"
|
|
3244
3383
|
}
|
|
3245
|
-
},
|
|
3384
|
+
},
|
|
3385
|
+
networkProfile: {
|
|
3246
3386
|
serializedName: "properties.networkProfile",
|
|
3247
3387
|
type: {
|
|
3248
3388
|
name: "Composite",
|
|
3249
3389
|
className: "NetworkProfile"
|
|
3250
3390
|
}
|
|
3251
|
-
},
|
|
3391
|
+
},
|
|
3392
|
+
isPanoramaManaged: {
|
|
3252
3393
|
serializedName: "properties.isPanoramaManaged",
|
|
3253
3394
|
type: {
|
|
3254
3395
|
name: "String"
|
|
3255
3396
|
}
|
|
3256
|
-
},
|
|
3397
|
+
},
|
|
3398
|
+
panoramaConfig: {
|
|
3257
3399
|
serializedName: "properties.panoramaConfig",
|
|
3258
3400
|
type: {
|
|
3259
3401
|
name: "Composite",
|
|
3260
3402
|
className: "PanoramaConfig"
|
|
3261
3403
|
}
|
|
3262
|
-
},
|
|
3404
|
+
},
|
|
3405
|
+
associatedRulestack: {
|
|
3263
3406
|
serializedName: "properties.associatedRulestack",
|
|
3264
3407
|
type: {
|
|
3265
3408
|
name: "Composite",
|
|
3266
3409
|
className: "RulestackDetails"
|
|
3267
3410
|
}
|
|
3268
|
-
},
|
|
3411
|
+
},
|
|
3412
|
+
dnsSettings: {
|
|
3269
3413
|
serializedName: "properties.dnsSettings",
|
|
3270
3414
|
type: {
|
|
3271
3415
|
name: "Composite",
|
|
3272
3416
|
className: "DNSSettings"
|
|
3273
3417
|
}
|
|
3274
|
-
},
|
|
3418
|
+
},
|
|
3419
|
+
frontEndSettings: {
|
|
3275
3420
|
serializedName: "properties.frontEndSettings",
|
|
3276
3421
|
type: {
|
|
3277
3422
|
name: "Sequence",
|
|
@@ -3282,53 +3427,63 @@ exports.FirewallResource = {
|
|
|
3282
3427
|
}
|
|
3283
3428
|
}
|
|
3284
3429
|
}
|
|
3285
|
-
},
|
|
3430
|
+
},
|
|
3431
|
+
provisioningState: {
|
|
3286
3432
|
serializedName: "properties.provisioningState",
|
|
3287
3433
|
readOnly: true,
|
|
3288
3434
|
type: {
|
|
3289
3435
|
name: "String"
|
|
3290
3436
|
}
|
|
3291
|
-
},
|
|
3437
|
+
},
|
|
3438
|
+
planData: {
|
|
3292
3439
|
serializedName: "properties.planData",
|
|
3293
3440
|
type: {
|
|
3294
3441
|
name: "Composite",
|
|
3295
3442
|
className: "PlanData"
|
|
3296
3443
|
}
|
|
3297
|
-
},
|
|
3444
|
+
},
|
|
3445
|
+
marketplaceDetails: {
|
|
3298
3446
|
serializedName: "properties.marketplaceDetails",
|
|
3299
3447
|
type: {
|
|
3300
3448
|
name: "Composite",
|
|
3301
3449
|
className: "MarketplaceDetails"
|
|
3302
3450
|
}
|
|
3303
|
-
}
|
|
3451
|
+
}
|
|
3452
|
+
}
|
|
3304
3453
|
}
|
|
3305
3454
|
};
|
|
3306
3455
|
exports.LocalRulestackResource = {
|
|
3307
3456
|
type: {
|
|
3308
3457
|
name: "Composite",
|
|
3309
3458
|
className: "LocalRulestackResource",
|
|
3310
|
-
modelProperties:
|
|
3459
|
+
modelProperties: {
|
|
3460
|
+
...exports.TrackedResource.type.modelProperties,
|
|
3461
|
+
identity: {
|
|
3311
3462
|
serializedName: "identity",
|
|
3312
3463
|
type: {
|
|
3313
3464
|
name: "Composite",
|
|
3314
3465
|
className: "AzureResourceManagerManagedIdentityProperties"
|
|
3315
3466
|
}
|
|
3316
|
-
},
|
|
3467
|
+
},
|
|
3468
|
+
panEtag: {
|
|
3317
3469
|
serializedName: "properties.panEtag",
|
|
3318
3470
|
type: {
|
|
3319
3471
|
name: "String"
|
|
3320
3472
|
}
|
|
3321
|
-
},
|
|
3473
|
+
},
|
|
3474
|
+
panLocation: {
|
|
3322
3475
|
serializedName: "properties.panLocation",
|
|
3323
3476
|
type: {
|
|
3324
3477
|
name: "String"
|
|
3325
3478
|
}
|
|
3326
|
-
},
|
|
3479
|
+
},
|
|
3480
|
+
scope: {
|
|
3327
3481
|
serializedName: "properties.scope",
|
|
3328
3482
|
type: {
|
|
3329
3483
|
name: "String"
|
|
3330
3484
|
}
|
|
3331
|
-
},
|
|
3485
|
+
},
|
|
3486
|
+
associatedSubscriptions: {
|
|
3332
3487
|
serializedName: "properties.associatedSubscriptions",
|
|
3333
3488
|
type: {
|
|
3334
3489
|
name: "Sequence",
|
|
@@ -3338,34 +3493,40 @@ exports.LocalRulestackResource = {
|
|
|
3338
3493
|
}
|
|
3339
3494
|
}
|
|
3340
3495
|
}
|
|
3341
|
-
},
|
|
3496
|
+
},
|
|
3497
|
+
description: {
|
|
3342
3498
|
serializedName: "properties.description",
|
|
3343
3499
|
type: {
|
|
3344
3500
|
name: "String"
|
|
3345
3501
|
}
|
|
3346
|
-
},
|
|
3502
|
+
},
|
|
3503
|
+
defaultMode: {
|
|
3347
3504
|
serializedName: "properties.defaultMode",
|
|
3348
3505
|
type: {
|
|
3349
3506
|
name: "String"
|
|
3350
3507
|
}
|
|
3351
|
-
},
|
|
3508
|
+
},
|
|
3509
|
+
minAppIdVersion: {
|
|
3352
3510
|
serializedName: "properties.minAppIdVersion",
|
|
3353
3511
|
type: {
|
|
3354
3512
|
name: "String"
|
|
3355
3513
|
}
|
|
3356
|
-
},
|
|
3514
|
+
},
|
|
3515
|
+
provisioningState: {
|
|
3357
3516
|
serializedName: "properties.provisioningState",
|
|
3358
3517
|
readOnly: true,
|
|
3359
3518
|
type: {
|
|
3360
3519
|
name: "String"
|
|
3361
3520
|
}
|
|
3362
|
-
},
|
|
3521
|
+
},
|
|
3522
|
+
securityServices: {
|
|
3363
3523
|
serializedName: "properties.securityServices",
|
|
3364
3524
|
type: {
|
|
3365
3525
|
name: "Composite",
|
|
3366
3526
|
className: "SecurityServices"
|
|
3367
3527
|
}
|
|
3368
|
-
}
|
|
3528
|
+
}
|
|
3529
|
+
}
|
|
3369
3530
|
}
|
|
3370
3531
|
};
|
|
3371
3532
|
//# sourceMappingURL=mappers.js.map
|