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