@pulumi/scm 1.0.5 → 1.0.6
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/forwardingProfile.d.ts +294 -0
- package/forwardingProfile.js +247 -0
- package/forwardingProfile.js.map +1 -0
- package/forwardingProfileDestination.d.ts +190 -0
- package/forwardingProfileDestination.js +143 -0
- package/forwardingProfileDestination.js.map +1 -0
- package/forwardingProfileRegionalAndCustomProxy.d.ts +289 -0
- package/forwardingProfileRegionalAndCustomProxy.js +192 -0
- package/forwardingProfileRegionalAndCustomProxy.js.map +1 -0
- package/forwardingProfileSourceApplication.d.ts +161 -0
- package/forwardingProfileSourceApplication.js +129 -0
- package/forwardingProfileSourceApplication.js.map +1 -0
- package/forwardingProfileUserLocation.d.ts +172 -0
- package/forwardingProfileUserLocation.js +125 -0
- package/forwardingProfileUserLocation.js.map +1 -0
- package/getAddressGroupList.d.ts +4 -4
- package/getAddressGroupList.js +4 -4
- package/getAddressList.d.ts +4 -4
- package/getAddressList.js +4 -4
- package/getAggregateInterfaceList.d.ts +2 -2
- package/getAggregateInterfaceList.js +2 -2
- package/getApplicationGroupList.d.ts +4 -4
- package/getApplicationGroupList.js +4 -4
- package/getBgpAuthProfileList.d.ts +2 -2
- package/getBgpAuthProfileList.js +2 -2
- package/getBgpRedistributionProfileList.d.ts +2 -2
- package/getBgpRedistributionProfileList.js +2 -2
- package/getBgpRouteMapList.d.ts +2 -2
- package/getBgpRouteMapList.js +2 -2
- package/getConfigMatchListList.d.ts +2 -2
- package/getConfigMatchListList.js +2 -2
- package/getDevice.d.ts +267 -0
- package/getDevice.js +82 -0
- package/getDevice.js.map +1 -0
- package/getDeviceList.d.ts +171 -0
- package/getDeviceList.js +88 -0
- package/getDeviceList.js.map +1 -0
- package/getDynamicUserGroupList.d.ts +4 -4
- package/getDynamicUserGroupList.js +4 -4
- package/getEthernetInterfaceList.d.ts +2 -2
- package/getEthernetInterfaceList.js +2 -2
- package/getForwardingProfile.d.ts +137 -0
- package/getForwardingProfile.js +92 -0
- package/getForwardingProfile.js.map +1 -0
- package/getForwardingProfileDestination.d.ts +127 -0
- package/getForwardingProfileDestination.js +82 -0
- package/getForwardingProfileDestination.js.map +1 -0
- package/getForwardingProfileDestinationList.d.ts +163 -0
- package/getForwardingProfileDestinationList.js +90 -0
- package/getForwardingProfileDestinationList.js.map +1 -0
- package/getForwardingProfileList.d.ts +163 -0
- package/getForwardingProfileList.js +90 -0
- package/getForwardingProfileList.js.map +1 -0
- package/getForwardingProfileRegionalAndCustomProxy.d.ts +157 -0
- package/getForwardingProfileRegionalAndCustomProxy.js +92 -0
- package/getForwardingProfileRegionalAndCustomProxy.js.map +1 -0
- package/getForwardingProfileRegionalAndCustomProxyList.d.ts +163 -0
- package/getForwardingProfileRegionalAndCustomProxyList.js +90 -0
- package/getForwardingProfileRegionalAndCustomProxyList.js.map +1 -0
- package/getForwardingProfileSourceApplication.d.ts +98 -0
- package/getForwardingProfileSourceApplication.js +58 -0
- package/getForwardingProfileSourceApplication.js.map +1 -0
- package/getForwardingProfileSourceApplicationList.d.ts +113 -0
- package/getForwardingProfileSourceApplicationList.js +40 -0
- package/getForwardingProfileSourceApplicationList.js.map +1 -0
- package/getForwardingProfileUserLocation.d.ts +127 -0
- package/getForwardingProfileUserLocation.js +82 -0
- package/getForwardingProfileUserLocation.js.map +1 -0
- package/getForwardingProfileUserLocationList.d.ts +163 -0
- package/getForwardingProfileUserLocationList.js +90 -0
- package/getForwardingProfileUserLocationList.js.map +1 -0
- package/getGlobalprotectMatchListList.d.ts +2 -2
- package/getGlobalprotectMatchListList.js +2 -2
- package/getHipmatchMatchListList.d.ts +2 -2
- package/getHipmatchMatchListList.js +2 -2
- package/getIptagMatchListList.d.ts +2 -2
- package/getIptagMatchListList.js +2 -2
- package/getLayer2SubinterfaceList.d.ts +2 -2
- package/getLayer2SubinterfaceList.js +2 -2
- package/getLayer3SubinterfaceList.d.ts +2 -2
- package/getLayer3SubinterfaceList.js +2 -2
- package/getLogicalRouterList.d.ts +2 -2
- package/getLogicalRouterList.js +2 -2
- package/getLoopbackInterfaceList.d.ts +2 -2
- package/getLoopbackInterfaceList.js +2 -2
- package/getServiceConnection.d.ts +4 -0
- package/getServiceConnection.js.map +1 -1
- package/getServiceList.d.ts +2 -2
- package/getServiceList.js +2 -2
- package/getSystemMatchListList.d.ts +2 -2
- package/getSystemMatchListList.js +2 -2
- package/getTunnelInterfaceList.d.ts +2 -2
- package/getTunnelInterfaceList.js +2 -2
- package/getUseridMatchListList.d.ts +2 -2
- package/getUseridMatchListList.js +2 -2
- package/getVlanInterfaceList.d.ts +2 -2
- package/getVlanInterfaceList.js +2 -2
- package/getZoneList.d.ts +2 -2
- package/getZoneList.js +2 -2
- package/index.d.ts +51 -0
- package/index.js +74 -13
- package/index.js.map +1 -1
- package/package.json +2 -2
- package/securityRule.d.ts +27 -0
- package/securityRule.js +27 -0
- package/securityRule.js.map +1 -1
- package/serviceConnection.d.ts +12 -0
- package/serviceConnection.js +2 -0
- package/serviceConnection.js.map +1 -1
- package/types/input.d.ts +335 -1
- package/types/output.d.ts +1423 -1
package/index.js
CHANGED
|
@@ -16,19 +16,19 @@ 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.
|
|
29
|
-
exports.
|
|
30
|
-
exports.
|
|
31
|
-
exports.types = exports.config = exports.ZoneProtectionProfile = exports.Zone = exports.WildfireAntiVirusProfile = exports.VulnerabilityProtectionSignature = void 0;
|
|
19
|
+
exports.getAddress = exports.GeneralSetting = exports.ForwardingProfileUserLocation = exports.ForwardingProfileSourceApplication = exports.ForwardingProfileRegionalAndCustomProxy = exports.ForwardingProfileDestination = exports.ForwardingProfile = 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.DataObject = exports.DataFilteringProfile = exports.ContentIdSetting = exports.ConfigMatchList = 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.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 = exports.getAggregateInterface = exports.getAddressListOutput = exports.getAddressList = exports.getAddressGroupListOutput = exports.getAddressGroupList = exports.getAddressGroupOutput = exports.getAddressGroup = exports.getAddressOutput = void 0;
|
|
21
|
+
exports.getDataFilteringProfile = exports.getContentIdSettingListOutput = exports.getContentIdSettingList = exports.getContentIdSettingOutput = exports.getContentIdSetting = exports.getConfigMatchListListOutput = exports.getConfigMatchListList = exports.getConfigMatchListOutput = exports.getConfigMatchList = 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 = exports.getBandwidthAllocation = exports.getAutoVpnSettingOutput = exports.getAutoVpnSetting = exports.getAutoVpnClusterListOutput = exports.getAutoVpnClusterList = exports.getAutoVpnClusterOutput = exports.getAutoVpnCluster = exports.getAuthenticationSettingListOutput = void 0;
|
|
22
|
+
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 = exports.getDeviceRedistributionCollector = exports.getDeviceListOutput = exports.getDeviceList = exports.getDeviceOutput = exports.getDevice = 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.getDataObjectListOutput = exports.getDataObjectList = exports.getDataObjectOutput = exports.getDataObject = exports.getDataFilteringProfileListOutput = exports.getDataFilteringProfileList = exports.getDataFilteringProfileOutput = void 0;
|
|
23
|
+
exports.getHipProfile = exports.getHipObjectListOutput = exports.getHipObjectList = exports.getHipObjectOutput = exports.getHipObject = exports.getGlobalprotectMatchListListOutput = exports.getGlobalprotectMatchListList = exports.getGlobalprotectMatchListOutput = exports.getGlobalprotectMatchList = exports.getGeneralSettingListOutput = exports.getGeneralSettingList = exports.getGeneralSettingOutput = exports.getGeneralSetting = exports.getForwardingProfileUserLocationListOutput = exports.getForwardingProfileUserLocationList = exports.getForwardingProfileUserLocationOutput = exports.getForwardingProfileUserLocation = exports.getForwardingProfileSourceApplicationListOutput = exports.getForwardingProfileSourceApplicationList = exports.getForwardingProfileSourceApplicationOutput = exports.getForwardingProfileSourceApplication = exports.getForwardingProfileRegionalAndCustomProxyListOutput = exports.getForwardingProfileRegionalAndCustomProxyList = exports.getForwardingProfileRegionalAndCustomProxyOutput = exports.getForwardingProfileRegionalAndCustomProxy = exports.getForwardingProfileListOutput = exports.getForwardingProfileList = exports.getForwardingProfileDestinationListOutput = exports.getForwardingProfileDestinationList = exports.getForwardingProfileDestinationOutput = exports.getForwardingProfileDestination = exports.getForwardingProfileOutput = exports.getForwardingProfile = 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 = void 0;
|
|
24
|
+
exports.getLayer2SubinterfaceList = exports.getLayer2SubinterfaceOutput = exports.getLayer2Subinterface = exports.getLabelListOutput = exports.getLabelList = exports.getLabelOutput = exports.getLabel = exports.getKerberosServerProfileListOutput = exports.getKerberosServerProfileList = exports.getKerberosServerProfileOutput = exports.getKerberosServerProfile = exports.getIptagMatchListListOutput = exports.getIptagMatchListList = exports.getIptagMatchListOutput = exports.getIptagMatchList = 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.getHipmatchMatchListListOutput = exports.getHipmatchMatchListList = exports.getHipmatchMatchListOutput = exports.getHipmatchMatchList = exports.getHipProfileListOutput = exports.getHipProfileList = exports.getHipProfileOutput = void 0;
|
|
25
|
+
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 = exports.getLdapServerProfile = exports.getLayer3SubinterfaceListOutput = exports.getLayer3SubinterfaceList = exports.getLayer3SubinterfaceOutput = exports.getLayer3Subinterface = exports.getLayer2SubinterfaceListOutput = void 0;
|
|
26
|
+
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 = exports.getPbfRuleList = exports.getPbfRuleOutput = exports.getPbfRule = exports.getOspfAuthProfileListOutput = exports.getOspfAuthProfileList = exports.getOspfAuthProfileOutput = void 0;
|
|
27
|
+
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 = exports.getSchedule = exports.getScepProfileListOutput = exports.getScepProfileList = exports.getScepProfileOutput = exports.getScepProfile = exports.getSamlServerProfileListOutput = void 0;
|
|
28
|
+
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.getSystemMatchListListOutput = exports.getSystemMatchListList = exports.getSystemMatchListOutput = exports.getSystemMatchList = 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 = exports.getServiceSettingList = exports.getServiceSettingOutput = exports.getServiceSetting = exports.getServiceRouteListOutput = exports.getServiceRouteList = exports.getServiceRouteOutput = void 0;
|
|
29
|
+
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.getUseridMatchListListOutput = exports.getUseridMatchListList = exports.getUseridMatchListOutput = exports.getUseridMatchList = exports.getUrlCategoryListOutput = exports.getUrlCategoryList = exports.getUrlCategoryOutput = exports.getUrlCategory = exports.getUrlAccessProfileListOutput = exports.getUrlAccessProfileList = exports.getUrlAccessProfileOutput = exports.getUrlAccessProfile = exports.getUpdateScheduleListOutput = exports.getUpdateScheduleList = exports.getUpdateScheduleOutput = exports.getUpdateSchedule = exports.getTunnelInterfaceListOutput = exports.getTunnelInterfaceList = exports.getTunnelInterfaceOutput = exports.getTunnelInterface = exports.getTrafficSteeringRuleListOutput = void 0;
|
|
30
|
+
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 = exports.KerberosServerProfile = exports.IptagMatchList = exports.IpsecTunnel = exports.IpsecCryptoProfile = exports.InternalDnsServer = exports.InterfaceManagementProfile = exports.IkeGateway = exports.IkeCryptoProfile = exports.HttpServerProfile = exports.HttpHeaderProfile = exports.HipmatchMatchList = exports.HipProfile = exports.HipObject = exports.GlobalprotectMatchList = exports.getZoneProtectionProfileListOutput = exports.getZoneProtectionProfileList = exports.getZoneProtectionProfileOutput = void 0;
|
|
31
|
+
exports.types = exports.config = exports.ZoneProtectionProfile = exports.Zone = exports.WildfireAntiVirusProfile = exports.VulnerabilityProtectionSignature = exports.VulnerabilityProtectionProfile = exports.VpnSetting = exports.VlanInterface = exports.Variable = exports.UseridMatchList = exports.UrlCategory = exports.UrlAccessProfile = exports.UpdateSchedule = exports.TunnelInterface = exports.TrafficSteeringRule = exports.TlsServiceProfile = exports.TcpSetting = exports.Tag = exports.TacacsServerProfile = exports.SystemMatchList = 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 = void 0;
|
|
32
32
|
const pulumi = require("@pulumi/pulumi");
|
|
33
33
|
const utilities = require("./utilities");
|
|
34
34
|
exports.Address = null;
|
|
@@ -117,6 +117,16 @@ exports.FileBlockingProfile = null;
|
|
|
117
117
|
utilities.lazyLoad(exports, ["FileBlockingProfile"], () => require("./fileBlockingProfile"));
|
|
118
118
|
exports.Folder = null;
|
|
119
119
|
utilities.lazyLoad(exports, ["Folder"], () => require("./folder"));
|
|
120
|
+
exports.ForwardingProfile = null;
|
|
121
|
+
utilities.lazyLoad(exports, ["ForwardingProfile"], () => require("./forwardingProfile"));
|
|
122
|
+
exports.ForwardingProfileDestination = null;
|
|
123
|
+
utilities.lazyLoad(exports, ["ForwardingProfileDestination"], () => require("./forwardingProfileDestination"));
|
|
124
|
+
exports.ForwardingProfileRegionalAndCustomProxy = null;
|
|
125
|
+
utilities.lazyLoad(exports, ["ForwardingProfileRegionalAndCustomProxy"], () => require("./forwardingProfileRegionalAndCustomProxy"));
|
|
126
|
+
exports.ForwardingProfileSourceApplication = null;
|
|
127
|
+
utilities.lazyLoad(exports, ["ForwardingProfileSourceApplication"], () => require("./forwardingProfileSourceApplication"));
|
|
128
|
+
exports.ForwardingProfileUserLocation = null;
|
|
129
|
+
utilities.lazyLoad(exports, ["ForwardingProfileUserLocation"], () => require("./forwardingProfileUserLocation"));
|
|
120
130
|
exports.GeneralSetting = null;
|
|
121
131
|
utilities.lazyLoad(exports, ["GeneralSetting"], () => require("./generalSetting"));
|
|
122
132
|
exports.getAddress = null;
|
|
@@ -299,6 +309,12 @@ utilities.lazyLoad(exports, ["getDecryptionRule", "getDecryptionRuleOutput"], ()
|
|
|
299
309
|
exports.getDecryptionRuleList = null;
|
|
300
310
|
exports.getDecryptionRuleListOutput = null;
|
|
301
311
|
utilities.lazyLoad(exports, ["getDecryptionRuleList", "getDecryptionRuleListOutput"], () => require("./getDecryptionRuleList"));
|
|
312
|
+
exports.getDevice = null;
|
|
313
|
+
exports.getDeviceOutput = null;
|
|
314
|
+
utilities.lazyLoad(exports, ["getDevice", "getDeviceOutput"], () => require("./getDevice"));
|
|
315
|
+
exports.getDeviceList = null;
|
|
316
|
+
exports.getDeviceListOutput = null;
|
|
317
|
+
utilities.lazyLoad(exports, ["getDeviceList", "getDeviceListOutput"], () => require("./getDeviceList"));
|
|
302
318
|
exports.getDeviceRedistributionCollector = null;
|
|
303
319
|
exports.getDeviceRedistributionCollectorOutput = null;
|
|
304
320
|
utilities.lazyLoad(exports, ["getDeviceRedistributionCollector", "getDeviceRedistributionCollectorOutput"], () => require("./getDeviceRedistributionCollector"));
|
|
@@ -365,6 +381,36 @@ utilities.lazyLoad(exports, ["getFolder", "getFolderOutput"], () => require("./g
|
|
|
365
381
|
exports.getFolderList = null;
|
|
366
382
|
exports.getFolderListOutput = null;
|
|
367
383
|
utilities.lazyLoad(exports, ["getFolderList", "getFolderListOutput"], () => require("./getFolderList"));
|
|
384
|
+
exports.getForwardingProfile = null;
|
|
385
|
+
exports.getForwardingProfileOutput = null;
|
|
386
|
+
utilities.lazyLoad(exports, ["getForwardingProfile", "getForwardingProfileOutput"], () => require("./getForwardingProfile"));
|
|
387
|
+
exports.getForwardingProfileDestination = null;
|
|
388
|
+
exports.getForwardingProfileDestinationOutput = null;
|
|
389
|
+
utilities.lazyLoad(exports, ["getForwardingProfileDestination", "getForwardingProfileDestinationOutput"], () => require("./getForwardingProfileDestination"));
|
|
390
|
+
exports.getForwardingProfileDestinationList = null;
|
|
391
|
+
exports.getForwardingProfileDestinationListOutput = null;
|
|
392
|
+
utilities.lazyLoad(exports, ["getForwardingProfileDestinationList", "getForwardingProfileDestinationListOutput"], () => require("./getForwardingProfileDestinationList"));
|
|
393
|
+
exports.getForwardingProfileList = null;
|
|
394
|
+
exports.getForwardingProfileListOutput = null;
|
|
395
|
+
utilities.lazyLoad(exports, ["getForwardingProfileList", "getForwardingProfileListOutput"], () => require("./getForwardingProfileList"));
|
|
396
|
+
exports.getForwardingProfileRegionalAndCustomProxy = null;
|
|
397
|
+
exports.getForwardingProfileRegionalAndCustomProxyOutput = null;
|
|
398
|
+
utilities.lazyLoad(exports, ["getForwardingProfileRegionalAndCustomProxy", "getForwardingProfileRegionalAndCustomProxyOutput"], () => require("./getForwardingProfileRegionalAndCustomProxy"));
|
|
399
|
+
exports.getForwardingProfileRegionalAndCustomProxyList = null;
|
|
400
|
+
exports.getForwardingProfileRegionalAndCustomProxyListOutput = null;
|
|
401
|
+
utilities.lazyLoad(exports, ["getForwardingProfileRegionalAndCustomProxyList", "getForwardingProfileRegionalAndCustomProxyListOutput"], () => require("./getForwardingProfileRegionalAndCustomProxyList"));
|
|
402
|
+
exports.getForwardingProfileSourceApplication = null;
|
|
403
|
+
exports.getForwardingProfileSourceApplicationOutput = null;
|
|
404
|
+
utilities.lazyLoad(exports, ["getForwardingProfileSourceApplication", "getForwardingProfileSourceApplicationOutput"], () => require("./getForwardingProfileSourceApplication"));
|
|
405
|
+
exports.getForwardingProfileSourceApplicationList = null;
|
|
406
|
+
exports.getForwardingProfileSourceApplicationListOutput = null;
|
|
407
|
+
utilities.lazyLoad(exports, ["getForwardingProfileSourceApplicationList", "getForwardingProfileSourceApplicationListOutput"], () => require("./getForwardingProfileSourceApplicationList"));
|
|
408
|
+
exports.getForwardingProfileUserLocation = null;
|
|
409
|
+
exports.getForwardingProfileUserLocationOutput = null;
|
|
410
|
+
utilities.lazyLoad(exports, ["getForwardingProfileUserLocation", "getForwardingProfileUserLocationOutput"], () => require("./getForwardingProfileUserLocation"));
|
|
411
|
+
exports.getForwardingProfileUserLocationList = null;
|
|
412
|
+
exports.getForwardingProfileUserLocationListOutput = null;
|
|
413
|
+
utilities.lazyLoad(exports, ["getForwardingProfileUserLocationList", "getForwardingProfileUserLocationListOutput"], () => require("./getForwardingProfileUserLocationList"));
|
|
368
414
|
exports.getGeneralSetting = null;
|
|
369
415
|
exports.getGeneralSettingOutput = null;
|
|
370
416
|
utilities.lazyLoad(exports, ["getGeneralSetting", "getGeneralSettingOutput"], () => require("./getGeneralSetting"));
|
|
@@ -1096,6 +1142,16 @@ const _module = {
|
|
|
1096
1142
|
return new exports.FileBlockingProfile(name, undefined, { urn });
|
|
1097
1143
|
case "scm:index/folder:Folder":
|
|
1098
1144
|
return new exports.Folder(name, undefined, { urn });
|
|
1145
|
+
case "scm:index/forwardingProfile:ForwardingProfile":
|
|
1146
|
+
return new exports.ForwardingProfile(name, undefined, { urn });
|
|
1147
|
+
case "scm:index/forwardingProfileDestination:ForwardingProfileDestination":
|
|
1148
|
+
return new exports.ForwardingProfileDestination(name, undefined, { urn });
|
|
1149
|
+
case "scm:index/forwardingProfileRegionalAndCustomProxy:ForwardingProfileRegionalAndCustomProxy":
|
|
1150
|
+
return new exports.ForwardingProfileRegionalAndCustomProxy(name, undefined, { urn });
|
|
1151
|
+
case "scm:index/forwardingProfileSourceApplication:ForwardingProfileSourceApplication":
|
|
1152
|
+
return new exports.ForwardingProfileSourceApplication(name, undefined, { urn });
|
|
1153
|
+
case "scm:index/forwardingProfileUserLocation:ForwardingProfileUserLocation":
|
|
1154
|
+
return new exports.ForwardingProfileUserLocation(name, undefined, { urn });
|
|
1099
1155
|
case "scm:index/generalSetting:GeneralSetting":
|
|
1100
1156
|
return new exports.GeneralSetting(name, undefined, { urn });
|
|
1101
1157
|
case "scm:index/globalprotectMatchList:GlobalprotectMatchList":
|
|
@@ -1306,6 +1362,11 @@ pulumi.runtime.registerResourceModule("scm", "index/ethernetInterface", _module)
|
|
|
1306
1362
|
pulumi.runtime.registerResourceModule("scm", "index/externalDynamicList", _module);
|
|
1307
1363
|
pulumi.runtime.registerResourceModule("scm", "index/fileBlockingProfile", _module);
|
|
1308
1364
|
pulumi.runtime.registerResourceModule("scm", "index/folder", _module);
|
|
1365
|
+
pulumi.runtime.registerResourceModule("scm", "index/forwardingProfile", _module);
|
|
1366
|
+
pulumi.runtime.registerResourceModule("scm", "index/forwardingProfileDestination", _module);
|
|
1367
|
+
pulumi.runtime.registerResourceModule("scm", "index/forwardingProfileRegionalAndCustomProxy", _module);
|
|
1368
|
+
pulumi.runtime.registerResourceModule("scm", "index/forwardingProfileSourceApplication", _module);
|
|
1369
|
+
pulumi.runtime.registerResourceModule("scm", "index/forwardingProfileUserLocation", _module);
|
|
1309
1370
|
pulumi.runtime.registerResourceModule("scm", "index/generalSetting", _module);
|
|
1310
1371
|
pulumi.runtime.registerResourceModule("scm", "index/globalprotectMatchList", _module);
|
|
1311
1372
|
pulumi.runtime.registerResourceModule("scm", "index/hipObject", _module);
|