catalystwan 0.41.1.dev5__py3-none-any.whl → 0.41.2.dev0__py3-none-any.whl

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.
@@ -336,112 +336,97 @@ class TransportFeatureProfileAPI:
336
336
  @overload
337
337
  def get_parcel(
338
338
  self, profile_id: UUID, parcel_type: Type[CellularControllerParcel], parcel_id: UUID
339
- ) -> Parcel[CellularControllerParcel]:
340
- ...
339
+ ) -> Parcel[CellularControllerParcel]: ...
341
340
 
342
341
  @overload
343
342
  def get_parcel(
344
343
  self, profile_id: UUID, parcel_type: Type[T1E1ControllerParcel], parcel_id: UUID
345
- ) -> Parcel[T1E1ControllerParcel]:
346
- ...
344
+ ) -> Parcel[T1E1ControllerParcel]: ...
347
345
 
348
346
  @overload
349
347
  def get_parcel(
350
348
  self, profile_id: UUID, parcel_type: Type[TransportVpnParcel], parcel_id: UUID
351
- ) -> Parcel[TransportVpnParcel]:
352
- ...
349
+ ) -> Parcel[TransportVpnParcel]: ...
353
350
 
354
351
  @overload
355
352
  def get_parcel(
356
353
  self, profile_id: UUID, parcel_type: Type[ManagementVpnParcel], parcel_id: UUID
357
- ) -> Parcel[ManagementVpnParcel]:
358
- ...
354
+ ) -> Parcel[ManagementVpnParcel]: ...
359
355
 
360
356
  @overload
361
- def get_parcel(self, profile_id: UUID, parcel_type: Type[Ipv4AclParcel], parcel_id: UUID) -> Parcel[Ipv4AclParcel]:
362
- ...
357
+ def get_parcel(
358
+ self, profile_id: UUID, parcel_type: Type[Ipv4AclParcel], parcel_id: UUID
359
+ ) -> Parcel[Ipv4AclParcel]: ...
363
360
 
364
361
  @overload
365
- def get_parcel(self, profile_id: UUID, parcel_type: Type[Ipv6AclParcel], parcel_id: UUID) -> Parcel[Ipv6AclParcel]:
366
- ...
362
+ def get_parcel(
363
+ self, profile_id: UUID, parcel_type: Type[Ipv6AclParcel], parcel_id: UUID
364
+ ) -> Parcel[Ipv6AclParcel]: ...
367
365
 
368
366
  @overload
369
367
  def get_parcel(
370
368
  self, profile_id: UUID, parcel_type: Type[RoutePolicyParcel], parcel_id: UUID
371
- ) -> Parcel[RoutePolicyParcel]:
372
- ...
369
+ ) -> Parcel[RoutePolicyParcel]: ...
373
370
 
374
371
  @overload
375
372
  def get_parcel(
376
373
  self, profile_id: UUID, parcel_type: Type[WanInterfaceMultilinkParcel], parcel_id: UUID, vpn_uuid: UUID
377
- ) -> Parcel[WanInterfaceMultilinkParcel]:
378
- ...
374
+ ) -> Parcel[WanInterfaceMultilinkParcel]: ...
379
375
 
380
376
  @overload
381
377
  def get_parcel(
382
378
  self, profile_id: UUID, parcel_type: Type[InterfaceEthPPPoEParcel], parcel_id: UUID, vpn_uuid: UUID
383
- ) -> Parcel[InterfaceEthPPPoEParcel]:
384
- ...
379
+ ) -> Parcel[InterfaceEthPPPoEParcel]: ...
385
380
 
386
381
  @overload
387
382
  def get_parcel(
388
383
  self, profile_id: UUID, parcel_type: Type[InterfaceDslPPPoEParcel], parcel_id: UUID, vpn_uuid: UUID
389
- ) -> Parcel[InterfaceDslPPPoEParcel]:
390
- ...
384
+ ) -> Parcel[InterfaceDslPPPoEParcel]: ...
391
385
 
392
386
  @overload
393
387
  def get_parcel(
394
388
  self, profile_id: UUID, parcel_type: Type[InterfaceDslPPPoAParcel], parcel_id: UUID, vpn_uuid: UUID
395
- ) -> Parcel[InterfaceDslPPPoAParcel]:
396
- ...
389
+ ) -> Parcel[InterfaceDslPPPoAParcel]: ...
397
390
 
398
391
  @overload
399
392
  def get_parcel(
400
393
  self, profile_id: UUID, parcel_type: Type[InterfaceDslIPoEParcel], parcel_id: UUID, vpn_uuid: UUID
401
- ) -> Parcel[InterfaceDslIPoEParcel]:
402
- ...
394
+ ) -> Parcel[InterfaceDslIPoEParcel]: ...
403
395
 
404
396
  @overload
405
397
  def get_parcel(
406
398
  self, profile_id: UUID, parcel_type: Type[WanInterfaceGreParcel], parcel_id: UUID, vpn_uuid: UUID
407
- ) -> Parcel[WanInterfaceGreParcel]:
408
- ...
399
+ ) -> Parcel[WanInterfaceGreParcel]: ...
409
400
 
410
401
  @overload
411
402
  def get_parcel(
412
403
  self, profile_id: UUID, parcel_type: Type[WanInterfaceEthernetParcel], parcel_id: UUID, vpn_uuid: UUID
413
- ) -> Parcel[WanInterfaceEthernetParcel]:
414
- ...
404
+ ) -> Parcel[WanInterfaceEthernetParcel]: ...
415
405
 
416
406
  @overload
417
407
  def get_parcel(
418
408
  self, profile_id: UUID, parcel_type: Type[ManagementInterfaceEthernetParcel], parcel_id: UUID, vpn_uuid: UUID
419
- ) -> Parcel[ManagementInterfaceEthernetParcel]:
420
- ...
409
+ ) -> Parcel[ManagementInterfaceEthernetParcel]: ...
421
410
 
422
411
  @overload
423
412
  def get_parcel(
424
413
  self, profile_id: UUID, parcel_type: Type[RoutingBgpParcel], parcel_id: UUID
425
- ) -> Parcel[RoutingBgpParcel]:
426
- ...
414
+ ) -> Parcel[RoutingBgpParcel]: ...
427
415
 
428
416
  @overload
429
417
  def get_parcel(
430
418
  self, profile_id: UUID, parcel_type: Type[RoutingOspfParcel], parcel_id: UUID
431
- ) -> Parcel[RoutingOspfParcel]:
432
- ...
419
+ ) -> Parcel[RoutingOspfParcel]: ...
433
420
 
434
421
  @overload
435
422
  def get_parcel(
436
423
  self, profile_id: UUID, parcel_type: Type[RoutingOspfv3IPv6Parcel], parcel_id: UUID
437
- ) -> Parcel[RoutingOspfv3IPv6Parcel]:
438
- ...
424
+ ) -> Parcel[RoutingOspfv3IPv6Parcel]: ...
439
425
 
440
426
  @overload
441
427
  def get_parcel(
442
428
  self, profile_id: UUID, parcel_type: Type[RoutingOspfv3IPv4Parcel], parcel_id: UUID
443
- ) -> Parcel[RoutingOspfv3IPv4Parcel]:
444
- ...
429
+ ) -> Parcel[RoutingOspfv3IPv4Parcel]: ...
445
430
 
446
431
  @overload
447
432
  def get_parcel(
@@ -450,8 +435,7 @@ class TransportFeatureProfileAPI:
450
435
  parcel_type: Type[InterfaceCellularParcel],
451
436
  parcel_id: UUID,
452
437
  vpn_uuid: UUID,
453
- ) -> Parcel[InterfaceCellularParcel]:
454
- ...
438
+ ) -> Parcel[InterfaceCellularParcel]: ...
455
439
 
456
440
  @overload
457
441
  def get_parcel(
@@ -460,8 +444,7 @@ class TransportFeatureProfileAPI:
460
444
  parcel_type: Type[T1E1SerialParcel],
461
445
  parcel_id: UUID,
462
446
  vpn_uuid: UUID,
463
- ) -> Parcel[T1E1SerialParcel]:
464
- ...
447
+ ) -> Parcel[T1E1SerialParcel]: ...
465
448
 
466
449
  @overload
467
450
  def get_parcel(
@@ -470,8 +453,7 @@ class TransportFeatureProfileAPI:
470
453
  parcel_type: Type[WanInterfaceIpsecParcel],
471
454
  parcel_id: UUID,
472
455
  vpn_uuid: UUID,
473
- ) -> Parcel[WanInterfaceIpsecParcel]:
474
- ...
456
+ ) -> Parcel[WanInterfaceIpsecParcel]: ...
475
457
 
476
458
  def get_parcel(
477
459
  self,
@@ -669,64 +651,56 @@ class ServiceFeatureProfileAPI:
669
651
  self,
670
652
  profile_id: UUID,
671
653
  parcel_type: Type[RoutePolicyParcel],
672
- ) -> DataSequence[Parcel[RoutePolicyParcel]]:
673
- ...
654
+ ) -> DataSequence[Parcel[RoutePolicyParcel]]: ...
674
655
 
675
656
  @overload
676
657
  def get_parcels(
677
658
  self,
678
659
  profile_id: UUID,
679
660
  parcel_type: Type[Ipv4AclParcel],
680
- ) -> DataSequence[Parcel[Ipv4AclParcel]]:
681
- ...
661
+ ) -> DataSequence[Parcel[Ipv4AclParcel]]: ...
682
662
 
683
663
  @overload
684
664
  def get_parcels(
685
665
  self,
686
666
  profile_id: UUID,
687
667
  parcel_type: Type[Ipv6AclParcel],
688
- ) -> DataSequence[Parcel[Ipv6AclParcel]]:
689
- ...
668
+ ) -> DataSequence[Parcel[Ipv6AclParcel]]: ...
690
669
 
691
670
  @overload
692
671
  def get_parcels(
693
672
  self,
694
673
  profile_id: UUID,
695
674
  parcel_type: Type[LanVpnParcel],
696
- ) -> DataSequence[Parcel[LanVpnParcel]]:
697
- ...
675
+ ) -> DataSequence[Parcel[LanVpnParcel]]: ...
698
676
 
699
677
  @overload
700
678
  def get_parcels(
701
679
  self,
702
680
  profile_id: UUID,
703
681
  parcel_type: Type[MulticastParcel],
704
- ) -> DataSequence[Parcel[MulticastParcel]]:
705
- ...
682
+ ) -> DataSequence[Parcel[MulticastParcel]]: ...
706
683
 
707
684
  @overload
708
685
  def get_parcels(
709
686
  self,
710
687
  profile_id: UUID,
711
688
  parcel_type: Type[EigrpParcel],
712
- ) -> DataSequence[Parcel[EigrpParcel]]:
713
- ...
689
+ ) -> DataSequence[Parcel[EigrpParcel]]: ...
714
690
 
715
691
  @overload
716
692
  def get_parcels(
717
693
  self,
718
694
  profile_id: UUID,
719
695
  parcel_type: Type[SwitchportParcel],
720
- ) -> DataSequence[Parcel[SwitchportParcel]]:
721
- ...
696
+ ) -> DataSequence[Parcel[SwitchportParcel]]: ...
722
697
 
723
698
  @overload
724
699
  def get_parcels(
725
700
  self,
726
701
  profile_id: UUID,
727
702
  parcel_type: Type[WirelessLanParcel],
728
- ) -> DataSequence[Parcel[WirelessLanParcel]]:
729
- ...
703
+ ) -> DataSequence[Parcel[WirelessLanParcel]]: ...
730
704
 
731
705
  def get_parcels(
732
706
  self,
@@ -744,8 +718,7 @@ class ServiceFeatureProfileAPI:
744
718
  profile_id: UUID,
745
719
  parcel_type: Type[RoutePolicyParcel],
746
720
  parcel_id: UUID,
747
- ) -> Parcel[RoutePolicyParcel]:
748
- ...
721
+ ) -> Parcel[RoutePolicyParcel]: ...
749
722
 
750
723
  @overload
751
724
  def get_parcel(
@@ -753,8 +726,7 @@ class ServiceFeatureProfileAPI:
753
726
  profile_id: UUID,
754
727
  parcel_type: Type[Ipv4AclParcel],
755
728
  parcel_id: UUID,
756
- ) -> Parcel[Ipv4AclParcel]:
757
- ...
729
+ ) -> Parcel[Ipv4AclParcel]: ...
758
730
 
759
731
  @overload
760
732
  def get_parcel(
@@ -762,8 +734,7 @@ class ServiceFeatureProfileAPI:
762
734
  profile_id: UUID,
763
735
  parcel_type: Type[Ipv6AclParcel],
764
736
  parcel_id: UUID,
765
- ) -> Parcel[Ipv6AclParcel]:
766
- ...
737
+ ) -> Parcel[Ipv6AclParcel]: ...
767
738
 
768
739
  @overload
769
740
  def get_parcel(
@@ -771,8 +742,7 @@ class ServiceFeatureProfileAPI:
771
742
  profile_id: UUID,
772
743
  parcel_type: Type[LanVpnParcel],
773
744
  parcel_id: UUID,
774
- ) -> Parcel[LanVpnParcel]:
775
- ...
745
+ ) -> Parcel[LanVpnParcel]: ...
776
746
 
777
747
  @overload
778
748
  def get_parcel(
@@ -780,8 +750,7 @@ class ServiceFeatureProfileAPI:
780
750
  profile_id: UUID,
781
751
  parcel_type: Type[MulticastParcel],
782
752
  parcel_id: UUID,
783
- ) -> Parcel[MulticastParcel]:
784
- ...
753
+ ) -> Parcel[MulticastParcel]: ...
785
754
 
786
755
  @overload
787
756
  def get_parcel(
@@ -789,8 +758,7 @@ class ServiceFeatureProfileAPI:
789
758
  profile_id: UUID,
790
759
  parcel_type: Type[EigrpParcel],
791
760
  parcel_id: UUID,
792
- ) -> Parcel[EigrpParcel]:
793
- ...
761
+ ) -> Parcel[EigrpParcel]: ...
794
762
 
795
763
  @overload
796
764
  def get_parcel(
@@ -798,8 +766,7 @@ class ServiceFeatureProfileAPI:
798
766
  profile_id: UUID,
799
767
  parcel_type: Type[SwitchportParcel],
800
768
  parcel_id: UUID,
801
- ) -> Parcel[SwitchportParcel]:
802
- ...
769
+ ) -> Parcel[SwitchportParcel]: ...
803
770
 
804
771
  @overload
805
772
  def get_parcel(
@@ -807,8 +774,7 @@ class ServiceFeatureProfileAPI:
807
774
  profile_id: UUID,
808
775
  parcel_type: Type[WirelessLanParcel],
809
776
  parcel_id: UUID,
810
- ) -> Parcel[WirelessLanParcel]:
811
- ...
777
+ ) -> Parcel[WirelessLanParcel]: ...
812
778
 
813
779
  @overload
814
780
  def get_parcel(
@@ -817,8 +783,7 @@ class ServiceFeatureProfileAPI:
817
783
  parcel_type: Type[LanInterfaceEthernetParcel],
818
784
  parcel_id: UUID,
819
785
  vpn_uuid: UUID,
820
- ) -> Parcel[LanInterfaceEthernetParcel]:
821
- ...
786
+ ) -> Parcel[LanInterfaceEthernetParcel]: ...
822
787
 
823
788
  @overload
824
789
  def get_parcel(
@@ -827,8 +792,7 @@ class ServiceFeatureProfileAPI:
827
792
  parcel_type: Type[LanInterfaceGreParcel],
828
793
  parcel_id: UUID,
829
794
  vpn_uuid: UUID,
830
- ) -> Parcel[LanInterfaceGreParcel]:
831
- ...
795
+ ) -> Parcel[LanInterfaceGreParcel]: ...
832
796
 
833
797
  @overload
834
798
  def get_parcel(
@@ -837,8 +801,7 @@ class ServiceFeatureProfileAPI:
837
801
  parcel_type: Type[LanInterfaceIpsecParcel],
838
802
  parcel_id: UUID,
839
803
  vpn_uuid: UUID,
840
- ) -> Parcel[LanInterfaceIpsecParcel]:
841
- ...
804
+ ) -> Parcel[LanInterfaceIpsecParcel]: ...
842
805
 
843
806
  @overload
844
807
  def get_parcel(
@@ -847,8 +810,7 @@ class ServiceFeatureProfileAPI:
847
810
  parcel_type: Type[InterfaceSviParcel],
848
811
  parcel_id: UUID,
849
812
  vpn_uuid: UUID,
850
- ) -> Parcel[InterfaceSviParcel]:
851
- ...
813
+ ) -> Parcel[InterfaceSviParcel]: ...
852
814
 
853
815
  @overload
854
816
  def get_parcel(
@@ -857,8 +819,7 @@ class ServiceFeatureProfileAPI:
857
819
  parcel_type: Type[LanInterfaceMultilinkParcel],
858
820
  parcel_id: UUID,
859
821
  vpn_uuid: UUID,
860
- ) -> Parcel[LanInterfaceMultilinkParcel]:
861
- ...
822
+ ) -> Parcel[LanInterfaceMultilinkParcel]: ...
862
823
 
863
824
  @overload
864
825
  def get_parcel(
@@ -866,8 +827,7 @@ class ServiceFeatureProfileAPI:
866
827
  profile_id: UUID,
867
828
  parcel_type: Type[RoutingBgpParcel],
868
829
  parcel_id: UUID,
869
- ) -> Parcel[RoutingBgpParcel]:
870
- ...
830
+ ) -> Parcel[RoutingBgpParcel]: ...
871
831
 
872
832
  @overload
873
833
  def get_parcel(
@@ -875,8 +835,7 @@ class ServiceFeatureProfileAPI:
875
835
  profile_id: UUID,
876
836
  parcel_type: Type[RoutingOspfv3IPv6Parcel],
877
837
  parcel_id: UUID,
878
- ) -> Parcel[RoutingOspfv3IPv6Parcel]:
879
- ...
838
+ ) -> Parcel[RoutingOspfv3IPv6Parcel]: ...
880
839
 
881
840
  @overload
882
841
  def get_parcel(
@@ -884,8 +843,7 @@ class ServiceFeatureProfileAPI:
884
843
  profile_id: UUID,
885
844
  parcel_type: Type[RoutingOspfParcel],
886
845
  parcel_id: UUID,
887
- ) -> Parcel[RoutingOspfParcel]:
888
- ...
846
+ ) -> Parcel[RoutingOspfParcel]: ...
889
847
 
890
848
  @overload
891
849
  def get_parcel(
@@ -893,8 +851,7 @@ class ServiceFeatureProfileAPI:
893
851
  profile_id: UUID,
894
852
  parcel_type: Type[RoutingOspfv3IPv4Parcel],
895
853
  parcel_id: UUID,
896
- ) -> Parcel[RoutingOspfv3IPv4Parcel]:
897
- ...
854
+ ) -> Parcel[RoutingOspfv3IPv4Parcel]: ...
898
855
 
899
856
  def get_parcel(
900
857
  self,
@@ -985,88 +942,77 @@ class SystemFeatureProfileAPI:
985
942
  self,
986
943
  profile_id: UUID,
987
944
  parcel_type: Type[AAAParcel],
988
- ) -> DataSequence[Parcel[AAAParcel]]:
989
- ...
945
+ ) -> DataSequence[Parcel[AAAParcel]]: ...
990
946
 
991
947
  @overload
992
948
  def get_parcels(
993
949
  self,
994
950
  profile_id: UUID,
995
951
  parcel_type: Type[BannerParcel],
996
- ) -> DataSequence[Parcel[BannerParcel]]:
997
- ...
952
+ ) -> DataSequence[Parcel[BannerParcel]]: ...
998
953
 
999
954
  @overload
1000
955
  def get_parcels(
1001
956
  self,
1002
957
  profile_id: UUID,
1003
958
  parcel_type: Type[BasicParcel],
1004
- ) -> DataSequence[Parcel[BasicParcel]]:
1005
- ...
959
+ ) -> DataSequence[Parcel[BasicParcel]]: ...
1006
960
 
1007
961
  @overload
1008
962
  def get_parcels(
1009
963
  self,
1010
964
  profile_id: UUID,
1011
965
  parcel_type: Type[BFDParcel],
1012
- ) -> DataSequence[Parcel[BFDParcel]]:
1013
- ...
966
+ ) -> DataSequence[Parcel[BFDParcel]]: ...
1014
967
 
1015
968
  @overload
1016
969
  def get_parcels(
1017
970
  self,
1018
971
  profile_id: UUID,
1019
972
  parcel_type: Type[GlobalParcel],
1020
- ) -> DataSequence[Parcel[GlobalParcel]]:
1021
- ...
973
+ ) -> DataSequence[Parcel[GlobalParcel]]: ...
1022
974
 
1023
975
  @overload
1024
976
  def get_parcels(
1025
977
  self,
1026
978
  profile_id: UUID,
1027
979
  parcel_type: Type[LoggingParcel],
1028
- ) -> DataSequence[Parcel[LoggingParcel]]:
1029
- ...
980
+ ) -> DataSequence[Parcel[LoggingParcel]]: ...
1030
981
 
1031
982
  @overload
1032
983
  def get_parcels(
1033
984
  self,
1034
985
  profile_id: UUID,
1035
986
  parcel_type: Type[MRFParcel],
1036
- ) -> DataSequence[Parcel[MRFParcel]]:
1037
- ...
987
+ ) -> DataSequence[Parcel[MRFParcel]]: ...
1038
988
 
1039
989
  @overload
1040
990
  def get_parcels(
1041
991
  self,
1042
992
  profile_id: UUID,
1043
993
  parcel_type: Type[NtpParcel],
1044
- ) -> DataSequence[Parcel[NtpParcel]]:
1045
- ...
994
+ ) -> DataSequence[Parcel[NtpParcel]]: ...
1046
995
 
1047
996
  @overload
1048
997
  def get_parcels(
1049
998
  self,
1050
999
  profile_id: UUID,
1051
1000
  parcel_type: Type[OMPParcel],
1052
- ) -> DataSequence[Parcel[OMPParcel]]:
1053
- ...
1001
+ ) -> DataSequence[Parcel[OMPParcel]]: ...
1054
1002
 
1055
1003
  @overload
1056
1004
  def get_parcels(
1057
1005
  self,
1058
1006
  profile_id: UUID,
1059
1007
  parcel_type: Type[SecurityParcel],
1060
- ) -> DataSequence[Parcel[SecurityParcel]]:
1061
- ...
1008
+ ) -> DataSequence[Parcel[SecurityParcel]]: ...
1062
1009
 
1063
1010
  @overload
1064
1011
  def get_parcels(
1065
1012
  self,
1066
1013
  profile_id: UUID,
1067
1014
  parcel_type: Type[SNMPParcel],
1068
- ) -> DataSequence[Parcel[SNMPParcel]]:
1069
- ...
1015
+ ) -> DataSequence[Parcel[SNMPParcel]]: ...
1070
1016
 
1071
1017
  def get_parcels(
1072
1018
  self,
@@ -1084,8 +1030,7 @@ class SystemFeatureProfileAPI:
1084
1030
  profile_id: UUID,
1085
1031
  parcel_type: Type[AAAParcel],
1086
1032
  parcel_id: UUID,
1087
- ) -> Parcel[AAAParcel]:
1088
- ...
1033
+ ) -> Parcel[AAAParcel]: ...
1089
1034
 
1090
1035
  @overload
1091
1036
  def get_parcel(
@@ -1093,8 +1038,7 @@ class SystemFeatureProfileAPI:
1093
1038
  profile_id: UUID,
1094
1039
  parcel_type: Type[BannerParcel],
1095
1040
  parcel_id: UUID,
1096
- ) -> Parcel[BannerParcel]:
1097
- ...
1041
+ ) -> Parcel[BannerParcel]: ...
1098
1042
 
1099
1043
  @overload
1100
1044
  def get_parcel(
@@ -1102,8 +1046,7 @@ class SystemFeatureProfileAPI:
1102
1046
  profile_id: UUID,
1103
1047
  parcel_type: Type[BasicParcel],
1104
1048
  parcel_id: UUID,
1105
- ) -> Parcel[BasicParcel]:
1106
- ...
1049
+ ) -> Parcel[BasicParcel]: ...
1107
1050
 
1108
1051
  @overload
1109
1052
  def get_parcel(
@@ -1111,8 +1054,7 @@ class SystemFeatureProfileAPI:
1111
1054
  profile_id: UUID,
1112
1055
  parcel_type: Type[BFDParcel],
1113
1056
  parcel_id: UUID,
1114
- ) -> Parcel[BFDParcel]:
1115
- ...
1057
+ ) -> Parcel[BFDParcel]: ...
1116
1058
 
1117
1059
  @overload
1118
1060
  def get_parcel(
@@ -1120,8 +1062,7 @@ class SystemFeatureProfileAPI:
1120
1062
  profile_id: UUID,
1121
1063
  parcel_type: Type[GlobalParcel],
1122
1064
  parcel_id: UUID,
1123
- ) -> Parcel[GlobalParcel]:
1124
- ...
1065
+ ) -> Parcel[GlobalParcel]: ...
1125
1066
 
1126
1067
  @overload
1127
1068
  def get_parcel(
@@ -1129,8 +1070,7 @@ class SystemFeatureProfileAPI:
1129
1070
  profile_id: UUID,
1130
1071
  parcel_type: Type[LoggingParcel],
1131
1072
  parcel_id: UUID,
1132
- ) -> Parcel[LoggingParcel]:
1133
- ...
1073
+ ) -> Parcel[LoggingParcel]: ...
1134
1074
 
1135
1075
  @overload
1136
1076
  def get_parcel(
@@ -1138,8 +1078,7 @@ class SystemFeatureProfileAPI:
1138
1078
  profile_id: UUID,
1139
1079
  parcel_type: Type[MRFParcel],
1140
1080
  parcel_id: UUID,
1141
- ) -> Parcel[MRFParcel]:
1142
- ...
1081
+ ) -> Parcel[MRFParcel]: ...
1143
1082
 
1144
1083
  @overload
1145
1084
  def get_parcel(
@@ -1147,8 +1086,7 @@ class SystemFeatureProfileAPI:
1147
1086
  profile_id: UUID,
1148
1087
  parcel_type: Type[NtpParcel],
1149
1088
  parcel_id: UUID,
1150
- ) -> Parcel[NtpParcel]:
1151
- ...
1089
+ ) -> Parcel[NtpParcel]: ...
1152
1090
 
1153
1091
  @overload
1154
1092
  def get_parcel(
@@ -1156,8 +1094,7 @@ class SystemFeatureProfileAPI:
1156
1094
  profile_id: UUID,
1157
1095
  parcel_type: Type[OMPParcel],
1158
1096
  parcel_id: UUID,
1159
- ) -> Parcel[OMPParcel]:
1160
- ...
1097
+ ) -> Parcel[OMPParcel]: ...
1161
1098
 
1162
1099
  @overload
1163
1100
  def get_parcel(
@@ -1165,8 +1102,7 @@ class SystemFeatureProfileAPI:
1165
1102
  profile_id: UUID,
1166
1103
  parcel_type: Type[SecurityParcel],
1167
1104
  parcel_id: UUID,
1168
- ) -> Parcel[SecurityParcel]:
1169
- ...
1105
+ ) -> Parcel[SecurityParcel]: ...
1170
1106
 
1171
1107
  @overload
1172
1108
  def get_parcel(
@@ -1174,8 +1110,7 @@ class SystemFeatureProfileAPI:
1174
1110
  profile_id: UUID,
1175
1111
  parcel_type: Type[SNMPParcel],
1176
1112
  parcel_id: UUID,
1177
- ) -> Parcel[SNMPParcel]:
1178
- ...
1113
+ ) -> Parcel[SNMPParcel]: ...
1179
1114
 
1180
1115
  def get_parcel(
1181
1116
  self,
@@ -1208,8 +1143,7 @@ class SystemFeatureProfileAPI:
1208
1143
  profile_id: UUID,
1209
1144
  parcel_type: Type[AAAParcel],
1210
1145
  parcel_id: UUID,
1211
- ) -> None:
1212
- ...
1146
+ ) -> None: ...
1213
1147
 
1214
1148
  @overload
1215
1149
  def delete_parcel(
@@ -1217,8 +1151,7 @@ class SystemFeatureProfileAPI:
1217
1151
  profile_id: UUID,
1218
1152
  parcel_type: Type[BFDParcel],
1219
1153
  parcel_id: UUID,
1220
- ) -> None:
1221
- ...
1154
+ ) -> None: ...
1222
1155
 
1223
1156
  @overload
1224
1157
  def delete_parcel(
@@ -1226,8 +1159,7 @@ class SystemFeatureProfileAPI:
1226
1159
  profile_id: UUID,
1227
1160
  parcel_type: Type[LoggingParcel],
1228
1161
  parcel_id: UUID,
1229
- ) -> None:
1230
- ...
1162
+ ) -> None: ...
1231
1163
 
1232
1164
  @overload
1233
1165
  def delete_parcel(
@@ -1235,8 +1167,7 @@ class SystemFeatureProfileAPI:
1235
1167
  profile_id: UUID,
1236
1168
  parcel_type: Type[BannerParcel],
1237
1169
  parcel_id: UUID,
1238
- ) -> None:
1239
- ...
1170
+ ) -> None: ...
1240
1171
 
1241
1172
  @overload
1242
1173
  def delete_parcel(
@@ -1244,8 +1175,7 @@ class SystemFeatureProfileAPI:
1244
1175
  profile_id: UUID,
1245
1176
  parcel_type: Type[BasicParcel],
1246
1177
  parcel_id: UUID,
1247
- ) -> None:
1248
- ...
1178
+ ) -> None: ...
1249
1179
 
1250
1180
  @overload
1251
1181
  def delete_parcel(
@@ -1253,8 +1183,7 @@ class SystemFeatureProfileAPI:
1253
1183
  profile_id: UUID,
1254
1184
  parcel_type: Type[GlobalParcel],
1255
1185
  parcel_id: UUID,
1256
- ) -> None:
1257
- ...
1186
+ ) -> None: ...
1258
1187
 
1259
1188
  @overload
1260
1189
  def delete_parcel(
@@ -1262,8 +1191,7 @@ class SystemFeatureProfileAPI:
1262
1191
  profile_id: UUID,
1263
1192
  parcel_type: Type[NtpParcel],
1264
1193
  parcel_id: UUID,
1265
- ) -> None:
1266
- ...
1194
+ ) -> None: ...
1267
1195
 
1268
1196
  @overload
1269
1197
  def delete_parcel(
@@ -1271,8 +1199,7 @@ class SystemFeatureProfileAPI:
1271
1199
  profile_id: UUID,
1272
1200
  parcel_type: Type[MRFParcel],
1273
1201
  parcel_id: UUID,
1274
- ) -> None:
1275
- ...
1202
+ ) -> None: ...
1276
1203
 
1277
1204
  @overload
1278
1205
  def delete_parcel(
@@ -1280,8 +1207,7 @@ class SystemFeatureProfileAPI:
1280
1207
  profile_id: UUID,
1281
1208
  parcel_type: Type[OMPParcel],
1282
1209
  parcel_id: UUID,
1283
- ) -> None:
1284
- ...
1210
+ ) -> None: ...
1285
1211
 
1286
1212
  @overload
1287
1213
  def delete_parcel(
@@ -1289,8 +1215,7 @@ class SystemFeatureProfileAPI:
1289
1215
  profile_id: UUID,
1290
1216
  parcel_type: Type[SecurityParcel],
1291
1217
  parcel_id: UUID,
1292
- ) -> None:
1293
- ...
1218
+ ) -> None: ...
1294
1219
 
1295
1220
  @overload
1296
1221
  def delete_parcel(
@@ -1298,8 +1223,7 @@ class SystemFeatureProfileAPI:
1298
1223
  profile_id: UUID,
1299
1224
  parcel_type: Type[SNMPParcel],
1300
1225
  parcel_id: UUID,
1301
- ) -> None:
1302
- ...
1226
+ ) -> None: ...
1303
1227
 
1304
1228
  def delete_parcel(self, profile_id: UUID, parcel_type: Type[AnySystemParcel], parcel_id: UUID) -> None:
1305
1229
  """
@@ -1329,328 +1253,281 @@ class PolicyObjectFeatureProfileAPI:
1329
1253
  @overload
1330
1254
  def get(
1331
1255
  self, profile_id: UUID, parcel_type: Type[AdvancedInspectionProfileParcel]
1332
- ) -> DataSequence[Parcel[AdvancedInspectionProfileParcel]]:
1333
- ...
1256
+ ) -> DataSequence[Parcel[AdvancedInspectionProfileParcel]]: ...
1334
1257
 
1335
1258
  @overload
1336
1259
  def get(
1337
1260
  self, profile_id: UUID, parcel_type: Type[AdvancedMalwareProtectionParcel]
1338
- ) -> DataSequence[Parcel[AdvancedMalwareProtectionParcel]]:
1339
- ...
1261
+ ) -> DataSequence[Parcel[AdvancedMalwareProtectionParcel]]: ...
1340
1262
 
1341
1263
  @overload
1342
1264
  def get(
1343
1265
  self, profile_id: UUID, parcel_type: Type[ApplicationListParcel]
1344
- ) -> DataSequence[Parcel[ApplicationListParcel]]:
1345
- ...
1266
+ ) -> DataSequence[Parcel[ApplicationListParcel]]: ...
1346
1267
 
1347
1268
  @overload
1348
- def get(self, profile_id: UUID, parcel_type: Type[AppProbeParcel]) -> DataSequence[Parcel[AppProbeParcel]]:
1349
- ...
1269
+ def get(self, profile_id: UUID, parcel_type: Type[AppProbeParcel]) -> DataSequence[Parcel[AppProbeParcel]]: ...
1350
1270
 
1351
1271
  @overload
1352
- def get(self, profile_id: UUID, parcel_type: Type[AsPathParcel]) -> DataSequence[Parcel[AsPathParcel]]:
1353
- ...
1272
+ def get(self, profile_id: UUID, parcel_type: Type[AsPathParcel]) -> DataSequence[Parcel[AsPathParcel]]: ...
1354
1273
 
1355
1274
  @overload
1356
- def get(self, profile_id: UUID, parcel_type: Type[ColorParcel]) -> DataSequence[Parcel[ColorParcel]]:
1357
- ...
1275
+ def get(self, profile_id: UUID, parcel_type: Type[ColorParcel]) -> DataSequence[Parcel[ColorParcel]]: ...
1358
1276
 
1359
1277
  @overload
1360
- def get(self, profile_id: UUID, parcel_type: Type[DataPrefixParcel]) -> DataSequence[Parcel[DataPrefixParcel]]:
1361
- ...
1278
+ def get(self, profile_id: UUID, parcel_type: Type[DataPrefixParcel]) -> DataSequence[Parcel[DataPrefixParcel]]: ...
1362
1279
 
1363
1280
  @overload
1364
1281
  def get(
1365
1282
  self, profile_id: UUID, parcel_type: Type[ExpandedCommunityParcel]
1366
- ) -> DataSequence[Parcel[ExpandedCommunityParcel]]:
1367
- ...
1283
+ ) -> DataSequence[Parcel[ExpandedCommunityParcel]]: ...
1368
1284
 
1369
1285
  @overload
1370
1286
  def get(
1371
1287
  self, profile_id: UUID, parcel_type: Type[FowardingClassParcel]
1372
- ) -> DataSequence[Parcel[FowardingClassParcel]]:
1373
- ...
1288
+ ) -> DataSequence[Parcel[FowardingClassParcel]]: ...
1374
1289
 
1375
1290
  @overload
1376
- def get(self, profile_id: UUID, parcel_type: Type[FQDNDomainParcel]) -> DataSequence[Parcel[FQDNDomainParcel]]:
1377
- ...
1291
+ def get(self, profile_id: UUID, parcel_type: Type[FQDNDomainParcel]) -> DataSequence[Parcel[FQDNDomainParcel]]: ...
1378
1292
 
1379
1293
  @overload
1380
1294
  def get(
1381
1295
  self, profile_id: UUID, parcel_type: Type[GeoLocationListParcel]
1382
- ) -> DataSequence[Parcel[GeoLocationListParcel]]:
1383
- ...
1296
+ ) -> DataSequence[Parcel[GeoLocationListParcel]]: ...
1384
1297
 
1385
1298
  @overload
1386
1299
  def get(
1387
1300
  self, profile_id: UUID, parcel_type: Type[IntrusionPreventionParcel]
1388
- ) -> DataSequence[Parcel[IntrusionPreventionParcel]]:
1389
- ...
1301
+ ) -> DataSequence[Parcel[IntrusionPreventionParcel]]: ...
1390
1302
 
1391
1303
  @overload
1392
- def get(self, profile_id: UUID, parcel_type: Type[IPSSignatureParcel]) -> DataSequence[Parcel[IPSSignatureParcel]]:
1393
- ...
1304
+ def get(
1305
+ self, profile_id: UUID, parcel_type: Type[IPSSignatureParcel]
1306
+ ) -> DataSequence[Parcel[IPSSignatureParcel]]: ...
1394
1307
 
1395
1308
  @overload
1396
1309
  def get(
1397
1310
  self, profile_id: UUID, parcel_type: Type[IPv6DataPrefixParcel]
1398
- ) -> DataSequence[Parcel[IPv6DataPrefixParcel]]:
1399
- ...
1311
+ ) -> DataSequence[Parcel[IPv6DataPrefixParcel]]: ...
1400
1312
 
1401
1313
  @overload
1402
1314
  def get(
1403
1315
  self, profile_id: UUID, parcel_type: Type[IPv6PrefixListParcel]
1404
- ) -> DataSequence[Parcel[IPv6PrefixListParcel]]:
1405
- ...
1316
+ ) -> DataSequence[Parcel[IPv6PrefixListParcel]]: ...
1406
1317
 
1407
1318
  @overload
1408
- def get(self, profile_id: UUID, parcel_type: Type[LocalDomainParcel]) -> DataSequence[Parcel[LocalDomainParcel]]:
1409
- ...
1319
+ def get(
1320
+ self, profile_id: UUID, parcel_type: Type[LocalDomainParcel]
1321
+ ) -> DataSequence[Parcel[LocalDomainParcel]]: ...
1410
1322
 
1411
1323
  @overload
1412
- def get(self, profile_id: UUID, parcel_type: Type[MirrorParcel]) -> DataSequence[Parcel[MirrorParcel]]:
1413
- ...
1324
+ def get(self, profile_id: UUID, parcel_type: Type[MirrorParcel]) -> DataSequence[Parcel[MirrorParcel]]: ...
1414
1325
 
1415
1326
  @overload
1416
- def get(self, profile_id: UUID, parcel_type: Type[PolicerParcel]) -> DataSequence[Parcel[PolicerParcel]]:
1417
- ...
1327
+ def get(self, profile_id: UUID, parcel_type: Type[PolicerParcel]) -> DataSequence[Parcel[PolicerParcel]]: ...
1418
1328
 
1419
1329
  @overload
1420
1330
  def get(
1421
1331
  self, profile_id: UUID, parcel_type: Type[PreferredColorGroupParcel]
1422
- ) -> DataSequence[Parcel[PreferredColorGroupParcel]]:
1423
- ...
1332
+ ) -> DataSequence[Parcel[PreferredColorGroupParcel]]: ...
1424
1333
 
1425
1334
  @overload
1426
- def get(self, profile_id: UUID, parcel_type: Type[PrefixListParcel]) -> DataSequence[Parcel[PrefixListParcel]]:
1427
- ...
1335
+ def get(self, profile_id: UUID, parcel_type: Type[PrefixListParcel]) -> DataSequence[Parcel[PrefixListParcel]]: ...
1428
1336
 
1429
1337
  @overload
1430
- def get(self, profile_id: UUID, parcel_type: Type[ProtocolListParcel]) -> DataSequence[Parcel[ProtocolListParcel]]:
1431
- ...
1338
+ def get(
1339
+ self, profile_id: UUID, parcel_type: Type[ProtocolListParcel]
1340
+ ) -> DataSequence[Parcel[ProtocolListParcel]]: ...
1432
1341
 
1433
1342
  @overload
1434
1343
  def get(
1435
1344
  self, profile_id: UUID, parcel_type: Type[SecurityApplicationListParcel]
1436
- ) -> DataSequence[Parcel[SecurityApplicationListParcel]]:
1437
- ...
1345
+ ) -> DataSequence[Parcel[SecurityApplicationListParcel]]: ...
1438
1346
 
1439
1347
  @overload
1440
1348
  def get(
1441
1349
  self, profile_id: UUID, parcel_type: Type[SecurityDataPrefixParcel]
1442
- ) -> DataSequence[Parcel[SecurityDataPrefixParcel]]:
1443
- ...
1350
+ ) -> DataSequence[Parcel[SecurityDataPrefixParcel]]: ...
1444
1351
 
1445
1352
  @overload
1446
- def get(self, profile_id: UUID, parcel_type: Type[SecurityPortParcel]) -> DataSequence[Parcel[SecurityPortParcel]]:
1447
- ...
1353
+ def get(
1354
+ self, profile_id: UUID, parcel_type: Type[SecurityPortParcel]
1355
+ ) -> DataSequence[Parcel[SecurityPortParcel]]: ...
1448
1356
 
1449
1357
  @overload
1450
1358
  def get(
1451
1359
  self, profile_id: UUID, parcel_type: Type[SecurityZoneListParcel]
1452
- ) -> DataSequence[Parcel[SecurityZoneListParcel]]:
1453
- ...
1360
+ ) -> DataSequence[Parcel[SecurityZoneListParcel]]: ...
1454
1361
 
1455
1362
  @overload
1456
- def get(self, profile_id: UUID, parcel_type: Type[SLAClassParcel]) -> DataSequence[Parcel[SLAClassParcel]]:
1457
- ...
1363
+ def get(self, profile_id: UUID, parcel_type: Type[SLAClassParcel]) -> DataSequence[Parcel[SLAClassParcel]]: ...
1458
1364
 
1459
1365
  @overload
1460
1366
  def get(
1461
1367
  self, profile_id: UUID, parcel_type: Type[SslDecryptionParcel]
1462
- ) -> DataSequence[Parcel[SslDecryptionParcel]]:
1463
- ...
1368
+ ) -> DataSequence[Parcel[SslDecryptionParcel]]: ...
1464
1369
 
1465
1370
  @overload
1466
1371
  def get(
1467
1372
  self, profile_id: UUID, parcel_type: Type[SslDecryptionProfileParcel]
1468
- ) -> DataSequence[Parcel[SslDecryptionProfileParcel]]:
1469
- ...
1373
+ ) -> DataSequence[Parcel[SslDecryptionProfileParcel]]: ...
1470
1374
 
1471
1375
  @overload
1472
1376
  def get(
1473
1377
  self, profile_id: UUID, parcel_type: Type[StandardCommunityParcel]
1474
- ) -> DataSequence[Parcel[StandardCommunityParcel]]:
1475
- ...
1378
+ ) -> DataSequence[Parcel[StandardCommunityParcel]]: ...
1476
1379
 
1477
1380
  @overload
1478
- def get(self, profile_id: UUID, parcel_type: Type[TlocParcel]) -> DataSequence[Parcel[TlocParcel]]:
1479
- ...
1381
+ def get(self, profile_id: UUID, parcel_type: Type[TlocParcel]) -> DataSequence[Parcel[TlocParcel]]: ...
1480
1382
 
1481
1383
  @overload
1482
- def get(self, profile_id: UUID, parcel_type: Type[URLParcel]) -> DataSequence[Parcel[TlocParcel]]:
1483
- ...
1384
+ def get(self, profile_id: UUID, parcel_type: Type[URLParcel]) -> DataSequence[Parcel[TlocParcel]]: ...
1484
1385
 
1485
1386
  # get by id
1486
1387
 
1487
1388
  @overload
1488
1389
  def get(
1489
1390
  self, profile_id: UUID, parcel_type: Type[AdvancedInspectionProfileParcel], parcel_id: UUID
1490
- ) -> Parcel[AdvancedInspectionProfileParcel]:
1491
- ...
1391
+ ) -> Parcel[AdvancedInspectionProfileParcel]: ...
1492
1392
 
1493
1393
  @overload
1494
1394
  def get(
1495
1395
  self, profile_id: UUID, parcel_type: Type[AdvancedMalwareProtectionParcel], parcel_id: UUID
1496
- ) -> Parcel[AdvancedMalwareProtectionParcel]:
1497
- ...
1396
+ ) -> Parcel[AdvancedMalwareProtectionParcel]: ...
1498
1397
 
1499
1398
  @overload
1500
1399
  def get(
1501
1400
  self, profile_id: UUID, parcel_type: Type[ApplicationListParcel], parcel_id: UUID
1502
- ) -> Parcel[ApplicationListParcel]:
1503
- ...
1401
+ ) -> Parcel[ApplicationListParcel]: ...
1504
1402
 
1505
1403
  @overload
1506
- def get(self, profile_id: UUID, parcel_type: Type[AppProbeParcel], parcel_id: UUID) -> Parcel[AppProbeParcel]:
1507
- ...
1404
+ def get(self, profile_id: UUID, parcel_type: Type[AppProbeParcel], parcel_id: UUID) -> Parcel[AppProbeParcel]: ...
1508
1405
 
1509
1406
  @overload
1510
- def get(self, profile_id: UUID, parcel_type: Type[AsPathParcel], parcel_id: UUID) -> Parcel[AsPathParcel]:
1511
- ...
1407
+ def get(self, profile_id: UUID, parcel_type: Type[AsPathParcel], parcel_id: UUID) -> Parcel[AsPathParcel]: ...
1512
1408
 
1513
1409
  @overload
1514
- def get(self, profile_id: UUID, parcel_type: Type[ColorParcel], parcel_id: UUID) -> Parcel[ColorParcel]:
1515
- ...
1410
+ def get(self, profile_id: UUID, parcel_type: Type[ColorParcel], parcel_id: UUID) -> Parcel[ColorParcel]: ...
1516
1411
 
1517
1412
  @overload
1518
- def get(self, profile_id: UUID, parcel_type: Type[DataPrefixParcel], parcel_id: UUID) -> Parcel[DataPrefixParcel]:
1519
- ...
1413
+ def get(
1414
+ self, profile_id: UUID, parcel_type: Type[DataPrefixParcel], parcel_id: UUID
1415
+ ) -> Parcel[DataPrefixParcel]: ...
1520
1416
 
1521
1417
  @overload
1522
1418
  def get(
1523
1419
  self, profile_id: UUID, parcel_type: Type[ExpandedCommunityParcel], parcel_id: UUID
1524
- ) -> Parcel[ExpandedCommunityParcel]:
1525
- ...
1420
+ ) -> Parcel[ExpandedCommunityParcel]: ...
1526
1421
 
1527
1422
  @overload
1528
1423
  def get(
1529
1424
  self, profile_id: UUID, parcel_type: Type[ExtendedCommunityParcel], parcel_id: UUID
1530
- ) -> DataSequence[Parcel[Any]]:
1531
- ...
1425
+ ) -> DataSequence[Parcel[Any]]: ...
1532
1426
 
1533
1427
  @overload
1534
1428
  def get(
1535
1429
  self, profile_id: UUID, parcel_type: Type[FowardingClassParcel], parcel_id: UUID
1536
- ) -> Parcel[FowardingClassParcel]:
1537
- ...
1430
+ ) -> Parcel[FowardingClassParcel]: ...
1538
1431
 
1539
1432
  @overload
1540
- def get(self, profile_id: UUID, parcel_type: Type[FQDNDomainParcel], parcel_id: UUID) -> Parcel[FQDNDomainParcel]:
1541
- ...
1433
+ def get(
1434
+ self, profile_id: UUID, parcel_type: Type[FQDNDomainParcel], parcel_id: UUID
1435
+ ) -> Parcel[FQDNDomainParcel]: ...
1542
1436
 
1543
1437
  @overload
1544
1438
  def get(
1545
1439
  self, profile_id: UUID, parcel_type: Type[GeoLocationListParcel], parcel_id: UUID
1546
- ) -> Parcel[GeoLocationListParcel]:
1547
- ...
1440
+ ) -> Parcel[GeoLocationListParcel]: ...
1548
1441
 
1549
1442
  @overload
1550
1443
  def get(
1551
1444
  self, profile_id: UUID, parcel_type: Type[IntrusionPreventionParcel], parcel_id: UUID
1552
- ) -> Parcel[IntrusionPreventionParcel]:
1553
- ...
1445
+ ) -> Parcel[IntrusionPreventionParcel]: ...
1554
1446
 
1555
1447
  @overload
1556
1448
  def get(
1557
1449
  self, profile_id: UUID, parcel_type: Type[IPSSignatureParcel], parcel_id: UUID
1558
- ) -> Parcel[IPSSignatureParcel]:
1559
- ...
1450
+ ) -> Parcel[IPSSignatureParcel]: ...
1560
1451
 
1561
1452
  @overload
1562
1453
  def get(
1563
1454
  self, profile_id: UUID, parcel_type: Type[IPv6DataPrefixParcel], parcel_id: UUID
1564
- ) -> Parcel[IPv6DataPrefixParcel]:
1565
- ...
1455
+ ) -> Parcel[IPv6DataPrefixParcel]: ...
1566
1456
 
1567
1457
  @overload
1568
1458
  def get(
1569
1459
  self, profile_id: UUID, parcel_type: Type[IPv6PrefixListParcel], parcel_id: UUID
1570
- ) -> Parcel[IPv6PrefixListParcel]:
1571
- ...
1460
+ ) -> Parcel[IPv6PrefixListParcel]: ...
1572
1461
 
1573
1462
  @overload
1574
- def get(self, profile_id: UUID, parcel_type: Type[LocalDomainParcel], parcel_id: UUID) -> Parcel[LocalDomainParcel]:
1575
- ...
1463
+ def get(
1464
+ self, profile_id: UUID, parcel_type: Type[LocalDomainParcel], parcel_id: UUID
1465
+ ) -> Parcel[LocalDomainParcel]: ...
1576
1466
 
1577
1467
  @overload
1578
- def get(self, profile_id: UUID, parcel_type: Type[MirrorParcel], parcel_id: UUID) -> Parcel[MirrorParcel]:
1579
- ...
1468
+ def get(self, profile_id: UUID, parcel_type: Type[MirrorParcel], parcel_id: UUID) -> Parcel[MirrorParcel]: ...
1580
1469
 
1581
1470
  @overload
1582
- def get(self, profile_id: UUID, parcel_type: Type[PolicerParcel], parcel_id: UUID) -> Parcel[PolicerParcel]:
1583
- ...
1471
+ def get(self, profile_id: UUID, parcel_type: Type[PolicerParcel], parcel_id: UUID) -> Parcel[PolicerParcel]: ...
1584
1472
 
1585
1473
  @overload
1586
1474
  def get(
1587
1475
  self, profile_id: UUID, parcel_type: Type[PreferredColorGroupParcel], parcel_id: UUID
1588
- ) -> Parcel[PreferredColorGroupParcel]:
1589
- ...
1476
+ ) -> Parcel[PreferredColorGroupParcel]: ...
1590
1477
 
1591
1478
  @overload
1592
- def get(self, profile_id: UUID, parcel_type: Type[PrefixListParcel], parcel_id: UUID) -> Parcel[PrefixListParcel]:
1593
- ...
1479
+ def get(
1480
+ self, profile_id: UUID, parcel_type: Type[PrefixListParcel], parcel_id: UUID
1481
+ ) -> Parcel[PrefixListParcel]: ...
1594
1482
 
1595
1483
  @overload
1596
1484
  def get(
1597
1485
  self, profile_id: UUID, parcel_type: Type[ProtocolListParcel], parcel_id: UUID
1598
- ) -> Parcel[ProtocolListParcel]:
1599
- ...
1486
+ ) -> Parcel[ProtocolListParcel]: ...
1600
1487
 
1601
1488
  @overload
1602
1489
  def get(
1603
1490
  self, profile_id: UUID, parcel_type: Type[SecurityApplicationListParcel], parcel_id: UUID
1604
- ) -> Parcel[SecurityApplicationListParcel]:
1605
- ...
1491
+ ) -> Parcel[SecurityApplicationListParcel]: ...
1606
1492
 
1607
1493
  @overload
1608
1494
  def get(
1609
1495
  self, profile_id: UUID, parcel_type: Type[SecurityDataPrefixParcel], parcel_id: UUID
1610
- ) -> Parcel[SecurityDataPrefixParcel]:
1611
- ...
1496
+ ) -> Parcel[SecurityDataPrefixParcel]: ...
1612
1497
 
1613
1498
  @overload
1614
1499
  def get(
1615
1500
  self, profile_id: UUID, parcel_type: Type[SecurityPortParcel], parcel_id: UUID
1616
- ) -> Parcel[SecurityPortParcel]:
1617
- ...
1501
+ ) -> Parcel[SecurityPortParcel]: ...
1618
1502
 
1619
1503
  @overload
1620
1504
  def get(
1621
1505
  self, profile_id: UUID, parcel_type: Type[SecurityZoneListParcel], parcel_id: UUID
1622
- ) -> Parcel[SecurityZoneListParcel]:
1623
- ...
1506
+ ) -> Parcel[SecurityZoneListParcel]: ...
1624
1507
 
1625
1508
  @overload
1626
- def get(self, profile_id: UUID, parcel_type: Type[SLAClassParcel], parcel_id: UUID) -> Parcel[SLAClassParcel]:
1627
- ...
1509
+ def get(self, profile_id: UUID, parcel_type: Type[SLAClassParcel], parcel_id: UUID) -> Parcel[SLAClassParcel]: ...
1628
1510
 
1629
1511
  @overload
1630
1512
  def get(
1631
1513
  self, profile_id: UUID, parcel_type: Type[SslDecryptionParcel], parcel_id: UUID
1632
- ) -> Parcel[SslDecryptionParcel]:
1633
- ...
1514
+ ) -> Parcel[SslDecryptionParcel]: ...
1634
1515
 
1635
1516
  @overload
1636
1517
  def get(
1637
1518
  self, profile_id: UUID, parcel_type: Type[SslDecryptionProfileParcel], parcel_id: UUID
1638
- ) -> Parcel[SslDecryptionProfileParcel]:
1639
- ...
1519
+ ) -> Parcel[SslDecryptionProfileParcel]: ...
1640
1520
 
1641
1521
  @overload
1642
1522
  def get(
1643
1523
  self, profile_id: UUID, parcel_type: Type[StandardCommunityParcel], parcel_id: UUID
1644
- ) -> Parcel[StandardCommunityParcel]:
1645
- ...
1524
+ ) -> Parcel[StandardCommunityParcel]: ...
1646
1525
 
1647
1526
  @overload
1648
- def get(self, profile_id: UUID, parcel_type: Type[TlocParcel], parcel_id: UUID) -> Parcel[TlocParcel]:
1649
- ...
1527
+ def get(self, profile_id: UUID, parcel_type: Type[TlocParcel], parcel_id: UUID) -> Parcel[TlocParcel]: ...
1650
1528
 
1651
1529
  @overload
1652
- def get(self, profile_id: UUID, parcel_type: Type[URLParcel], parcel_id: UUID) -> Parcel[TlocParcel]:
1653
- ...
1530
+ def get(self, profile_id: UUID, parcel_type: Type[URLParcel], parcel_id: UUID) -> Parcel[TlocParcel]: ...
1654
1531
 
1655
1532
  def get(
1656
1533
  self,
@@ -1745,16 +1622,14 @@ class EmbeddedSecurityFeatureProfileAPI:
1745
1622
  self,
1746
1623
  profile_id: UUID,
1747
1624
  parcel_type: Type[NgfirewallParcel],
1748
- ) -> DataSequence[Parcel[NgfirewallParcel]]:
1749
- ...
1625
+ ) -> DataSequence[Parcel[NgfirewallParcel]]: ...
1750
1626
 
1751
1627
  @overload
1752
1628
  def get_parcels(
1753
1629
  self,
1754
1630
  profile_id: UUID,
1755
1631
  parcel_type: Type[PolicyParcel],
1756
- ) -> DataSequence[Parcel[PolicyParcel]]:
1757
- ...
1632
+ ) -> DataSequence[Parcel[PolicyParcel]]: ...
1758
1633
 
1759
1634
  def get_parcels(
1760
1635
  self,
@@ -1772,8 +1647,7 @@ class EmbeddedSecurityFeatureProfileAPI:
1772
1647
  profile_id: UUID,
1773
1648
  parcel_type: Type[NgfirewallParcel],
1774
1649
  parcel_id: UUID,
1775
- ) -> Parcel[NgfirewallParcel]:
1776
- ...
1650
+ ) -> Parcel[NgfirewallParcel]: ...
1777
1651
 
1778
1652
  @overload
1779
1653
  def get_parcel(
@@ -1781,8 +1655,7 @@ class EmbeddedSecurityFeatureProfileAPI:
1781
1655
  profile_id: UUID,
1782
1656
  parcel_type: Type[PolicyParcel],
1783
1657
  parcel_id: UUID,
1784
- ) -> Parcel[PolicyParcel]:
1785
- ...
1658
+ ) -> Parcel[PolicyParcel]: ...
1786
1659
 
1787
1660
  def get_parcel(
1788
1661
  self,
@@ -2072,24 +1945,21 @@ class ApplicationPriorityFeatureProfileAPI:
2072
1945
  self,
2073
1946
  profile_id: UUID,
2074
1947
  parcel_type: Type[QosPolicyParcel],
2075
- ) -> DataSequence[Parcel[QosPolicyParcel]]:
2076
- ...
1948
+ ) -> DataSequence[Parcel[QosPolicyParcel]]: ...
2077
1949
 
2078
1950
  @overload
2079
1951
  def get_parcels(
2080
1952
  self,
2081
1953
  profile_id: UUID,
2082
1954
  parcel_type: Type[PolicySettingsParcel],
2083
- ) -> DataSequence[Parcel[PolicySettingsParcel]]:
2084
- ...
1955
+ ) -> DataSequence[Parcel[PolicySettingsParcel]]: ...
2085
1956
 
2086
1957
  @overload
2087
1958
  def get_parcels(
2088
1959
  self,
2089
1960
  profile_id: UUID,
2090
1961
  parcel_type: Type[TrafficPolicyParcel],
2091
- ) -> DataSequence[Parcel[TrafficPolicyParcel]]:
2092
- ...
1962
+ ) -> DataSequence[Parcel[TrafficPolicyParcel]]: ...
2093
1963
 
2094
1964
  def get_parcels(
2095
1965
  self,
@@ -2107,8 +1977,7 @@ class ApplicationPriorityFeatureProfileAPI:
2107
1977
  profile_id: UUID,
2108
1978
  parcel_type: Type[PolicySettingsParcel],
2109
1979
  parcel_id: UUID,
2110
- ) -> Parcel[PolicySettingsParcel]:
2111
- ...
1980
+ ) -> Parcel[PolicySettingsParcel]: ...
2112
1981
 
2113
1982
  @overload
2114
1983
  def get_parcel(
@@ -2116,8 +1985,7 @@ class ApplicationPriorityFeatureProfileAPI:
2116
1985
  profile_id: UUID,
2117
1986
  parcel_type: Type[TrafficPolicyParcel],
2118
1987
  parcel_id: UUID,
2119
- ) -> Parcel[TrafficPolicyParcel]:
2120
- ...
1988
+ ) -> Parcel[TrafficPolicyParcel]: ...
2121
1989
 
2122
1990
  @overload
2123
1991
  def get_parcel(
@@ -2125,8 +1993,7 @@ class ApplicationPriorityFeatureProfileAPI:
2125
1993
  profile_id: UUID,
2126
1994
  parcel_type: Type[QosPolicyParcel],
2127
1995
  parcel_id: UUID,
2128
- ) -> Parcel[QosPolicyParcel]:
2129
- ...
1996
+ ) -> Parcel[QosPolicyParcel]: ...
2130
1997
 
2131
1998
  def get_parcel(
2132
1999
  self,
@@ -2221,8 +2088,7 @@ class TopologyFeatureProfileAPI:
2221
2088
  profile_id: UUID,
2222
2089
  parcel_type: Type[HubSpokeParcel],
2223
2090
  parcel_id: UUID,
2224
- ) -> Parcel[HubSpokeParcel]:
2225
- ...
2091
+ ) -> Parcel[HubSpokeParcel]: ...
2226
2092
 
2227
2093
  @overload
2228
2094
  def get_parcel(
@@ -2230,8 +2096,7 @@ class TopologyFeatureProfileAPI:
2230
2096
  profile_id: UUID,
2231
2097
  parcel_type: Type[MeshParcel],
2232
2098
  parcel_id: UUID,
2233
- ) -> Parcel[MeshParcel]:
2234
- ...
2099
+ ) -> Parcel[MeshParcel]: ...
2235
2100
 
2236
2101
  @overload
2237
2102
  def get_parcel(
@@ -2239,8 +2104,7 @@ class TopologyFeatureProfileAPI:
2239
2104
  profile_id: UUID,
2240
2105
  parcel_type: Type[CustomControlParcel],
2241
2106
  parcel_id: UUID,
2242
- ) -> Parcel[CustomControlParcel]:
2243
- ...
2107
+ ) -> Parcel[CustomControlParcel]: ...
2244
2108
 
2245
2109
  def get_parcel(
2246
2110
  self,
@@ -2316,24 +2180,21 @@ class UcVoiceFeatureProfileAPI:
2316
2180
  self,
2317
2181
  profile_id: UUID,
2318
2182
  parcel_type: Type[DspFarmParcel],
2319
- ) -> DataSequence[Parcel[DspFarmParcel]]:
2320
- ...
2183
+ ) -> DataSequence[Parcel[DspFarmParcel]]: ...
2321
2184
 
2322
2185
  @overload
2323
2186
  def get_parcels(
2324
2187
  self,
2325
2188
  profile_id: UUID,
2326
2189
  parcel_type: Type[MediaProfileParcel],
2327
- ) -> DataSequence[Parcel[MediaProfileParcel]]:
2328
- ...
2190
+ ) -> DataSequence[Parcel[MediaProfileParcel]]: ...
2329
2191
 
2330
2192
  @overload
2331
2193
  def get_parcels(
2332
2194
  self,
2333
2195
  profile_id: UUID,
2334
2196
  parcel_type: Type[TrunkGroupParcel],
2335
- ) -> DataSequence[Parcel[TrunkGroupParcel]]:
2336
- ...
2197
+ ) -> DataSequence[Parcel[TrunkGroupParcel]]: ...
2337
2198
 
2338
2199
  def get_parcels(self, profile_id: UUID, parcel_type: Type[AnyUcVoiceParcel]) -> DataSequence[Parcel]:
2339
2200
  """
@@ -2347,8 +2208,7 @@ class UcVoiceFeatureProfileAPI:
2347
2208
  profile_id: UUID,
2348
2209
  parcel_type: Type[DspFarmParcel],
2349
2210
  parcel_id: UUID,
2350
- ) -> Parcel[DspFarmParcel]:
2351
- ...
2211
+ ) -> Parcel[DspFarmParcel]: ...
2352
2212
 
2353
2213
  @overload
2354
2214
  def get_parcel(
@@ -2356,8 +2216,7 @@ class UcVoiceFeatureProfileAPI:
2356
2216
  profile_id: UUID,
2357
2217
  parcel_type: Type[MediaProfileParcel],
2358
2218
  parcel_id: UUID,
2359
- ) -> Parcel[MediaProfileParcel]:
2360
- ...
2219
+ ) -> Parcel[MediaProfileParcel]: ...
2361
2220
 
2362
2221
  @overload
2363
2222
  def get_parcel(
@@ -2365,8 +2224,7 @@ class UcVoiceFeatureProfileAPI:
2365
2224
  profile_id: UUID,
2366
2225
  parcel_type: Type[TrunkGroupParcel],
2367
2226
  parcel_id: UUID,
2368
- ) -> Parcel[TrunkGroupParcel]:
2369
- ...
2227
+ ) -> Parcel[TrunkGroupParcel]: ...
2370
2228
 
2371
2229
  def get_parcel(
2372
2230
  self,
@@ -2398,4 +2256,5 @@ class UcVoiceFeatureProfileAPI:
2398
2256
  """
2399
2257
  Delete UC Voice Parcel for selected profile_id based on payload type
2400
2258
  """
2401
- return self.endpoint.delete(profile_id, parcel_type._get_parcel_type(), parcel_id)
2259
+ subroute = self._get_endpoint_parcel_type(parcel_type._get_parcel_type())
2260
+ return self.endpoint.delete(profile_id, subroute, parcel_id)