catocli 2.0.4__py3-none-any.whl → 2.1.0__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.
Potentially problematic release.
This version of catocli might be problematic. Click here for more details.
- catocli/Utils/clidriver.py +11 -4
- catocli/__init__.py +1 -1
- catocli/parsers/custom/export_sites/export_sites.py +20 -3
- catocli/parsers/custom/import_sites_to_tf/__init__.py +3 -1
- catocli/parsers/custom/import_sites_to_tf/import_sites_to_tf.py +71 -5
- catocli/parsers/mutation_accountManagement/__init__.py +13 -0
- catocli/parsers/mutation_accountManagement_disableAccount/README.md +16 -0
- catocli/parsers/mutation_container/__init__.py +116 -0
- catocli/parsers/mutation_container_fqdn/README.md +7 -0
- catocli/parsers/mutation_container_fqdn_addValues/README.md +17 -0
- catocli/parsers/mutation_container_fqdn_createFromFile/README.md +17 -0
- catocli/parsers/mutation_container_fqdn_removeValues/README.md +17 -0
- catocli/parsers/mutation_container_fqdn_updateFromFile/README.md +17 -0
- catocli/parsers/mutation_container_ipAddressRange/README.md +7 -0
- catocli/parsers/mutation_container_ipAddressRange_addValues/README.md +17 -0
- catocli/parsers/mutation_container_ipAddressRange_createFromFile/README.md +17 -0
- catocli/parsers/mutation_container_ipAddressRange_removeValues/README.md +17 -0
- catocli/parsers/mutation_container_ipAddressRange_updateFromFile/README.md +17 -0
- catocli/parsers/mutation_groups/README.md +7 -0
- catocli/parsers/mutation_groups/__init__.py +48 -0
- catocli/parsers/mutation_groups_createGroup/README.md +18 -0
- catocli/parsers/mutation_groups_deleteGroup/README.md +18 -0
- catocli/parsers/mutation_groups_updateGroup/README.md +18 -0
- catocli/parsers/mutation_policy_internetFirewall_addRule/README.md +1 -1
- catocli/parsers/mutation_policy_internetFirewall_updateRule/README.md +1 -1
- catocli/parsers/mutation_policy_wanFirewall_addRule/README.md +1 -1
- catocli/parsers/mutation_policy_wanFirewall_updateRule/README.md +1 -1
- catocli/parsers/mutation_site/__init__.py +104 -0
- catocli/parsers/mutation_site_assignSiteBwLicense/README.md +17 -0
- catocli/parsers/mutation_site_removeSecondaryAwsVSocket/README.md +17 -0
- catocli/parsers/mutation_site_removeSecondaryAzureVSocket/README.md +17 -0
- catocli/parsers/mutation_site_removeSiteBwLicense/README.md +17 -0
- catocli/parsers/mutation_site_replaceSiteBwLicense/README.md +17 -0
- catocli/parsers/mutation_site_updateSecondaryAwsVSocket/README.md +17 -0
- catocli/parsers/mutation_site_updateSecondaryAzureVSocket/README.md +17 -0
- catocli/parsers/mutation_site_updateSiteBwLicense/README.md +17 -0
- catocli/parsers/mutation_site_updateSiteGeneralDetails/README.md +1 -1
- catocli/parsers/mutation_sites/__init__.py +104 -0
- catocli/parsers/mutation_sites_assignSiteBwLicense/README.md +17 -0
- catocli/parsers/mutation_sites_removeSecondaryAwsVSocket/README.md +17 -0
- catocli/parsers/mutation_sites_removeSecondaryAzureVSocket/README.md +17 -0
- catocli/parsers/mutation_sites_removeSiteBwLicense/README.md +17 -0
- catocli/parsers/mutation_sites_replaceSiteBwLicense/README.md +17 -0
- catocli/parsers/mutation_sites_updateSecondaryAwsVSocket/README.md +17 -0
- catocli/parsers/mutation_sites_updateSecondaryAzureVSocket/README.md +17 -0
- catocli/parsers/mutation_sites_updateSiteBwLicense/README.md +17 -0
- catocli/parsers/mutation_sites_updateSiteGeneralDetails/README.md +1 -1
- catocli/parsers/parserApiClient.py +42 -19
- catocli/parsers/query_eventsFeed/README.md +1 -1
- catocli/parsers/query_groups/README.md +7 -0
- catocli/parsers/query_groups/__init__.py +54 -0
- catocli/parsers/query_groups_group/README.md +7 -0
- catocli/parsers/query_groups_groupList/README.md +18 -0
- catocli/parsers/query_groups_group_members/README.md +18 -0
- catocli/parsers/query_groups_whereUsed/README.md +17 -0
- catocli/parsers/query_policy/README.md +0 -17
- catocli/parsers/query_policy/__init__.py +153 -8
- catocli/parsers/query_policy_appTenantRestriction/README.md +7 -0
- catocli/parsers/query_policy_appTenantRestriction_policy/README.md +17 -0
- catocli/parsers/query_policy_dynamicIpAllocation/README.md +7 -0
- catocli/parsers/query_policy_dynamicIpAllocation_policy/README.md +17 -0
- catocli/parsers/query_policy_internetFirewall/README.md +7 -0
- catocli/parsers/query_policy_internetFirewall_policy/README.md +17 -0
- catocli/parsers/query_policy_remotePortFwd/README.md +7 -0
- catocli/parsers/query_policy_remotePortFwd_policy/README.md +17 -0
- catocli/parsers/query_policy_socketLan/README.md +7 -0
- catocli/parsers/query_policy_socketLan_policy/README.md +17 -0
- catocli/parsers/query_policy_terminalServer/README.md +7 -0
- catocli/parsers/query_policy_terminalServer_policy/README.md +17 -0
- catocli/parsers/query_policy_wanFirewall/README.md +7 -0
- catocli/parsers/query_policy_wanFirewall_policy/README.md +17 -0
- catocli/parsers/query_policy_wanNetwork/README.md +7 -0
- catocli/parsers/query_policy_wanNetwork_policy/README.md +17 -0
- catocli/parsers/query_popLocations/README.md +17 -0
- catocli/parsers/query_popLocations/__init__.py +16 -0
- catocli/parsers/query_site/README.md +0 -16
- catocli/parsers/query_site/__init__.py +118 -8
- catocli/parsers/query_site_availableVersionList/README.md +17 -0
- catocli/parsers/query_site_bgpPeer/README.md +17 -0
- catocli/parsers/query_site_bgpPeerList/README.md +17 -0
- catocli/parsers/query_site_cloudInterconnectConnectionConnectivity/README.md +17 -0
- catocli/parsers/query_site_cloudInterconnectPhysicalConnection/README.md +17 -0
- catocli/parsers/query_site_cloudInterconnectPhysicalConnectionId/README.md +17 -0
- catocli/parsers/query_site_secondaryAwsVSocket/README.md +17 -0
- catocli/parsers/query_site_secondaryAzureVSocket/README.md +17 -0
- catocli/parsers/query_site_siteBgpStatus/README.md +17 -0
- catocli/parsers/query_socketPortMetrics/README.md +23 -0
- catocli/parsers/query_socketPortMetrics/__init__.py +16 -0
- catocli/parsers/query_socketPortMetricsTimeSeries/README.md +24 -0
- catocli/parsers/query_socketPortMetricsTimeSeries/__init__.py +16 -0
- catocli/parsers/raw/README.md +0 -14
- catocli/parsers/raw/__init__.py +0 -2
- {catocli-2.0.4.dist-info → catocli-2.1.0.dist-info}/METADATA +3 -2
- {catocli-2.0.4.dist-info → catocli-2.1.0.dist-info}/RECORD +300 -178
- {catocli-2.0.4.dist-info → catocli-2.1.0.dist-info}/WHEEL +1 -1
- {catocli-2.0.4.dist-info → catocli-2.1.0.dist-info}/top_level.txt +0 -1
- graphql_client/api/call_api.py +4 -3
- models/mutation.accountManagement.addAccount.json +97 -0
- models/mutation.accountManagement.disableAccount.json +545 -0
- models/mutation.accountManagement.removeAccount.json +102 -3
- models/mutation.accountManagement.updateAccount.json +97 -0
- models/mutation.admin.addAdmin.json +6 -9
- models/mutation.container.delete.json +2 -2
- models/mutation.container.fqdn.addValues.json +866 -0
- models/mutation.container.fqdn.createFromFile.json +819 -0
- models/mutation.container.fqdn.removeValues.json +866 -0
- models/mutation.container.fqdn.updateFromFile.json +1045 -0
- models/mutation.container.ipAddressRange.addValues.json +1020 -0
- models/mutation.container.ipAddressRange.createFromFile.json +819 -0
- models/mutation.container.ipAddressRange.removeValues.json +1020 -0
- models/mutation.container.ipAddressRange.updateFromFile.json +1045 -0
- models/mutation.groups.createGroup.json +3178 -0
- models/mutation.groups.deleteGroup.json +2758 -0
- models/mutation.groups.updateGroup.json +4429 -0
- models/mutation.hardware.updateHardwareShipping.json +30 -10
- models/mutation.policy.appTenantRestriction.addRule.json +25 -25
- models/mutation.policy.appTenantRestriction.addSection.json +3 -3
- models/mutation.policy.appTenantRestriction.createPolicyRevision.json +31 -31
- models/mutation.policy.appTenantRestriction.discardPolicyRevision.json +31 -31
- models/mutation.policy.appTenantRestriction.moveRule.json +25 -25
- models/mutation.policy.appTenantRestriction.moveSection.json +3 -3
- models/mutation.policy.appTenantRestriction.publishPolicyRevision.json +31 -31
- models/mutation.policy.appTenantRestriction.removeRule.json +25 -25
- models/mutation.policy.appTenantRestriction.removeSection.json +3 -3
- models/mutation.policy.appTenantRestriction.updatePolicy.json +31 -31
- models/mutation.policy.appTenantRestriction.updateRule.json +25 -25
- models/mutation.policy.appTenantRestriction.updateSection.json +3 -3
- models/mutation.policy.dynamicIpAllocation.addRule.json +11 -11
- models/mutation.policy.dynamicIpAllocation.addSection.json +3 -3
- models/mutation.policy.dynamicIpAllocation.createPolicyRevision.json +17 -17
- models/mutation.policy.dynamicIpAllocation.discardPolicyRevision.json +17 -17
- models/mutation.policy.dynamicIpAllocation.moveRule.json +11 -11
- models/mutation.policy.dynamicIpAllocation.moveSection.json +3 -3
- models/mutation.policy.dynamicIpAllocation.publishPolicyRevision.json +17 -17
- models/mutation.policy.dynamicIpAllocation.removeRule.json +11 -11
- models/mutation.policy.dynamicIpAllocation.removeSection.json +3 -3
- models/mutation.policy.dynamicIpAllocation.updatePolicy.json +17 -17
- models/mutation.policy.dynamicIpAllocation.updateRule.json +11 -11
- models/mutation.policy.dynamicIpAllocation.updateSection.json +3 -3
- models/mutation.policy.internetFirewall.addRule.json +532 -85
- models/mutation.policy.internetFirewall.addSection.json +3 -3
- models/mutation.policy.internetFirewall.createPolicyRevision.json +208 -91
- models/mutation.policy.internetFirewall.discardPolicyRevision.json +208 -91
- models/mutation.policy.internetFirewall.moveRule.json +202 -85
- models/mutation.policy.internetFirewall.moveSection.json +3 -3
- models/mutation.policy.internetFirewall.publishPolicyRevision.json +208 -91
- models/mutation.policy.internetFirewall.removeRule.json +202 -85
- models/mutation.policy.internetFirewall.removeSection.json +3 -3
- models/mutation.policy.internetFirewall.updatePolicy.json +208 -91
- models/mutation.policy.internetFirewall.updateRule.json +523 -85
- models/mutation.policy.internetFirewall.updateSection.json +3 -3
- models/mutation.policy.remotePortFwd.addRule.json +16 -16
- models/mutation.policy.remotePortFwd.addSection.json +3 -3
- models/mutation.policy.remotePortFwd.createPolicyRevision.json +22 -22
- models/mutation.policy.remotePortFwd.discardPolicyRevision.json +22 -22
- models/mutation.policy.remotePortFwd.moveRule.json +16 -16
- models/mutation.policy.remotePortFwd.moveSection.json +3 -3
- models/mutation.policy.remotePortFwd.publishPolicyRevision.json +22 -22
- models/mutation.policy.remotePortFwd.removeRule.json +16 -16
- models/mutation.policy.remotePortFwd.removeSection.json +3 -3
- models/mutation.policy.remotePortFwd.updatePolicy.json +22 -22
- models/mutation.policy.remotePortFwd.updateRule.json +16 -16
- models/mutation.policy.remotePortFwd.updateSection.json +3 -3
- models/mutation.policy.socketLan.addRule.json +81 -81
- models/mutation.policy.socketLan.addSection.json +3 -3
- models/mutation.policy.socketLan.createPolicyRevision.json +87 -87
- models/mutation.policy.socketLan.discardPolicyRevision.json +87 -87
- models/mutation.policy.socketLan.moveRule.json +81 -81
- models/mutation.policy.socketLan.moveSection.json +3 -3
- models/mutation.policy.socketLan.publishPolicyRevision.json +87 -87
- models/mutation.policy.socketLan.removeRule.json +81 -81
- models/mutation.policy.socketLan.removeSection.json +3 -3
- models/mutation.policy.socketLan.updatePolicy.json +87 -87
- models/mutation.policy.socketLan.updateRule.json +81 -81
- models/mutation.policy.socketLan.updateSection.json +3 -3
- models/mutation.policy.terminalServer.addRule.json +6 -6
- models/mutation.policy.terminalServer.addSection.json +3 -3
- models/mutation.policy.terminalServer.createPolicyRevision.json +12 -12
- models/mutation.policy.terminalServer.discardPolicyRevision.json +12 -12
- models/mutation.policy.terminalServer.moveRule.json +6 -6
- models/mutation.policy.terminalServer.moveSection.json +3 -3
- models/mutation.policy.terminalServer.publishPolicyRevision.json +12 -12
- models/mutation.policy.terminalServer.removeRule.json +6 -6
- models/mutation.policy.terminalServer.removeSection.json +3 -3
- models/mutation.policy.terminalServer.updatePolicy.json +12 -12
- models/mutation.policy.terminalServer.updateRule.json +6 -6
- models/mutation.policy.terminalServer.updateSection.json +3 -3
- models/mutation.policy.wanFirewall.addRule.json +550 -103
- models/mutation.policy.wanFirewall.addSection.json +3 -3
- models/mutation.policy.wanFirewall.createPolicyRevision.json +226 -109
- models/mutation.policy.wanFirewall.discardPolicyRevision.json +226 -109
- models/mutation.policy.wanFirewall.moveRule.json +220 -103
- models/mutation.policy.wanFirewall.moveSection.json +3 -3
- models/mutation.policy.wanFirewall.publishPolicyRevision.json +226 -109
- models/mutation.policy.wanFirewall.removeRule.json +220 -103
- models/mutation.policy.wanFirewall.removeSection.json +3 -3
- models/mutation.policy.wanFirewall.updatePolicy.json +226 -109
- models/mutation.policy.wanFirewall.updateRule.json +541 -103
- models/mutation.policy.wanFirewall.updateSection.json +3 -3
- models/mutation.policy.wanNetwork.addRule.json +90 -90
- models/mutation.policy.wanNetwork.addSection.json +3 -3
- models/mutation.policy.wanNetwork.createPolicyRevision.json +96 -96
- models/mutation.policy.wanNetwork.discardPolicyRevision.json +96 -96
- models/mutation.policy.wanNetwork.moveRule.json +90 -90
- models/mutation.policy.wanNetwork.moveSection.json +3 -3
- models/mutation.policy.wanNetwork.publishPolicyRevision.json +96 -96
- models/mutation.policy.wanNetwork.removeRule.json +90 -90
- models/mutation.policy.wanNetwork.removeSection.json +3 -3
- models/mutation.policy.wanNetwork.updatePolicy.json +96 -96
- models/mutation.policy.wanNetwork.updateRule.json +90 -90
- models/mutation.policy.wanNetwork.updateSection.json +3 -3
- models/mutation.site.addBgpPeer.json +10 -10
- models/mutation.site.addIpsecIkeV2SiteTunnels.json +2 -2
- models/mutation.site.addSocketAddOnCard.json +2 -2
- models/mutation.site.assignSiteBwLicense.json +12879 -0
- models/mutation.site.removeBgpPeer.json +10 -10
- models/mutation.site.removeIpsecIkeV2SiteTunnels.json +2 -2
- models/mutation.site.removeSecondaryAwsVSocket.json +375 -0
- models/mutation.site.removeSecondaryAzureVSocket.json +354 -0
- models/mutation.site.removeSiteBwLicense.json +12822 -0
- models/mutation.site.removeSocketAddOnCard.json +2 -2
- models/mutation.site.replaceSiteBwLicense.json +12939 -0
- models/mutation.site.startSiteUpgrade.json +36 -15
- models/mutation.site.updateBgpPeer.json +10 -10
- models/mutation.site.updateIpsecIkeV2SiteTunnels.json +2 -2
- models/mutation.site.updateSecondaryAwsVSocket.json +643 -0
- models/mutation.site.updateSecondaryAzureVSocket.json +565 -0
- models/mutation.site.updateSiteBwLicense.json +12882 -0
- models/mutation.site.updateSiteGeneralDetails.json +724 -1
- models/mutation.sites.addBgpPeer.json +10 -10
- models/mutation.sites.addIpsecIkeV2SiteTunnels.json +2 -2
- models/mutation.sites.addSocketAddOnCard.json +2 -2
- models/mutation.sites.assignSiteBwLicense.json +12879 -0
- models/mutation.sites.removeBgpPeer.json +10 -10
- models/mutation.sites.removeIpsecIkeV2SiteTunnels.json +2 -2
- models/mutation.sites.removeSecondaryAwsVSocket.json +375 -0
- models/mutation.sites.removeSecondaryAzureVSocket.json +354 -0
- models/mutation.sites.removeSiteBwLicense.json +12822 -0
- models/mutation.sites.removeSocketAddOnCard.json +2 -2
- models/mutation.sites.replaceSiteBwLicense.json +12939 -0
- models/mutation.sites.startSiteUpgrade.json +36 -15
- models/mutation.sites.updateBgpPeer.json +10 -10
- models/mutation.sites.updateIpsecIkeV2SiteTunnels.json +2 -2
- models/mutation.sites.updateSecondaryAwsVSocket.json +643 -0
- models/mutation.sites.updateSecondaryAzureVSocket.json +565 -0
- models/mutation.sites.updateSiteBwLicense.json +12882 -0
- models/mutation.sites.updateSiteGeneralDetails.json +724 -1
- models/mutation.xdr.addStoryComment.json +1 -1
- models/mutation.xdr.analystFeedback.json +84 -84
- models/mutation.xdr.deleteStoryComment.json +1 -1
- models/query.accountManagement.json +97 -0
- models/query.accountMetrics.json +45 -45
- models/query.accountSnapshot.json +30 -30
- models/query.admin.json +6 -6
- models/query.admins.json +13 -13
- models/query.appStats.json +915 -867
- models/query.appStatsTimeSeries.json +692 -656
- models/query.auditFeed.json +6 -6
- models/query.catalogs.json +52 -52
- models/query.container.json +16 -16
- models/query.devices.json +20 -93
- models/query.entityLookup.json +2 -2
- models/query.events.json +288 -384
- models/query.eventsFeed.json +73 -97
- models/query.eventsTimeSeries.json +219 -291
- models/query.groups.group.members.json +3058 -0
- models/query.groups.groupList.json +6474 -0
- models/query.groups.whereUsed.json +697 -0
- models/query.hardware.json +27 -7
- models/query.hardwareManagement.json +8 -8
- models/query.licensing.json +3487 -1324
- models/query.policy.appTenantRestriction.policy.json +3086 -0
- models/query.policy.dynamicIpAllocation.policy.json +1934 -0
- models/query.policy.internetFirewall.policy.json +7833 -0
- models/query.policy.json +233 -0
- models/query.policy.remotePortFwd.policy.json +2387 -0
- models/query.policy.socketLan.policy.json +7140 -0
- models/query.policy.terminalServer.policy.json +1632 -0
- models/query.policy.wanFirewall.policy.json +9212 -0
- models/query.policy.wanNetwork.policy.json +8010 -0
- models/query.popLocations.json +2878 -0
- models/query.sandbox.json +5 -5
- models/query.site.availableVersionList.json +365 -0
- models/query.site.bgpPeer.json +1917 -0
- models/query.site.bgpPeerList.json +2076 -0
- models/query.site.cloudInterconnectConnectionConnectivity.json +298 -0
- models/query.site.cloudInterconnectPhysicalConnection.json +728 -0
- models/query.site.cloudInterconnectPhysicalConnectionId.json +660 -0
- models/query.site.secondaryAwsVSocket.json +340 -0
- models/query.site.secondaryAzureVSocket.json +319 -0
- models/query.site.siteBgpStatus.json +869 -0
- models/query.socketPortMetrics.json +2410 -0
- models/query.socketPortMetricsTimeSeries.json +2361 -0
- models/query.xdr.stories.json +104 -104
- models/query.xdr.story.json +93 -93
- schema/catolib.py +34 -18
- schema/remove_policyid.py +89 -0
- schema/remove_policyid_mutations.py +89 -0
- {catocli-2.0.4.dist-info → catocli-2.1.0.dist-info}/entry_points.txt +0 -0
- {catocli-2.0.4.dist-info → catocli-2.1.0.dist-info/licenses}/LICENSE +0 -0
|
@@ -661,7 +661,7 @@
|
|
|
661
661
|
"enumValues": null,
|
|
662
662
|
"fields": {
|
|
663
663
|
"errors": {
|
|
664
|
-
"alias": "
|
|
664
|
+
"alias": "errorsPolicySectionMutationPayload: errors",
|
|
665
665
|
"args": {},
|
|
666
666
|
"deprecationReason": null,
|
|
667
667
|
"description": null,
|
|
@@ -737,7 +737,7 @@
|
|
|
737
737
|
"varName": "policyMutationError"
|
|
738
738
|
},
|
|
739
739
|
"section": {
|
|
740
|
-
"alias": "
|
|
740
|
+
"alias": "sectionPolicySectionMutationPayload: section",
|
|
741
741
|
"args": {},
|
|
742
742
|
"deprecationReason": null,
|
|
743
743
|
"description": null,
|
|
@@ -997,7 +997,7 @@
|
|
|
997
997
|
"varName": "policySectionPayload"
|
|
998
998
|
},
|
|
999
999
|
"status": {
|
|
1000
|
-
"alias": "
|
|
1000
|
+
"alias": "statusPolicySectionMutationPayload: status",
|
|
1001
1001
|
"args": {},
|
|
1002
1002
|
"deprecationReason": null,
|
|
1003
1003
|
"description": null,
|
|
@@ -1633,7 +1633,7 @@
|
|
|
1633
1633
|
"enumValues": null,
|
|
1634
1634
|
"fields": {
|
|
1635
1635
|
"errors": {
|
|
1636
|
-
"alias": "
|
|
1636
|
+
"alias": "errorsTerminalServerRuleMutationPayload: errors",
|
|
1637
1637
|
"args": {},
|
|
1638
1638
|
"deprecationReason": null,
|
|
1639
1639
|
"description": null,
|
|
@@ -1709,7 +1709,7 @@
|
|
|
1709
1709
|
"varName": "policyMutationError"
|
|
1710
1710
|
},
|
|
1711
1711
|
"rule": {
|
|
1712
|
-
"alias": "
|
|
1712
|
+
"alias": "ruleTerminalServerRuleMutationPayload: rule",
|
|
1713
1713
|
"args": {},
|
|
1714
1714
|
"deprecationReason": null,
|
|
1715
1715
|
"description": null,
|
|
@@ -1894,7 +1894,7 @@
|
|
|
1894
1894
|
"enumValues": null,
|
|
1895
1895
|
"fields": {
|
|
1896
1896
|
"allowedHostIP": {
|
|
1897
|
-
"alias": "
|
|
1897
|
+
"alias": "allowedHostIPTerminalServerRule: allowedHostIP",
|
|
1898
1898
|
"args": {},
|
|
1899
1899
|
"deprecationReason": null,
|
|
1900
1900
|
"description": "Allowed Host IP range.\nall the other IPs will be blocked by the pop.\nGlobally defined IP range",
|
|
@@ -2012,7 +2012,7 @@
|
|
|
2012
2012
|
"varName": "enabled"
|
|
2013
2013
|
},
|
|
2014
2014
|
"excludeTraffic": {
|
|
2015
|
-
"alias": "
|
|
2015
|
+
"alias": "excludeTrafficTerminalServerRule: excludeTraffic",
|
|
2016
2016
|
"args": {},
|
|
2017
2017
|
"deprecationReason": null,
|
|
2018
2018
|
"description": "Exclude traffic IP Range.\nall traffic to those Ips will be excluded from the GRE tunnel.\nGlobally defined IP range",
|
|
@@ -2153,7 +2153,7 @@
|
|
|
2153
2153
|
"varName": "name"
|
|
2154
2154
|
},
|
|
2155
2155
|
"section": {
|
|
2156
|
-
"alias": "
|
|
2156
|
+
"alias": "sectionTerminalServerRule: section",
|
|
2157
2157
|
"args": {},
|
|
2158
2158
|
"deprecationReason": null,
|
|
2159
2159
|
"description": "Policy section where the rule is located",
|
|
@@ -2262,7 +2262,7 @@
|
|
|
2262
2262
|
"varName": "terminalServerRulePayload"
|
|
2263
2263
|
},
|
|
2264
2264
|
"status": {
|
|
2265
|
-
"alias": "
|
|
2265
|
+
"alias": "statusTerminalServerRuleMutationPayload: status",
|
|
2266
2266
|
"args": {},
|
|
2267
2267
|
"deprecationReason": null,
|
|
2268
2268
|
"description": null,
|
|
@@ -903,7 +903,7 @@
|
|
|
903
903
|
"enumValues": null,
|
|
904
904
|
"fields": {
|
|
905
905
|
"errors": {
|
|
906
|
-
"alias": "
|
|
906
|
+
"alias": "errorsPolicySectionMutationPayload: errors",
|
|
907
907
|
"args": {},
|
|
908
908
|
"deprecationReason": null,
|
|
909
909
|
"description": null,
|
|
@@ -979,7 +979,7 @@
|
|
|
979
979
|
"varName": "policyMutationError"
|
|
980
980
|
},
|
|
981
981
|
"section": {
|
|
982
|
-
"alias": "
|
|
982
|
+
"alias": "sectionPolicySectionMutationPayload: section",
|
|
983
983
|
"args": {},
|
|
984
984
|
"deprecationReason": null,
|
|
985
985
|
"description": null,
|
|
@@ -1239,7 +1239,7 @@
|
|
|
1239
1239
|
"varName": "policySectionPayload"
|
|
1240
1240
|
},
|
|
1241
1241
|
"status": {
|
|
1242
|
-
"alias": "
|
|
1242
|
+
"alias": "statusPolicySectionMutationPayload: status",
|
|
1243
1243
|
"args": {},
|
|
1244
1244
|
"deprecationReason": null,
|
|
1245
1245
|
"description": null,
|
|
@@ -576,7 +576,7 @@
|
|
|
576
576
|
"enumValues": null,
|
|
577
577
|
"fields": {
|
|
578
578
|
"errors": {
|
|
579
|
-
"alias": "
|
|
579
|
+
"alias": "errorsTerminalServerPolicyMutationPayload: errors",
|
|
580
580
|
"args": {},
|
|
581
581
|
"deprecationReason": null,
|
|
582
582
|
"description": null,
|
|
@@ -652,7 +652,7 @@
|
|
|
652
652
|
"varName": "policyMutationError"
|
|
653
653
|
},
|
|
654
654
|
"policy": {
|
|
655
|
-
"alias": "
|
|
655
|
+
"alias": "policyTerminalServerPolicyMutationPayload: policy",
|
|
656
656
|
"args": {},
|
|
657
657
|
"deprecationReason": null,
|
|
658
658
|
"description": null,
|
|
@@ -938,7 +938,7 @@
|
|
|
938
938
|
"enumValues": null,
|
|
939
939
|
"fields": {
|
|
940
940
|
"audit": {
|
|
941
|
-
"alias": "
|
|
941
|
+
"alias": "auditTerminalServerRulePayload: audit",
|
|
942
942
|
"args": {},
|
|
943
943
|
"deprecationReason": null,
|
|
944
944
|
"description": null,
|
|
@@ -1014,7 +1014,7 @@
|
|
|
1014
1014
|
"varName": "policyElementAudit"
|
|
1015
1015
|
},
|
|
1016
1016
|
"properties": {
|
|
1017
|
-
"alias": "
|
|
1017
|
+
"alias": "propertiesTerminalServerRulePayload: properties",
|
|
1018
1018
|
"args": {},
|
|
1019
1019
|
"deprecationReason": null,
|
|
1020
1020
|
"description": null,
|
|
@@ -1092,7 +1092,7 @@
|
|
|
1092
1092
|
"varName": "properties"
|
|
1093
1093
|
},
|
|
1094
1094
|
"rule": {
|
|
1095
|
-
"alias": "
|
|
1095
|
+
"alias": "ruleTerminalServerRulePayload: rule",
|
|
1096
1096
|
"args": {},
|
|
1097
1097
|
"deprecationReason": null,
|
|
1098
1098
|
"description": null,
|
|
@@ -1109,7 +1109,7 @@
|
|
|
1109
1109
|
"enumValues": null,
|
|
1110
1110
|
"fields": {
|
|
1111
1111
|
"allowedHostIP": {
|
|
1112
|
-
"alias": "
|
|
1112
|
+
"alias": "allowedHostIPTerminalServerRule: allowedHostIP",
|
|
1113
1113
|
"args": {},
|
|
1114
1114
|
"deprecationReason": null,
|
|
1115
1115
|
"description": "Allowed Host IP range.\nall the other IPs will be blocked by the pop.\nGlobally defined IP range",
|
|
@@ -1227,7 +1227,7 @@
|
|
|
1227
1227
|
"varName": "enabled"
|
|
1228
1228
|
},
|
|
1229
1229
|
"excludeTraffic": {
|
|
1230
|
-
"alias": "
|
|
1230
|
+
"alias": "excludeTrafficTerminalServerRule: excludeTraffic",
|
|
1231
1231
|
"args": {},
|
|
1232
1232
|
"deprecationReason": null,
|
|
1233
1233
|
"description": "Exclude traffic IP Range.\nall traffic to those Ips will be excluded from the GRE tunnel.\nGlobally defined IP range",
|
|
@@ -1368,7 +1368,7 @@
|
|
|
1368
1368
|
"varName": "name"
|
|
1369
1369
|
},
|
|
1370
1370
|
"section": {
|
|
1371
|
-
"alias": "
|
|
1371
|
+
"alias": "sectionTerminalServerRule: section",
|
|
1372
1372
|
"args": {},
|
|
1373
1373
|
"deprecationReason": null,
|
|
1374
1374
|
"description": "Policy section where the rule is located",
|
|
@@ -1496,7 +1496,7 @@
|
|
|
1496
1496
|
"enumValues": null,
|
|
1497
1497
|
"fields": {
|
|
1498
1498
|
"audit": {
|
|
1499
|
-
"alias": "
|
|
1499
|
+
"alias": "auditPolicySectionPayload: audit",
|
|
1500
1500
|
"args": {},
|
|
1501
1501
|
"deprecationReason": null,
|
|
1502
1502
|
"description": null,
|
|
@@ -1572,7 +1572,7 @@
|
|
|
1572
1572
|
"varName": "policyElementAudit"
|
|
1573
1573
|
},
|
|
1574
1574
|
"properties": {
|
|
1575
|
-
"alias": "
|
|
1575
|
+
"alias": "propertiesPolicySectionPayload: properties",
|
|
1576
1576
|
"args": {},
|
|
1577
1577
|
"deprecationReason": null,
|
|
1578
1578
|
"description": null,
|
|
@@ -1650,7 +1650,7 @@
|
|
|
1650
1650
|
"varName": "properties"
|
|
1651
1651
|
},
|
|
1652
1652
|
"section": {
|
|
1653
|
-
"alias": "
|
|
1653
|
+
"alias": "sectionPolicySectionPayload: section",
|
|
1654
1654
|
"args": {},
|
|
1655
1655
|
"deprecationReason": null,
|
|
1656
1656
|
"description": null,
|
|
@@ -1761,7 +1761,7 @@
|
|
|
1761
1761
|
"varName": "terminalServerPolicy"
|
|
1762
1762
|
},
|
|
1763
1763
|
"status": {
|
|
1764
|
-
"alias": "
|
|
1764
|
+
"alias": "statusTerminalServerPolicyMutationPayload: status",
|
|
1765
1765
|
"args": {},
|
|
1766
1766
|
"deprecationReason": null,
|
|
1767
1767
|
"description": null,
|
|
@@ -513,7 +513,7 @@
|
|
|
513
513
|
"enumValues": null,
|
|
514
514
|
"fields": {
|
|
515
515
|
"errors": {
|
|
516
|
-
"alias": "
|
|
516
|
+
"alias": "errorsTerminalServerPolicyMutationPayload: errors",
|
|
517
517
|
"args": {},
|
|
518
518
|
"deprecationReason": null,
|
|
519
519
|
"description": null,
|
|
@@ -589,7 +589,7 @@
|
|
|
589
589
|
"varName": "policyMutationError"
|
|
590
590
|
},
|
|
591
591
|
"policy": {
|
|
592
|
-
"alias": "
|
|
592
|
+
"alias": "policyTerminalServerPolicyMutationPayload: policy",
|
|
593
593
|
"args": {},
|
|
594
594
|
"deprecationReason": null,
|
|
595
595
|
"description": null,
|
|
@@ -875,7 +875,7 @@
|
|
|
875
875
|
"enumValues": null,
|
|
876
876
|
"fields": {
|
|
877
877
|
"audit": {
|
|
878
|
-
"alias": "
|
|
878
|
+
"alias": "auditTerminalServerRulePayload: audit",
|
|
879
879
|
"args": {},
|
|
880
880
|
"deprecationReason": null,
|
|
881
881
|
"description": null,
|
|
@@ -951,7 +951,7 @@
|
|
|
951
951
|
"varName": "policyElementAudit"
|
|
952
952
|
},
|
|
953
953
|
"properties": {
|
|
954
|
-
"alias": "
|
|
954
|
+
"alias": "propertiesTerminalServerRulePayload: properties",
|
|
955
955
|
"args": {},
|
|
956
956
|
"deprecationReason": null,
|
|
957
957
|
"description": null,
|
|
@@ -1029,7 +1029,7 @@
|
|
|
1029
1029
|
"varName": "properties"
|
|
1030
1030
|
},
|
|
1031
1031
|
"rule": {
|
|
1032
|
-
"alias": "
|
|
1032
|
+
"alias": "ruleTerminalServerRulePayload: rule",
|
|
1033
1033
|
"args": {},
|
|
1034
1034
|
"deprecationReason": null,
|
|
1035
1035
|
"description": null,
|
|
@@ -1046,7 +1046,7 @@
|
|
|
1046
1046
|
"enumValues": null,
|
|
1047
1047
|
"fields": {
|
|
1048
1048
|
"allowedHostIP": {
|
|
1049
|
-
"alias": "
|
|
1049
|
+
"alias": "allowedHostIPTerminalServerRule: allowedHostIP",
|
|
1050
1050
|
"args": {},
|
|
1051
1051
|
"deprecationReason": null,
|
|
1052
1052
|
"description": "Allowed Host IP range.\nall the other IPs will be blocked by the pop.\nGlobally defined IP range",
|
|
@@ -1164,7 +1164,7 @@
|
|
|
1164
1164
|
"varName": "enabled"
|
|
1165
1165
|
},
|
|
1166
1166
|
"excludeTraffic": {
|
|
1167
|
-
"alias": "
|
|
1167
|
+
"alias": "excludeTrafficTerminalServerRule: excludeTraffic",
|
|
1168
1168
|
"args": {},
|
|
1169
1169
|
"deprecationReason": null,
|
|
1170
1170
|
"description": "Exclude traffic IP Range.\nall traffic to those Ips will be excluded from the GRE tunnel.\nGlobally defined IP range",
|
|
@@ -1305,7 +1305,7 @@
|
|
|
1305
1305
|
"varName": "name"
|
|
1306
1306
|
},
|
|
1307
1307
|
"section": {
|
|
1308
|
-
"alias": "
|
|
1308
|
+
"alias": "sectionTerminalServerRule: section",
|
|
1309
1309
|
"args": {},
|
|
1310
1310
|
"deprecationReason": null,
|
|
1311
1311
|
"description": "Policy section where the rule is located",
|
|
@@ -1433,7 +1433,7 @@
|
|
|
1433
1433
|
"enumValues": null,
|
|
1434
1434
|
"fields": {
|
|
1435
1435
|
"audit": {
|
|
1436
|
-
"alias": "
|
|
1436
|
+
"alias": "auditPolicySectionPayload: audit",
|
|
1437
1437
|
"args": {},
|
|
1438
1438
|
"deprecationReason": null,
|
|
1439
1439
|
"description": null,
|
|
@@ -1509,7 +1509,7 @@
|
|
|
1509
1509
|
"varName": "policyElementAudit"
|
|
1510
1510
|
},
|
|
1511
1511
|
"properties": {
|
|
1512
|
-
"alias": "
|
|
1512
|
+
"alias": "propertiesPolicySectionPayload: properties",
|
|
1513
1513
|
"args": {},
|
|
1514
1514
|
"deprecationReason": null,
|
|
1515
1515
|
"description": null,
|
|
@@ -1587,7 +1587,7 @@
|
|
|
1587
1587
|
"varName": "properties"
|
|
1588
1588
|
},
|
|
1589
1589
|
"section": {
|
|
1590
|
-
"alias": "
|
|
1590
|
+
"alias": "sectionPolicySectionPayload: section",
|
|
1591
1591
|
"args": {},
|
|
1592
1592
|
"deprecationReason": null,
|
|
1593
1593
|
"description": null,
|
|
@@ -1698,7 +1698,7 @@
|
|
|
1698
1698
|
"varName": "terminalServerPolicy"
|
|
1699
1699
|
},
|
|
1700
1700
|
"status": {
|
|
1701
|
-
"alias": "
|
|
1701
|
+
"alias": "statusTerminalServerPolicyMutationPayload: status",
|
|
1702
1702
|
"args": {},
|
|
1703
1703
|
"deprecationReason": null,
|
|
1704
1704
|
"description": null,
|
|
@@ -859,7 +859,7 @@
|
|
|
859
859
|
"enumValues": null,
|
|
860
860
|
"fields": {
|
|
861
861
|
"errors": {
|
|
862
|
-
"alias": "
|
|
862
|
+
"alias": "errorsTerminalServerRuleMutationPayload: errors",
|
|
863
863
|
"args": {},
|
|
864
864
|
"deprecationReason": null,
|
|
865
865
|
"description": null,
|
|
@@ -935,7 +935,7 @@
|
|
|
935
935
|
"varName": "policyMutationError"
|
|
936
936
|
},
|
|
937
937
|
"rule": {
|
|
938
|
-
"alias": "
|
|
938
|
+
"alias": "ruleTerminalServerRuleMutationPayload: rule",
|
|
939
939
|
"args": {},
|
|
940
940
|
"deprecationReason": null,
|
|
941
941
|
"description": null,
|
|
@@ -1120,7 +1120,7 @@
|
|
|
1120
1120
|
"enumValues": null,
|
|
1121
1121
|
"fields": {
|
|
1122
1122
|
"allowedHostIP": {
|
|
1123
|
-
"alias": "
|
|
1123
|
+
"alias": "allowedHostIPTerminalServerRule: allowedHostIP",
|
|
1124
1124
|
"args": {},
|
|
1125
1125
|
"deprecationReason": null,
|
|
1126
1126
|
"description": "Allowed Host IP range.\nall the other IPs will be blocked by the pop.\nGlobally defined IP range",
|
|
@@ -1238,7 +1238,7 @@
|
|
|
1238
1238
|
"varName": "enabled"
|
|
1239
1239
|
},
|
|
1240
1240
|
"excludeTraffic": {
|
|
1241
|
-
"alias": "
|
|
1241
|
+
"alias": "excludeTrafficTerminalServerRule: excludeTraffic",
|
|
1242
1242
|
"args": {},
|
|
1243
1243
|
"deprecationReason": null,
|
|
1244
1244
|
"description": "Exclude traffic IP Range.\nall traffic to those Ips will be excluded from the GRE tunnel.\nGlobally defined IP range",
|
|
@@ -1379,7 +1379,7 @@
|
|
|
1379
1379
|
"varName": "name"
|
|
1380
1380
|
},
|
|
1381
1381
|
"section": {
|
|
1382
|
-
"alias": "
|
|
1382
|
+
"alias": "sectionTerminalServerRule: section",
|
|
1383
1383
|
"args": {},
|
|
1384
1384
|
"deprecationReason": null,
|
|
1385
1385
|
"description": "Policy section where the rule is located",
|
|
@@ -1488,7 +1488,7 @@
|
|
|
1488
1488
|
"varName": "terminalServerRulePayload"
|
|
1489
1489
|
},
|
|
1490
1490
|
"status": {
|
|
1491
|
-
"alias": "
|
|
1491
|
+
"alias": "statusTerminalServerRuleMutationPayload: status",
|
|
1492
1492
|
"args": {},
|
|
1493
1493
|
"deprecationReason": null,
|
|
1494
1494
|
"description": null,
|
|
@@ -806,7 +806,7 @@
|
|
|
806
806
|
"enumValues": null,
|
|
807
807
|
"fields": {
|
|
808
808
|
"errors": {
|
|
809
|
-
"alias": "
|
|
809
|
+
"alias": "errorsPolicySectionMutationPayload: errors",
|
|
810
810
|
"args": {},
|
|
811
811
|
"deprecationReason": null,
|
|
812
812
|
"description": null,
|
|
@@ -882,7 +882,7 @@
|
|
|
882
882
|
"varName": "policyMutationError"
|
|
883
883
|
},
|
|
884
884
|
"section": {
|
|
885
|
-
"alias": "
|
|
885
|
+
"alias": "sectionPolicySectionMutationPayload: section",
|
|
886
886
|
"args": {},
|
|
887
887
|
"deprecationReason": null,
|
|
888
888
|
"description": null,
|
|
@@ -1142,7 +1142,7 @@
|
|
|
1142
1142
|
"varName": "policySectionPayload"
|
|
1143
1143
|
},
|
|
1144
1144
|
"status": {
|
|
1145
|
-
"alias": "
|
|
1145
|
+
"alias": "statusPolicySectionMutationPayload: status",
|
|
1146
1146
|
"args": {},
|
|
1147
1147
|
"deprecationReason": null,
|
|
1148
1148
|
"description": null,
|
|
@@ -567,7 +567,7 @@
|
|
|
567
567
|
"enumValues": null,
|
|
568
568
|
"fields": {
|
|
569
569
|
"errors": {
|
|
570
|
-
"alias": "
|
|
570
|
+
"alias": "errorsTerminalServerPolicyMutationPayload: errors",
|
|
571
571
|
"args": {},
|
|
572
572
|
"deprecationReason": null,
|
|
573
573
|
"description": null,
|
|
@@ -643,7 +643,7 @@
|
|
|
643
643
|
"varName": "policyMutationError"
|
|
644
644
|
},
|
|
645
645
|
"policy": {
|
|
646
|
-
"alias": "
|
|
646
|
+
"alias": "policyTerminalServerPolicyMutationPayload: policy",
|
|
647
647
|
"args": {},
|
|
648
648
|
"deprecationReason": null,
|
|
649
649
|
"description": null,
|
|
@@ -929,7 +929,7 @@
|
|
|
929
929
|
"enumValues": null,
|
|
930
930
|
"fields": {
|
|
931
931
|
"audit": {
|
|
932
|
-
"alias": "
|
|
932
|
+
"alias": "auditTerminalServerRulePayload: audit",
|
|
933
933
|
"args": {},
|
|
934
934
|
"deprecationReason": null,
|
|
935
935
|
"description": null,
|
|
@@ -1005,7 +1005,7 @@
|
|
|
1005
1005
|
"varName": "policyElementAudit"
|
|
1006
1006
|
},
|
|
1007
1007
|
"properties": {
|
|
1008
|
-
"alias": "
|
|
1008
|
+
"alias": "propertiesTerminalServerRulePayload: properties",
|
|
1009
1009
|
"args": {},
|
|
1010
1010
|
"deprecationReason": null,
|
|
1011
1011
|
"description": null,
|
|
@@ -1083,7 +1083,7 @@
|
|
|
1083
1083
|
"varName": "properties"
|
|
1084
1084
|
},
|
|
1085
1085
|
"rule": {
|
|
1086
|
-
"alias": "
|
|
1086
|
+
"alias": "ruleTerminalServerRulePayload: rule",
|
|
1087
1087
|
"args": {},
|
|
1088
1088
|
"deprecationReason": null,
|
|
1089
1089
|
"description": null,
|
|
@@ -1100,7 +1100,7 @@
|
|
|
1100
1100
|
"enumValues": null,
|
|
1101
1101
|
"fields": {
|
|
1102
1102
|
"allowedHostIP": {
|
|
1103
|
-
"alias": "
|
|
1103
|
+
"alias": "allowedHostIPTerminalServerRule: allowedHostIP",
|
|
1104
1104
|
"args": {},
|
|
1105
1105
|
"deprecationReason": null,
|
|
1106
1106
|
"description": "Allowed Host IP range.\nall the other IPs will be blocked by the pop.\nGlobally defined IP range",
|
|
@@ -1218,7 +1218,7 @@
|
|
|
1218
1218
|
"varName": "enabled"
|
|
1219
1219
|
},
|
|
1220
1220
|
"excludeTraffic": {
|
|
1221
|
-
"alias": "
|
|
1221
|
+
"alias": "excludeTrafficTerminalServerRule: excludeTraffic",
|
|
1222
1222
|
"args": {},
|
|
1223
1223
|
"deprecationReason": null,
|
|
1224
1224
|
"description": "Exclude traffic IP Range.\nall traffic to those Ips will be excluded from the GRE tunnel.\nGlobally defined IP range",
|
|
@@ -1359,7 +1359,7 @@
|
|
|
1359
1359
|
"varName": "name"
|
|
1360
1360
|
},
|
|
1361
1361
|
"section": {
|
|
1362
|
-
"alias": "
|
|
1362
|
+
"alias": "sectionTerminalServerRule: section",
|
|
1363
1363
|
"args": {},
|
|
1364
1364
|
"deprecationReason": null,
|
|
1365
1365
|
"description": "Policy section where the rule is located",
|
|
@@ -1487,7 +1487,7 @@
|
|
|
1487
1487
|
"enumValues": null,
|
|
1488
1488
|
"fields": {
|
|
1489
1489
|
"audit": {
|
|
1490
|
-
"alias": "
|
|
1490
|
+
"alias": "auditPolicySectionPayload: audit",
|
|
1491
1491
|
"args": {},
|
|
1492
1492
|
"deprecationReason": null,
|
|
1493
1493
|
"description": null,
|
|
@@ -1563,7 +1563,7 @@
|
|
|
1563
1563
|
"varName": "policyElementAudit"
|
|
1564
1564
|
},
|
|
1565
1565
|
"properties": {
|
|
1566
|
-
"alias": "
|
|
1566
|
+
"alias": "propertiesPolicySectionPayload: properties",
|
|
1567
1567
|
"args": {},
|
|
1568
1568
|
"deprecationReason": null,
|
|
1569
1569
|
"description": null,
|
|
@@ -1641,7 +1641,7 @@
|
|
|
1641
1641
|
"varName": "properties"
|
|
1642
1642
|
},
|
|
1643
1643
|
"section": {
|
|
1644
|
-
"alias": "
|
|
1644
|
+
"alias": "sectionPolicySectionPayload: section",
|
|
1645
1645
|
"args": {},
|
|
1646
1646
|
"deprecationReason": null,
|
|
1647
1647
|
"description": null,
|
|
@@ -1752,7 +1752,7 @@
|
|
|
1752
1752
|
"varName": "terminalServerPolicy"
|
|
1753
1753
|
},
|
|
1754
1754
|
"status": {
|
|
1755
|
-
"alias": "
|
|
1755
|
+
"alias": "statusTerminalServerPolicyMutationPayload: status",
|
|
1756
1756
|
"args": {},
|
|
1757
1757
|
"deprecationReason": null,
|
|
1758
1758
|
"description": null,
|
|
@@ -515,7 +515,7 @@
|
|
|
515
515
|
"enumValues": null,
|
|
516
516
|
"fields": {
|
|
517
517
|
"errors": {
|
|
518
|
-
"alias": "
|
|
518
|
+
"alias": "errorsTerminalServerRuleMutationPayload: errors",
|
|
519
519
|
"args": {},
|
|
520
520
|
"deprecationReason": null,
|
|
521
521
|
"description": null,
|
|
@@ -591,7 +591,7 @@
|
|
|
591
591
|
"varName": "policyMutationError"
|
|
592
592
|
},
|
|
593
593
|
"rule": {
|
|
594
|
-
"alias": "
|
|
594
|
+
"alias": "ruleTerminalServerRuleMutationPayload: rule",
|
|
595
595
|
"args": {},
|
|
596
596
|
"deprecationReason": null,
|
|
597
597
|
"description": null,
|
|
@@ -776,7 +776,7 @@
|
|
|
776
776
|
"enumValues": null,
|
|
777
777
|
"fields": {
|
|
778
778
|
"allowedHostIP": {
|
|
779
|
-
"alias": "
|
|
779
|
+
"alias": "allowedHostIPTerminalServerRule: allowedHostIP",
|
|
780
780
|
"args": {},
|
|
781
781
|
"deprecationReason": null,
|
|
782
782
|
"description": "Allowed Host IP range.\nall the other IPs will be blocked by the pop.\nGlobally defined IP range",
|
|
@@ -894,7 +894,7 @@
|
|
|
894
894
|
"varName": "enabled"
|
|
895
895
|
},
|
|
896
896
|
"excludeTraffic": {
|
|
897
|
-
"alias": "
|
|
897
|
+
"alias": "excludeTrafficTerminalServerRule: excludeTraffic",
|
|
898
898
|
"args": {},
|
|
899
899
|
"deprecationReason": null,
|
|
900
900
|
"description": "Exclude traffic IP Range.\nall traffic to those Ips will be excluded from the GRE tunnel.\nGlobally defined IP range",
|
|
@@ -1035,7 +1035,7 @@
|
|
|
1035
1035
|
"varName": "name"
|
|
1036
1036
|
},
|
|
1037
1037
|
"section": {
|
|
1038
|
-
"alias": "
|
|
1038
|
+
"alias": "sectionTerminalServerRule: section",
|
|
1039
1039
|
"args": {},
|
|
1040
1040
|
"deprecationReason": null,
|
|
1041
1041
|
"description": "Policy section where the rule is located",
|
|
@@ -1144,7 +1144,7 @@
|
|
|
1144
1144
|
"varName": "terminalServerRulePayload"
|
|
1145
1145
|
},
|
|
1146
1146
|
"status": {
|
|
1147
|
-
"alias": "
|
|
1147
|
+
"alias": "statusTerminalServerRuleMutationPayload: status",
|
|
1148
1148
|
"args": {},
|
|
1149
1149
|
"deprecationReason": null,
|
|
1150
1150
|
"description": null,
|
|
@@ -513,7 +513,7 @@
|
|
|
513
513
|
"enumValues": null,
|
|
514
514
|
"fields": {
|
|
515
515
|
"errors": {
|
|
516
|
-
"alias": "
|
|
516
|
+
"alias": "errorsPolicySectionMutationPayload: errors",
|
|
517
517
|
"args": {},
|
|
518
518
|
"deprecationReason": null,
|
|
519
519
|
"description": null,
|
|
@@ -589,7 +589,7 @@
|
|
|
589
589
|
"varName": "policyMutationError"
|
|
590
590
|
},
|
|
591
591
|
"section": {
|
|
592
|
-
"alias": "
|
|
592
|
+
"alias": "sectionPolicySectionMutationPayload: section",
|
|
593
593
|
"args": {},
|
|
594
594
|
"deprecationReason": null,
|
|
595
595
|
"description": null,
|
|
@@ -849,7 +849,7 @@
|
|
|
849
849
|
"varName": "policySectionPayload"
|
|
850
850
|
},
|
|
851
851
|
"status": {
|
|
852
|
-
"alias": "
|
|
852
|
+
"alias": "statusPolicySectionMutationPayload: status",
|
|
853
853
|
"args": {},
|
|
854
854
|
"deprecationReason": null,
|
|
855
855
|
"description": null,
|