@pulumi/scm 1.0.1 → 1.0.2
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/address.d.ts +29 -18
- package/address.js +26 -0
- package/address.js.map +1 -1
- package/addressGroup.d.ts +29 -12
- package/addressGroup.js +26 -0
- package/addressGroup.js.map +1 -1
- package/aggregateInterface.d.ts +31 -14
- package/aggregateInterface.js +26 -0
- package/aggregateInterface.js.map +1 -1
- package/antiSpywareProfile.d.ts +3 -6
- package/antiSpywareProfile.js.map +1 -1
- package/antiSpywareSignature.d.ts +30 -7
- package/antiSpywareSignature.js +26 -0
- package/antiSpywareSignature.js.map +1 -1
- package/appOverrideRule.d.ts +29 -6
- package/appOverrideRule.js +26 -0
- package/appOverrideRule.js.map +1 -1
- package/application.d.ts +29 -6
- package/application.js +26 -0
- package/application.js.map +1 -1
- package/applicationFilter.d.ts +29 -6
- package/applicationFilter.js +26 -0
- package/applicationFilter.js.map +1 -1
- package/applicationGroup.d.ts +29 -6
- package/applicationGroup.js +26 -0
- package/applicationGroup.js.map +1 -1
- package/authenticationPortal.d.ts +29 -6
- package/authenticationPortal.js +26 -0
- package/authenticationPortal.js.map +1 -1
- package/authenticationProfile.d.ts +29 -6
- package/authenticationProfile.js +26 -0
- package/authenticationProfile.js.map +1 -1
- package/authenticationRule.d.ts +29 -6
- package/authenticationRule.js +26 -0
- package/authenticationRule.js.map +1 -1
- package/authenticationSequence.d.ts +29 -6
- package/authenticationSequence.js +26 -0
- package/authenticationSequence.js.map +1 -1
- package/authenticationSetting.d.ts +161 -0
- package/authenticationSetting.js +121 -0
- package/authenticationSetting.js.map +1 -0
- package/autoVpnCluster.d.ts +26 -0
- package/autoVpnCluster.js +26 -0
- package/autoVpnCluster.js.map +1 -1
- package/autoVpnSetting.d.ts +21 -1
- package/autoVpnSetting.js +21 -1
- package/autoVpnSetting.js.map +1 -1
- package/bandwidthAllocation.d.ts +133 -0
- package/bandwidthAllocation.js +105 -0
- package/bandwidthAllocation.js.map +1 -0
- package/bgpAddressFamilyProfile.d.ts +29 -6
- package/bgpAddressFamilyProfile.js +26 -0
- package/bgpAddressFamilyProfile.js.map +1 -1
- package/bgpAuthProfile.d.ts +3 -6
- package/bgpAuthProfile.js.map +1 -1
- package/bgpFilteringProfile.d.ts +29 -6
- package/bgpFilteringProfile.js +26 -0
- package/bgpFilteringProfile.js.map +1 -1
- package/bgpRedistributionProfile.d.ts +29 -6
- package/bgpRedistributionProfile.js +26 -0
- package/bgpRedistributionProfile.js.map +1 -1
- package/bgpRouteMap.d.ts +29 -6
- package/bgpRouteMap.js +26 -0
- package/bgpRouteMap.js.map +1 -1
- package/bgpRouteMapRedistribution.d.ts +29 -15
- package/bgpRouteMapRedistribution.js +26 -0
- package/bgpRouteMapRedistribution.js.map +1 -1
- package/bgpRouting.d.ts +21 -1
- package/bgpRouting.js +21 -1
- package/bgpRouting.js.map +1 -1
- package/certificateProfile.d.ts +29 -6
- package/certificateProfile.js +26 -0
- package/certificateProfile.js.map +1 -1
- package/contentIdSetting.d.ts +149 -0
- package/contentIdSetting.js +109 -0
- package/contentIdSetting.js.map +1 -0
- package/decryptionExclusion.d.ts +29 -6
- package/decryptionExclusion.js +26 -0
- package/decryptionExclusion.js.map +1 -1
- package/decryptionProfile.d.ts +33 -10
- package/decryptionProfile.js +26 -0
- package/decryptionProfile.js.map +1 -1
- package/decryptionRule.d.ts +3 -6
- package/decryptionRule.js.map +1 -1
- package/deviceRedistributionCollector.d.ts +153 -0
- package/deviceRedistributionCollector.js +113 -0
- package/deviceRedistributionCollector.js.map +1 -0
- package/dhcpInterface.d.ts +29 -12
- package/dhcpInterface.js +26 -0
- package/dhcpInterface.js.map +1 -1
- package/dnsProxy.d.ts +32 -9
- package/dnsProxy.js +26 -0
- package/dnsProxy.js.map +1 -1
- package/dnsSecurityProfile.d.ts +29 -6
- package/dnsSecurityProfile.js +26 -0
- package/dnsSecurityProfile.js.map +1 -1
- package/dosProtectionProfile.d.ts +31 -8
- package/dosProtectionProfile.js +26 -0
- package/dosProtectionProfile.js.map +1 -1
- package/dosProtectionRule.d.ts +29 -6
- package/dosProtectionRule.js +26 -0
- package/dosProtectionRule.js.map +1 -1
- package/dynamicUserGroup.d.ts +29 -6
- package/dynamicUserGroup.js +26 -0
- package/dynamicUserGroup.js.map +1 -1
- package/ethernetInterface.d.ts +31 -20
- package/ethernetInterface.js +26 -0
- package/ethernetInterface.js.map +1 -1
- package/externalDynamicList.d.ts +33 -10
- package/externalDynamicList.js +26 -0
- package/externalDynamicList.js.map +1 -1
- package/fileBlockingProfile.d.ts +29 -6
- package/fileBlockingProfile.js +26 -0
- package/fileBlockingProfile.js.map +1 -1
- package/folder.d.ts +10 -0
- package/folder.js +10 -0
- package/folder.js.map +1 -1
- package/generalSetting.d.ts +157 -0
- package/generalSetting.js +117 -0
- package/generalSetting.js.map +1 -0
- package/getAddress.d.ts +58 -0
- package/getAddress.js +6 -0
- package/getAddress.js.map +1 -1
- package/getAddressGroup.d.ts +50 -0
- package/getAddressGroup.js +6 -0
- package/getAddressGroup.js.map +1 -1
- package/getAggregateInterface.d.ts +47 -0
- package/getAggregateInterface.js +6 -0
- package/getAggregateInterface.js.map +1 -1
- package/getAntiSpywareProfile.d.ts +54 -0
- package/getAntiSpywareProfile.js +6 -0
- package/getAntiSpywareProfile.js.map +1 -1
- package/getAntiSpywareSignature.d.ts +60 -0
- package/getAntiSpywareSignature.js +6 -0
- package/getAntiSpywareSignature.js.map +1 -1
- package/getAppOverrideRule.d.ts +78 -0
- package/getAppOverrideRule.js +6 -0
- package/getAppOverrideRule.js.map +1 -1
- package/getApplication.d.ts +99 -0
- package/getApplication.js +6 -0
- package/getApplication.js.map +1 -1
- package/getApplicationFilter.d.ts +90 -0
- package/getApplicationFilter.js +6 -0
- package/getApplicationFilter.js.map +1 -1
- package/getApplicationGroup.d.ts +42 -0
- package/getApplicationGroup.js +6 -0
- package/getApplicationGroup.js.map +1 -1
- package/getAuthenticationProfile.d.ts +57 -0
- package/getAuthenticationProfile.js +6 -0
- package/getAuthenticationProfile.js.map +1 -1
- package/getAuthenticationRule.d.ts +93 -0
- package/getAuthenticationRule.js +6 -0
- package/getAuthenticationRule.js.map +1 -1
- package/getAuthenticationSequence.d.ts +42 -0
- package/getAuthenticationSequence.js +6 -0
- package/getAuthenticationSequence.js.map +1 -1
- package/getAuthenticationSetting.d.ts +111 -0
- package/getAuthenticationSetting.js +58 -0
- package/getAuthenticationSetting.js.map +1 -0
- package/getAuthenticationSettingList.d.ts +140 -0
- package/getAuthenticationSettingList.js +70 -0
- package/getAuthenticationSettingList.js.map +1 -0
- package/getAutoVpnClusterList.d.ts +2 -0
- package/getAutoVpnClusterList.js +2 -0
- package/getAutoVpnClusterList.js.map +1 -1
- package/getBandwidthAllocation.d.ts +84 -0
- package/getBandwidthAllocation.js +60 -0
- package/getBandwidthAllocation.js.map +1 -0
- package/getBandwidthAllocationList.d.ts +138 -0
- package/getBandwidthAllocationList.js +68 -0
- package/getBandwidthAllocationList.js.map +1 -0
- package/getBgpAddressFamilyProfile.d.ts +42 -0
- package/getBgpAddressFamilyProfile.js +6 -0
- package/getBgpAddressFamilyProfile.js.map +1 -1
- package/getBgpAuthProfile.d.ts +45 -0
- package/getBgpAuthProfile.js +6 -0
- package/getBgpAuthProfile.js.map +1 -1
- package/getBgpFilteringProfile.d.ts +42 -0
- package/getBgpFilteringProfile.js +6 -0
- package/getBgpFilteringProfile.js.map +1 -1
- package/getBgpRedistributionProfile.d.ts +42 -0
- package/getBgpRedistributionProfile.js +6 -0
- package/getBgpRedistributionProfile.js.map +1 -1
- package/getBgpRouteMap.d.ts +42 -0
- package/getBgpRouteMap.js +6 -0
- package/getBgpRouteMap.js.map +1 -1
- package/getBgpRouteMapRedistribution.d.ts +54 -0
- package/getBgpRouteMapRedistribution.js +6 -0
- package/getBgpRouteMapRedistribution.js.map +1 -1
- package/getCertificateProfile.d.ts +54 -0
- package/getCertificateProfile.js +6 -0
- package/getCertificateProfile.js.map +1 -1
- package/getContentIdSetting.d.ts +111 -0
- package/getContentIdSetting.js +58 -0
- package/getContentIdSetting.js.map +1 -0
- package/getContentIdSettingList.d.ts +140 -0
- package/getContentIdSettingList.js +70 -0
- package/getContentIdSettingList.js.map +1 -0
- package/getDecryptionExclusion.d.ts +39 -0
- package/getDecryptionExclusion.js +6 -0
- package/getDecryptionExclusion.js.map +1 -1
- package/getDecryptionProfile.d.ts +51 -0
- package/getDecryptionProfile.js +6 -0
- package/getDecryptionProfile.js.map +1 -1
- package/getDecryptionRule.d.ts +93 -0
- package/getDecryptionRule.js +6 -0
- package/getDecryptionRule.js.map +1 -1
- package/getDeviceRedistributionCollector.d.ts +111 -0
- package/getDeviceRedistributionCollector.js +58 -0
- package/getDeviceRedistributionCollector.js.map +1 -0
- package/getDeviceRedistributionCollectorList.d.ts +140 -0
- package/getDeviceRedistributionCollectorList.js +70 -0
- package/getDeviceRedistributionCollectorList.js.map +1 -0
- package/getDhcpInterface.d.ts +47 -0
- package/getDhcpInterface.js +6 -0
- package/getDhcpInterface.js.map +1 -1
- package/getDnsProxy.d.ts +57 -0
- package/getDnsProxy.js +6 -0
- package/getDnsProxy.js.map +1 -1
- package/getDnsSecurityProfile.d.ts +39 -0
- package/getDnsSecurityProfile.js +6 -0
- package/getDnsSecurityProfile.js.map +1 -1
- package/getDosProtectionProfile.d.ts +48 -0
- package/getDosProtectionProfile.js +6 -0
- package/getDosProtectionProfile.js.map +1 -1
- package/getDosProtectionRule.d.ts +72 -0
- package/getDosProtectionRule.js +6 -0
- package/getDosProtectionRule.js.map +1 -1
- package/getDynamicUserGroup.d.ts +45 -0
- package/getDynamicUserGroup.js +6 -0
- package/getDynamicUserGroup.js.map +1 -1
- package/getEthernetInterface.d.ts +76 -0
- package/getEthernetInterface.js +6 -0
- package/getEthernetInterface.js.map +1 -1
- package/getExternalDynamicList.d.ts +45 -0
- package/getExternalDynamicList.js +6 -0
- package/getExternalDynamicList.js.map +1 -1
- package/getFileBlockingProfile.d.ts +42 -0
- package/getFileBlockingProfile.js +6 -0
- package/getFileBlockingProfile.js.map +1 -1
- package/getGeneralSetting.d.ts +111 -0
- package/getGeneralSetting.js +58 -0
- package/getGeneralSetting.js.map +1 -0
- package/getGeneralSettingList.d.ts +140 -0
- package/getGeneralSettingList.js +70 -0
- package/getGeneralSettingList.js.map +1 -0
- package/getHipObject.d.ts +60 -0
- package/getHipObject.js +6 -0
- package/getHipObject.js.map +1 -1
- package/getHipProfile.d.ts +42 -0
- package/getHipProfile.js +6 -0
- package/getHipProfile.js.map +1 -1
- package/getHttpHeaderProfile.d.ts +82 -0
- package/getHttpHeaderProfile.js +46 -0
- package/getHttpHeaderProfile.js.map +1 -1
- package/getHttpHeaderProfileList.d.ts +32 -0
- package/getHttpHeaderProfileList.js +32 -0
- package/getHttpHeaderProfileList.js.map +1 -1
- package/getHttpServerProfile.d.ts +48 -0
- package/getHttpServerProfile.js +6 -0
- package/getHttpServerProfile.js.map +1 -1
- package/getIkeCryptoProfile.d.ts +51 -0
- package/getIkeCryptoProfile.js +6 -0
- package/getIkeCryptoProfile.js.map +1 -1
- package/getIkeGateway.d.ts +60 -0
- package/getIkeGateway.js +6 -0
- package/getIkeGateway.js.map +1 -1
- package/getInterfaceManagementProfile.d.ts +72 -0
- package/getInterfaceManagementProfile.js +6 -0
- package/getInterfaceManagementProfile.js.map +1 -1
- package/getIpsecCryptoProfile.d.ts +56 -0
- package/getIpsecCryptoProfile.js +6 -0
- package/getIpsecCryptoProfile.js.map +1 -1
- package/getIpsecTunnel.d.ts +48 -0
- package/getIpsecTunnel.js +6 -0
- package/getIpsecTunnel.js.map +1 -1
- package/getKerberosServerProfile.d.ts +42 -0
- package/getKerberosServerProfile.js +6 -0
- package/getKerberosServerProfile.js.map +1 -1
- package/getLayer2Subinterface.d.ts +45 -0
- package/getLayer2Subinterface.js +6 -0
- package/getLayer2Subinterface.js.map +1 -1
- package/getLayer3Subinterface.d.ts +59 -0
- package/getLayer3Subinterface.js +6 -0
- package/getLayer3Subinterface.js.map +1 -1
- package/getLdapServerProfile.d.ts +60 -0
- package/getLdapServerProfile.js +6 -0
- package/getLdapServerProfile.js.map +1 -1
- package/getLinkTag.d.ts +39 -0
- package/getLinkTag.js +6 -0
- package/getLinkTag.js.map +1 -1
- package/getLldpProfile.d.ts +107 -0
- package/getLldpProfile.js +36 -0
- package/getLldpProfile.js.map +1 -0
- package/getLldpProfileList.d.ts +110 -0
- package/getLldpProfileList.js +40 -0
- package/getLldpProfileList.js.map +1 -0
- package/getLocalUser.d.ts +48 -0
- package/getLocalUser.js +6 -0
- package/getLocalUser.js.map +1 -1
- package/getLocalUserGroup.d.ts +42 -0
- package/getLocalUserGroup.js +6 -0
- package/getLocalUserGroup.js.map +1 -1
- package/getLogForwardingProfile.d.ts +42 -0
- package/getLogForwardingProfile.js +6 -0
- package/getLogForwardingProfile.js.map +1 -1
- package/getLogicalRouter.d.ts +45 -0
- package/getLogicalRouter.js +6 -0
- package/getLogicalRouter.js.map +1 -1
- package/getLoopbackInterface.d.ts +51 -0
- package/getLoopbackInterface.js +6 -0
- package/getLoopbackInterface.js.map +1 -1
- package/getManagementInterface.d.ts +111 -0
- package/getManagementInterface.js +58 -0
- package/getManagementInterface.js.map +1 -0
- package/getManagementInterfaceList.d.ts +140 -0
- package/getManagementInterfaceList.js +70 -0
- package/getManagementInterfaceList.js.map +1 -0
- package/getMotdBannerSetting.d.ts +111 -0
- package/getMotdBannerSetting.js +58 -0
- package/getMotdBannerSetting.js.map +1 -0
- package/getMotdBannerSettingList.d.ts +140 -0
- package/getMotdBannerSettingList.js +70 -0
- package/getMotdBannerSettingList.js.map +1 -0
- package/getNatRule.d.ts +24 -0
- package/getNatRule.js +6 -0
- package/getNatRule.js.map +1 -1
- package/getOspfAuthProfile.d.ts +50 -0
- package/getOspfAuthProfile.js +6 -0
- package/getOspfAuthProfile.js.map +1 -1
- package/getPbfRule.d.ts +60 -0
- package/getPbfRule.js +6 -0
- package/getPbfRule.js.map +1 -1
- package/getProfileGroup.d.ts +60 -0
- package/getProfileGroup.js +6 -0
- package/getProfileGroup.js.map +1 -1
- package/getQosPolicyRule.d.ts +54 -0
- package/getQosPolicyRule.js +6 -0
- package/getQosPolicyRule.js.map +1 -1
- package/getQosProfile.d.ts +39 -0
- package/getQosProfile.js +6 -0
- package/getQosProfile.js.map +1 -1
- package/getRadiusServerProfile.d.ts +51 -0
- package/getRadiusServerProfile.js +6 -0
- package/getRadiusServerProfile.js.map +1 -1
- package/getRegion.d.ts +42 -0
- package/getRegion.js +6 -0
- package/getRegion.js.map +1 -1
- package/getRemoteNetwork.d.ts +8 -0
- package/getRemoteNetwork.js +2 -0
- package/getRemoteNetwork.js.map +1 -1
- package/getRouteAccessList.d.ts +42 -0
- package/getRouteAccessList.js +6 -0
- package/getRouteAccessList.js.map +1 -1
- package/getRouteCommunityList.d.ts +42 -0
- package/getRouteCommunityList.js +6 -0
- package/getRouteCommunityList.js.map +1 -1
- package/getRoutePathAccessList.d.ts +39 -0
- package/getRoutePathAccessList.js +6 -0
- package/getRoutePathAccessList.js.map +1 -1
- package/getRoutePrefixList.d.ts +42 -0
- package/getRoutePrefixList.js +6 -0
- package/getRoutePrefixList.js.map +1 -1
- package/getSamlServerProfile.d.ts +60 -0
- package/getSamlServerProfile.js +6 -0
- package/getSamlServerProfile.js.map +1 -1
- package/getScepProfile.d.ts +69 -0
- package/getScepProfile.js +6 -0
- package/getScepProfile.js.map +1 -1
- package/getSchedule.d.ts +42 -0
- package/getSchedule.js +6 -0
- package/getSchedule.js.map +1 -1
- package/getSdwanErrorCorrectionProfile.d.ts +42 -0
- package/getSdwanErrorCorrectionProfile.js +6 -0
- package/getSdwanErrorCorrectionProfile.js.map +1 -1
- package/getSdwanPathQualityProfile.d.ts +42 -0
- package/getSdwanPathQualityProfile.js +6 -0
- package/getSdwanPathQualityProfile.js.map +1 -1
- package/getSdwanRule.d.ts +78 -0
- package/getSdwanRule.js +6 -0
- package/getSdwanRule.js.map +1 -1
- package/getSdwanSaasQualityProfile.d.ts +42 -0
- package/getSdwanSaasQualityProfile.js +6 -0
- package/getSdwanSaasQualityProfile.js.map +1 -1
- package/getSdwanTrafficDistributionProfile.d.ts +45 -0
- package/getSdwanTrafficDistributionProfile.js +6 -0
- package/getSdwanTrafficDistributionProfile.js.map +1 -1
- package/getSecurityRule.d.ts +24 -0
- package/getSecurityRule.js +6 -0
- package/getSecurityRule.js.map +1 -1
- package/getService.d.ts +45 -0
- package/getService.js +6 -0
- package/getService.js.map +1 -1
- package/getServiceConnection.d.ts +12 -0
- package/getServiceConnection.js +2 -0
- package/getServiceConnection.js.map +1 -1
- package/getServiceConnectionGroup.d.ts +12 -0
- package/getServiceConnectionGroup.js +2 -0
- package/getServiceConnectionGroup.js.map +1 -1
- package/getServiceGroup.d.ts +45 -0
- package/getServiceGroup.js +6 -0
- package/getServiceGroup.js.map +1 -1
- package/getServiceRoute.d.ts +111 -0
- package/getServiceRoute.js +58 -0
- package/getServiceRoute.js.map +1 -0
- package/getServiceRouteList.d.ts +140 -0
- package/getServiceRouteList.js +70 -0
- package/getServiceRouteList.js.map +1 -0
- package/getServiceSetting.d.ts +149 -0
- package/getServiceSetting.js +90 -0
- package/getServiceSetting.js.map +1 -0
- package/getServiceSettingList.d.ts +140 -0
- package/getServiceSettingList.js +70 -0
- package/getServiceSettingList.js.map +1 -0
- package/getSessionSetting.d.ts +111 -0
- package/getSessionSetting.js +58 -0
- package/getSessionSetting.js.map +1 -0
- package/getSessionSettingList.d.ts +140 -0
- package/getSessionSettingList.js +70 -0
- package/getSessionSettingList.js.map +1 -0
- package/getSessionTimeout.d.ts +111 -0
- package/getSessionTimeout.js +58 -0
- package/getSessionTimeout.js.map +1 -0
- package/getSessionTimeoutList.d.ts +140 -0
- package/getSessionTimeoutList.js +70 -0
- package/getSessionTimeoutList.js.map +1 -0
- package/getSite.d.ts +12 -0
- package/getSite.js +2 -0
- package/getSite.js.map +1 -1
- package/getSyslogServerProfile.d.ts +86 -1
- package/getSyslogServerProfile.js +46 -0
- package/getSyslogServerProfile.js.map +1 -1
- package/getSyslogServerProfileList.d.ts +32 -0
- package/getSyslogServerProfileList.js +32 -0
- package/getSyslogServerProfileList.js.map +1 -1
- package/getTacacsServerProfile.d.ts +51 -0
- package/getTacacsServerProfile.js +6 -0
- package/getTacacsServerProfile.js.map +1 -1
- package/getTag.d.ts +39 -0
- package/getTag.js +6 -0
- package/getTag.js.map +1 -1
- package/getTcpSetting.d.ts +111 -0
- package/getTcpSetting.js +58 -0
- package/getTcpSetting.js.map +1 -0
- package/getTcpSettingList.d.ts +140 -0
- package/getTcpSettingList.js +70 -0
- package/getTcpSettingList.js.map +1 -0
- package/getTlsServiceProfile.d.ts +82 -0
- package/getTlsServiceProfile.js +46 -0
- package/getTlsServiceProfile.js.map +1 -1
- package/getTlsServiceProfileList.d.ts +32 -0
- package/getTlsServiceProfileList.js +32 -0
- package/getTlsServiceProfileList.js.map +1 -1
- package/getTrafficSteeringRule.d.ts +8 -0
- package/getTrafficSteeringRule.js +2 -0
- package/getTrafficSteeringRule.js.map +1 -1
- package/getTunnelInterface.d.ts +48 -0
- package/getTunnelInterface.js +6 -0
- package/getTunnelInterface.js.map +1 -1
- package/getUpdateSchedule.d.ts +111 -0
- package/getUpdateSchedule.js +58 -0
- package/getUpdateSchedule.js.map +1 -0
- package/getUpdateScheduleList.d.ts +140 -0
- package/getUpdateScheduleList.js +70 -0
- package/getUpdateScheduleList.js.map +1 -0
- package/getUrlAccessProfile.d.ts +63 -0
- package/getUrlAccessProfile.js +6 -0
- package/getUrlAccessProfile.js.map +1 -1
- package/getUrlCategory.d.ts +45 -0
- package/getUrlCategory.js +6 -0
- package/getUrlCategory.js.map +1 -1
- package/getVariable.d.ts +48 -0
- package/getVariable.js +6 -0
- package/getVariable.js.map +1 -1
- package/getVlanInterface.d.ts +56 -0
- package/getVlanInterface.js +6 -0
- package/getVlanInterface.js.map +1 -1
- package/getVpnSetting.d.ts +111 -0
- package/getVpnSetting.js +58 -0
- package/getVpnSetting.js.map +1 -0
- package/getVpnSettingList.d.ts +140 -0
- package/getVpnSettingList.js +70 -0
- package/getVpnSettingList.js.map +1 -0
- package/getVulnerabilityProtectionProfile.d.ts +45 -0
- package/getVulnerabilityProtectionProfile.js +6 -0
- package/getVulnerabilityProtectionProfile.js.map +1 -1
- package/getVulnerabilityProtectionSignature.d.ts +60 -0
- package/getVulnerabilityProtectionSignature.js +6 -0
- package/getVulnerabilityProtectionSignature.js.map +1 -1
- package/getWildfireAntiVirusProfile.d.ts +51 -0
- package/getWildfireAntiVirusProfile.js +6 -0
- package/getWildfireAntiVirusProfile.js.map +1 -1
- package/getZone.d.ts +60 -0
- package/getZone.js +6 -0
- package/getZone.js.map +1 -1
- package/getZoneProtectionProfile.d.ts +6 -0
- package/getZoneProtectionProfile.js +6 -0
- package/getZoneProtectionProfile.js.map +1 -1
- package/hipObject.d.ts +35 -12
- package/hipObject.js +26 -0
- package/hipObject.js.map +1 -1
- package/hipProfile.d.ts +29 -6
- package/hipProfile.js +26 -0
- package/hipProfile.js.map +1 -1
- package/httpHeaderProfile.d.ts +151 -6
- package/httpHeaderProfile.js +148 -0
- package/httpHeaderProfile.js.map +1 -1
- package/httpServerProfile.d.ts +30 -7
- package/httpServerProfile.js +26 -0
- package/httpServerProfile.js.map +1 -1
- package/ikeCryptoProfile.d.ts +29 -6
- package/ikeCryptoProfile.js +26 -0
- package/ikeCryptoProfile.js.map +1 -1
- package/ikeGateway.d.ts +29 -6
- package/ikeGateway.js +26 -0
- package/ikeGateway.js.map +1 -1
- package/index.d.ts +135 -0
- package/index.js +177 -10
- package/index.js.map +1 -1
- package/interfaceManagementProfile.d.ts +29 -6
- package/interfaceManagementProfile.js +26 -0
- package/interfaceManagementProfile.js.map +1 -1
- package/internalDnsServer.d.ts +26 -0
- package/internalDnsServer.js +26 -0
- package/internalDnsServer.js.map +1 -1
- package/ipsecCryptoProfile.d.ts +29 -12
- package/ipsecCryptoProfile.js +26 -0
- package/ipsecCryptoProfile.js.map +1 -1
- package/ipsecTunnel.d.ts +30 -7
- package/ipsecTunnel.js +26 -0
- package/ipsecTunnel.js.map +1 -1
- package/kerberosServerProfile.d.ts +29 -6
- package/kerberosServerProfile.js +26 -0
- package/kerberosServerProfile.js.map +1 -1
- package/label.d.ts +26 -0
- package/label.js +26 -0
- package/label.js.map +1 -1
- package/layer2Subinterface.d.ts +29 -6
- package/layer2Subinterface.js +26 -0
- package/layer2Subinterface.js.map +1 -1
- package/layer3Subinterface.d.ts +31 -14
- package/layer3Subinterface.js +26 -0
- package/layer3Subinterface.js.map +1 -1
- package/ldapServerProfile.d.ts +29 -6
- package/ldapServerProfile.js +26 -0
- package/ldapServerProfile.js.map +1 -1
- package/linkTag.d.ts +29 -6
- package/linkTag.js +26 -0
- package/linkTag.js.map +1 -1
- package/lldpProfile.d.ts +162 -0
- package/lldpProfile.js +92 -0
- package/lldpProfile.js.map +1 -0
- package/localUser.d.ts +29 -6
- package/localUser.js +26 -0
- package/localUser.js.map +1 -1
- package/localUserGroup.d.ts +29 -6
- package/localUserGroup.js +26 -0
- package/localUserGroup.js.map +1 -1
- package/logForwardingProfile.d.ts +29 -6
- package/logForwardingProfile.js +26 -0
- package/logForwardingProfile.js.map +1 -1
- package/logicalRouter.d.ts +29 -6
- package/logicalRouter.js +26 -0
- package/logicalRouter.js.map +1 -1
- package/loopbackInterface.d.ts +30 -7
- package/loopbackInterface.js +26 -0
- package/loopbackInterface.js.map +1 -1
- package/managementInterface.d.ts +165 -0
- package/managementInterface.js +125 -0
- package/managementInterface.js.map +1 -0
- package/mfaServer.d.ts +30 -7
- package/mfaServer.js +26 -0
- package/mfaServer.js.map +1 -1
- package/motdBannerSetting.d.ts +152 -0
- package/motdBannerSetting.js +112 -0
- package/motdBannerSetting.js.map +1 -0
- package/natRule.d.ts +26 -0
- package/natRule.js +26 -0
- package/natRule.js.map +1 -1
- package/ospfAuthProfile.d.ts +29 -12
- package/ospfAuthProfile.js +26 -0
- package/ospfAuthProfile.js.map +1 -1
- package/package.json +2 -2
- package/pbfRule.d.ts +29 -6
- package/pbfRule.js +26 -0
- package/pbfRule.js.map +1 -1
- package/profileGroup.d.ts +29 -6
- package/profileGroup.js +26 -0
- package/profileGroup.js.map +1 -1
- package/qosPolicyRule.d.ts +29 -6
- package/qosPolicyRule.js +26 -0
- package/qosPolicyRule.js.map +1 -1
- package/qosProfile.d.ts +29 -6
- package/qosProfile.js +26 -0
- package/qosProfile.js.map +1 -1
- package/radiusServerProfile.d.ts +29 -6
- package/radiusServerProfile.js +26 -0
- package/radiusServerProfile.js.map +1 -1
- package/region.d.ts +29 -6
- package/region.js +26 -0
- package/region.js.map +1 -1
- package/remoteNetwork.d.ts +26 -0
- package/remoteNetwork.js +26 -0
- package/remoteNetwork.js.map +1 -1
- package/routeAccessList.d.ts +29 -6
- package/routeAccessList.js +26 -0
- package/routeAccessList.js.map +1 -1
- package/routeCommunityList.d.ts +29 -6
- package/routeCommunityList.js +26 -0
- package/routeCommunityList.js.map +1 -1
- package/routePathAccessList.d.ts +29 -6
- package/routePathAccessList.js +26 -0
- package/routePathAccessList.js.map +1 -1
- package/routePrefixList.d.ts +29 -6
- package/routePrefixList.js +26 -0
- package/routePrefixList.js.map +1 -1
- package/samlServerProfile.d.ts +29 -6
- package/samlServerProfile.js +26 -0
- package/samlServerProfile.js.map +1 -1
- package/scepProfile.d.ts +29 -6
- package/scepProfile.js +26 -0
- package/scepProfile.js.map +1 -1
- package/schedule.d.ts +29 -6
- package/schedule.js +26 -0
- package/schedule.js.map +1 -1
- package/sdwanErrorCorrectionProfile.d.ts +29 -6
- package/sdwanErrorCorrectionProfile.js +26 -0
- package/sdwanErrorCorrectionProfile.js.map +1 -1
- package/sdwanPathQualityProfile.d.ts +29 -6
- package/sdwanPathQualityProfile.js +26 -0
- package/sdwanPathQualityProfile.js.map +1 -1
- package/sdwanRule.d.ts +29 -6
- package/sdwanRule.js +26 -0
- package/sdwanRule.js.map +1 -1
- package/sdwanSaasQualityProfile.d.ts +29 -6
- package/sdwanSaasQualityProfile.js +26 -0
- package/sdwanSaasQualityProfile.js.map +1 -1
- package/sdwanTrafficDistributionProfile.d.ts +29 -6
- package/sdwanTrafficDistributionProfile.js +26 -0
- package/sdwanTrafficDistributionProfile.js.map +1 -1
- package/service.d.ts +30 -7
- package/service.js +26 -0
- package/service.js.map +1 -1
- package/serviceConnection.d.ts +34 -0
- package/serviceConnection.js +28 -0
- package/serviceConnection.js.map +1 -1
- package/serviceConnectionGroup.d.ts +34 -0
- package/serviceConnectionGroup.js +28 -0
- package/serviceConnectionGroup.js.map +1 -1
- package/serviceGroup.d.ts +29 -6
- package/serviceGroup.js +26 -0
- package/serviceGroup.js.map +1 -1
- package/serviceRoute.d.ts +178 -0
- package/serviceRoute.js +138 -0
- package/serviceRoute.js.map +1 -0
- package/serviceSetting.d.ts +181 -0
- package/serviceSetting.js +133 -0
- package/serviceSetting.js.map +1 -0
- package/sessionSetting.d.ts +178 -0
- package/sessionSetting.js +138 -0
- package/sessionSetting.js.map +1 -0
- package/sessionTimeout.d.ts +153 -0
- package/sessionTimeout.js +113 -0
- package/sessionTimeout.js.map +1 -0
- package/site.d.ts +18 -0
- package/site.js +12 -0
- package/site.js.map +1 -1
- package/snippet.d.ts +10 -0
- package/snippet.js +10 -0
- package/snippet.js.map +1 -1
- package/syslogServerProfile.d.ts +122 -13
- package/syslogServerProfile.js +115 -0
- package/syslogServerProfile.js.map +1 -1
- package/tacacsServerProfile.d.ts +29 -6
- package/tacacsServerProfile.js +26 -0
- package/tacacsServerProfile.js.map +1 -1
- package/tag.d.ts +29 -6
- package/tag.js +26 -0
- package/tag.js.map +1 -1
- package/tcpSetting.d.ts +148 -0
- package/tcpSetting.js +108 -0
- package/tcpSetting.js.map +1 -0
- package/tlsServiceProfile.d.ts +75 -6
- package/tlsServiceProfile.js +72 -0
- package/tlsServiceProfile.js.map +1 -1
- package/trafficSteeringRule.d.ts +26 -0
- package/trafficSteeringRule.js +26 -0
- package/trafficSteeringRule.js.map +1 -1
- package/tunnelInterface.d.ts +29 -6
- package/tunnelInterface.js +26 -0
- package/tunnelInterface.js.map +1 -1
- package/types/input.d.ts +1495 -486
- package/types/output.d.ts +5768 -2092
- package/updateSchedule.d.ts +207 -0
- package/updateSchedule.js +167 -0
- package/updateSchedule.js.map +1 -0
- package/urlAccessProfile.d.ts +30 -7
- package/urlAccessProfile.js +26 -0
- package/urlAccessProfile.js.map +1 -1
- package/urlCategory.d.ts +29 -6
- package/urlCategory.js +26 -0
- package/urlCategory.js.map +1 -1
- package/variable.d.ts +29 -6
- package/variable.js +26 -0
- package/variable.js.map +1 -1
- package/vlanInterface.d.ts +31 -14
- package/vlanInterface.js +26 -0
- package/vlanInterface.js.map +1 -1
- package/vpnSetting.d.ts +144 -0
- package/vpnSetting.js +104 -0
- package/vpnSetting.js.map +1 -0
- package/vulnerabilityProtectionProfile.d.ts +29 -6
- package/vulnerabilityProtectionProfile.js +26 -0
- package/vulnerabilityProtectionProfile.js.map +1 -1
- package/vulnerabilityProtectionSignature.d.ts +29 -6
- package/vulnerabilityProtectionSignature.js +26 -0
- package/vulnerabilityProtectionSignature.js.map +1 -1
- package/wildfireAntiVirusProfile.d.ts +29 -6
- package/wildfireAntiVirusProfile.js +26 -0
- package/wildfireAntiVirusProfile.js.map +1 -1
- package/zone.d.ts +29 -6
- package/zone.js +26 -0
- package/zone.js.map +1 -1
- package/zoneProtectionProfile.d.ts +26 -9
- package/zoneProtectionProfile.js +26 -0
- package/zoneProtectionProfile.js.map +1 -1
package/index.js
CHANGED
|
@@ -16,16 +16,18 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
16
16
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
17
17
|
};
|
|
18
18
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19
|
-
exports.
|
|
20
|
-
exports.
|
|
21
|
-
exports.
|
|
22
|
-
exports.
|
|
23
|
-
exports.
|
|
24
|
-
exports.
|
|
25
|
-
exports.
|
|
26
|
-
exports.
|
|
27
|
-
exports.
|
|
28
|
-
exports.
|
|
19
|
+
exports.getAggregateInterface = exports.getAddressListOutput = exports.getAddressList = exports.getAddressGroupListOutput = exports.getAddressGroupList = exports.getAddressGroupOutput = exports.getAddressGroup = exports.getAddressOutput = exports.getAddress = exports.GeneralSetting = exports.Folder = exports.FileBlockingProfile = exports.ExternalDynamicList = exports.EthernetInterface = exports.DynamicUserGroup = exports.DosProtectionRule = exports.DosProtectionProfile = exports.DnsSecurityProfile = exports.DnsProxy = exports.DhcpInterface = exports.DeviceRedistributionCollector = exports.DecryptionRule = exports.DecryptionProfile = exports.DecryptionExclusion = exports.ContentIdSetting = exports.CertificateProfile = exports.BgpRouting = exports.BgpRouteMapRedistribution = exports.BgpRouteMap = exports.BgpRedistributionProfile = exports.BgpFilteringProfile = exports.BgpAuthProfile = exports.BgpAddressFamilyProfile = exports.BandwidthAllocation = exports.AutoVpnSetting = exports.AutoVpnCluster = exports.AuthenticationSetting = exports.AuthenticationSequence = exports.AuthenticationRule = exports.AuthenticationProfile = exports.AuthenticationPortal = exports.ApplicationGroup = exports.ApplicationFilter = exports.Application = exports.AppOverrideRule = exports.AntiSpywareSignature = exports.AntiSpywareProfile = exports.AggregateInterface = exports.AddressGroup = exports.Address = void 0;
|
|
20
|
+
exports.getBandwidthAllocation = exports.getAutoVpnSettingOutput = exports.getAutoVpnSetting = exports.getAutoVpnClusterListOutput = exports.getAutoVpnClusterList = exports.getAutoVpnClusterOutput = exports.getAutoVpnCluster = exports.getAuthenticationSettingListOutput = exports.getAuthenticationSettingList = exports.getAuthenticationSettingOutput = exports.getAuthenticationSetting = exports.getAuthenticationSequenceListOutput = exports.getAuthenticationSequenceList = exports.getAuthenticationSequenceOutput = exports.getAuthenticationSequence = exports.getAuthenticationRuleListOutput = exports.getAuthenticationRuleList = exports.getAuthenticationRuleOutput = exports.getAuthenticationRule = exports.getAuthenticationProfileListOutput = exports.getAuthenticationProfileList = exports.getAuthenticationProfileOutput = exports.getAuthenticationProfile = exports.getApplicationListOutput = exports.getApplicationList = exports.getApplicationGroupListOutput = exports.getApplicationGroupList = exports.getApplicationGroupOutput = exports.getApplicationGroup = exports.getApplicationFilterListOutput = exports.getApplicationFilterList = exports.getApplicationFilterOutput = exports.getApplicationFilter = exports.getApplicationOutput = exports.getApplication = exports.getAppOverrideRuleListOutput = exports.getAppOverrideRuleList = exports.getAppOverrideRuleOutput = exports.getAppOverrideRule = exports.getAntiSpywareSignatureListOutput = exports.getAntiSpywareSignatureList = exports.getAntiSpywareSignatureOutput = exports.getAntiSpywareSignature = exports.getAntiSpywareProfileListOutput = exports.getAntiSpywareProfileList = exports.getAntiSpywareProfileOutput = exports.getAntiSpywareProfile = exports.getAggregateInterfaceListOutput = exports.getAggregateInterfaceList = exports.getAggregateInterfaceOutput = void 0;
|
|
21
|
+
exports.getDeviceRedistributionCollector = exports.getDecryptionRuleListOutput = exports.getDecryptionRuleList = exports.getDecryptionRuleOutput = exports.getDecryptionRule = exports.getDecryptionProfileListOutput = exports.getDecryptionProfileList = exports.getDecryptionProfileOutput = exports.getDecryptionProfile = exports.getDecryptionExclusionListOutput = exports.getDecryptionExclusionList = exports.getDecryptionExclusionOutput = exports.getDecryptionExclusion = exports.getContentIdSettingListOutput = exports.getContentIdSettingList = exports.getContentIdSettingOutput = exports.getContentIdSetting = exports.getCertificateProfileListOutput = exports.getCertificateProfileList = exports.getCertificateProfileOutput = exports.getCertificateProfile = exports.getBgpRoutingOutput = exports.getBgpRouting = exports.getBgpRouteMapRedistributionListOutput = exports.getBgpRouteMapRedistributionList = exports.getBgpRouteMapRedistributionOutput = exports.getBgpRouteMapRedistribution = exports.getBgpRouteMapListOutput = exports.getBgpRouteMapList = exports.getBgpRouteMapOutput = exports.getBgpRouteMap = exports.getBgpRedistributionProfileListOutput = exports.getBgpRedistributionProfileList = exports.getBgpRedistributionProfileOutput = exports.getBgpRedistributionProfile = exports.getBgpFilteringProfileListOutput = exports.getBgpFilteringProfileList = exports.getBgpFilteringProfileOutput = exports.getBgpFilteringProfile = exports.getBgpAuthProfileListOutput = exports.getBgpAuthProfileList = exports.getBgpAuthProfileOutput = exports.getBgpAuthProfile = exports.getBgpAddressFamilyProfileListOutput = exports.getBgpAddressFamilyProfileList = exports.getBgpAddressFamilyProfileOutput = exports.getBgpAddressFamilyProfile = exports.getBandwidthAllocationListOutput = exports.getBandwidthAllocationList = exports.getBandwidthAllocationOutput = void 0;
|
|
22
|
+
exports.getHipObjectList = exports.getHipObjectOutput = exports.getHipObject = exports.getGeneralSettingListOutput = exports.getGeneralSettingList = exports.getGeneralSettingOutput = exports.getGeneralSetting = exports.getFolderListOutput = exports.getFolderList = exports.getFolderOutput = exports.getFolder = exports.getFileBlockingProfileListOutput = exports.getFileBlockingProfileList = exports.getFileBlockingProfileOutput = exports.getFileBlockingProfile = exports.getExternalDynamicListListOutput = exports.getExternalDynamicListList = exports.getExternalDynamicListOutput = exports.getExternalDynamicList = exports.getEthernetInterfaceListOutput = exports.getEthernetInterfaceList = exports.getEthernetInterfaceOutput = exports.getEthernetInterface = exports.getDynamicUserGroupListOutput = exports.getDynamicUserGroupList = exports.getDynamicUserGroupOutput = exports.getDynamicUserGroup = exports.getDosProtectionRuleListOutput = exports.getDosProtectionRuleList = exports.getDosProtectionRuleOutput = exports.getDosProtectionRule = exports.getDosProtectionProfileListOutput = exports.getDosProtectionProfileList = exports.getDosProtectionProfileOutput = exports.getDosProtectionProfile = exports.getDnsSecurityProfileListOutput = exports.getDnsSecurityProfileList = exports.getDnsSecurityProfileOutput = exports.getDnsSecurityProfile = exports.getDnsProxyListOutput = exports.getDnsProxyList = exports.getDnsProxyOutput = exports.getDnsProxy = exports.getDhcpInterfaceListOutput = exports.getDhcpInterfaceList = exports.getDhcpInterfaceOutput = exports.getDhcpInterface = exports.getDeviceRedistributionCollectorListOutput = exports.getDeviceRedistributionCollectorList = exports.getDeviceRedistributionCollectorOutput = void 0;
|
|
23
|
+
exports.getLdapServerProfile = exports.getLayer3SubinterfaceListOutput = exports.getLayer3SubinterfaceList = exports.getLayer3SubinterfaceOutput = exports.getLayer3Subinterface = exports.getLayer2SubinterfaceListOutput = exports.getLayer2SubinterfaceList = exports.getLayer2SubinterfaceOutput = exports.getLayer2Subinterface = exports.getLabelListOutput = exports.getLabelList = exports.getLabelOutput = exports.getLabel = exports.getKerberosServerProfileListOutput = exports.getKerberosServerProfileList = exports.getKerberosServerProfileOutput = exports.getKerberosServerProfile = exports.getIpsecTunnelListOutput = exports.getIpsecTunnelList = exports.getIpsecTunnelOutput = exports.getIpsecTunnel = exports.getIpsecCryptoProfileListOutput = exports.getIpsecCryptoProfileList = exports.getIpsecCryptoProfileOutput = exports.getIpsecCryptoProfile = exports.getInterfaceManagementProfileListOutput = exports.getInterfaceManagementProfileList = exports.getInterfaceManagementProfileOutput = exports.getInterfaceManagementProfile = exports.getIkeGatewayListOutput = exports.getIkeGatewayList = exports.getIkeGatewayOutput = exports.getIkeGateway = exports.getIkeCryptoProfileListOutput = exports.getIkeCryptoProfileList = exports.getIkeCryptoProfileOutput = exports.getIkeCryptoProfile = exports.getHttpServerProfileListOutput = exports.getHttpServerProfileList = exports.getHttpServerProfileOutput = exports.getHttpServerProfile = exports.getHttpHeaderProfileListOutput = exports.getHttpHeaderProfileList = exports.getHttpHeaderProfileOutput = exports.getHttpHeaderProfile = exports.getHipProfileListOutput = exports.getHipProfileList = exports.getHipProfileOutput = exports.getHipProfile = exports.getHipObjectListOutput = void 0;
|
|
24
|
+
exports.getPbfRuleList = exports.getPbfRuleOutput = exports.getPbfRule = exports.getOspfAuthProfileListOutput = exports.getOspfAuthProfileList = exports.getOspfAuthProfileOutput = exports.getOspfAuthProfile = exports.getNatRuleListOutput = exports.getNatRuleList = exports.getNatRuleOutput = exports.getNatRule = exports.getMotdBannerSettingListOutput = exports.getMotdBannerSettingList = exports.getMotdBannerSettingOutput = exports.getMotdBannerSetting = exports.getManagementInterfaceListOutput = exports.getManagementInterfaceList = exports.getManagementInterfaceOutput = exports.getManagementInterface = exports.getLoopbackInterfaceListOutput = exports.getLoopbackInterfaceList = exports.getLoopbackInterfaceOutput = exports.getLoopbackInterface = exports.getLogicalRouterListOutput = exports.getLogicalRouterList = exports.getLogicalRouterOutput = exports.getLogicalRouter = exports.getLogForwardingProfileListOutput = exports.getLogForwardingProfileList = exports.getLogForwardingProfileOutput = exports.getLogForwardingProfile = exports.getLocalUserListOutput = exports.getLocalUserList = exports.getLocalUserGroupListOutput = exports.getLocalUserGroupList = exports.getLocalUserGroupOutput = exports.getLocalUserGroup = exports.getLocalUserOutput = exports.getLocalUser = exports.getLldpProfileListOutput = exports.getLldpProfileList = exports.getLldpProfileOutput = exports.getLldpProfile = exports.getLinkTagListOutput = exports.getLinkTagList = exports.getLinkTagOutput = exports.getLinkTag = exports.getLdapServerProfileListOutput = exports.getLdapServerProfileList = exports.getLdapServerProfileOutput = void 0;
|
|
25
|
+
exports.getSchedule = exports.getScepProfileListOutput = exports.getScepProfileList = exports.getScepProfileOutput = exports.getScepProfile = exports.getSamlServerProfileListOutput = exports.getSamlServerProfileList = exports.getSamlServerProfileOutput = exports.getSamlServerProfile = exports.getRoutePrefixListListOutput = exports.getRoutePrefixListList = exports.getRoutePrefixListOutput = exports.getRoutePrefixList = exports.getRoutePathAccessListListOutput = exports.getRoutePathAccessListList = exports.getRoutePathAccessListOutput = exports.getRoutePathAccessList = exports.getRouteCommunityListListOutput = exports.getRouteCommunityListList = exports.getRouteCommunityListOutput = exports.getRouteCommunityList = exports.getRouteAccessListListOutput = exports.getRouteAccessListList = exports.getRouteAccessListOutput = exports.getRouteAccessList = exports.getRemoteNetworkListOutput = exports.getRemoteNetworkList = exports.getRemoteNetworkOutput = exports.getRemoteNetwork = exports.getRegionListOutput = exports.getRegionList = exports.getRegionOutput = exports.getRegion = exports.getRadiusServerProfileListOutput = exports.getRadiusServerProfileList = exports.getRadiusServerProfileOutput = exports.getRadiusServerProfile = exports.getQosProfileListOutput = exports.getQosProfileList = exports.getQosProfileOutput = exports.getQosProfile = exports.getQosPolicyRuleListOutput = exports.getQosPolicyRuleList = exports.getQosPolicyRuleOutput = exports.getQosPolicyRule = exports.getProfileGroupListOutput = exports.getProfileGroupList = exports.getProfileGroupOutput = exports.getProfileGroup = exports.getPbfRuleListOutput = void 0;
|
|
26
|
+
exports.getServiceSettingList = exports.getServiceSettingOutput = exports.getServiceSetting = exports.getServiceRouteListOutput = exports.getServiceRouteList = exports.getServiceRouteOutput = exports.getServiceRoute = exports.getServiceListOutput = exports.getServiceList = exports.getServiceGroupListOutput = exports.getServiceGroupList = exports.getServiceGroupOutput = exports.getServiceGroup = exports.getServiceConnectionListOutput = exports.getServiceConnectionList = exports.getServiceConnectionGroupListOutput = exports.getServiceConnectionGroupList = exports.getServiceConnectionGroupOutput = exports.getServiceConnectionGroup = exports.getServiceConnectionOutput = exports.getServiceConnection = exports.getServiceOutput = exports.getService = exports.getSecurityRuleListOutput = exports.getSecurityRuleList = exports.getSecurityRuleOutput = exports.getSecurityRule = exports.getSdwanTrafficDistributionProfileListOutput = exports.getSdwanTrafficDistributionProfileList = exports.getSdwanTrafficDistributionProfileOutput = exports.getSdwanTrafficDistributionProfile = exports.getSdwanSaasQualityProfileListOutput = exports.getSdwanSaasQualityProfileList = exports.getSdwanSaasQualityProfileOutput = exports.getSdwanSaasQualityProfile = exports.getSdwanRuleListOutput = exports.getSdwanRuleList = exports.getSdwanRuleOutput = exports.getSdwanRule = exports.getSdwanPathQualityProfileListOutput = exports.getSdwanPathQualityProfileList = exports.getSdwanPathQualityProfileOutput = exports.getSdwanPathQualityProfile = exports.getSdwanErrorCorrectionProfileListOutput = exports.getSdwanErrorCorrectionProfileList = exports.getSdwanErrorCorrectionProfileOutput = exports.getSdwanErrorCorrectionProfile = exports.getScheduleListOutput = exports.getScheduleList = exports.getScheduleOutput = void 0;
|
|
27
|
+
exports.getUrlAccessProfile = exports.getUpdateScheduleListOutput = exports.getUpdateScheduleList = exports.getUpdateScheduleOutput = exports.getUpdateSchedule = exports.getTunnelInterfaceListOutput = exports.getTunnelInterfaceList = exports.getTunnelInterfaceOutput = exports.getTunnelInterface = exports.getTrafficSteeringRuleListOutput = exports.getTrafficSteeringRuleList = exports.getTrafficSteeringRuleOutput = exports.getTrafficSteeringRule = exports.getTlsServiceProfileListOutput = exports.getTlsServiceProfileList = exports.getTlsServiceProfileOutput = exports.getTlsServiceProfile = exports.getTcpSettingListOutput = exports.getTcpSettingList = exports.getTcpSettingOutput = exports.getTcpSetting = exports.getTagListOutput = exports.getTagList = exports.getTagOutput = exports.getTag = exports.getTacacsServerProfileListOutput = exports.getTacacsServerProfileList = exports.getTacacsServerProfileOutput = exports.getTacacsServerProfile = exports.getSyslogServerProfileListOutput = exports.getSyslogServerProfileList = exports.getSyslogServerProfileOutput = exports.getSyslogServerProfile = exports.getSnippetListOutput = exports.getSnippetList = exports.getSnippetOutput = exports.getSnippet = exports.getSiteListOutput = exports.getSiteList = exports.getSiteOutput = exports.getSite = exports.getSessionTimeoutListOutput = exports.getSessionTimeoutList = exports.getSessionTimeoutOutput = exports.getSessionTimeout = exports.getSessionSettingListOutput = exports.getSessionSettingList = exports.getSessionSettingOutput = exports.getSessionSetting = exports.getServiceSettingListOutput = void 0;
|
|
28
|
+
exports.KerberosServerProfile = exports.IpsecTunnel = exports.IpsecCryptoProfile = exports.InternalDnsServer = exports.InterfaceManagementProfile = exports.IkeGateway = exports.IkeCryptoProfile = exports.HttpServerProfile = exports.HttpHeaderProfile = exports.HipProfile = exports.HipObject = exports.getZoneProtectionProfileListOutput = exports.getZoneProtectionProfileList = exports.getZoneProtectionProfileOutput = exports.getZoneProtectionProfile = exports.getZoneListOutput = exports.getZoneList = exports.getZoneOutput = exports.getZone = exports.getWildfireAntiVirusProfileListOutput = exports.getWildfireAntiVirusProfileList = exports.getWildfireAntiVirusProfileOutput = exports.getWildfireAntiVirusProfile = exports.getVulnerabilityProtectionSignatureListOutput = exports.getVulnerabilityProtectionSignatureList = exports.getVulnerabilityProtectionSignatureOutput = exports.getVulnerabilityProtectionSignature = exports.getVulnerabilityProtectionProfileListOutput = exports.getVulnerabilityProtectionProfileList = exports.getVulnerabilityProtectionProfileOutput = exports.getVulnerabilityProtectionProfile = exports.getVpnSettingListOutput = exports.getVpnSettingList = exports.getVpnSettingOutput = exports.getVpnSetting = exports.getVlanInterfaceListOutput = exports.getVlanInterfaceList = exports.getVlanInterfaceOutput = exports.getVlanInterface = exports.getVariableListOutput = exports.getVariableList = exports.getVariableOutput = exports.getVariable = exports.getUrlCategoryListOutput = exports.getUrlCategoryList = exports.getUrlCategoryOutput = exports.getUrlCategory = exports.getUrlAccessProfileListOutput = exports.getUrlAccessProfileList = exports.getUrlAccessProfileOutput = void 0;
|
|
29
|
+
exports.TcpSetting = exports.Tag = exports.TacacsServerProfile = exports.SyslogServerProfile = exports.Snippet = exports.Site = exports.SessionTimeout = exports.SessionSetting = exports.ServiceSetting = exports.ServiceRoute = exports.ServiceGroup = exports.ServiceConnectionGroup = exports.ServiceConnection = exports.Service = exports.SecurityRule = exports.SdwanTrafficDistributionProfile = exports.SdwanSaasQualityProfile = exports.SdwanRule = exports.SdwanPathQualityProfile = exports.SdwanErrorCorrectionProfile = exports.Schedule = exports.ScepProfile = exports.SamlServerProfile = exports.RoutePrefixList = exports.RoutePathAccessList = exports.RouteCommunityList = exports.RouteAccessList = exports.RemoteNetwork = exports.Region = exports.RadiusServerProfile = exports.QosProfile = exports.QosPolicyRule = exports.ProfileGroup = exports.PbfRule = exports.OspfAuthProfile = exports.NatRule = exports.MotdBannerSetting = exports.MfaServer = exports.ManagementInterface = exports.LoopbackInterface = exports.LogicalRouter = exports.LogForwardingProfile = exports.LocalUserGroup = exports.LocalUser = exports.LldpProfile = exports.LinkTag = exports.LdapServerProfile = exports.Layer3Subinterface = exports.Layer2Subinterface = exports.Label = void 0;
|
|
30
|
+
exports.types = exports.config = exports.ZoneProtectionProfile = exports.Zone = exports.WildfireAntiVirusProfile = exports.VulnerabilityProtectionSignature = exports.VulnerabilityProtectionProfile = exports.VpnSetting = exports.VlanInterface = exports.Variable = exports.UrlCategory = exports.UrlAccessProfile = exports.UpdateSchedule = exports.TunnelInterface = exports.TrafficSteeringRule = exports.TlsServiceProfile = void 0;
|
|
29
31
|
const pulumi = require("@pulumi/pulumi");
|
|
30
32
|
const utilities = require("./utilities");
|
|
31
33
|
exports.Address = null;
|
|
@@ -54,10 +56,14 @@ exports.AuthenticationRule = null;
|
|
|
54
56
|
utilities.lazyLoad(exports, ["AuthenticationRule"], () => require("./authenticationRule"));
|
|
55
57
|
exports.AuthenticationSequence = null;
|
|
56
58
|
utilities.lazyLoad(exports, ["AuthenticationSequence"], () => require("./authenticationSequence"));
|
|
59
|
+
exports.AuthenticationSetting = null;
|
|
60
|
+
utilities.lazyLoad(exports, ["AuthenticationSetting"], () => require("./authenticationSetting"));
|
|
57
61
|
exports.AutoVpnCluster = null;
|
|
58
62
|
utilities.lazyLoad(exports, ["AutoVpnCluster"], () => require("./autoVpnCluster"));
|
|
59
63
|
exports.AutoVpnSetting = null;
|
|
60
64
|
utilities.lazyLoad(exports, ["AutoVpnSetting"], () => require("./autoVpnSetting"));
|
|
65
|
+
exports.BandwidthAllocation = null;
|
|
66
|
+
utilities.lazyLoad(exports, ["BandwidthAllocation"], () => require("./bandwidthAllocation"));
|
|
61
67
|
exports.BgpAddressFamilyProfile = null;
|
|
62
68
|
utilities.lazyLoad(exports, ["BgpAddressFamilyProfile"], () => require("./bgpAddressFamilyProfile"));
|
|
63
69
|
exports.BgpAuthProfile = null;
|
|
@@ -74,12 +80,16 @@ exports.BgpRouting = null;
|
|
|
74
80
|
utilities.lazyLoad(exports, ["BgpRouting"], () => require("./bgpRouting"));
|
|
75
81
|
exports.CertificateProfile = null;
|
|
76
82
|
utilities.lazyLoad(exports, ["CertificateProfile"], () => require("./certificateProfile"));
|
|
83
|
+
exports.ContentIdSetting = null;
|
|
84
|
+
utilities.lazyLoad(exports, ["ContentIdSetting"], () => require("./contentIdSetting"));
|
|
77
85
|
exports.DecryptionExclusion = null;
|
|
78
86
|
utilities.lazyLoad(exports, ["DecryptionExclusion"], () => require("./decryptionExclusion"));
|
|
79
87
|
exports.DecryptionProfile = null;
|
|
80
88
|
utilities.lazyLoad(exports, ["DecryptionProfile"], () => require("./decryptionProfile"));
|
|
81
89
|
exports.DecryptionRule = null;
|
|
82
90
|
utilities.lazyLoad(exports, ["DecryptionRule"], () => require("./decryptionRule"));
|
|
91
|
+
exports.DeviceRedistributionCollector = null;
|
|
92
|
+
utilities.lazyLoad(exports, ["DeviceRedistributionCollector"], () => require("./deviceRedistributionCollector"));
|
|
83
93
|
exports.DhcpInterface = null;
|
|
84
94
|
utilities.lazyLoad(exports, ["DhcpInterface"], () => require("./dhcpInterface"));
|
|
85
95
|
exports.DnsProxy = null;
|
|
@@ -100,6 +110,8 @@ exports.FileBlockingProfile = null;
|
|
|
100
110
|
utilities.lazyLoad(exports, ["FileBlockingProfile"], () => require("./fileBlockingProfile"));
|
|
101
111
|
exports.Folder = null;
|
|
102
112
|
utilities.lazyLoad(exports, ["Folder"], () => require("./folder"));
|
|
113
|
+
exports.GeneralSetting = null;
|
|
114
|
+
utilities.lazyLoad(exports, ["GeneralSetting"], () => require("./generalSetting"));
|
|
103
115
|
exports.getAddress = null;
|
|
104
116
|
exports.getAddressOutput = null;
|
|
105
117
|
utilities.lazyLoad(exports, ["getAddress", "getAddressOutput"], () => require("./getAddress"));
|
|
@@ -172,6 +184,12 @@ utilities.lazyLoad(exports, ["getAuthenticationSequence", "getAuthenticationSequ
|
|
|
172
184
|
exports.getAuthenticationSequenceList = null;
|
|
173
185
|
exports.getAuthenticationSequenceListOutput = null;
|
|
174
186
|
utilities.lazyLoad(exports, ["getAuthenticationSequenceList", "getAuthenticationSequenceListOutput"], () => require("./getAuthenticationSequenceList"));
|
|
187
|
+
exports.getAuthenticationSetting = null;
|
|
188
|
+
exports.getAuthenticationSettingOutput = null;
|
|
189
|
+
utilities.lazyLoad(exports, ["getAuthenticationSetting", "getAuthenticationSettingOutput"], () => require("./getAuthenticationSetting"));
|
|
190
|
+
exports.getAuthenticationSettingList = null;
|
|
191
|
+
exports.getAuthenticationSettingListOutput = null;
|
|
192
|
+
utilities.lazyLoad(exports, ["getAuthenticationSettingList", "getAuthenticationSettingListOutput"], () => require("./getAuthenticationSettingList"));
|
|
175
193
|
exports.getAutoVpnCluster = null;
|
|
176
194
|
exports.getAutoVpnClusterOutput = null;
|
|
177
195
|
utilities.lazyLoad(exports, ["getAutoVpnCluster", "getAutoVpnClusterOutput"], () => require("./getAutoVpnCluster"));
|
|
@@ -181,6 +199,12 @@ utilities.lazyLoad(exports, ["getAutoVpnClusterList", "getAutoVpnClusterListOutp
|
|
|
181
199
|
exports.getAutoVpnSetting = null;
|
|
182
200
|
exports.getAutoVpnSettingOutput = null;
|
|
183
201
|
utilities.lazyLoad(exports, ["getAutoVpnSetting", "getAutoVpnSettingOutput"], () => require("./getAutoVpnSetting"));
|
|
202
|
+
exports.getBandwidthAllocation = null;
|
|
203
|
+
exports.getBandwidthAllocationOutput = null;
|
|
204
|
+
utilities.lazyLoad(exports, ["getBandwidthAllocation", "getBandwidthAllocationOutput"], () => require("./getBandwidthAllocation"));
|
|
205
|
+
exports.getBandwidthAllocationList = null;
|
|
206
|
+
exports.getBandwidthAllocationListOutput = null;
|
|
207
|
+
utilities.lazyLoad(exports, ["getBandwidthAllocationList", "getBandwidthAllocationListOutput"], () => require("./getBandwidthAllocationList"));
|
|
184
208
|
exports.getBgpAddressFamilyProfile = null;
|
|
185
209
|
exports.getBgpAddressFamilyProfileOutput = null;
|
|
186
210
|
utilities.lazyLoad(exports, ["getBgpAddressFamilyProfile", "getBgpAddressFamilyProfileOutput"], () => require("./getBgpAddressFamilyProfile"));
|
|
@@ -226,6 +250,12 @@ utilities.lazyLoad(exports, ["getCertificateProfile", "getCertificateProfileOutp
|
|
|
226
250
|
exports.getCertificateProfileList = null;
|
|
227
251
|
exports.getCertificateProfileListOutput = null;
|
|
228
252
|
utilities.lazyLoad(exports, ["getCertificateProfileList", "getCertificateProfileListOutput"], () => require("./getCertificateProfileList"));
|
|
253
|
+
exports.getContentIdSetting = null;
|
|
254
|
+
exports.getContentIdSettingOutput = null;
|
|
255
|
+
utilities.lazyLoad(exports, ["getContentIdSetting", "getContentIdSettingOutput"], () => require("./getContentIdSetting"));
|
|
256
|
+
exports.getContentIdSettingList = null;
|
|
257
|
+
exports.getContentIdSettingListOutput = null;
|
|
258
|
+
utilities.lazyLoad(exports, ["getContentIdSettingList", "getContentIdSettingListOutput"], () => require("./getContentIdSettingList"));
|
|
229
259
|
exports.getDecryptionExclusion = null;
|
|
230
260
|
exports.getDecryptionExclusionOutput = null;
|
|
231
261
|
utilities.lazyLoad(exports, ["getDecryptionExclusion", "getDecryptionExclusionOutput"], () => require("./getDecryptionExclusion"));
|
|
@@ -244,6 +274,12 @@ utilities.lazyLoad(exports, ["getDecryptionRule", "getDecryptionRuleOutput"], ()
|
|
|
244
274
|
exports.getDecryptionRuleList = null;
|
|
245
275
|
exports.getDecryptionRuleListOutput = null;
|
|
246
276
|
utilities.lazyLoad(exports, ["getDecryptionRuleList", "getDecryptionRuleListOutput"], () => require("./getDecryptionRuleList"));
|
|
277
|
+
exports.getDeviceRedistributionCollector = null;
|
|
278
|
+
exports.getDeviceRedistributionCollectorOutput = null;
|
|
279
|
+
utilities.lazyLoad(exports, ["getDeviceRedistributionCollector", "getDeviceRedistributionCollectorOutput"], () => require("./getDeviceRedistributionCollector"));
|
|
280
|
+
exports.getDeviceRedistributionCollectorList = null;
|
|
281
|
+
exports.getDeviceRedistributionCollectorListOutput = null;
|
|
282
|
+
utilities.lazyLoad(exports, ["getDeviceRedistributionCollectorList", "getDeviceRedistributionCollectorListOutput"], () => require("./getDeviceRedistributionCollectorList"));
|
|
247
283
|
exports.getDhcpInterface = null;
|
|
248
284
|
exports.getDhcpInterfaceOutput = null;
|
|
249
285
|
utilities.lazyLoad(exports, ["getDhcpInterface", "getDhcpInterfaceOutput"], () => require("./getDhcpInterface"));
|
|
@@ -304,6 +340,12 @@ utilities.lazyLoad(exports, ["getFolder", "getFolderOutput"], () => require("./g
|
|
|
304
340
|
exports.getFolderList = null;
|
|
305
341
|
exports.getFolderListOutput = null;
|
|
306
342
|
utilities.lazyLoad(exports, ["getFolderList", "getFolderListOutput"], () => require("./getFolderList"));
|
|
343
|
+
exports.getGeneralSetting = null;
|
|
344
|
+
exports.getGeneralSettingOutput = null;
|
|
345
|
+
utilities.lazyLoad(exports, ["getGeneralSetting", "getGeneralSettingOutput"], () => require("./getGeneralSetting"));
|
|
346
|
+
exports.getGeneralSettingList = null;
|
|
347
|
+
exports.getGeneralSettingListOutput = null;
|
|
348
|
+
utilities.lazyLoad(exports, ["getGeneralSettingList", "getGeneralSettingListOutput"], () => require("./getGeneralSettingList"));
|
|
307
349
|
exports.getHipObject = null;
|
|
308
350
|
exports.getHipObjectOutput = null;
|
|
309
351
|
utilities.lazyLoad(exports, ["getHipObject", "getHipObjectOutput"], () => require("./getHipObject"));
|
|
@@ -394,6 +436,12 @@ utilities.lazyLoad(exports, ["getLinkTag", "getLinkTagOutput"], () => require(".
|
|
|
394
436
|
exports.getLinkTagList = null;
|
|
395
437
|
exports.getLinkTagListOutput = null;
|
|
396
438
|
utilities.lazyLoad(exports, ["getLinkTagList", "getLinkTagListOutput"], () => require("./getLinkTagList"));
|
|
439
|
+
exports.getLldpProfile = null;
|
|
440
|
+
exports.getLldpProfileOutput = null;
|
|
441
|
+
utilities.lazyLoad(exports, ["getLldpProfile", "getLldpProfileOutput"], () => require("./getLldpProfile"));
|
|
442
|
+
exports.getLldpProfileList = null;
|
|
443
|
+
exports.getLldpProfileListOutput = null;
|
|
444
|
+
utilities.lazyLoad(exports, ["getLldpProfileList", "getLldpProfileListOutput"], () => require("./getLldpProfileList"));
|
|
397
445
|
exports.getLocalUser = null;
|
|
398
446
|
exports.getLocalUserOutput = null;
|
|
399
447
|
utilities.lazyLoad(exports, ["getLocalUser", "getLocalUserOutput"], () => require("./getLocalUser"));
|
|
@@ -424,6 +472,18 @@ utilities.lazyLoad(exports, ["getLoopbackInterface", "getLoopbackInterfaceOutput
|
|
|
424
472
|
exports.getLoopbackInterfaceList = null;
|
|
425
473
|
exports.getLoopbackInterfaceListOutput = null;
|
|
426
474
|
utilities.lazyLoad(exports, ["getLoopbackInterfaceList", "getLoopbackInterfaceListOutput"], () => require("./getLoopbackInterfaceList"));
|
|
475
|
+
exports.getManagementInterface = null;
|
|
476
|
+
exports.getManagementInterfaceOutput = null;
|
|
477
|
+
utilities.lazyLoad(exports, ["getManagementInterface", "getManagementInterfaceOutput"], () => require("./getManagementInterface"));
|
|
478
|
+
exports.getManagementInterfaceList = null;
|
|
479
|
+
exports.getManagementInterfaceListOutput = null;
|
|
480
|
+
utilities.lazyLoad(exports, ["getManagementInterfaceList", "getManagementInterfaceListOutput"], () => require("./getManagementInterfaceList"));
|
|
481
|
+
exports.getMotdBannerSetting = null;
|
|
482
|
+
exports.getMotdBannerSettingOutput = null;
|
|
483
|
+
utilities.lazyLoad(exports, ["getMotdBannerSetting", "getMotdBannerSettingOutput"], () => require("./getMotdBannerSetting"));
|
|
484
|
+
exports.getMotdBannerSettingList = null;
|
|
485
|
+
exports.getMotdBannerSettingListOutput = null;
|
|
486
|
+
utilities.lazyLoad(exports, ["getMotdBannerSettingList", "getMotdBannerSettingListOutput"], () => require("./getMotdBannerSettingList"));
|
|
427
487
|
exports.getNatRule = null;
|
|
428
488
|
exports.getNatRuleOutput = null;
|
|
429
489
|
utilities.lazyLoad(exports, ["getNatRule", "getNatRuleOutput"], () => require("./getNatRule"));
|
|
@@ -580,6 +640,30 @@ utilities.lazyLoad(exports, ["getServiceGroupList", "getServiceGroupListOutput"]
|
|
|
580
640
|
exports.getServiceList = null;
|
|
581
641
|
exports.getServiceListOutput = null;
|
|
582
642
|
utilities.lazyLoad(exports, ["getServiceList", "getServiceListOutput"], () => require("./getServiceList"));
|
|
643
|
+
exports.getServiceRoute = null;
|
|
644
|
+
exports.getServiceRouteOutput = null;
|
|
645
|
+
utilities.lazyLoad(exports, ["getServiceRoute", "getServiceRouteOutput"], () => require("./getServiceRoute"));
|
|
646
|
+
exports.getServiceRouteList = null;
|
|
647
|
+
exports.getServiceRouteListOutput = null;
|
|
648
|
+
utilities.lazyLoad(exports, ["getServiceRouteList", "getServiceRouteListOutput"], () => require("./getServiceRouteList"));
|
|
649
|
+
exports.getServiceSetting = null;
|
|
650
|
+
exports.getServiceSettingOutput = null;
|
|
651
|
+
utilities.lazyLoad(exports, ["getServiceSetting", "getServiceSettingOutput"], () => require("./getServiceSetting"));
|
|
652
|
+
exports.getServiceSettingList = null;
|
|
653
|
+
exports.getServiceSettingListOutput = null;
|
|
654
|
+
utilities.lazyLoad(exports, ["getServiceSettingList", "getServiceSettingListOutput"], () => require("./getServiceSettingList"));
|
|
655
|
+
exports.getSessionSetting = null;
|
|
656
|
+
exports.getSessionSettingOutput = null;
|
|
657
|
+
utilities.lazyLoad(exports, ["getSessionSetting", "getSessionSettingOutput"], () => require("./getSessionSetting"));
|
|
658
|
+
exports.getSessionSettingList = null;
|
|
659
|
+
exports.getSessionSettingListOutput = null;
|
|
660
|
+
utilities.lazyLoad(exports, ["getSessionSettingList", "getSessionSettingListOutput"], () => require("./getSessionSettingList"));
|
|
661
|
+
exports.getSessionTimeout = null;
|
|
662
|
+
exports.getSessionTimeoutOutput = null;
|
|
663
|
+
utilities.lazyLoad(exports, ["getSessionTimeout", "getSessionTimeoutOutput"], () => require("./getSessionTimeout"));
|
|
664
|
+
exports.getSessionTimeoutList = null;
|
|
665
|
+
exports.getSessionTimeoutListOutput = null;
|
|
666
|
+
utilities.lazyLoad(exports, ["getSessionTimeoutList", "getSessionTimeoutListOutput"], () => require("./getSessionTimeoutList"));
|
|
583
667
|
exports.getSite = null;
|
|
584
668
|
exports.getSiteOutput = null;
|
|
585
669
|
utilities.lazyLoad(exports, ["getSite", "getSiteOutput"], () => require("./getSite"));
|
|
@@ -610,6 +694,12 @@ utilities.lazyLoad(exports, ["getTag", "getTagOutput"], () => require("./getTag"
|
|
|
610
694
|
exports.getTagList = null;
|
|
611
695
|
exports.getTagListOutput = null;
|
|
612
696
|
utilities.lazyLoad(exports, ["getTagList", "getTagListOutput"], () => require("./getTagList"));
|
|
697
|
+
exports.getTcpSetting = null;
|
|
698
|
+
exports.getTcpSettingOutput = null;
|
|
699
|
+
utilities.lazyLoad(exports, ["getTcpSetting", "getTcpSettingOutput"], () => require("./getTcpSetting"));
|
|
700
|
+
exports.getTcpSettingList = null;
|
|
701
|
+
exports.getTcpSettingListOutput = null;
|
|
702
|
+
utilities.lazyLoad(exports, ["getTcpSettingList", "getTcpSettingListOutput"], () => require("./getTcpSettingList"));
|
|
613
703
|
exports.getTlsServiceProfile = null;
|
|
614
704
|
exports.getTlsServiceProfileOutput = null;
|
|
615
705
|
utilities.lazyLoad(exports, ["getTlsServiceProfile", "getTlsServiceProfileOutput"], () => require("./getTlsServiceProfile"));
|
|
@@ -628,6 +718,12 @@ utilities.lazyLoad(exports, ["getTunnelInterface", "getTunnelInterfaceOutput"],
|
|
|
628
718
|
exports.getTunnelInterfaceList = null;
|
|
629
719
|
exports.getTunnelInterfaceListOutput = null;
|
|
630
720
|
utilities.lazyLoad(exports, ["getTunnelInterfaceList", "getTunnelInterfaceListOutput"], () => require("./getTunnelInterfaceList"));
|
|
721
|
+
exports.getUpdateSchedule = null;
|
|
722
|
+
exports.getUpdateScheduleOutput = null;
|
|
723
|
+
utilities.lazyLoad(exports, ["getUpdateSchedule", "getUpdateScheduleOutput"], () => require("./getUpdateSchedule"));
|
|
724
|
+
exports.getUpdateScheduleList = null;
|
|
725
|
+
exports.getUpdateScheduleListOutput = null;
|
|
726
|
+
utilities.lazyLoad(exports, ["getUpdateScheduleList", "getUpdateScheduleListOutput"], () => require("./getUpdateScheduleList"));
|
|
631
727
|
exports.getUrlAccessProfile = null;
|
|
632
728
|
exports.getUrlAccessProfileOutput = null;
|
|
633
729
|
utilities.lazyLoad(exports, ["getUrlAccessProfile", "getUrlAccessProfileOutput"], () => require("./getUrlAccessProfile"));
|
|
@@ -652,6 +748,12 @@ utilities.lazyLoad(exports, ["getVlanInterface", "getVlanInterfaceOutput"], () =
|
|
|
652
748
|
exports.getVlanInterfaceList = null;
|
|
653
749
|
exports.getVlanInterfaceListOutput = null;
|
|
654
750
|
utilities.lazyLoad(exports, ["getVlanInterfaceList", "getVlanInterfaceListOutput"], () => require("./getVlanInterfaceList"));
|
|
751
|
+
exports.getVpnSetting = null;
|
|
752
|
+
exports.getVpnSettingOutput = null;
|
|
753
|
+
utilities.lazyLoad(exports, ["getVpnSetting", "getVpnSettingOutput"], () => require("./getVpnSetting"));
|
|
754
|
+
exports.getVpnSettingList = null;
|
|
755
|
+
exports.getVpnSettingListOutput = null;
|
|
756
|
+
utilities.lazyLoad(exports, ["getVpnSettingList", "getVpnSettingListOutput"], () => require("./getVpnSettingList"));
|
|
655
757
|
exports.getVulnerabilityProtectionProfile = null;
|
|
656
758
|
exports.getVulnerabilityProtectionProfileOutput = null;
|
|
657
759
|
utilities.lazyLoad(exports, ["getVulnerabilityProtectionProfile", "getVulnerabilityProtectionProfileOutput"], () => require("./getVulnerabilityProtectionProfile"));
|
|
@@ -714,6 +816,8 @@ exports.LdapServerProfile = null;
|
|
|
714
816
|
utilities.lazyLoad(exports, ["LdapServerProfile"], () => require("./ldapServerProfile"));
|
|
715
817
|
exports.LinkTag = null;
|
|
716
818
|
utilities.lazyLoad(exports, ["LinkTag"], () => require("./linkTag"));
|
|
819
|
+
exports.LldpProfile = null;
|
|
820
|
+
utilities.lazyLoad(exports, ["LldpProfile"], () => require("./lldpProfile"));
|
|
717
821
|
exports.LocalUser = null;
|
|
718
822
|
utilities.lazyLoad(exports, ["LocalUser"], () => require("./localUser"));
|
|
719
823
|
exports.LocalUserGroup = null;
|
|
@@ -724,8 +828,12 @@ exports.LogicalRouter = null;
|
|
|
724
828
|
utilities.lazyLoad(exports, ["LogicalRouter"], () => require("./logicalRouter"));
|
|
725
829
|
exports.LoopbackInterface = null;
|
|
726
830
|
utilities.lazyLoad(exports, ["LoopbackInterface"], () => require("./loopbackInterface"));
|
|
831
|
+
exports.ManagementInterface = null;
|
|
832
|
+
utilities.lazyLoad(exports, ["ManagementInterface"], () => require("./managementInterface"));
|
|
727
833
|
exports.MfaServer = null;
|
|
728
834
|
utilities.lazyLoad(exports, ["MfaServer"], () => require("./mfaServer"));
|
|
835
|
+
exports.MotdBannerSetting = null;
|
|
836
|
+
utilities.lazyLoad(exports, ["MotdBannerSetting"], () => require("./motdBannerSetting"));
|
|
729
837
|
exports.NatRule = null;
|
|
730
838
|
utilities.lazyLoad(exports, ["NatRule"], () => require("./natRule"));
|
|
731
839
|
exports.OspfAuthProfile = null;
|
|
@@ -780,6 +888,14 @@ exports.ServiceConnectionGroup = null;
|
|
|
780
888
|
utilities.lazyLoad(exports, ["ServiceConnectionGroup"], () => require("./serviceConnectionGroup"));
|
|
781
889
|
exports.ServiceGroup = null;
|
|
782
890
|
utilities.lazyLoad(exports, ["ServiceGroup"], () => require("./serviceGroup"));
|
|
891
|
+
exports.ServiceRoute = null;
|
|
892
|
+
utilities.lazyLoad(exports, ["ServiceRoute"], () => require("./serviceRoute"));
|
|
893
|
+
exports.ServiceSetting = null;
|
|
894
|
+
utilities.lazyLoad(exports, ["ServiceSetting"], () => require("./serviceSetting"));
|
|
895
|
+
exports.SessionSetting = null;
|
|
896
|
+
utilities.lazyLoad(exports, ["SessionSetting"], () => require("./sessionSetting"));
|
|
897
|
+
exports.SessionTimeout = null;
|
|
898
|
+
utilities.lazyLoad(exports, ["SessionTimeout"], () => require("./sessionTimeout"));
|
|
783
899
|
exports.Site = null;
|
|
784
900
|
utilities.lazyLoad(exports, ["Site"], () => require("./site"));
|
|
785
901
|
exports.Snippet = null;
|
|
@@ -790,12 +906,16 @@ exports.TacacsServerProfile = null;
|
|
|
790
906
|
utilities.lazyLoad(exports, ["TacacsServerProfile"], () => require("./tacacsServerProfile"));
|
|
791
907
|
exports.Tag = null;
|
|
792
908
|
utilities.lazyLoad(exports, ["Tag"], () => require("./tag"));
|
|
909
|
+
exports.TcpSetting = null;
|
|
910
|
+
utilities.lazyLoad(exports, ["TcpSetting"], () => require("./tcpSetting"));
|
|
793
911
|
exports.TlsServiceProfile = null;
|
|
794
912
|
utilities.lazyLoad(exports, ["TlsServiceProfile"], () => require("./tlsServiceProfile"));
|
|
795
913
|
exports.TrafficSteeringRule = null;
|
|
796
914
|
utilities.lazyLoad(exports, ["TrafficSteeringRule"], () => require("./trafficSteeringRule"));
|
|
797
915
|
exports.TunnelInterface = null;
|
|
798
916
|
utilities.lazyLoad(exports, ["TunnelInterface"], () => require("./tunnelInterface"));
|
|
917
|
+
exports.UpdateSchedule = null;
|
|
918
|
+
utilities.lazyLoad(exports, ["UpdateSchedule"], () => require("./updateSchedule"));
|
|
799
919
|
exports.UrlAccessProfile = null;
|
|
800
920
|
utilities.lazyLoad(exports, ["UrlAccessProfile"], () => require("./urlAccessProfile"));
|
|
801
921
|
exports.UrlCategory = null;
|
|
@@ -804,6 +924,8 @@ exports.Variable = null;
|
|
|
804
924
|
utilities.lazyLoad(exports, ["Variable"], () => require("./variable"));
|
|
805
925
|
exports.VlanInterface = null;
|
|
806
926
|
utilities.lazyLoad(exports, ["VlanInterface"], () => require("./vlanInterface"));
|
|
927
|
+
exports.VpnSetting = null;
|
|
928
|
+
utilities.lazyLoad(exports, ["VpnSetting"], () => require("./vpnSetting"));
|
|
807
929
|
exports.VulnerabilityProtectionProfile = null;
|
|
808
930
|
utilities.lazyLoad(exports, ["VulnerabilityProtectionProfile"], () => require("./vulnerabilityProtectionProfile"));
|
|
809
931
|
exports.VulnerabilityProtectionSignature = null;
|
|
@@ -849,10 +971,14 @@ const _module = {
|
|
|
849
971
|
return new exports.AuthenticationRule(name, undefined, { urn });
|
|
850
972
|
case "scm:index/authenticationSequence:AuthenticationSequence":
|
|
851
973
|
return new exports.AuthenticationSequence(name, undefined, { urn });
|
|
974
|
+
case "scm:index/authenticationSetting:AuthenticationSetting":
|
|
975
|
+
return new exports.AuthenticationSetting(name, undefined, { urn });
|
|
852
976
|
case "scm:index/autoVpnCluster:AutoVpnCluster":
|
|
853
977
|
return new exports.AutoVpnCluster(name, undefined, { urn });
|
|
854
978
|
case "scm:index/autoVpnSetting:AutoVpnSetting":
|
|
855
979
|
return new exports.AutoVpnSetting(name, undefined, { urn });
|
|
980
|
+
case "scm:index/bandwidthAllocation:BandwidthAllocation":
|
|
981
|
+
return new exports.BandwidthAllocation(name, undefined, { urn });
|
|
856
982
|
case "scm:index/bgpAddressFamilyProfile:BgpAddressFamilyProfile":
|
|
857
983
|
return new exports.BgpAddressFamilyProfile(name, undefined, { urn });
|
|
858
984
|
case "scm:index/bgpAuthProfile:BgpAuthProfile":
|
|
@@ -869,12 +995,16 @@ const _module = {
|
|
|
869
995
|
return new exports.BgpRouting(name, undefined, { urn });
|
|
870
996
|
case "scm:index/certificateProfile:CertificateProfile":
|
|
871
997
|
return new exports.CertificateProfile(name, undefined, { urn });
|
|
998
|
+
case "scm:index/contentIdSetting:ContentIdSetting":
|
|
999
|
+
return new exports.ContentIdSetting(name, undefined, { urn });
|
|
872
1000
|
case "scm:index/decryptionExclusion:DecryptionExclusion":
|
|
873
1001
|
return new exports.DecryptionExclusion(name, undefined, { urn });
|
|
874
1002
|
case "scm:index/decryptionProfile:DecryptionProfile":
|
|
875
1003
|
return new exports.DecryptionProfile(name, undefined, { urn });
|
|
876
1004
|
case "scm:index/decryptionRule:DecryptionRule":
|
|
877
1005
|
return new exports.DecryptionRule(name, undefined, { urn });
|
|
1006
|
+
case "scm:index/deviceRedistributionCollector:DeviceRedistributionCollector":
|
|
1007
|
+
return new exports.DeviceRedistributionCollector(name, undefined, { urn });
|
|
878
1008
|
case "scm:index/dhcpInterface:DhcpInterface":
|
|
879
1009
|
return new exports.DhcpInterface(name, undefined, { urn });
|
|
880
1010
|
case "scm:index/dnsProxy:DnsProxy":
|
|
@@ -895,6 +1025,8 @@ const _module = {
|
|
|
895
1025
|
return new exports.FileBlockingProfile(name, undefined, { urn });
|
|
896
1026
|
case "scm:index/folder:Folder":
|
|
897
1027
|
return new exports.Folder(name, undefined, { urn });
|
|
1028
|
+
case "scm:index/generalSetting:GeneralSetting":
|
|
1029
|
+
return new exports.GeneralSetting(name, undefined, { urn });
|
|
898
1030
|
case "scm:index/hipObject:HipObject":
|
|
899
1031
|
return new exports.HipObject(name, undefined, { urn });
|
|
900
1032
|
case "scm:index/hipProfile:HipProfile":
|
|
@@ -927,6 +1059,8 @@ const _module = {
|
|
|
927
1059
|
return new exports.LdapServerProfile(name, undefined, { urn });
|
|
928
1060
|
case "scm:index/linkTag:LinkTag":
|
|
929
1061
|
return new exports.LinkTag(name, undefined, { urn });
|
|
1062
|
+
case "scm:index/lldpProfile:LldpProfile":
|
|
1063
|
+
return new exports.LldpProfile(name, undefined, { urn });
|
|
930
1064
|
case "scm:index/localUser:LocalUser":
|
|
931
1065
|
return new exports.LocalUser(name, undefined, { urn });
|
|
932
1066
|
case "scm:index/localUserGroup:LocalUserGroup":
|
|
@@ -937,8 +1071,12 @@ const _module = {
|
|
|
937
1071
|
return new exports.LogicalRouter(name, undefined, { urn });
|
|
938
1072
|
case "scm:index/loopbackInterface:LoopbackInterface":
|
|
939
1073
|
return new exports.LoopbackInterface(name, undefined, { urn });
|
|
1074
|
+
case "scm:index/managementInterface:ManagementInterface":
|
|
1075
|
+
return new exports.ManagementInterface(name, undefined, { urn });
|
|
940
1076
|
case "scm:index/mfaServer:MfaServer":
|
|
941
1077
|
return new exports.MfaServer(name, undefined, { urn });
|
|
1078
|
+
case "scm:index/motdBannerSetting:MotdBannerSetting":
|
|
1079
|
+
return new exports.MotdBannerSetting(name, undefined, { urn });
|
|
942
1080
|
case "scm:index/natRule:NatRule":
|
|
943
1081
|
return new exports.NatRule(name, undefined, { urn });
|
|
944
1082
|
case "scm:index/ospfAuthProfile:OspfAuthProfile":
|
|
@@ -991,6 +1129,14 @@ const _module = {
|
|
|
991
1129
|
return new exports.ServiceConnectionGroup(name, undefined, { urn });
|
|
992
1130
|
case "scm:index/serviceGroup:ServiceGroup":
|
|
993
1131
|
return new exports.ServiceGroup(name, undefined, { urn });
|
|
1132
|
+
case "scm:index/serviceRoute:ServiceRoute":
|
|
1133
|
+
return new exports.ServiceRoute(name, undefined, { urn });
|
|
1134
|
+
case "scm:index/serviceSetting:ServiceSetting":
|
|
1135
|
+
return new exports.ServiceSetting(name, undefined, { urn });
|
|
1136
|
+
case "scm:index/sessionSetting:SessionSetting":
|
|
1137
|
+
return new exports.SessionSetting(name, undefined, { urn });
|
|
1138
|
+
case "scm:index/sessionTimeout:SessionTimeout":
|
|
1139
|
+
return new exports.SessionTimeout(name, undefined, { urn });
|
|
994
1140
|
case "scm:index/site:Site":
|
|
995
1141
|
return new exports.Site(name, undefined, { urn });
|
|
996
1142
|
case "scm:index/snippet:Snippet":
|
|
@@ -1001,12 +1147,16 @@ const _module = {
|
|
|
1001
1147
|
return new exports.TacacsServerProfile(name, undefined, { urn });
|
|
1002
1148
|
case "scm:index/tag:Tag":
|
|
1003
1149
|
return new exports.Tag(name, undefined, { urn });
|
|
1150
|
+
case "scm:index/tcpSetting:TcpSetting":
|
|
1151
|
+
return new exports.TcpSetting(name, undefined, { urn });
|
|
1004
1152
|
case "scm:index/tlsServiceProfile:TlsServiceProfile":
|
|
1005
1153
|
return new exports.TlsServiceProfile(name, undefined, { urn });
|
|
1006
1154
|
case "scm:index/trafficSteeringRule:TrafficSteeringRule":
|
|
1007
1155
|
return new exports.TrafficSteeringRule(name, undefined, { urn });
|
|
1008
1156
|
case "scm:index/tunnelInterface:TunnelInterface":
|
|
1009
1157
|
return new exports.TunnelInterface(name, undefined, { urn });
|
|
1158
|
+
case "scm:index/updateSchedule:UpdateSchedule":
|
|
1159
|
+
return new exports.UpdateSchedule(name, undefined, { urn });
|
|
1010
1160
|
case "scm:index/urlAccessProfile:UrlAccessProfile":
|
|
1011
1161
|
return new exports.UrlAccessProfile(name, undefined, { urn });
|
|
1012
1162
|
case "scm:index/urlCategory:UrlCategory":
|
|
@@ -1015,6 +1165,8 @@ const _module = {
|
|
|
1015
1165
|
return new exports.Variable(name, undefined, { urn });
|
|
1016
1166
|
case "scm:index/vlanInterface:VlanInterface":
|
|
1017
1167
|
return new exports.VlanInterface(name, undefined, { urn });
|
|
1168
|
+
case "scm:index/vpnSetting:VpnSetting":
|
|
1169
|
+
return new exports.VpnSetting(name, undefined, { urn });
|
|
1018
1170
|
case "scm:index/vulnerabilityProtectionProfile:VulnerabilityProtectionProfile":
|
|
1019
1171
|
return new exports.VulnerabilityProtectionProfile(name, undefined, { urn });
|
|
1020
1172
|
case "scm:index/vulnerabilityProtectionSignature:VulnerabilityProtectionSignature":
|
|
@@ -1043,8 +1195,10 @@ pulumi.runtime.registerResourceModule("scm", "index/authenticationPortal", _modu
|
|
|
1043
1195
|
pulumi.runtime.registerResourceModule("scm", "index/authenticationProfile", _module);
|
|
1044
1196
|
pulumi.runtime.registerResourceModule("scm", "index/authenticationRule", _module);
|
|
1045
1197
|
pulumi.runtime.registerResourceModule("scm", "index/authenticationSequence", _module);
|
|
1198
|
+
pulumi.runtime.registerResourceModule("scm", "index/authenticationSetting", _module);
|
|
1046
1199
|
pulumi.runtime.registerResourceModule("scm", "index/autoVpnCluster", _module);
|
|
1047
1200
|
pulumi.runtime.registerResourceModule("scm", "index/autoVpnSetting", _module);
|
|
1201
|
+
pulumi.runtime.registerResourceModule("scm", "index/bandwidthAllocation", _module);
|
|
1048
1202
|
pulumi.runtime.registerResourceModule("scm", "index/bgpAddressFamilyProfile", _module);
|
|
1049
1203
|
pulumi.runtime.registerResourceModule("scm", "index/bgpAuthProfile", _module);
|
|
1050
1204
|
pulumi.runtime.registerResourceModule("scm", "index/bgpFilteringProfile", _module);
|
|
@@ -1053,9 +1207,11 @@ pulumi.runtime.registerResourceModule("scm", "index/bgpRouteMap", _module);
|
|
|
1053
1207
|
pulumi.runtime.registerResourceModule("scm", "index/bgpRouteMapRedistribution", _module);
|
|
1054
1208
|
pulumi.runtime.registerResourceModule("scm", "index/bgpRouting", _module);
|
|
1055
1209
|
pulumi.runtime.registerResourceModule("scm", "index/certificateProfile", _module);
|
|
1210
|
+
pulumi.runtime.registerResourceModule("scm", "index/contentIdSetting", _module);
|
|
1056
1211
|
pulumi.runtime.registerResourceModule("scm", "index/decryptionExclusion", _module);
|
|
1057
1212
|
pulumi.runtime.registerResourceModule("scm", "index/decryptionProfile", _module);
|
|
1058
1213
|
pulumi.runtime.registerResourceModule("scm", "index/decryptionRule", _module);
|
|
1214
|
+
pulumi.runtime.registerResourceModule("scm", "index/deviceRedistributionCollector", _module);
|
|
1059
1215
|
pulumi.runtime.registerResourceModule("scm", "index/dhcpInterface", _module);
|
|
1060
1216
|
pulumi.runtime.registerResourceModule("scm", "index/dnsProxy", _module);
|
|
1061
1217
|
pulumi.runtime.registerResourceModule("scm", "index/dnsSecurityProfile", _module);
|
|
@@ -1066,6 +1222,7 @@ pulumi.runtime.registerResourceModule("scm", "index/ethernetInterface", _module)
|
|
|
1066
1222
|
pulumi.runtime.registerResourceModule("scm", "index/externalDynamicList", _module);
|
|
1067
1223
|
pulumi.runtime.registerResourceModule("scm", "index/fileBlockingProfile", _module);
|
|
1068
1224
|
pulumi.runtime.registerResourceModule("scm", "index/folder", _module);
|
|
1225
|
+
pulumi.runtime.registerResourceModule("scm", "index/generalSetting", _module);
|
|
1069
1226
|
pulumi.runtime.registerResourceModule("scm", "index/hipObject", _module);
|
|
1070
1227
|
pulumi.runtime.registerResourceModule("scm", "index/hipProfile", _module);
|
|
1071
1228
|
pulumi.runtime.registerResourceModule("scm", "index/httpHeaderProfile", _module);
|
|
@@ -1082,12 +1239,15 @@ pulumi.runtime.registerResourceModule("scm", "index/layer2Subinterface", _module
|
|
|
1082
1239
|
pulumi.runtime.registerResourceModule("scm", "index/layer3Subinterface", _module);
|
|
1083
1240
|
pulumi.runtime.registerResourceModule("scm", "index/ldapServerProfile", _module);
|
|
1084
1241
|
pulumi.runtime.registerResourceModule("scm", "index/linkTag", _module);
|
|
1242
|
+
pulumi.runtime.registerResourceModule("scm", "index/lldpProfile", _module);
|
|
1085
1243
|
pulumi.runtime.registerResourceModule("scm", "index/localUser", _module);
|
|
1086
1244
|
pulumi.runtime.registerResourceModule("scm", "index/localUserGroup", _module);
|
|
1087
1245
|
pulumi.runtime.registerResourceModule("scm", "index/logForwardingProfile", _module);
|
|
1088
1246
|
pulumi.runtime.registerResourceModule("scm", "index/logicalRouter", _module);
|
|
1089
1247
|
pulumi.runtime.registerResourceModule("scm", "index/loopbackInterface", _module);
|
|
1248
|
+
pulumi.runtime.registerResourceModule("scm", "index/managementInterface", _module);
|
|
1090
1249
|
pulumi.runtime.registerResourceModule("scm", "index/mfaServer", _module);
|
|
1250
|
+
pulumi.runtime.registerResourceModule("scm", "index/motdBannerSetting", _module);
|
|
1091
1251
|
pulumi.runtime.registerResourceModule("scm", "index/natRule", _module);
|
|
1092
1252
|
pulumi.runtime.registerResourceModule("scm", "index/ospfAuthProfile", _module);
|
|
1093
1253
|
pulumi.runtime.registerResourceModule("scm", "index/pbfRule", _module);
|
|
@@ -1114,18 +1274,25 @@ pulumi.runtime.registerResourceModule("scm", "index/service", _module);
|
|
|
1114
1274
|
pulumi.runtime.registerResourceModule("scm", "index/serviceConnection", _module);
|
|
1115
1275
|
pulumi.runtime.registerResourceModule("scm", "index/serviceConnectionGroup", _module);
|
|
1116
1276
|
pulumi.runtime.registerResourceModule("scm", "index/serviceGroup", _module);
|
|
1277
|
+
pulumi.runtime.registerResourceModule("scm", "index/serviceRoute", _module);
|
|
1278
|
+
pulumi.runtime.registerResourceModule("scm", "index/serviceSetting", _module);
|
|
1279
|
+
pulumi.runtime.registerResourceModule("scm", "index/sessionSetting", _module);
|
|
1280
|
+
pulumi.runtime.registerResourceModule("scm", "index/sessionTimeout", _module);
|
|
1117
1281
|
pulumi.runtime.registerResourceModule("scm", "index/site", _module);
|
|
1118
1282
|
pulumi.runtime.registerResourceModule("scm", "index/snippet", _module);
|
|
1119
1283
|
pulumi.runtime.registerResourceModule("scm", "index/syslogServerProfile", _module);
|
|
1120
1284
|
pulumi.runtime.registerResourceModule("scm", "index/tacacsServerProfile", _module);
|
|
1121
1285
|
pulumi.runtime.registerResourceModule("scm", "index/tag", _module);
|
|
1286
|
+
pulumi.runtime.registerResourceModule("scm", "index/tcpSetting", _module);
|
|
1122
1287
|
pulumi.runtime.registerResourceModule("scm", "index/tlsServiceProfile", _module);
|
|
1123
1288
|
pulumi.runtime.registerResourceModule("scm", "index/trafficSteeringRule", _module);
|
|
1124
1289
|
pulumi.runtime.registerResourceModule("scm", "index/tunnelInterface", _module);
|
|
1290
|
+
pulumi.runtime.registerResourceModule("scm", "index/updateSchedule", _module);
|
|
1125
1291
|
pulumi.runtime.registerResourceModule("scm", "index/urlAccessProfile", _module);
|
|
1126
1292
|
pulumi.runtime.registerResourceModule("scm", "index/urlCategory", _module);
|
|
1127
1293
|
pulumi.runtime.registerResourceModule("scm", "index/variable", _module);
|
|
1128
1294
|
pulumi.runtime.registerResourceModule("scm", "index/vlanInterface", _module);
|
|
1295
|
+
pulumi.runtime.registerResourceModule("scm", "index/vpnSetting", _module);
|
|
1129
1296
|
pulumi.runtime.registerResourceModule("scm", "index/vulnerabilityProtectionProfile", _module);
|
|
1130
1297
|
pulumi.runtime.registerResourceModule("scm", "index/vulnerabilityProtectionSignature", _module);
|
|
1131
1298
|
pulumi.runtime.registerResourceModule("scm", "index/wildfireAntiVirusProfile", _module);
|