@pulumi/sdwan 0.9.0 → 0.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/activateTopologyGroup.d.ts +65 -0
- package/activateTopologyGroup.d.ts.map +1 -0
- package/activateTopologyGroup.js +81 -0
- package/activateTopologyGroup.js.map +1 -0
- package/cloudProviderSettings.d.ts +1 -1
- package/cloudProviderSettings.js +1 -1
- package/customApplication.d.ts +176 -0
- package/customApplication.d.ts.map +1 -0
- package/customApplication.js +122 -0
- package/customApplication.js.map +1 -0
- package/getCustomApplication.d.ts +92 -0
- package/getCustomApplication.d.ts.map +1 -0
- package/getCustomApplication.js +73 -0
- package/getCustomApplication.js.map +1 -0
- package/getSseCiscoFeature.d.ts +130 -0
- package/getSseCiscoFeature.d.ts.map +1 -0
- package/getSseCiscoFeature.js +79 -0
- package/getSseCiscoFeature.js.map +1 -0
- package/getSseFeatureProfile.d.ts +67 -0
- package/getSseFeatureProfile.d.ts.map +1 -0
- package/getSseFeatureProfile.js +73 -0
- package/getSseFeatureProfile.js.map +1 -0
- package/getSseZscalerFeature.d.ts +283 -0
- package/getSseZscalerFeature.d.ts.map +1 -0
- package/getSseZscalerFeature.js +79 -0
- package/getSseZscalerFeature.js.map +1 -0
- package/getTopologyCustomControlFeature.d.ts +101 -0
- package/getTopologyCustomControlFeature.d.ts.map +1 -0
- package/getTopologyCustomControlFeature.js +77 -0
- package/getTopologyCustomControlFeature.js.map +1 -0
- package/getTopologyFeatureProfile.d.ts +67 -0
- package/getTopologyFeatureProfile.d.ts.map +1 -0
- package/getTopologyFeatureProfile.js +73 -0
- package/getTopologyFeatureProfile.js.map +1 -0
- package/getTopologyGroup.d.ts +75 -0
- package/getTopologyGroup.d.ts.map +1 -0
- package/getTopologyGroup.js +73 -0
- package/getTopologyGroup.js.map +1 -0
- package/getTopologyHubSpokeFeature.d.ts +92 -0
- package/getTopologyHubSpokeFeature.d.ts.map +1 -0
- package/getTopologyHubSpokeFeature.js +77 -0
- package/getTopologyHubSpokeFeature.js.map +1 -0
- package/getTopologyMeshFeature.d.ts +87 -0
- package/getTopologyMeshFeature.d.ts.map +1 -0
- package/getTopologyMeshFeature.js +77 -0
- package/getTopologyMeshFeature.js.map +1 -0
- package/index.d.ts +57 -0
- package/index.d.ts.map +1 -1
- package/index.js +93 -15
- package/index.js.map +1 -1
- package/package.json +2 -2
- package/sseCiscoFeature.d.ts +251 -0
- package/sseCiscoFeature.d.ts.map +1 -0
- package/sseCiscoFeature.js +162 -0
- package/sseCiscoFeature.js.map +1 -0
- package/sseFeatureProfile.d.ts +85 -0
- package/sseFeatureProfile.d.ts.map +1 -0
- package/sseFeatureProfile.js +101 -0
- package/sseFeatureProfile.js.map +1 -0
- package/sseZscalerFeature.d.ts +828 -0
- package/sseZscalerFeature.d.ts.map +1 -0
- package/sseZscalerFeature.js +256 -0
- package/sseZscalerFeature.js.map +1 -0
- package/systemOmpFeature.d.ts +6 -6
- package/topologyCustomControlFeature.d.ts +237 -0
- package/topologyCustomControlFeature.d.ts.map +1 -0
- package/topologyCustomControlFeature.js +157 -0
- package/topologyCustomControlFeature.js.map +1 -0
- package/topologyFeatureProfile.d.ts +85 -0
- package/topologyFeatureProfile.d.ts.map +1 -0
- package/topologyFeatureProfile.js +101 -0
- package/topologyFeatureProfile.js.map +1 -0
- package/topologyGroup.d.ts +114 -0
- package/topologyGroup.d.ts.map +1 -0
- package/topologyGroup.js +110 -0
- package/topologyGroup.js.map +1 -0
- package/topologyHubSpokeFeature.d.ts +138 -0
- package/topologyHubSpokeFeature.d.ts.map +1 -0
- package/topologyHubSpokeFeature.js +133 -0
- package/topologyHubSpokeFeature.js.map +1 -0
- package/topologyMeshFeature.d.ts +116 -0
- package/topologyMeshFeature.d.ts.map +1 -0
- package/topologyMeshFeature.js +120 -0
- package/topologyMeshFeature.js.map +1 -0
- package/types/input.d.ts +1132 -128
- package/types/input.d.ts.map +1 -1
- package/types/output.d.ts +7183 -5300
- package/types/output.d.ts.map +1 -1
package/index.js
CHANGED
|
@@ -28,25 +28,28 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
28
28
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
29
29
|
};
|
|
30
30
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
31
|
-
exports.
|
|
32
|
-
exports.
|
|
33
|
-
exports.
|
|
34
|
-
exports.
|
|
35
|
-
exports.
|
|
36
|
-
exports.
|
|
37
|
-
exports.
|
|
38
|
-
exports.
|
|
39
|
-
exports.
|
|
40
|
-
exports.
|
|
41
|
-
exports.
|
|
42
|
-
exports.
|
|
43
|
-
exports.
|
|
44
|
-
exports.
|
|
45
|
-
exports.
|
|
31
|
+
exports.CliFeatureProfile = exports.CliDeviceTemplate = exports.CliConfigFeature = exports.ClassMapPolicyObject = exports.CiscoWirelessLanFeatureTemplate = exports.CiscoVpnInterfaceIpsecFeatureTemplate = exports.CiscoVpnInterfaceGreFeatureTemplate = exports.CiscoVpnInterfaceFeatureTemplate = exports.CiscoVpnFeatureTemplate = exports.CiscoTrustsecFeatureTemplate = exports.CiscoThousandeyesFeatureTemplate = exports.CiscoSystemFeatureTemplate = exports.CiscoSnmpFeatureTemplate = exports.CiscoSigCredentialsFeatureTemplate = exports.CiscoSecurityFeatureTemplate = exports.CiscoSecureInternetGatewayFeatureTemplate = exports.CiscoOspfv3FeatureTemplate = exports.CiscoOspfFeatureTemplate = exports.CiscoOmpFeatureTemplate = exports.CiscoNtpFeatureTemplate = exports.CiscoLoggingFeatureTemplate = exports.CiscoDhcpServerFeatureTemplate = exports.CiscoBgpFeatureTemplate = exports.CiscoBfdFeatureTemplate = exports.CiscoBannerFeatureTemplate = exports.CflowdPolicyDefinition = exports.CentralizedPolicy = exports.CellularProfileFeatureTemplate = exports.CellularControllerFeatureTemplate = exports.CellularCedgeProfileFeatureTemplate = exports.CedgePimFeatureTemplate = exports.CedgeMulticastFeatureTemplate = exports.CedgeIgmpFeatureTemplate = exports.CedgeGlobalFeatureTemplate = exports.CedgeAaaFeatureTemplate = exports.BlockUrlListPolicyObject = exports.AttachFeatureDeviceTemplate = exports.AsPathListPolicyObject = exports.ApplicationPriorityTrafficPolicyPolicy = exports.ApplicationPriorityQosPolicy = exports.ApplicationPriorityPolicySettingsPolicy = exports.ApplicationPriorityFeatureProfile = exports.ApplicationListPolicyObject = exports.ApplicationAwareRoutingPolicyDefinition = exports.AppProbeClassPolicyObject = exports.AllowUrlListPolicyObject = exports.AdvancedMalwareProtectionPolicyDefinition = exports.AdvancedInspectionProfilePolicyDefinition = exports.ActivateTopologyGroup = exports.ActivateCentralizedPolicy = void 0;
|
|
32
|
+
exports.getCedgeIgmpFeatureTemplate = exports.getCedgeGlobalFeatureTemplateOutput = exports.getCedgeGlobalFeatureTemplate = exports.getCedgeAaaFeatureTemplateOutput = exports.getCedgeAaaFeatureTemplate = exports.getBlockUrlListPolicyObjectOutput = exports.getBlockUrlListPolicyObject = exports.getAsPathListPolicyObjectOutput = exports.getAsPathListPolicyObject = exports.getApplicationPriorityTrafficPolicyPolicyOutput = exports.getApplicationPriorityTrafficPolicyPolicy = exports.getApplicationPriorityQosPolicyOutput = exports.getApplicationPriorityQosPolicy = exports.getApplicationPriorityPolicySettingsPolicyOutput = exports.getApplicationPriorityPolicySettingsPolicy = exports.getApplicationPriorityFeatureProfileOutput = exports.getApplicationPriorityFeatureProfile = exports.getApplicationListPolicyObjectOutput = exports.getApplicationListPolicyObject = exports.getApplicationAwareRoutingPolicyDefinitionOutput = exports.getApplicationAwareRoutingPolicyDefinition = exports.getAppProbeClassPolicyObjectOutput = exports.getAppProbeClassPolicyObject = exports.getAllowUrlListPolicyObjectOutput = exports.getAllowUrlListPolicyObject = exports.getAdvancedMalwareProtectionPolicyDefinitionOutput = exports.getAdvancedMalwareProtectionPolicyDefinition = exports.getAdvancedInspectionProfilePolicyDefinitionOutput = exports.getAdvancedInspectionProfilePolicyDefinition = exports.GeoLocationListPolicyObject = exports.FeatureDeviceTemplate = exports.ExtendedCommunityListPolicyObject = exports.ExpandedCommunityListPolicyObject = exports.EmbeddedSecurityPolicy = exports.EmbeddedSecurityNgfwPolicy = exports.EmbeddedSecurityFeatureProfile = exports.EigrpFeatureTemplate = exports.DomainListPolicyObject = exports.DnsSecurityPolicyDefinition = exports.DnsSecurityPolicy = exports.DnsSecurityFeatureProfile = exports.DataIpv6PrefixListPolicyObject = exports.DataIpv4PrefixListPolicyObject = exports.DataFqdnPrefixListPolicyObject = exports.CustomControlTopologyPolicyDefinition = exports.CustomApplication = exports.ConfigurationGroup = exports.ColorListPolicyObject = exports.CloudProviderSettings = exports.CliTemplateFeatureTemplate = void 0;
|
|
33
|
+
exports.getCiscoVpnInterfaceFeatureTemplate = exports.getCiscoVpnFeatureTemplateOutput = exports.getCiscoVpnFeatureTemplate = exports.getCiscoTrustsecFeatureTemplateOutput = exports.getCiscoTrustsecFeatureTemplate = exports.getCiscoThousandeyesFeatureTemplateOutput = exports.getCiscoThousandeyesFeatureTemplate = exports.getCiscoSystemFeatureTemplateOutput = exports.getCiscoSystemFeatureTemplate = exports.getCiscoSnmpFeatureTemplateOutput = exports.getCiscoSnmpFeatureTemplate = exports.getCiscoSigCredentialsFeatureTemplateOutput = exports.getCiscoSigCredentialsFeatureTemplate = exports.getCiscoSecurityFeatureTemplateOutput = exports.getCiscoSecurityFeatureTemplate = exports.getCiscoSecureInternetGatewayFeatureTemplateOutput = exports.getCiscoSecureInternetGatewayFeatureTemplate = exports.getCiscoOspfv3FeatureTemplateOutput = exports.getCiscoOspfv3FeatureTemplate = exports.getCiscoOspfFeatureTemplateOutput = exports.getCiscoOspfFeatureTemplate = exports.getCiscoOmpFeatureTemplateOutput = exports.getCiscoOmpFeatureTemplate = exports.getCiscoNtpFeatureTemplateOutput = exports.getCiscoNtpFeatureTemplate = exports.getCiscoLoggingFeatureTemplateOutput = exports.getCiscoLoggingFeatureTemplate = exports.getCiscoDhcpServerFeatureTemplateOutput = exports.getCiscoDhcpServerFeatureTemplate = exports.getCiscoBgpFeatureTemplateOutput = exports.getCiscoBgpFeatureTemplate = exports.getCiscoBfdFeatureTemplateOutput = exports.getCiscoBfdFeatureTemplate = exports.getCiscoBannerFeatureTemplateOutput = exports.getCiscoBannerFeatureTemplate = exports.getCflowdPolicyDefinitionOutput = exports.getCflowdPolicyDefinition = exports.getCentralizedPolicyOutput = exports.getCentralizedPolicy = exports.getCellularProfileFeatureTemplateOutput = exports.getCellularProfileFeatureTemplate = exports.getCellularControllerFeatureTemplateOutput = exports.getCellularControllerFeatureTemplate = exports.getCellularCedgeProfileFeatureTemplateOutput = exports.getCellularCedgeProfileFeatureTemplate = exports.getCedgePimFeatureTemplateOutput = exports.getCedgePimFeatureTemplate = exports.getCedgeMulticastFeatureTemplateOutput = exports.getCedgeMulticastFeatureTemplate = exports.getCedgeIgmpFeatureTemplateOutput = void 0;
|
|
34
|
+
exports.getEmbeddedSecurityPolicy = exports.getEmbeddedSecurityNgfwPolicyOutput = exports.getEmbeddedSecurityNgfwPolicy = exports.getEmbeddedSecurityFeatureProfileOutput = exports.getEmbeddedSecurityFeatureProfile = exports.getEigrpFeatureTemplateOutput = exports.getEigrpFeatureTemplate = exports.getDomainListPolicyObjectOutput = exports.getDomainListPolicyObject = exports.getDnsSecurityPolicyDefinitionOutput = exports.getDnsSecurityPolicyDefinition = exports.getDnsSecurityPolicyOutput = exports.getDnsSecurityPolicy = exports.getDnsSecurityFeatureProfileOutput = exports.getDnsSecurityFeatureProfile = exports.getDeviceOutput = exports.getDevice = exports.getDataIpv6PrefixListPolicyObjectOutput = exports.getDataIpv6PrefixListPolicyObject = exports.getDataIpv4PrefixListPolicyObjectOutput = exports.getDataIpv4PrefixListPolicyObject = exports.getDataFqdnPrefixListPolicyObjectOutput = exports.getDataFqdnPrefixListPolicyObject = exports.getCustomControlTopologyPolicyDefinitionOutput = exports.getCustomControlTopologyPolicyDefinition = exports.getCustomApplicationOutput = exports.getCustomApplication = exports.getConfigurationGroupOutput = exports.getConfigurationGroup = exports.getColorListPolicyObjectOutput = exports.getColorListPolicyObject = exports.getCloudProviderSettingsOutput = exports.getCloudProviderSettings = exports.getCliTemplateFeatureTemplateOutput = exports.getCliTemplateFeatureTemplate = exports.getCliFeatureProfileOutput = exports.getCliFeatureProfile = exports.getCliDeviceTemplateOutput = exports.getCliDeviceTemplate = exports.getCliConfigFeatureOutput = exports.getCliConfigFeature = exports.getClassMapPolicyObjectOutput = exports.getClassMapPolicyObject = exports.getCiscoWirelessLanFeatureTemplateOutput = exports.getCiscoWirelessLanFeatureTemplate = exports.getCiscoVpnInterfaceIpsecFeatureTemplateOutput = exports.getCiscoVpnInterfaceIpsecFeatureTemplate = exports.getCiscoVpnInterfaceGreFeatureTemplateOutput = exports.getCiscoVpnInterfaceGreFeatureTemplate = exports.getCiscoVpnInterfaceFeatureTemplateOutput = void 0;
|
|
35
|
+
exports.getPolicyObjectAppProbeClass = exports.getPolicyGroupOutput = exports.getPolicyGroup = exports.getPolicerPolicyObjectOutput = exports.getPolicerPolicyObject = exports.getOtherUcseFeatureOutput = exports.getOtherUcseFeature = exports.getOtherThousandeyesFeatureOutput = exports.getOtherThousandeyesFeature = exports.getOtherFeatureProfileOutput = exports.getOtherFeatureProfile = exports.getObjectGroupPolicyDefinitionOutput = exports.getObjectGroupPolicyDefinition = exports.getMirrorPolicyObjectOutput = exports.getMirrorPolicyObject = exports.getMeshTopologyPolicyDefinitionOutput = exports.getMeshTopologyPolicyDefinition = exports.getLocalizedPolicyOutput = exports.getLocalizedPolicy = exports.getLocalApplicationListPolicyObjectOutput = exports.getLocalApplicationListPolicyObject = exports.getIpv6PrefixListPolicyObjectOutput = exports.getIpv6PrefixListPolicyObject = exports.getIpv6DeviceAclPolicyDefinitionOutput = exports.getIpv6DeviceAclPolicyDefinition = exports.getIpv6AclPolicyDefinitionOutput = exports.getIpv6AclPolicyDefinition = exports.getIpv4PrefixListPolicyObjectOutput = exports.getIpv4PrefixListPolicyObject = exports.getIpv4DeviceAclPolicyDefinitionOutput = exports.getIpv4DeviceAclPolicyDefinition = exports.getIpv4AclPolicyDefinitionOutput = exports.getIpv4AclPolicyDefinition = exports.getIpsSignatureListPolicyObjectOutput = exports.getIpsSignatureListPolicyObject = exports.getIntrusionPreventionPolicyDefinitionOutput = exports.getIntrusionPreventionPolicyDefinition = exports.getHubAndSpokeTopologyPolicyDefinitionOutput = exports.getHubAndSpokeTopologyPolicyDefinition = exports.getGpsFeatureTemplateOutput = exports.getGpsFeatureTemplate = exports.getGeoLocationListPolicyObjectOutput = exports.getGeoLocationListPolicyObject = exports.getFeatureDeviceTemplateOutput = exports.getFeatureDeviceTemplate = exports.getExtendedCommunityListPolicyObjectOutput = exports.getExtendedCommunityListPolicyObject = exports.getExpandedCommunityListPolicyObjectOutput = exports.getExpandedCommunityListPolicyObject = exports.getEmbeddedSecurityPolicyOutput = void 0;
|
|
36
|
+
exports.getPolicyObjectSecurityScalableGroupTagList = exports.getPolicyObjectSecurityProtocolListOutput = exports.getPolicyObjectSecurityProtocolList = exports.getPolicyObjectSecurityPortListOutput = exports.getPolicyObjectSecurityPortList = exports.getPolicyObjectSecurityLocalDomainListOutput = exports.getPolicyObjectSecurityLocalDomainList = exports.getPolicyObjectSecurityLocalApplicationListOutput = exports.getPolicyObjectSecurityLocalApplicationList = exports.getPolicyObjectSecurityIpsSignatureOutput = exports.getPolicyObjectSecurityIpsSignature = exports.getPolicyObjectSecurityIdentityListOutput = exports.getPolicyObjectSecurityIdentityList = exports.getPolicyObjectSecurityGeolocationListOutput = exports.getPolicyObjectSecurityGeolocationList = exports.getPolicyObjectSecurityFqdnListOutput = exports.getPolicyObjectSecurityFqdnList = exports.getPolicyObjectSecurityDataIpv4PrefixListOutput = exports.getPolicyObjectSecurityDataIpv4PrefixList = exports.getPolicyObjectPreferredColorGroupOutput = exports.getPolicyObjectPreferredColorGroup = exports.getPolicyObjectPolicerOutput = exports.getPolicyObjectPolicer = exports.getPolicyObjectMirrorOutput = exports.getPolicyObjectMirror = exports.getPolicyObjectIpv6PrefixListOutput = exports.getPolicyObjectIpv6PrefixList = exports.getPolicyObjectIpv4PrefixListOutput = exports.getPolicyObjectIpv4PrefixList = exports.getPolicyObjectFeatureProfileParcelsOutput = exports.getPolicyObjectFeatureProfileParcels = exports.getPolicyObjectFeatureProfileOutput = exports.getPolicyObjectFeatureProfile = exports.getPolicyObjectExtendedCommunityListOutput = exports.getPolicyObjectExtendedCommunityList = exports.getPolicyObjectExpandedCommunityListOutput = exports.getPolicyObjectExpandedCommunityList = exports.getPolicyObjectDataIpv6PrefixListOutput = exports.getPolicyObjectDataIpv6PrefixList = exports.getPolicyObjectDataIpv4PrefixListOutput = exports.getPolicyObjectDataIpv4PrefixList = exports.getPolicyObjectColorListOutput = exports.getPolicyObjectColorList = exports.getPolicyObjectClassMapOutput = exports.getPolicyObjectClassMap = exports.getPolicyObjectAsPathListOutput = exports.getPolicyObjectAsPathList = exports.getPolicyObjectApplicationListOutput = exports.getPolicyObjectApplicationList = exports.getPolicyObjectAppProbeClassOutput = void 0;
|
|
37
|
+
exports.getServiceFeatureProfile = exports.getServiceDhcpServerFeatureOutput = exports.getServiceDhcpServerFeature = exports.getSecurityPolicyOutput = exports.getSecurityPolicy = exports.getSecurityAppHostingFeatureTemplateOutput = exports.getSecurityAppHostingFeatureTemplate = exports.getRuleSetPolicyDefinitionOutput = exports.getRuleSetPolicyDefinition = exports.getRoutePolicyDefinitionOutput = exports.getRoutePolicyDefinition = exports.getRewriteRulePolicyDefinitionOutput = exports.getRewriteRulePolicyDefinition = exports.getRegionListPolicyObjectOutput = exports.getRegionListPolicyObject = exports.getQosMapPolicyDefinitionOutput = exports.getQosMapPolicyDefinition = exports.getProtocolListPolicyObjectOutput = exports.getProtocolListPolicyObject = exports.getPreferredColorGroupPolicyObjectOutput = exports.getPreferredColorGroupPolicyObject = exports.getPortListPolicyObjectOutput = exports.getPortListPolicyObject = exports.getPolicyObjectVpnGroupOutput = exports.getPolicyObjectVpnGroup = exports.getPolicyObjectUnifiedUrlFilteringOutput = exports.getPolicyObjectUnifiedUrlFiltering = exports.getPolicyObjectUnifiedTlsSslProfileOutput = exports.getPolicyObjectUnifiedTlsSslProfile = exports.getPolicyObjectUnifiedTlsSslDecryptionOutput = exports.getPolicyObjectUnifiedTlsSslDecryption = exports.getPolicyObjectUnifiedIntrusionPreventionOutput = exports.getPolicyObjectUnifiedIntrusionPrevention = exports.getPolicyObjectUnifiedAdvancedMalwareProtectionOutput = exports.getPolicyObjectUnifiedAdvancedMalwareProtection = exports.getPolicyObjectUnifiedAdvancedInspectionProfileOutput = exports.getPolicyObjectUnifiedAdvancedInspectionProfile = exports.getPolicyObjectTlocListOutput = exports.getPolicyObjectTlocList = exports.getPolicyObjectStandardCommunityListOutput = exports.getPolicyObjectStandardCommunityList = exports.getPolicyObjectSlaClassListOutput = exports.getPolicyObjectSlaClassList = exports.getPolicyObjectSecurityZoneOutput = exports.getPolicyObjectSecurityZone = exports.getPolicyObjectSecurityUrlBlockListOutput = exports.getPolicyObjectSecurityUrlBlockList = exports.getPolicyObjectSecurityUrlAllowListOutput = exports.getPolicyObjectSecurityUrlAllowList = exports.getPolicyObjectSecurityScalableGroupTagListOutput = void 0;
|
|
38
|
+
exports.getServiceRoutingOspfFeature = exports.getServiceRoutingEigrpFeatureOutput = exports.getServiceRoutingEigrpFeature = exports.getServiceRoutingBgpFeatureOutput = exports.getServiceRoutingBgpFeature = exports.getServiceRoutePolicyFeatureOutput = exports.getServiceRoutePolicyFeature = exports.getServiceObjectTrackerGroupFeatureOutput = exports.getServiceObjectTrackerGroupFeature = exports.getServiceObjectTrackerFeatureOutput = exports.getServiceObjectTrackerFeature = exports.getServiceMulticastFeatureOutput = exports.getServiceMulticastFeature = exports.getServiceLanVpnInterfaceSviFeatureAssociateDhcpServerFeatureOutput = exports.getServiceLanVpnInterfaceSviFeatureAssociateDhcpServerFeature = exports.getServiceLanVpnInterfaceSviFeatureOutput = exports.getServiceLanVpnInterfaceSviFeature = exports.getServiceLanVpnInterfaceIpsecFeatureAssociateDhcpServerFeatureOutput = exports.getServiceLanVpnInterfaceIpsecFeatureAssociateDhcpServerFeature = exports.getServiceLanVpnInterfaceIpsecFeatureOutput = exports.getServiceLanVpnInterfaceIpsecFeature = exports.getServiceLanVpnInterfaceGreFeatureOutput = exports.getServiceLanVpnInterfaceGreFeature = exports.getServiceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeatureOutput = exports.getServiceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature = exports.getServiceLanVpnInterfaceEthernetFeatureAssociateTrackerFeatureOutput = exports.getServiceLanVpnInterfaceEthernetFeatureAssociateTrackerFeature = exports.getServiceLanVpnInterfaceEthernetFeatureAssociateDhcpServerFeatureOutput = exports.getServiceLanVpnInterfaceEthernetFeatureAssociateDhcpServerFeature = exports.getServiceLanVpnInterfaceEthernetFeatureOutput = exports.getServiceLanVpnInterfaceEthernetFeature = exports.getServiceLanVpnFeatureAssociateRoutingOspfv3Ipv6FeatureOutput = exports.getServiceLanVpnFeatureAssociateRoutingOspfv3Ipv6Feature = exports.getServiceLanVpnFeatureAssociateRoutingOspfv3Ipv4FeatureOutput = exports.getServiceLanVpnFeatureAssociateRoutingOspfv3Ipv4Feature = exports.getServiceLanVpnFeatureAssociateRoutingOspfFeatureOutput = exports.getServiceLanVpnFeatureAssociateRoutingOspfFeature = exports.getServiceLanVpnFeatureAssociateRoutingEigrpFeatureOutput = exports.getServiceLanVpnFeatureAssociateRoutingEigrpFeature = exports.getServiceLanVpnFeatureAssociateRoutingBgpFeatureOutput = exports.getServiceLanVpnFeatureAssociateRoutingBgpFeature = exports.getServiceLanVpnFeatureAssociateMulticastFeatureOutput = exports.getServiceLanVpnFeatureAssociateMulticastFeature = exports.getServiceLanVpnFeatureOutput = exports.getServiceLanVpnFeature = exports.getServiceIpv6AclFeatureOutput = exports.getServiceIpv6AclFeature = exports.getServiceIpv4AclFeatureOutput = exports.getServiceIpv4AclFeature = exports.getServiceFeatureProfileOutput = void 0;
|
|
39
|
+
exports.getSystemLoggingFeature = exports.getSystemIpv6DeviceAccessFeatureOutput = exports.getSystemIpv6DeviceAccessFeature = exports.getSystemIpv4DeviceAccessFeatureOutput = exports.getSystemIpv4DeviceAccessFeature = exports.getSystemGlobalFeatureOutput = exports.getSystemGlobalFeature = exports.getSystemFlexiblePortSpeedFeatureOutput = exports.getSystemFlexiblePortSpeedFeature = exports.getSystemFeatureProfileOutput = exports.getSystemFeatureProfile = exports.getSystemCaCertificateFeatureOutput = exports.getSystemCaCertificateFeature = exports.getSystemBfdFeatureOutput = exports.getSystemBfdFeature = exports.getSystemBasicFeatureOutput = exports.getSystemBasicFeature = exports.getSystemBannerFeatureOutput = exports.getSystemBannerFeature = exports.getSystemAaaFeatureOutput = exports.getSystemAaaFeature = exports.getSwitchportFeatureTemplateOutput = exports.getSwitchportFeatureTemplate = exports.getStandardCommunityListPolicyObjectOutput = exports.getStandardCommunityListPolicyObject = exports.getSseZscalerFeatureOutput = exports.getSseZscalerFeature = exports.getSseFeatureProfileOutput = exports.getSseFeatureProfile = exports.getSseCiscoFeatureOutput = exports.getSseCiscoFeature = exports.getSlaClassPolicyObjectOutput = exports.getSlaClassPolicyObject = exports.getSiteListPolicyObjectOutput = exports.getSiteListPolicyObject = exports.getSigSecurityFeatureProfileOutput = exports.getSigSecurityFeatureProfile = exports.getServiceWirelessLanFeatureOutput = exports.getServiceWirelessLanFeature = exports.getServiceTrackerGroupFeatureOutput = exports.getServiceTrackerGroupFeature = exports.getServiceTrackerFeatureOutput = exports.getServiceTrackerFeature = exports.getServiceSwitchportFeatureOutput = exports.getServiceSwitchportFeature = exports.getServiceRoutingOspfv3Ipv6FeatureOutput = exports.getServiceRoutingOspfv3Ipv6Feature = exports.getServiceRoutingOspfv3Ipv4FeatureOutput = exports.getServiceRoutingOspfv3Ipv4Feature = exports.getServiceRoutingOspfFeatureOutput = void 0;
|
|
40
|
+
exports.getTransportIpv6TrackerGroupFeature = exports.getTransportIpv6TrackerFeatureOutput = exports.getTransportIpv6TrackerFeature = exports.getTransportIpv6AclFeatureOutput = exports.getTransportIpv6AclFeature = exports.getTransportIpv4AclFeatureOutput = exports.getTransportIpv4AclFeature = exports.getTransportGpsFeatureOutput = exports.getTransportGpsFeature = exports.getTransportFeatureProfileOutput = exports.getTransportFeatureProfile = exports.getTransportCellularProfileFeatureOutput = exports.getTransportCellularProfileFeature = exports.getTransportCellularControllerFeatureOutput = exports.getTransportCellularControllerFeature = exports.getTrafficDataPolicyDefinitionOutput = exports.getTrafficDataPolicyDefinition = exports.getTopologyMeshFeatureOutput = exports.getTopologyMeshFeature = exports.getTopologyHubSpokeFeatureOutput = exports.getTopologyHubSpokeFeature = exports.getTopologyGroupOutput = exports.getTopologyGroup = exports.getTopologyFeatureProfileOutput = exports.getTopologyFeatureProfile = exports.getTopologyCustomControlFeatureOutput = exports.getTopologyCustomControlFeature = exports.getTlsSslProfilePolicyDefinitionOutput = exports.getTlsSslProfilePolicyDefinition = exports.getTlsSslDecryptionPolicyDefinitionOutput = exports.getTlsSslDecryptionPolicyDefinition = exports.getTlocListPolicyObjectOutput = exports.getTlocListPolicyObject = exports.getTagOutput = exports.getTag = exports.getSystemSnmpFeatureOutput = exports.getSystemSnmpFeature = exports.getSystemSecurityFeatureOutput = exports.getSystemSecurityFeature = exports.getSystemRemoteAccessFeatureOutput = exports.getSystemRemoteAccessFeature = exports.getSystemPerformanceMonitoringFeatureOutput = exports.getSystemPerformanceMonitoringFeature = exports.getSystemOmpFeatureOutput = exports.getSystemOmpFeature = exports.getSystemNtpFeatureOutput = exports.getSystemNtpFeature = exports.getSystemMrfFeatureOutput = exports.getSystemMrfFeature = exports.getSystemLoggingFeatureOutput = void 0;
|
|
41
|
+
exports.getTransportWanVpnInterfaceGreFeatureAssociateTrackerFeature = exports.getTransportWanVpnInterfaceGreFeatureOutput = exports.getTransportWanVpnInterfaceGreFeature = exports.getTransportWanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeatureOutput = exports.getTransportWanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature = exports.getTransportWanVpnInterfaceEthernetFeatureAssociateTrackerFeatureOutput = exports.getTransportWanVpnInterfaceEthernetFeatureAssociateTrackerFeature = exports.getTransportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerGroupFeatureOutput = exports.getTransportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerGroupFeature = exports.getTransportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerFeatureOutput = exports.getTransportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerFeature = exports.getTransportWanVpnInterfaceEthernetFeatureOutput = exports.getTransportWanVpnInterfaceEthernetFeature = exports.getTransportWanVpnInterfaceCellularFeatureAssociateTrackerGroupFeatureOutput = exports.getTransportWanVpnInterfaceCellularFeatureAssociateTrackerGroupFeature = exports.getTransportWanVpnInterfaceCellularFeatureAssociateTrackerFeatureOutput = exports.getTransportWanVpnInterfaceCellularFeatureAssociateTrackerFeature = exports.getTransportWanVpnInterfaceCellularFeatureOutput = exports.getTransportWanVpnInterfaceCellularFeature = exports.getTransportWanVpnFeatureAssociateRoutingOspfv3Ipv6FeatureOutput = exports.getTransportWanVpnFeatureAssociateRoutingOspfv3Ipv6Feature = exports.getTransportWanVpnFeatureAssociateRoutingOspfv3Ipv4FeatureOutput = exports.getTransportWanVpnFeatureAssociateRoutingOspfv3Ipv4Feature = exports.getTransportWanVpnFeatureAssociateRoutingOspfFeatureOutput = exports.getTransportWanVpnFeatureAssociateRoutingOspfFeature = exports.getTransportWanVpnFeatureAssociateRoutingBgpFeatureOutput = exports.getTransportWanVpnFeatureAssociateRoutingBgpFeature = exports.getTransportWanVpnFeatureOutput = exports.getTransportWanVpnFeature = exports.getTransportTrackerGroupFeatureOutput = exports.getTransportTrackerGroupFeature = exports.getTransportTrackerFeatureOutput = exports.getTransportTrackerFeature = exports.getTransportT1E1ControllerFeatureOutput = exports.getTransportT1E1ControllerFeature = exports.getTransportRoutingOspfv3Ipv6FeatureOutput = exports.getTransportRoutingOspfv3Ipv6Feature = exports.getTransportRoutingOspfv3Ipv4FeatureOutput = exports.getTransportRoutingOspfv3Ipv4Feature = exports.getTransportRoutingOspfFeatureOutput = exports.getTransportRoutingOspfFeature = exports.getTransportRoutingBgpFeatureOutput = exports.getTransportRoutingBgpFeature = exports.getTransportRoutePolicyFeatureOutput = exports.getTransportRoutePolicyFeature = exports.getTransportManagementVpnInterfaceEthernetFeatureOutput = exports.getTransportManagementVpnInterfaceEthernetFeature = exports.getTransportManagementVpnFeatureOutput = exports.getTransportManagementVpnFeature = exports.getTransportIpv6TrackerGroupFeatureOutput = void 0;
|
|
42
|
+
exports.ObjectGroupPolicyDefinition = exports.MirrorPolicyObject = exports.MeshTopologyPolicyDefinition = exports.LocalizedPolicy = exports.LocalApplicationListPolicyObject = exports.Ipv6PrefixListPolicyObject = exports.Ipv6DeviceAclPolicyDefinition = exports.Ipv6AclPolicyDefinition = exports.Ipv4PrefixListPolicyObject = exports.Ipv4DeviceAclPolicyDefinition = exports.Ipv4AclPolicyDefinition = exports.IpsSignatureListPolicyObject = exports.IntrusionPreventionPolicyDefinition = exports.HubAndSpokeTopologyPolicyDefinition = exports.GpsFeatureTemplate = exports.getZoneListPolicyObjectOutput = exports.getZoneListPolicyObject = exports.getZoneBasedFirewallPolicyDefinitionOutput = exports.getZoneBasedFirewallPolicyDefinition = exports.getVpnMembershipPolicyDefinitionOutput = exports.getVpnMembershipPolicyDefinition = exports.getVpnListPolicyObjectOutput = exports.getVpnListPolicyObject = exports.getVpnInterfaceT1E1SerialFeatureTemplateOutput = exports.getVpnInterfaceT1E1SerialFeatureTemplate = exports.getVpnInterfaceSviFeatureTemplateOutput = exports.getVpnInterfaceSviFeatureTemplate = exports.getVpnInterfaceMultilinkFeatureTemplateOutput = exports.getVpnInterfaceMultilinkFeatureTemplate = exports.getVpnInterfaceEthernetPppoeFeatureTemplateOutput = exports.getVpnInterfaceEthernetPppoeFeatureTemplate = exports.getVpnInterfaceDslPppoeFeatureTemplateOutput = exports.getVpnInterfaceDslPppoeFeatureTemplate = exports.getVpnInterfaceDslPppoaFeatureTemplateOutput = exports.getVpnInterfaceDslPppoaFeatureTemplate = exports.getVpnInterfaceDslIpoeFeatureTemplateOutput = exports.getVpnInterfaceDslIpoeFeatureTemplate = exports.getVpnInterfaceCellularFeatureTemplateOutput = exports.getVpnInterfaceCellularFeatureTemplate = exports.getVedgeInventoryOutput = exports.getVedgeInventory = exports.getUrlFilteringPolicyDefinitionOutput = exports.getUrlFilteringPolicyDefinition = exports.getTransportWanVpnInterfaceT1E1SerialFeatureOutput = exports.getTransportWanVpnInterfaceT1E1SerialFeature = exports.getTransportWanVpnInterfaceIpsecFeatureAssociateTrackerFeatureOutput = exports.getTransportWanVpnInterfaceIpsecFeatureAssociateTrackerFeature = exports.getTransportWanVpnInterfaceIpsecFeatureOutput = exports.getTransportWanVpnInterfaceIpsecFeature = exports.getTransportWanVpnInterfaceGreFeatureAssociateTrackerFeatureOutput = void 0;
|
|
43
|
+
exports.RoutePolicyDefinition = exports.RewriteRulePolicyDefinition = exports.RegionListPolicyObject = exports.QosMapPolicyDefinition = exports.ProtocolListPolicyObject = exports.PreferredColorGroupPolicyObject = exports.PortListPolicyObject = exports.PolicyObjectVpnGroup = exports.PolicyObjectUnifiedUrlFiltering = exports.PolicyObjectUnifiedTlsSslProfile = exports.PolicyObjectUnifiedTlsSslDecryption = exports.PolicyObjectUnifiedIntrusionPrevention = exports.PolicyObjectUnifiedAdvancedMalwareProtection = exports.PolicyObjectUnifiedAdvancedInspectionProfile = exports.PolicyObjectTlocList = exports.PolicyObjectStandardCommunityList = exports.PolicyObjectSlaClassList = exports.PolicyObjectSecurityZone = exports.PolicyObjectSecurityUrlBlockList = exports.PolicyObjectSecurityUrlAllowList = exports.PolicyObjectSecurityScalableGroupTagList = exports.PolicyObjectSecurityProtocolList = exports.PolicyObjectSecurityPortList = exports.PolicyObjectSecurityLocalDomainList = exports.PolicyObjectSecurityLocalApplicationList = exports.PolicyObjectSecurityIpsSignature = exports.PolicyObjectSecurityIdentityList = exports.PolicyObjectSecurityGeolocationList = exports.PolicyObjectSecurityFqdnList = exports.PolicyObjectSecurityDataIpv4PrefixList = exports.PolicyObjectPreferredColorGroup = exports.PolicyObjectPolicer = exports.PolicyObjectMirror = exports.PolicyObjectIpv6PrefixList = exports.PolicyObjectIpv4PrefixList = exports.PolicyObjectFeatureProfile = exports.PolicyObjectExtendedCommunityList = exports.PolicyObjectExpandedCommunityList = exports.PolicyObjectDataIpv6PrefixList = exports.PolicyObjectDataIpv4PrefixList = exports.PolicyObjectColorList = exports.PolicyObjectClassMap = exports.PolicyObjectAsPathList = exports.PolicyObjectApplicationList = exports.PolicyObjectAppProbeClass = exports.PolicyGroup = exports.PolicerPolicyObject = exports.OtherUcseFeature = exports.OtherThousandeyesFeature = exports.OtherFeatureProfile = void 0;
|
|
44
|
+
exports.SystemFeatureProfile = exports.SystemCaCertificateFeature = exports.SystemBfdFeature = exports.SystemBasicFeature = exports.SystemBannerFeature = exports.SystemAaaFeature = exports.SwitchportFeatureTemplate = exports.StandardCommunityListPolicyObject = exports.SseZscalerFeature = exports.SseFeatureProfile = exports.SseCiscoFeature = exports.SlaClassPolicyObject = exports.SiteListPolicyObject = exports.SigSecurityFeatureProfile = exports.ServiceWirelessLanFeature = exports.ServiceTrackerGroupFeature = exports.ServiceTrackerFeature = exports.ServiceSwitchportFeature = exports.ServiceRoutingOspfv3Ipv6Feature = exports.ServiceRoutingOspfv3Ipv4Feature = exports.ServiceRoutingOspfFeature = exports.ServiceRoutingEigrpFeature = exports.ServiceRoutingBgpFeature = exports.ServiceRoutePolicyFeature = exports.ServiceObjectTrackerGroupFeature = exports.ServiceObjectTrackerFeature = exports.ServiceMulticastFeature = exports.ServiceLanVpnInterfaceSviFeatureAssociateDhcpServerFeature = exports.ServiceLanVpnInterfaceSviFeature = exports.ServiceLanVpnInterfaceIpsecFeatureAssociateDhcpServerFeature = exports.ServiceLanVpnInterfaceIpsecFeature = exports.ServiceLanVpnInterfaceGreFeature = exports.ServiceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature = exports.ServiceLanVpnInterfaceEthernetFeatureAssociateTrackerFeature = exports.ServiceLanVpnInterfaceEthernetFeatureAssociateDhcpServerFeature = exports.ServiceLanVpnInterfaceEthernetFeature = exports.ServiceLanVpnFeatureAssociateRoutingOspfv3Ipv6Feature = exports.ServiceLanVpnFeatureAssociateRoutingOspfv3Ipv4Feature = exports.ServiceLanVpnFeatureAssociateRoutingOspfFeature = exports.ServiceLanVpnFeatureAssociateRoutingEigrpFeature = exports.ServiceLanVpnFeatureAssociateRoutingBgpFeature = exports.ServiceLanVpnFeatureAssociateMulticastFeature = exports.ServiceLanVpnFeature = exports.ServiceIpv6AclFeature = exports.ServiceIpv4AclFeature = exports.ServiceFeatureProfile = exports.ServiceDhcpServerFeature = exports.SecurityPolicy = exports.SecurityAppHostingFeatureTemplate = exports.RuleSetPolicyDefinition = void 0;
|
|
45
|
+
exports.TransportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerFeature = exports.TransportWanVpnInterfaceEthernetFeature = exports.TransportWanVpnInterfaceCellularFeatureAssociateTrackerGroupFeature = exports.TransportWanVpnInterfaceCellularFeatureAssociateTrackerFeature = exports.TransportWanVpnInterfaceCellularFeature = exports.TransportWanVpnFeatureAssociateRoutingOspfv3Ipv6Feature = exports.TransportWanVpnFeatureAssociateRoutingOspfv3Ipv4Feature = exports.TransportWanVpnFeatureAssociateRoutingOspfFeature = exports.TransportWanVpnFeatureAssociateRoutingBgpFeature = exports.TransportWanVpnFeature = exports.TransportTrackerGroupFeature = exports.TransportTrackerFeature = exports.TransportT1E1ControllerFeature = exports.TransportRoutingOspfv3Ipv6Feature = exports.TransportRoutingOspfv3Ipv4Feature = exports.TransportRoutingOspfFeature = exports.TransportRoutingBgpFeature = exports.TransportRoutePolicyFeature = exports.TransportManagementVpnInterfaceEthernetFeature = exports.TransportManagementVpnFeature = exports.TransportIpv6TrackerGroupFeature = exports.TransportIpv6TrackerFeature = exports.TransportIpv6AclFeature = exports.TransportIpv4AclFeature = exports.TransportGpsFeature = exports.TransportFeatureProfile = exports.TransportCellularProfileFeature = exports.TransportCellularControllerFeature = exports.TrafficDataPolicyDefinition = exports.TopologyMeshFeature = exports.TopologyHubSpokeFeature = exports.TopologyGroup = exports.TopologyFeatureProfile = exports.TopologyCustomControlFeature = exports.TlsSslProfilePolicyDefinition = exports.TlsSslDecryptionPolicyDefinition = exports.TlocListPolicyObject = exports.Tag = exports.SystemSnmpFeature = exports.SystemSecurityFeature = exports.SystemRemoteAccessFeature = exports.SystemPerformanceMonitoringFeature = exports.SystemOmpFeature = exports.SystemNtpFeature = exports.SystemMrfFeature = exports.SystemLoggingFeature = exports.SystemIpv6DeviceAccessFeature = exports.SystemIpv4DeviceAccessFeature = exports.SystemGlobalFeature = exports.SystemFlexiblePortSpeedFeature = void 0;
|
|
46
|
+
exports.types = exports.config = exports.ZoneListPolicyObject = exports.ZoneBasedFirewallPolicyDefinition = exports.VpnMembershipPolicyDefinition = exports.VpnListPolicyObject = exports.VpnInterfaceT1E1SerialFeatureTemplate = exports.VpnInterfaceSviFeatureTemplate = exports.VpnInterfaceMultilinkFeatureTemplate = exports.VpnInterfaceEthernetPppoeFeatureTemplate = exports.VpnInterfaceDslPppoeFeatureTemplate = exports.VpnInterfaceDslPppoaFeatureTemplate = exports.VpnInterfaceDslIpoeFeatureTemplate = exports.VpnInterfaceCellularFeatureTemplate = exports.UrlFilteringPolicyDefinition = exports.TransportWanVpnInterfaceT1E1SerialFeature = exports.TransportWanVpnInterfaceIpsecFeatureAssociateTrackerFeature = exports.TransportWanVpnInterfaceIpsecFeature = exports.TransportWanVpnInterfaceGreFeatureAssociateTrackerFeature = exports.TransportWanVpnInterfaceGreFeature = exports.TransportWanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature = exports.TransportWanVpnInterfaceEthernetFeatureAssociateTrackerFeature = exports.TransportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerGroupFeature = void 0;
|
|
46
47
|
const pulumi = __importStar(require("@pulumi/pulumi"));
|
|
47
48
|
const utilities = __importStar(require("./utilities"));
|
|
48
49
|
exports.ActivateCentralizedPolicy = null;
|
|
49
50
|
utilities.lazyLoad(exports, ["ActivateCentralizedPolicy"], () => require("./activateCentralizedPolicy"));
|
|
51
|
+
exports.ActivateTopologyGroup = null;
|
|
52
|
+
utilities.lazyLoad(exports, ["ActivateTopologyGroup"], () => require("./activateTopologyGroup"));
|
|
50
53
|
exports.AdvancedInspectionProfilePolicyDefinition = null;
|
|
51
54
|
utilities.lazyLoad(exports, ["AdvancedInspectionProfilePolicyDefinition"], () => require("./advancedInspectionProfilePolicyDefinition"));
|
|
52
55
|
exports.AdvancedMalwareProtectionPolicyDefinition = null;
|
|
@@ -151,6 +154,8 @@ exports.ColorListPolicyObject = null;
|
|
|
151
154
|
utilities.lazyLoad(exports, ["ColorListPolicyObject"], () => require("./colorListPolicyObject"));
|
|
152
155
|
exports.ConfigurationGroup = null;
|
|
153
156
|
utilities.lazyLoad(exports, ["ConfigurationGroup"], () => require("./configurationGroup"));
|
|
157
|
+
exports.CustomApplication = null;
|
|
158
|
+
utilities.lazyLoad(exports, ["CustomApplication"], () => require("./customApplication"));
|
|
154
159
|
exports.CustomControlTopologyPolicyDefinition = null;
|
|
155
160
|
utilities.lazyLoad(exports, ["CustomControlTopologyPolicyDefinition"], () => require("./customControlTopologyPolicyDefinition"));
|
|
156
161
|
exports.DataFqdnPrefixListPolicyObject = null;
|
|
@@ -336,6 +341,9 @@ utilities.lazyLoad(exports, ["getColorListPolicyObject", "getColorListPolicyObje
|
|
|
336
341
|
exports.getConfigurationGroup = null;
|
|
337
342
|
exports.getConfigurationGroupOutput = null;
|
|
338
343
|
utilities.lazyLoad(exports, ["getConfigurationGroup", "getConfigurationGroupOutput"], () => require("./getConfigurationGroup"));
|
|
344
|
+
exports.getCustomApplication = null;
|
|
345
|
+
exports.getCustomApplicationOutput = null;
|
|
346
|
+
utilities.lazyLoad(exports, ["getCustomApplication", "getCustomApplicationOutput"], () => require("./getCustomApplication"));
|
|
339
347
|
exports.getCustomControlTopologyPolicyDefinition = null;
|
|
340
348
|
exports.getCustomControlTopologyPolicyDefinitionOutput = null;
|
|
341
349
|
utilities.lazyLoad(exports, ["getCustomControlTopologyPolicyDefinition", "getCustomControlTopologyPolicyDefinitionOutput"], () => require("./getCustomControlTopologyPolicyDefinition"));
|
|
@@ -702,6 +710,15 @@ utilities.lazyLoad(exports, ["getSiteListPolicyObject", "getSiteListPolicyObject
|
|
|
702
710
|
exports.getSlaClassPolicyObject = null;
|
|
703
711
|
exports.getSlaClassPolicyObjectOutput = null;
|
|
704
712
|
utilities.lazyLoad(exports, ["getSlaClassPolicyObject", "getSlaClassPolicyObjectOutput"], () => require("./getSlaClassPolicyObject"));
|
|
713
|
+
exports.getSseCiscoFeature = null;
|
|
714
|
+
exports.getSseCiscoFeatureOutput = null;
|
|
715
|
+
utilities.lazyLoad(exports, ["getSseCiscoFeature", "getSseCiscoFeatureOutput"], () => require("./getSseCiscoFeature"));
|
|
716
|
+
exports.getSseFeatureProfile = null;
|
|
717
|
+
exports.getSseFeatureProfileOutput = null;
|
|
718
|
+
utilities.lazyLoad(exports, ["getSseFeatureProfile", "getSseFeatureProfileOutput"], () => require("./getSseFeatureProfile"));
|
|
719
|
+
exports.getSseZscalerFeature = null;
|
|
720
|
+
exports.getSseZscalerFeatureOutput = null;
|
|
721
|
+
utilities.lazyLoad(exports, ["getSseZscalerFeature", "getSseZscalerFeatureOutput"], () => require("./getSseZscalerFeature"));
|
|
705
722
|
exports.getStandardCommunityListPolicyObject = null;
|
|
706
723
|
exports.getStandardCommunityListPolicyObjectOutput = null;
|
|
707
724
|
utilities.lazyLoad(exports, ["getStandardCommunityListPolicyObject", "getStandardCommunityListPolicyObjectOutput"], () => require("./getStandardCommunityListPolicyObject"));
|
|
@@ -774,6 +791,21 @@ utilities.lazyLoad(exports, ["getTlsSslDecryptionPolicyDefinition", "getTlsSslDe
|
|
|
774
791
|
exports.getTlsSslProfilePolicyDefinition = null;
|
|
775
792
|
exports.getTlsSslProfilePolicyDefinitionOutput = null;
|
|
776
793
|
utilities.lazyLoad(exports, ["getTlsSslProfilePolicyDefinition", "getTlsSslProfilePolicyDefinitionOutput"], () => require("./getTlsSslProfilePolicyDefinition"));
|
|
794
|
+
exports.getTopologyCustomControlFeature = null;
|
|
795
|
+
exports.getTopologyCustomControlFeatureOutput = null;
|
|
796
|
+
utilities.lazyLoad(exports, ["getTopologyCustomControlFeature", "getTopologyCustomControlFeatureOutput"], () => require("./getTopologyCustomControlFeature"));
|
|
797
|
+
exports.getTopologyFeatureProfile = null;
|
|
798
|
+
exports.getTopologyFeatureProfileOutput = null;
|
|
799
|
+
utilities.lazyLoad(exports, ["getTopologyFeatureProfile", "getTopologyFeatureProfileOutput"], () => require("./getTopologyFeatureProfile"));
|
|
800
|
+
exports.getTopologyGroup = null;
|
|
801
|
+
exports.getTopologyGroupOutput = null;
|
|
802
|
+
utilities.lazyLoad(exports, ["getTopologyGroup", "getTopologyGroupOutput"], () => require("./getTopologyGroup"));
|
|
803
|
+
exports.getTopologyHubSpokeFeature = null;
|
|
804
|
+
exports.getTopologyHubSpokeFeatureOutput = null;
|
|
805
|
+
utilities.lazyLoad(exports, ["getTopologyHubSpokeFeature", "getTopologyHubSpokeFeatureOutput"], () => require("./getTopologyHubSpokeFeature"));
|
|
806
|
+
exports.getTopologyMeshFeature = null;
|
|
807
|
+
exports.getTopologyMeshFeatureOutput = null;
|
|
808
|
+
utilities.lazyLoad(exports, ["getTopologyMeshFeature", "getTopologyMeshFeatureOutput"], () => require("./getTopologyMeshFeature"));
|
|
777
809
|
exports.getTrafficDataPolicyDefinition = null;
|
|
778
810
|
exports.getTrafficDataPolicyDefinitionOutput = null;
|
|
779
811
|
utilities.lazyLoad(exports, ["getTrafficDataPolicyDefinition", "getTrafficDataPolicyDefinitionOutput"], () => require("./getTrafficDataPolicyDefinition"));
|
|
@@ -1137,6 +1169,12 @@ exports.SiteListPolicyObject = null;
|
|
|
1137
1169
|
utilities.lazyLoad(exports, ["SiteListPolicyObject"], () => require("./siteListPolicyObject"));
|
|
1138
1170
|
exports.SlaClassPolicyObject = null;
|
|
1139
1171
|
utilities.lazyLoad(exports, ["SlaClassPolicyObject"], () => require("./slaClassPolicyObject"));
|
|
1172
|
+
exports.SseCiscoFeature = null;
|
|
1173
|
+
utilities.lazyLoad(exports, ["SseCiscoFeature"], () => require("./sseCiscoFeature"));
|
|
1174
|
+
exports.SseFeatureProfile = null;
|
|
1175
|
+
utilities.lazyLoad(exports, ["SseFeatureProfile"], () => require("./sseFeatureProfile"));
|
|
1176
|
+
exports.SseZscalerFeature = null;
|
|
1177
|
+
utilities.lazyLoad(exports, ["SseZscalerFeature"], () => require("./sseZscalerFeature"));
|
|
1140
1178
|
exports.StandardCommunityListPolicyObject = null;
|
|
1141
1179
|
utilities.lazyLoad(exports, ["StandardCommunityListPolicyObject"], () => require("./standardCommunityListPolicyObject"));
|
|
1142
1180
|
exports.SwitchportFeatureTemplate = null;
|
|
@@ -1185,6 +1223,16 @@ exports.TlsSslDecryptionPolicyDefinition = null;
|
|
|
1185
1223
|
utilities.lazyLoad(exports, ["TlsSslDecryptionPolicyDefinition"], () => require("./tlsSslDecryptionPolicyDefinition"));
|
|
1186
1224
|
exports.TlsSslProfilePolicyDefinition = null;
|
|
1187
1225
|
utilities.lazyLoad(exports, ["TlsSslProfilePolicyDefinition"], () => require("./tlsSslProfilePolicyDefinition"));
|
|
1226
|
+
exports.TopologyCustomControlFeature = null;
|
|
1227
|
+
utilities.lazyLoad(exports, ["TopologyCustomControlFeature"], () => require("./topologyCustomControlFeature"));
|
|
1228
|
+
exports.TopologyFeatureProfile = null;
|
|
1229
|
+
utilities.lazyLoad(exports, ["TopologyFeatureProfile"], () => require("./topologyFeatureProfile"));
|
|
1230
|
+
exports.TopologyGroup = null;
|
|
1231
|
+
utilities.lazyLoad(exports, ["TopologyGroup"], () => require("./topologyGroup"));
|
|
1232
|
+
exports.TopologyHubSpokeFeature = null;
|
|
1233
|
+
utilities.lazyLoad(exports, ["TopologyHubSpokeFeature"], () => require("./topologyHubSpokeFeature"));
|
|
1234
|
+
exports.TopologyMeshFeature = null;
|
|
1235
|
+
utilities.lazyLoad(exports, ["TopologyMeshFeature"], () => require("./topologyMeshFeature"));
|
|
1188
1236
|
exports.TrafficDataPolicyDefinition = null;
|
|
1189
1237
|
utilities.lazyLoad(exports, ["TrafficDataPolicyDefinition"], () => require("./trafficDataPolicyDefinition"));
|
|
1190
1238
|
exports.TransportCellularControllerFeature = null;
|
|
@@ -1296,6 +1344,8 @@ const _module = {
|
|
|
1296
1344
|
switch (type) {
|
|
1297
1345
|
case "sdwan:index/activateCentralizedPolicy:ActivateCentralizedPolicy":
|
|
1298
1346
|
return new exports.ActivateCentralizedPolicy(name, undefined, { urn });
|
|
1347
|
+
case "sdwan:index/activateTopologyGroup:ActivateTopologyGroup":
|
|
1348
|
+
return new exports.ActivateTopologyGroup(name, undefined, { urn });
|
|
1299
1349
|
case "sdwan:index/advancedInspectionProfilePolicyDefinition:AdvancedInspectionProfilePolicyDefinition":
|
|
1300
1350
|
return new exports.AdvancedInspectionProfilePolicyDefinition(name, undefined, { urn });
|
|
1301
1351
|
case "sdwan:index/advancedMalwareProtectionPolicyDefinition:AdvancedMalwareProtectionPolicyDefinition":
|
|
@@ -1400,6 +1450,8 @@ const _module = {
|
|
|
1400
1450
|
return new exports.ColorListPolicyObject(name, undefined, { urn });
|
|
1401
1451
|
case "sdwan:index/configurationGroup:ConfigurationGroup":
|
|
1402
1452
|
return new exports.ConfigurationGroup(name, undefined, { urn });
|
|
1453
|
+
case "sdwan:index/customApplication:CustomApplication":
|
|
1454
|
+
return new exports.CustomApplication(name, undefined, { urn });
|
|
1403
1455
|
case "sdwan:index/customControlTopologyPolicyDefinition:CustomControlTopologyPolicyDefinition":
|
|
1404
1456
|
return new exports.CustomControlTopologyPolicyDefinition(name, undefined, { urn });
|
|
1405
1457
|
case "sdwan:index/dataFqdnPrefixListPolicyObject:DataFqdnPrefixListPolicyObject":
|
|
@@ -1640,6 +1692,12 @@ const _module = {
|
|
|
1640
1692
|
return new exports.SiteListPolicyObject(name, undefined, { urn });
|
|
1641
1693
|
case "sdwan:index/slaClassPolicyObject:SlaClassPolicyObject":
|
|
1642
1694
|
return new exports.SlaClassPolicyObject(name, undefined, { urn });
|
|
1695
|
+
case "sdwan:index/sseCiscoFeature:SseCiscoFeature":
|
|
1696
|
+
return new exports.SseCiscoFeature(name, undefined, { urn });
|
|
1697
|
+
case "sdwan:index/sseFeatureProfile:SseFeatureProfile":
|
|
1698
|
+
return new exports.SseFeatureProfile(name, undefined, { urn });
|
|
1699
|
+
case "sdwan:index/sseZscalerFeature:SseZscalerFeature":
|
|
1700
|
+
return new exports.SseZscalerFeature(name, undefined, { urn });
|
|
1643
1701
|
case "sdwan:index/standardCommunityListPolicyObject:StandardCommunityListPolicyObject":
|
|
1644
1702
|
return new exports.StandardCommunityListPolicyObject(name, undefined, { urn });
|
|
1645
1703
|
case "sdwan:index/switchportFeatureTemplate:SwitchportFeatureTemplate":
|
|
@@ -1688,6 +1746,16 @@ const _module = {
|
|
|
1688
1746
|
return new exports.TlsSslDecryptionPolicyDefinition(name, undefined, { urn });
|
|
1689
1747
|
case "sdwan:index/tlsSslProfilePolicyDefinition:TlsSslProfilePolicyDefinition":
|
|
1690
1748
|
return new exports.TlsSslProfilePolicyDefinition(name, undefined, { urn });
|
|
1749
|
+
case "sdwan:index/topologyCustomControlFeature:TopologyCustomControlFeature":
|
|
1750
|
+
return new exports.TopologyCustomControlFeature(name, undefined, { urn });
|
|
1751
|
+
case "sdwan:index/topologyFeatureProfile:TopologyFeatureProfile":
|
|
1752
|
+
return new exports.TopologyFeatureProfile(name, undefined, { urn });
|
|
1753
|
+
case "sdwan:index/topologyGroup:TopologyGroup":
|
|
1754
|
+
return new exports.TopologyGroup(name, undefined, { urn });
|
|
1755
|
+
case "sdwan:index/topologyHubSpokeFeature:TopologyHubSpokeFeature":
|
|
1756
|
+
return new exports.TopologyHubSpokeFeature(name, undefined, { urn });
|
|
1757
|
+
case "sdwan:index/topologyMeshFeature:TopologyMeshFeature":
|
|
1758
|
+
return new exports.TopologyMeshFeature(name, undefined, { urn });
|
|
1691
1759
|
case "sdwan:index/trafficDataPolicyDefinition:TrafficDataPolicyDefinition":
|
|
1692
1760
|
return new exports.TrafficDataPolicyDefinition(name, undefined, { urn });
|
|
1693
1761
|
case "sdwan:index/transportCellularControllerFeature:TransportCellularControllerFeature":
|
|
@@ -1794,6 +1862,7 @@ const _module = {
|
|
|
1794
1862
|
},
|
|
1795
1863
|
};
|
|
1796
1864
|
pulumi.runtime.registerResourceModule("sdwan", "index/activateCentralizedPolicy", _module);
|
|
1865
|
+
pulumi.runtime.registerResourceModule("sdwan", "index/activateTopologyGroup", _module);
|
|
1797
1866
|
pulumi.runtime.registerResourceModule("sdwan", "index/advancedInspectionProfilePolicyDefinition", _module);
|
|
1798
1867
|
pulumi.runtime.registerResourceModule("sdwan", "index/advancedMalwareProtectionPolicyDefinition", _module);
|
|
1799
1868
|
pulumi.runtime.registerResourceModule("sdwan", "index/allowUrlListPolicyObject", _module);
|
|
@@ -1846,6 +1915,7 @@ pulumi.runtime.registerResourceModule("sdwan", "index/cliTemplateFeatureTemplate
|
|
|
1846
1915
|
pulumi.runtime.registerResourceModule("sdwan", "index/cloudProviderSettings", _module);
|
|
1847
1916
|
pulumi.runtime.registerResourceModule("sdwan", "index/colorListPolicyObject", _module);
|
|
1848
1917
|
pulumi.runtime.registerResourceModule("sdwan", "index/configurationGroup", _module);
|
|
1918
|
+
pulumi.runtime.registerResourceModule("sdwan", "index/customApplication", _module);
|
|
1849
1919
|
pulumi.runtime.registerResourceModule("sdwan", "index/customControlTopologyPolicyDefinition", _module);
|
|
1850
1920
|
pulumi.runtime.registerResourceModule("sdwan", "index/dataFqdnPrefixListPolicyObject", _module);
|
|
1851
1921
|
pulumi.runtime.registerResourceModule("sdwan", "index/dataIpv4PrefixListPolicyObject", _module);
|
|
@@ -1966,6 +2036,9 @@ pulumi.runtime.registerResourceModule("sdwan", "index/serviceWirelessLanFeature"
|
|
|
1966
2036
|
pulumi.runtime.registerResourceModule("sdwan", "index/sigSecurityFeatureProfile", _module);
|
|
1967
2037
|
pulumi.runtime.registerResourceModule("sdwan", "index/siteListPolicyObject", _module);
|
|
1968
2038
|
pulumi.runtime.registerResourceModule("sdwan", "index/slaClassPolicyObject", _module);
|
|
2039
|
+
pulumi.runtime.registerResourceModule("sdwan", "index/sseCiscoFeature", _module);
|
|
2040
|
+
pulumi.runtime.registerResourceModule("sdwan", "index/sseFeatureProfile", _module);
|
|
2041
|
+
pulumi.runtime.registerResourceModule("sdwan", "index/sseZscalerFeature", _module);
|
|
1969
2042
|
pulumi.runtime.registerResourceModule("sdwan", "index/standardCommunityListPolicyObject", _module);
|
|
1970
2043
|
pulumi.runtime.registerResourceModule("sdwan", "index/switchportFeatureTemplate", _module);
|
|
1971
2044
|
pulumi.runtime.registerResourceModule("sdwan", "index/systemAaaFeature", _module);
|
|
@@ -1990,6 +2063,11 @@ pulumi.runtime.registerResourceModule("sdwan", "index/tag", _module);
|
|
|
1990
2063
|
pulumi.runtime.registerResourceModule("sdwan", "index/tlocListPolicyObject", _module);
|
|
1991
2064
|
pulumi.runtime.registerResourceModule("sdwan", "index/tlsSslDecryptionPolicyDefinition", _module);
|
|
1992
2065
|
pulumi.runtime.registerResourceModule("sdwan", "index/tlsSslProfilePolicyDefinition", _module);
|
|
2066
|
+
pulumi.runtime.registerResourceModule("sdwan", "index/topologyCustomControlFeature", _module);
|
|
2067
|
+
pulumi.runtime.registerResourceModule("sdwan", "index/topologyFeatureProfile", _module);
|
|
2068
|
+
pulumi.runtime.registerResourceModule("sdwan", "index/topologyGroup", _module);
|
|
2069
|
+
pulumi.runtime.registerResourceModule("sdwan", "index/topologyHubSpokeFeature", _module);
|
|
2070
|
+
pulumi.runtime.registerResourceModule("sdwan", "index/topologyMeshFeature", _module);
|
|
1993
2071
|
pulumi.runtime.registerResourceModule("sdwan", "index/trafficDataPolicyDefinition", _module);
|
|
1994
2072
|
pulumi.runtime.registerResourceModule("sdwan", "index/transportCellularControllerFeature", _module);
|
|
1995
2073
|
pulumi.runtime.registerResourceModule("sdwan", "index/transportCellularProfileFeature", _module);
|