@pulumi/scm 1.0.0-alpha.1763793524 → 1.0.0-alpha.1764128391
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 +36 -0
- package/address.js.map +1 -1
- package/addressGroup.d.ts +24 -0
- package/addressGroup.js.map +1 -1
- package/aggregateInterface.d.ts +24 -0
- package/aggregateInterface.js.map +1 -1
- package/antiSpywareProfile.d.ts +12 -0
- package/antiSpywareProfile.js.map +1 -1
- package/antiSpywareSignature.d.ts +12 -0
- package/antiSpywareSignature.js.map +1 -1
- package/appOverrideRule.d.ts +12 -0
- package/appOverrideRule.js.map +1 -1
- package/application.d.ts +12 -0
- package/application.js.map +1 -1
- package/applicationFilter.d.ts +12 -0
- package/applicationFilter.js.map +1 -1
- package/applicationGroup.d.ts +12 -0
- package/applicationGroup.js.map +1 -1
- package/authenticationPortal.d.ts +191 -0
- package/authenticationPortal.js +93 -0
- package/authenticationPortal.js.map +1 -0
- package/authenticationProfile.d.ts +66 -9
- package/authenticationProfile.js +45 -0
- package/authenticationProfile.js.map +1 -1
- package/authenticationRule.d.ts +12 -0
- package/authenticationRule.js.map +1 -1
- package/authenticationSequence.d.ts +35 -0
- package/authenticationSequence.js +23 -0
- package/authenticationSequence.js.map +1 -1
- package/autoVpnCluster.d.ts +176 -0
- package/autoVpnCluster.js +115 -0
- package/autoVpnCluster.js.map +1 -0
- package/autoVpnSetting.d.ts +95 -0
- package/autoVpnSetting.js +80 -0
- package/autoVpnSetting.js.map +1 -0
- package/bgpAddressFamilyProfile.d.ts +38 -3
- package/bgpAddressFamilyProfile.js +23 -0
- package/bgpAddressFamilyProfile.js.map +1 -1
- package/bgpAuthProfile.d.ts +25 -0
- package/bgpAuthProfile.js +13 -0
- package/bgpAuthProfile.js.map +1 -1
- package/bgpFilteringProfile.d.ts +46 -0
- package/bgpFilteringProfile.js +34 -0
- package/bgpFilteringProfile.js.map +1 -1
- package/bgpRedistributionProfile.d.ts +39 -0
- package/bgpRedistributionProfile.js +27 -0
- package/bgpRedistributionProfile.js.map +1 -1
- package/bgpRouteMap.d.ts +65 -0
- package/bgpRouteMap.js +53 -0
- package/bgpRouteMap.js.map +1 -1
- package/bgpRouteMapRedistribution.d.ts +30 -0
- package/bgpRouteMapRedistribution.js.map +1 -1
- package/bgpRouting.d.ts +133 -0
- package/bgpRouting.js +82 -0
- package/bgpRouting.js.map +1 -0
- package/certificateProfile.d.ts +12 -0
- package/certificateProfile.js.map +1 -1
- package/decryptionExclusion.d.ts +12 -0
- package/decryptionExclusion.js.map +1 -1
- package/decryptionProfile.d.ts +12 -0
- package/decryptionProfile.js.map +1 -1
- package/decryptionRule.d.ts +38 -0
- package/decryptionRule.js +26 -0
- package/decryptionRule.js.map +1 -1
- package/dhcpInterface.d.ts +24 -0
- package/dhcpInterface.js.map +1 -1
- package/dnsProxy.d.ts +12 -0
- package/dnsProxy.js.map +1 -1
- package/dnsSecurityProfile.d.ts +12 -0
- package/dnsSecurityProfile.js.map +1 -1
- package/dosProtectionProfile.d.ts +12 -0
- package/dosProtectionProfile.js.map +1 -1
- package/dosProtectionRule.d.ts +12 -0
- package/dosProtectionRule.js.map +1 -1
- package/dynamicUserGroup.d.ts +12 -0
- package/dynamicUserGroup.js.map +1 -1
- package/ethernetInterface.d.ts +85 -0
- package/ethernetInterface.js +39 -0
- package/ethernetInterface.js.map +1 -1
- package/externalDynamicList.d.ts +12 -0
- package/externalDynamicList.js.map +1 -1
- package/fileBlockingProfile.d.ts +86 -0
- package/fileBlockingProfile.js +74 -0
- package/fileBlockingProfile.js.map +1 -1
- package/getAddress.d.ts +0 -21
- package/getAddress.js.map +1 -1
- package/getAddressGroup.d.ts +0 -15
- package/getAddressGroup.js.map +1 -1
- package/getAggregateInterface.d.ts +0 -12
- package/getAggregateInterface.js.map +1 -1
- package/getAntiSpywareProfile.d.ts +0 -21
- package/getAntiSpywareProfile.js.map +1 -1
- package/getAntiSpywareSignature.d.ts +0 -27
- package/getAntiSpywareSignature.js.map +1 -1
- package/getAppOverrideRule.d.ts +4 -77
- package/getAppOverrideRule.js +4 -32
- package/getAppOverrideRule.js.map +1 -1
- package/getApplication.d.ts +0 -66
- package/getApplication.js.map +1 -1
- package/getApplicationFilter.d.ts +0 -57
- package/getApplicationFilter.js.map +1 -1
- package/getApplicationGroup.d.ts +0 -9
- package/getApplicationGroup.js.map +1 -1
- package/getAuthenticationProfile.d.ts +27 -25
- package/getAuthenticationProfile.js +26 -0
- package/getAuthenticationProfile.js.map +1 -1
- package/getAuthenticationProfileList.d.ts +32 -0
- package/getAuthenticationProfileList.js +32 -0
- package/getAuthenticationProfileList.js.map +1 -1
- package/getAuthenticationRule.d.ts +8 -104
- package/getAuthenticationRule.js +8 -44
- package/getAuthenticationRule.js.map +1 -1
- package/getAuthenticationSequence.d.ts +26 -9
- package/getAuthenticationSequence.js +26 -0
- package/getAuthenticationSequence.js.map +1 -1
- package/getAuthenticationSequenceList.d.ts +32 -0
- package/getAuthenticationSequenceList.js +32 -0
- package/getAuthenticationSequenceList.js.map +1 -1
- package/getAutoVpnCluster.d.ts +112 -0
- package/getAutoVpnCluster.js +68 -0
- package/getAutoVpnCluster.js.map +1 -0
- package/getAutoVpnClusterList.d.ts +136 -0
- package/getAutoVpnClusterList.js +66 -0
- package/getAutoVpnClusterList.js.map +1 -0
- package/getAutoVpnSetting.d.ts +52 -0
- package/getAutoVpnSetting.js +44 -0
- package/getAutoVpnSetting.js.map +1 -0
- package/getBgpAddressFamilyProfile.d.ts +36 -9
- package/getBgpAddressFamilyProfile.js +36 -0
- package/getBgpAddressFamilyProfile.js.map +1 -1
- package/getBgpAuthProfile.d.ts +36 -12
- package/getBgpAuthProfile.js +36 -0
- package/getBgpAuthProfile.js.map +1 -1
- package/getBgpAuthProfileList.d.ts +26 -0
- package/getBgpAuthProfileList.js +26 -0
- package/getBgpAuthProfileList.js.map +1 -1
- package/getBgpFilteringProfile.d.ts +0 -9
- package/getBgpFilteringProfile.js.map +1 -1
- package/getBgpRedistributionProfile.d.ts +36 -9
- package/getBgpRedistributionProfile.js +36 -0
- package/getBgpRedistributionProfile.js.map +1 -1
- package/getBgpRedistributionProfileList.d.ts +26 -0
- package/getBgpRedistributionProfileList.js +26 -0
- package/getBgpRedistributionProfileList.js.map +1 -1
- package/getBgpRouteMap.d.ts +36 -9
- package/getBgpRouteMap.js +36 -0
- package/getBgpRouteMap.js.map +1 -1
- package/getBgpRouteMapList.d.ts +26 -0
- package/getBgpRouteMapList.js +26 -0
- package/getBgpRouteMapList.js.map +1 -1
- package/getBgpRouteMapRedistribution.d.ts +0 -18
- package/getBgpRouteMapRedistribution.js.map +1 -1
- package/getBgpRouting.d.ts +64 -0
- package/getBgpRouting.js +44 -0
- package/getBgpRouting.js.map +1 -0
- package/getCertificateProfile.d.ts +0 -21
- package/getCertificateProfile.js.map +1 -1
- package/getDecryptionExclusion.d.ts +0 -6
- package/getDecryptionExclusion.js.map +1 -1
- package/getDecryptionProfile.d.ts +0 -18
- package/getDecryptionProfile.js.map +1 -1
- package/getDecryptionRule.d.ts +4 -100
- package/getDecryptionRule.js +4 -40
- package/getDecryptionRule.js.map +1 -1
- package/getDhcpInterface.d.ts +0 -12
- package/getDhcpInterface.js.map +1 -1
- package/getDnsProxy.d.ts +0 -24
- package/getDnsProxy.js.map +1 -1
- package/getDnsSecurityProfile.d.ts +0 -6
- package/getDnsSecurityProfile.js.map +1 -1
- package/getDosProtectionProfile.d.ts +0 -15
- package/getDosProtectionProfile.js.map +1 -1
- package/getDosProtectionRule.d.ts +0 -39
- package/getDosProtectionRule.js.map +1 -1
- package/getDynamicUserGroup.d.ts +0 -12
- package/getDynamicUserGroup.js.map +1 -1
- package/getEthernetInterface.d.ts +2 -37
- package/getEthernetInterface.js.map +1 -1
- package/getExternalDynamicList.d.ts +0 -12
- package/getExternalDynamicList.js.map +1 -1
- package/getFileBlockingProfile.d.ts +40 -9
- package/getFileBlockingProfile.js +40 -0
- package/getFileBlockingProfile.js.map +1 -1
- package/getFileBlockingProfileList.d.ts +32 -0
- package/getFileBlockingProfileList.js +32 -0
- package/getFileBlockingProfileList.js.map +1 -1
- package/getHipObject.d.ts +0 -27
- package/getHipObject.js.map +1 -1
- package/getHipProfile.d.ts +0 -9
- package/getHipProfile.js.map +1 -1
- package/getHttpHeaderProfile.d.ts +0 -9
- package/getHttpHeaderProfile.js.map +1 -1
- package/getHttpServerProfile.d.ts +0 -15
- package/getHttpServerProfile.js.map +1 -1
- package/getIkeCryptoProfile.d.ts +0 -18
- package/getIkeCryptoProfile.js.map +1 -1
- package/getIkeGateway.d.ts +0 -27
- package/getIkeGateway.js.map +1 -1
- package/getInterfaceManagementProfile.d.ts +6 -99
- package/getInterfaceManagementProfile.js +6 -60
- package/getInterfaceManagementProfile.js.map +1 -1
- package/getIpsecCryptoProfile.d.ts +0 -21
- package/getIpsecCryptoProfile.js.map +1 -1
- package/getIpsecTunnel.d.ts +0 -15
- package/getIpsecTunnel.js.map +1 -1
- package/getKerberosServerProfile.d.ts +0 -9
- package/getKerberosServerProfile.js.map +1 -1
- package/getLayer2Subinterface.d.ts +0 -12
- package/getLayer2Subinterface.js.map +1 -1
- package/getLayer3Subinterface.d.ts +0 -24
- package/getLayer3Subinterface.js.map +1 -1
- package/getLdapServerProfile.d.ts +0 -27
- package/getLdapServerProfile.js.map +1 -1
- package/getLinkTag.d.ts +0 -6
- package/getLinkTag.js.map +1 -1
- package/getLocalUser.d.ts +0 -15
- package/getLocalUser.js.map +1 -1
- package/getLocalUserGroup.d.ts +0 -9
- package/getLocalUserGroup.js.map +1 -1
- package/getLogForwardingProfile.d.ts +0 -9
- package/getLogForwardingProfile.js.map +1 -1
- package/getLogicalRouter.d.ts +0 -12
- package/getLogicalRouter.js.map +1 -1
- package/getLoopbackInterface.d.ts +0 -18
- package/getLoopbackInterface.js.map +1 -1
- package/getNatRule.d.ts +10 -50
- package/getNatRule.js +10 -50
- package/getNatRule.js.map +1 -1
- package/getOspfAuthProfile.d.ts +0 -15
- package/getOspfAuthProfile.js.map +1 -1
- package/getPbfRule.d.ts +8 -89
- package/getPbfRule.js +8 -62
- package/getPbfRule.js.map +1 -1
- package/getProfileGroup.d.ts +0 -27
- package/getProfileGroup.js.map +1 -1
- package/getQosPolicyRule.d.ts +4 -61
- package/getQosPolicyRule.js +4 -40
- package/getQosPolicyRule.js.map +1 -1
- package/getQosProfile.d.ts +0 -6
- package/getQosProfile.js.map +1 -1
- package/getRadiusServerProfile.d.ts +6 -54
- package/getRadiusServerProfile.js +6 -36
- package/getRadiusServerProfile.js.map +1 -1
- package/getRegion.d.ts +0 -9
- package/getRegion.js.map +1 -1
- package/getRouteAccessList.d.ts +0 -9
- package/getRouteAccessList.js.map +1 -1
- package/getRouteCommunityList.d.ts +0 -9
- package/getRouteCommunityList.js.map +1 -1
- package/getRoutePathAccessList.d.ts +0 -6
- package/getRoutePathAccessList.js.map +1 -1
- package/getRoutePrefixList.d.ts +1 -10
- package/getRoutePrefixList.js.map +1 -1
- package/getSamlServerProfile.d.ts +0 -27
- package/getSamlServerProfile.js.map +1 -1
- package/getScepProfile.d.ts +0 -36
- package/getScepProfile.js.map +1 -1
- package/getSchedule.d.ts +0 -9
- package/getSchedule.js.map +1 -1
- package/getSdwanErrorCorrectionProfile.d.ts +0 -9
- package/getSdwanErrorCorrectionProfile.js.map +1 -1
- package/getSdwanPathQualityProfile.d.ts +0 -9
- package/getSdwanPathQualityProfile.js.map +1 -1
- package/getSdwanRule.d.ts +0 -45
- package/getSdwanRule.js.map +1 -1
- package/getSdwanSaasQualityProfile.d.ts +0 -9
- package/getSdwanSaasQualityProfile.js.map +1 -1
- package/getSdwanTrafficDistributionProfile.d.ts +0 -12
- package/getSdwanTrafficDistributionProfile.js.map +1 -1
- package/getSecurityRule.d.ts +10 -74
- package/getSecurityRule.js +10 -74
- package/getSecurityRule.js.map +1 -1
- package/getService.d.ts +0 -12
- package/getService.js.map +1 -1
- package/getServiceConnection.d.ts +10 -156
- package/getServiceConnection.js +10 -156
- package/getServiceConnection.js.map +1 -1
- package/getServiceConnectionGroup.d.ts +4 -186
- package/getServiceConnectionGroup.js +4 -186
- package/getServiceConnectionGroup.js.map +1 -1
- package/getServiceGroup.d.ts +0 -12
- package/getServiceGroup.js.map +1 -1
- package/getSite.d.ts +30 -2
- package/getSite.js +24 -0
- package/getSite.js.map +1 -1
- package/getSiteList.d.ts +28 -0
- package/getSiteList.js +28 -0
- package/getSiteList.js.map +1 -1
- package/getSnippet.d.ts +12 -24
- package/getSnippet.js +12 -24
- package/getSnippet.js.map +1 -1
- package/getSyslogServerProfile.d.ts +0 -12
- package/getSyslogServerProfile.js.map +1 -1
- package/getTacacsServerProfile.d.ts +0 -18
- package/getTacacsServerProfile.js.map +1 -1
- package/getTag.d.ts +0 -6
- package/getTag.js.map +1 -1
- package/getTlsServiceProfile.d.ts +0 -9
- package/getTlsServiceProfile.js.map +1 -1
- package/getTunnelInterface.d.ts +0 -15
- package/getTunnelInterface.js.map +1 -1
- package/getUrlAccessProfile.d.ts +0 -30
- package/getUrlAccessProfile.js.map +1 -1
- package/getUrlCategory.d.ts +0 -12
- package/getUrlCategory.js.map +1 -1
- package/getVariable.d.ts +0 -15
- package/getVariable.js.map +1 -1
- package/getVlanInterface.d.ts +0 -21
- package/getVlanInterface.js.map +1 -1
- package/getVulnerabilityProtectionProfile.d.ts +0 -12
- package/getVulnerabilityProtectionProfile.js.map +1 -1
- package/getVulnerabilityProtectionSignature.d.ts +0 -27
- package/getVulnerabilityProtectionSignature.js.map +1 -1
- package/getWildfireAntiVirusProfile.d.ts +0 -18
- package/getWildfireAntiVirusProfile.js.map +1 -1
- package/getZone.d.ts +0 -27
- package/getZone.js.map +1 -1
- package/hipObject.d.ts +12 -0
- package/hipObject.js.map +1 -1
- package/hipProfile.d.ts +12 -0
- package/hipProfile.js.map +1 -1
- package/httpHeaderProfile.d.ts +12 -0
- package/httpHeaderProfile.js.map +1 -1
- package/httpServerProfile.d.ts +12 -0
- package/httpServerProfile.js.map +1 -1
- package/ikeCryptoProfile.d.ts +12 -0
- package/ikeCryptoProfile.js.map +1 -1
- package/ikeGateway.d.ts +12 -0
- package/ikeGateway.js.map +1 -1
- package/index.d.ts +27 -0
- package/index.js +47 -10
- package/index.js.map +1 -1
- package/interfaceManagementProfile.d.ts +12 -0
- package/interfaceManagementProfile.js.map +1 -1
- package/ipsecCryptoProfile.d.ts +24 -0
- package/ipsecCryptoProfile.js.map +1 -1
- package/ipsecTunnel.d.ts +12 -0
- package/ipsecTunnel.js.map +1 -1
- package/kerberosServerProfile.d.ts +12 -0
- package/kerberosServerProfile.js.map +1 -1
- package/layer2Subinterface.d.ts +12 -0
- package/layer2Subinterface.js.map +1 -1
- package/layer3Subinterface.d.ts +24 -0
- package/layer3Subinterface.js.map +1 -1
- package/ldapServerProfile.d.ts +12 -0
- package/ldapServerProfile.js.map +1 -1
- package/linkTag.d.ts +12 -0
- package/linkTag.js.map +1 -1
- package/localUser.d.ts +12 -0
- package/localUser.js.map +1 -1
- package/localUserGroup.d.ts +12 -0
- package/localUserGroup.js.map +1 -1
- package/logForwardingProfile.d.ts +12 -0
- package/logForwardingProfile.js.map +1 -1
- package/logicalRouter.d.ts +12 -0
- package/logicalRouter.js.map +1 -1
- package/loopbackInterface.d.ts +12 -0
- package/loopbackInterface.js.map +1 -1
- package/mfaServer.d.ts +12 -0
- package/mfaServer.js.map +1 -1
- package/ospfAuthProfile.d.ts +24 -0
- package/ospfAuthProfile.js.map +1 -1
- package/package.json +2 -2
- package/pbfRule.d.ts +12 -0
- package/pbfRule.js.map +1 -1
- package/profileGroup.d.ts +12 -0
- package/profileGroup.js.map +1 -1
- package/qosPolicyRule.d.ts +12 -0
- package/qosPolicyRule.js.map +1 -1
- package/qosProfile.d.ts +12 -0
- package/qosProfile.js.map +1 -1
- package/radiusServerProfile.d.ts +14 -2
- package/radiusServerProfile.js +2 -2
- package/radiusServerProfile.js.map +1 -1
- package/region.d.ts +12 -0
- package/region.js.map +1 -1
- package/remoteNetwork.d.ts +4 -4
- package/remoteNetwork.js +4 -4
- package/routeAccessList.d.ts +12 -0
- package/routeAccessList.js.map +1 -1
- package/routeCommunityList.d.ts +12 -0
- package/routeCommunityList.js.map +1 -1
- package/routePathAccessList.d.ts +12 -0
- package/routePathAccessList.js.map +1 -1
- package/routePrefixList.d.ts +49 -12
- package/routePrefixList.js +27 -2
- package/routePrefixList.js.map +1 -1
- package/samlServerProfile.d.ts +12 -0
- package/samlServerProfile.js.map +1 -1
- package/scepProfile.d.ts +12 -0
- package/scepProfile.js.map +1 -1
- package/schedule.d.ts +12 -0
- package/schedule.js.map +1 -1
- package/sdwanErrorCorrectionProfile.d.ts +12 -0
- package/sdwanErrorCorrectionProfile.js.map +1 -1
- package/sdwanPathQualityProfile.d.ts +12 -0
- package/sdwanPathQualityProfile.js.map +1 -1
- package/sdwanRule.d.ts +12 -0
- package/sdwanRule.js.map +1 -1
- package/sdwanSaasQualityProfile.d.ts +12 -0
- package/sdwanSaasQualityProfile.js.map +1 -1
- package/sdwanTrafficDistributionProfile.d.ts +12 -0
- package/sdwanTrafficDistributionProfile.js.map +1 -1
- package/securityRule.d.ts +26 -0
- package/securityRule.js +26 -0
- package/securityRule.js.map +1 -1
- package/service.d.ts +12 -0
- package/service.js.map +1 -1
- package/serviceGroup.d.ts +12 -0
- package/serviceGroup.js.map +1 -1
- package/site.d.ts +298 -0
- package/site.js +177 -0
- package/site.js.map +1 -0
- package/snippet.d.ts +1 -5
- package/snippet.js +1 -1
- package/snippet.js.map +1 -1
- package/syslogServerProfile.d.ts +12 -0
- package/syslogServerProfile.js.map +1 -1
- package/tacacsServerProfile.d.ts +12 -0
- package/tacacsServerProfile.js.map +1 -1
- package/tag.d.ts +12 -0
- package/tag.js.map +1 -1
- package/tlsServiceProfile.d.ts +12 -0
- package/tlsServiceProfile.js.map +1 -1
- package/tunnelInterface.d.ts +12 -0
- package/tunnelInterface.js.map +1 -1
- package/types/input.d.ts +1026 -148
- package/types/output.d.ts +3272 -647
- package/urlAccessProfile.d.ts +12 -0
- package/urlAccessProfile.js.map +1 -1
- package/urlCategory.d.ts +12 -0
- package/urlCategory.js.map +1 -1
- package/variable.d.ts +13 -5
- package/variable.js +1 -1
- package/variable.js.map +1 -1
- package/vlanInterface.d.ts +24 -0
- package/vlanInterface.js.map +1 -1
- package/vulnerabilityProtectionProfile.d.ts +12 -0
- package/vulnerabilityProtectionProfile.js.map +1 -1
- package/vulnerabilityProtectionSignature.d.ts +12 -0
- package/vulnerabilityProtectionSignature.js.map +1 -1
- package/wildfireAntiVirusProfile.d.ts +12 -0
- package/wildfireAntiVirusProfile.js.map +1 -1
- package/zone.d.ts +12 -0
- package/zone.js.map +1 -1
- package/zoneProtectionProfile.d.ts +18 -0
- package/zoneProtectionProfile.js.map +1 -1
package/bgpRouteMap.js
CHANGED
|
@@ -7,6 +7,59 @@ const pulumi = require("@pulumi/pulumi");
|
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
9
|
* BgpRouteMap resource
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* ```typescript
|
|
14
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
+
* import * as scm from "@pulumi/scm";
|
|
16
|
+
*
|
|
17
|
+
* //
|
|
18
|
+
* // Creates various resources used for subsequent examples
|
|
19
|
+
* //
|
|
20
|
+
* const scmRoutePrefixList = new scm.RoutePrefixList("scm_route_prefix_list", {
|
|
21
|
+
* folder: "ngfw-shared",
|
|
22
|
+
* name: "scm_bgp_prefix_list",
|
|
23
|
+
* description: "Managed by Pulumi",
|
|
24
|
+
* type: {
|
|
25
|
+
* ipv4: {
|
|
26
|
+
* ipv4Entries: [{
|
|
27
|
+
* name: 10,
|
|
28
|
+
* action: "permit",
|
|
29
|
+
* prefix: {
|
|
30
|
+
* greaterThanOrEqual: 24,
|
|
31
|
+
* network: "198.18.1.0/24",
|
|
32
|
+
* },
|
|
33
|
+
* }],
|
|
34
|
+
* },
|
|
35
|
+
* },
|
|
36
|
+
* });
|
|
37
|
+
* //
|
|
38
|
+
* // Creates a bgp route map that sets no-export community for traffic matching prefix-list
|
|
39
|
+
* // Requires: scm_bgp_prefix_list
|
|
40
|
+
* //
|
|
41
|
+
* const scmBgpRouteMap = new scm.BgpRouteMap("scm_bgp_route_map", {
|
|
42
|
+
* folder: "ngfw-shared",
|
|
43
|
+
* name: "scm_bgp_route_map",
|
|
44
|
+
* description: "Managed by Pulumi",
|
|
45
|
+
* routeMaps: [{
|
|
46
|
+
* name: 10,
|
|
47
|
+
* description: "No Export",
|
|
48
|
+
* match: {
|
|
49
|
+
* ipv4: {
|
|
50
|
+
* address: {
|
|
51
|
+
* prefixList: "scm_bgp_prefix_list",
|
|
52
|
+
* },
|
|
53
|
+
* },
|
|
54
|
+
* },
|
|
55
|
+
* set: {
|
|
56
|
+
* regularCommunity: ["no-export"],
|
|
57
|
+
* },
|
|
58
|
+
* }],
|
|
59
|
+
* }, {
|
|
60
|
+
* dependsOn: [scmRoutePrefixList],
|
|
61
|
+
* });
|
|
62
|
+
* ```
|
|
10
63
|
*/
|
|
11
64
|
class BgpRouteMap extends pulumi.CustomResource {
|
|
12
65
|
/**
|
package/bgpRouteMap.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bgpRouteMap.js","sourceRoot":"","sources":["../bgpRouteMap.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"bgpRouteMap.js","sourceRoot":"","sources":["../bgpRouteMap.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuDG;AACH,MAAa,WAAY,SAAQ,MAAM,CAAC,cAAc;IAClD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAwB,EAAE,IAAmC;QACtH,OAAO,IAAI,WAAW,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAClE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,WAAW,CAAC,YAAY,CAAC;IAC5D,CAAC;IAwCD,YAAY,IAAY,EAAE,WAAgD,EAAE,IAAmC;QAC3G,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA2C,CAAC;YAC1D,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,EAAE,WAAW,CAAC;YACnD,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;YACzC,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;YACzC,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,EAAE,SAAS,CAAC;YAC/C,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,EAAE,OAAO,CAAC;YAC3C,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;SACxC;aAAM;YACH,MAAM,IAAI,GAAG,WAA0C,CAAC;YACxD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;YACxC,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;YACxC,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,EAAE,SAAS,CAAC;YAC9C,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC;YAC1C,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC9C;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,WAAW,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAChE,CAAC;;AA1FL,kCA2FC;AA7EG,gBAAgB;AACO,wBAAY,GAAG,mCAAmC,CAAC"}
|
|
@@ -26,6 +26,8 @@ export declare class BgpRouteMapRedistribution extends pulumi.CustomResource {
|
|
|
26
26
|
readonly bgp: pulumi.Output<outputs.BgpRouteMapRedistributionBgp | undefined>;
|
|
27
27
|
/**
|
|
28
28
|
* Connected static
|
|
29
|
+
*
|
|
30
|
+
* > ℹ️ **Note:** You must specify exactly one of `bgp`, `connectedStatic`, and `ospf`.
|
|
29
31
|
*/
|
|
30
32
|
readonly connectedStatic: pulumi.Output<outputs.BgpRouteMapRedistributionConnectedStatic | undefined>;
|
|
31
33
|
/**
|
|
@@ -34,10 +36,14 @@ export declare class BgpRouteMapRedistribution extends pulumi.CustomResource {
|
|
|
34
36
|
readonly description: pulumi.Output<string | undefined>;
|
|
35
37
|
/**
|
|
36
38
|
* The device in which the resource is defined
|
|
39
|
+
*
|
|
40
|
+
* > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
|
|
37
41
|
*/
|
|
38
42
|
readonly device: pulumi.Output<string | undefined>;
|
|
39
43
|
/**
|
|
40
44
|
* The folder in which the resource is defined
|
|
45
|
+
*
|
|
46
|
+
* > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
|
|
41
47
|
*/
|
|
42
48
|
readonly folder: pulumi.Output<string | undefined>;
|
|
43
49
|
/**
|
|
@@ -46,10 +52,14 @@ export declare class BgpRouteMapRedistribution extends pulumi.CustomResource {
|
|
|
46
52
|
readonly name: pulumi.Output<string>;
|
|
47
53
|
/**
|
|
48
54
|
* Ospf
|
|
55
|
+
*
|
|
56
|
+
* > ℹ️ **Note:** You must specify exactly one of `bgp`, `connectedStatic`, and `ospf`.
|
|
49
57
|
*/
|
|
50
58
|
readonly ospf: pulumi.Output<outputs.BgpRouteMapRedistributionOspf | undefined>;
|
|
51
59
|
/**
|
|
52
60
|
* The snippet in which the resource is defined
|
|
61
|
+
*
|
|
62
|
+
* > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
|
|
53
63
|
*/
|
|
54
64
|
readonly snippet: pulumi.Output<string | undefined>;
|
|
55
65
|
readonly tfid: pulumi.Output<string>;
|
|
@@ -72,6 +82,8 @@ export interface BgpRouteMapRedistributionState {
|
|
|
72
82
|
bgp?: pulumi.Input<inputs.BgpRouteMapRedistributionBgp>;
|
|
73
83
|
/**
|
|
74
84
|
* Connected static
|
|
85
|
+
*
|
|
86
|
+
* > ℹ️ **Note:** You must specify exactly one of `bgp`, `connectedStatic`, and `ospf`.
|
|
75
87
|
*/
|
|
76
88
|
connectedStatic?: pulumi.Input<inputs.BgpRouteMapRedistributionConnectedStatic>;
|
|
77
89
|
/**
|
|
@@ -80,10 +92,14 @@ export interface BgpRouteMapRedistributionState {
|
|
|
80
92
|
description?: pulumi.Input<string>;
|
|
81
93
|
/**
|
|
82
94
|
* The device in which the resource is defined
|
|
95
|
+
*
|
|
96
|
+
* > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
|
|
83
97
|
*/
|
|
84
98
|
device?: pulumi.Input<string>;
|
|
85
99
|
/**
|
|
86
100
|
* The folder in which the resource is defined
|
|
101
|
+
*
|
|
102
|
+
* > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
|
|
87
103
|
*/
|
|
88
104
|
folder?: pulumi.Input<string>;
|
|
89
105
|
/**
|
|
@@ -92,10 +108,14 @@ export interface BgpRouteMapRedistributionState {
|
|
|
92
108
|
name?: pulumi.Input<string>;
|
|
93
109
|
/**
|
|
94
110
|
* Ospf
|
|
111
|
+
*
|
|
112
|
+
* > ℹ️ **Note:** You must specify exactly one of `bgp`, `connectedStatic`, and `ospf`.
|
|
95
113
|
*/
|
|
96
114
|
ospf?: pulumi.Input<inputs.BgpRouteMapRedistributionOspf>;
|
|
97
115
|
/**
|
|
98
116
|
* The snippet in which the resource is defined
|
|
117
|
+
*
|
|
118
|
+
* > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
|
|
99
119
|
*/
|
|
100
120
|
snippet?: pulumi.Input<string>;
|
|
101
121
|
tfid?: pulumi.Input<string>;
|
|
@@ -110,6 +130,8 @@ export interface BgpRouteMapRedistributionArgs {
|
|
|
110
130
|
bgp?: pulumi.Input<inputs.BgpRouteMapRedistributionBgp>;
|
|
111
131
|
/**
|
|
112
132
|
* Connected static
|
|
133
|
+
*
|
|
134
|
+
* > ℹ️ **Note:** You must specify exactly one of `bgp`, `connectedStatic`, and `ospf`.
|
|
113
135
|
*/
|
|
114
136
|
connectedStatic?: pulumi.Input<inputs.BgpRouteMapRedistributionConnectedStatic>;
|
|
115
137
|
/**
|
|
@@ -118,10 +140,14 @@ export interface BgpRouteMapRedistributionArgs {
|
|
|
118
140
|
description?: pulumi.Input<string>;
|
|
119
141
|
/**
|
|
120
142
|
* The device in which the resource is defined
|
|
143
|
+
*
|
|
144
|
+
* > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
|
|
121
145
|
*/
|
|
122
146
|
device?: pulumi.Input<string>;
|
|
123
147
|
/**
|
|
124
148
|
* The folder in which the resource is defined
|
|
149
|
+
*
|
|
150
|
+
* > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
|
|
125
151
|
*/
|
|
126
152
|
folder?: pulumi.Input<string>;
|
|
127
153
|
/**
|
|
@@ -130,10 +156,14 @@ export interface BgpRouteMapRedistributionArgs {
|
|
|
130
156
|
name?: pulumi.Input<string>;
|
|
131
157
|
/**
|
|
132
158
|
* Ospf
|
|
159
|
+
*
|
|
160
|
+
* > ℹ️ **Note:** You must specify exactly one of `bgp`, `connectedStatic`, and `ospf`.
|
|
133
161
|
*/
|
|
134
162
|
ospf?: pulumi.Input<inputs.BgpRouteMapRedistributionOspf>;
|
|
135
163
|
/**
|
|
136
164
|
* The snippet in which the resource is defined
|
|
165
|
+
*
|
|
166
|
+
* > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
|
|
137
167
|
*/
|
|
138
168
|
snippet?: pulumi.Input<string>;
|
|
139
169
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bgpRouteMapRedistribution.js","sourceRoot":"","sources":["../bgpRouteMapRedistribution.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;GAEG;AACH,MAAa,yBAA0B,SAAQ,MAAM,CAAC,cAAc;IAChE;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAsC,EAAE,IAAmC;QACpI,OAAO,IAAI,yBAAyB,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAChF,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,yBAAyB,CAAC,YAAY,CAAC;IAC1E,CAAC;
|
|
1
|
+
{"version":3,"file":"bgpRouteMapRedistribution.js","sourceRoot":"","sources":["../bgpRouteMapRedistribution.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;GAEG;AACH,MAAa,yBAA0B,SAAQ,MAAM,CAAC,cAAc;IAChE;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAsC,EAAE,IAAmC;QACpI,OAAO,IAAI,yBAAyB,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAChF,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,yBAAyB,CAAC,YAAY,CAAC;IAC1E,CAAC;IAsDD,YAAY,IAAY,EAAE,WAA4E,EAAE,IAAmC;QACvI,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAyD,CAAC;YACxE,cAAc,CAAC,KAAK,CAAC,GAAG,KAAK,EAAE,GAAG,CAAC;YACnC,cAAc,CAAC,iBAAiB,CAAC,GAAG,KAAK,EAAE,eAAe,CAAC;YAC3D,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,EAAE,WAAW,CAAC;YACnD,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;YACzC,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;YACzC,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,EAAE,OAAO,CAAC;YAC3C,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;SACxC;aAAM;YACH,MAAM,IAAI,GAAG,WAAwD,CAAC;YACtE,cAAc,CAAC,KAAK,CAAC,GAAG,IAAI,EAAE,GAAG,CAAC;YAClC,cAAc,CAAC,iBAAiB,CAAC,GAAG,IAAI,EAAE,eAAe,CAAC;YAC1D,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;YACxC,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;YACxC,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC;YAC1C,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC9C;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,yBAAyB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC9E,CAAC;;AA5GL,8DA6GC;AA/FG,gBAAgB;AACO,sCAAY,GAAG,+DAA+D,CAAC"}
|
package/bgpRouting.d.ts
ADDED
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "./types/input";
|
|
3
|
+
import * as outputs from "./types/output";
|
|
4
|
+
/**
|
|
5
|
+
* BgpRouting resource
|
|
6
|
+
*
|
|
7
|
+
* ## Example Usage
|
|
8
|
+
*
|
|
9
|
+
* ```typescript
|
|
10
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
11
|
+
* import * as scm from "@pulumi/scm";
|
|
12
|
+
*
|
|
13
|
+
* const example = new scm.BgpRouting("example", {
|
|
14
|
+
* backboneRouting: "no-asymmetric-routing",
|
|
15
|
+
* acceptRouteOverSc: true,
|
|
16
|
+
* addHostRouteToIkePeer: false,
|
|
17
|
+
* withdrawStaticRoute: true,
|
|
18
|
+
* outboundRoutesForServices: ["10.0.0.0/9"],
|
|
19
|
+
* routingPreference: {
|
|
20
|
+
* "default": {},
|
|
21
|
+
* },
|
|
22
|
+
* });
|
|
23
|
+
* ```
|
|
24
|
+
*/
|
|
25
|
+
export declare class BgpRouting extends pulumi.CustomResource {
|
|
26
|
+
/**
|
|
27
|
+
* Get an existing BgpRouting resource's state with the given name, ID, and optional extra
|
|
28
|
+
* properties used to qualify the lookup.
|
|
29
|
+
*
|
|
30
|
+
* @param name The _unique_ name of the resulting resource.
|
|
31
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
32
|
+
* @param state Any extra arguments used during the lookup.
|
|
33
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
34
|
+
*/
|
|
35
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: BgpRoutingState, opts?: pulumi.CustomResourceOptions): BgpRouting;
|
|
36
|
+
/**
|
|
37
|
+
* Returns true if the given object is an instance of BgpRouting. This is designed to work even
|
|
38
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
39
|
+
*/
|
|
40
|
+
static isInstance(obj: any): obj is BgpRouting;
|
|
41
|
+
/**
|
|
42
|
+
* Accept route over s c
|
|
43
|
+
*/
|
|
44
|
+
readonly acceptRouteOverSc: pulumi.Output<boolean | undefined>;
|
|
45
|
+
/**
|
|
46
|
+
* Add host route to ike peer
|
|
47
|
+
*/
|
|
48
|
+
readonly addHostRouteToIkePeer: pulumi.Output<boolean | undefined>;
|
|
49
|
+
/**
|
|
50
|
+
* Backbone routing
|
|
51
|
+
*/
|
|
52
|
+
readonly backboneRouting: pulumi.Output<string | undefined>;
|
|
53
|
+
/**
|
|
54
|
+
* Outbound routes for services
|
|
55
|
+
*/
|
|
56
|
+
readonly outboundRoutesForServices: pulumi.Output<string[] | undefined>;
|
|
57
|
+
/**
|
|
58
|
+
* Routing preference
|
|
59
|
+
*/
|
|
60
|
+
readonly routingPreference: pulumi.Output<outputs.BgpRoutingRoutingPreference | undefined>;
|
|
61
|
+
readonly tfid: pulumi.Output<string>;
|
|
62
|
+
/**
|
|
63
|
+
* Withdraw static route
|
|
64
|
+
*/
|
|
65
|
+
readonly withdrawStaticRoute: pulumi.Output<boolean | undefined>;
|
|
66
|
+
/**
|
|
67
|
+
* Create a BgpRouting resource with the given unique name, arguments, and options.
|
|
68
|
+
*
|
|
69
|
+
* @param name The _unique_ name of the resource.
|
|
70
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
71
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
72
|
+
*/
|
|
73
|
+
constructor(name: string, args?: BgpRoutingArgs, opts?: pulumi.CustomResourceOptions);
|
|
74
|
+
}
|
|
75
|
+
/**
|
|
76
|
+
* Input properties used for looking up and filtering BgpRouting resources.
|
|
77
|
+
*/
|
|
78
|
+
export interface BgpRoutingState {
|
|
79
|
+
/**
|
|
80
|
+
* Accept route over s c
|
|
81
|
+
*/
|
|
82
|
+
acceptRouteOverSc?: pulumi.Input<boolean>;
|
|
83
|
+
/**
|
|
84
|
+
* Add host route to ike peer
|
|
85
|
+
*/
|
|
86
|
+
addHostRouteToIkePeer?: pulumi.Input<boolean>;
|
|
87
|
+
/**
|
|
88
|
+
* Backbone routing
|
|
89
|
+
*/
|
|
90
|
+
backboneRouting?: pulumi.Input<string>;
|
|
91
|
+
/**
|
|
92
|
+
* Outbound routes for services
|
|
93
|
+
*/
|
|
94
|
+
outboundRoutesForServices?: pulumi.Input<pulumi.Input<string>[]>;
|
|
95
|
+
/**
|
|
96
|
+
* Routing preference
|
|
97
|
+
*/
|
|
98
|
+
routingPreference?: pulumi.Input<inputs.BgpRoutingRoutingPreference>;
|
|
99
|
+
tfid?: pulumi.Input<string>;
|
|
100
|
+
/**
|
|
101
|
+
* Withdraw static route
|
|
102
|
+
*/
|
|
103
|
+
withdrawStaticRoute?: pulumi.Input<boolean>;
|
|
104
|
+
}
|
|
105
|
+
/**
|
|
106
|
+
* The set of arguments for constructing a BgpRouting resource.
|
|
107
|
+
*/
|
|
108
|
+
export interface BgpRoutingArgs {
|
|
109
|
+
/**
|
|
110
|
+
* Accept route over s c
|
|
111
|
+
*/
|
|
112
|
+
acceptRouteOverSc?: pulumi.Input<boolean>;
|
|
113
|
+
/**
|
|
114
|
+
* Add host route to ike peer
|
|
115
|
+
*/
|
|
116
|
+
addHostRouteToIkePeer?: pulumi.Input<boolean>;
|
|
117
|
+
/**
|
|
118
|
+
* Backbone routing
|
|
119
|
+
*/
|
|
120
|
+
backboneRouting?: pulumi.Input<string>;
|
|
121
|
+
/**
|
|
122
|
+
* Outbound routes for services
|
|
123
|
+
*/
|
|
124
|
+
outboundRoutesForServices?: pulumi.Input<pulumi.Input<string>[]>;
|
|
125
|
+
/**
|
|
126
|
+
* Routing preference
|
|
127
|
+
*/
|
|
128
|
+
routingPreference?: pulumi.Input<inputs.BgpRoutingRoutingPreference>;
|
|
129
|
+
/**
|
|
130
|
+
* Withdraw static route
|
|
131
|
+
*/
|
|
132
|
+
withdrawStaticRoute?: pulumi.Input<boolean>;
|
|
133
|
+
}
|
package/bgpRouting.js
ADDED
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.BgpRouting = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* BgpRouting resource
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* ```typescript
|
|
14
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
+
* import * as scm from "@pulumi/scm";
|
|
16
|
+
*
|
|
17
|
+
* const example = new scm.BgpRouting("example", {
|
|
18
|
+
* backboneRouting: "no-asymmetric-routing",
|
|
19
|
+
* acceptRouteOverSc: true,
|
|
20
|
+
* addHostRouteToIkePeer: false,
|
|
21
|
+
* withdrawStaticRoute: true,
|
|
22
|
+
* outboundRoutesForServices: ["10.0.0.0/9"],
|
|
23
|
+
* routingPreference: {
|
|
24
|
+
* "default": {},
|
|
25
|
+
* },
|
|
26
|
+
* });
|
|
27
|
+
* ```
|
|
28
|
+
*/
|
|
29
|
+
class BgpRouting extends pulumi.CustomResource {
|
|
30
|
+
/**
|
|
31
|
+
* Get an existing BgpRouting resource's state with the given name, ID, and optional extra
|
|
32
|
+
* properties used to qualify the lookup.
|
|
33
|
+
*
|
|
34
|
+
* @param name The _unique_ name of the resulting resource.
|
|
35
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
36
|
+
* @param state Any extra arguments used during the lookup.
|
|
37
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
38
|
+
*/
|
|
39
|
+
static get(name, id, state, opts) {
|
|
40
|
+
return new BgpRouting(name, state, { ...opts, id: id });
|
|
41
|
+
}
|
|
42
|
+
/**
|
|
43
|
+
* Returns true if the given object is an instance of BgpRouting. This is designed to work even
|
|
44
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
45
|
+
*/
|
|
46
|
+
static isInstance(obj) {
|
|
47
|
+
if (obj === undefined || obj === null) {
|
|
48
|
+
return false;
|
|
49
|
+
}
|
|
50
|
+
return obj['__pulumiType'] === BgpRouting.__pulumiType;
|
|
51
|
+
}
|
|
52
|
+
constructor(name, argsOrState, opts) {
|
|
53
|
+
let resourceInputs = {};
|
|
54
|
+
opts = opts || {};
|
|
55
|
+
if (opts.id) {
|
|
56
|
+
const state = argsOrState;
|
|
57
|
+
resourceInputs["acceptRouteOverSc"] = state?.acceptRouteOverSc;
|
|
58
|
+
resourceInputs["addHostRouteToIkePeer"] = state?.addHostRouteToIkePeer;
|
|
59
|
+
resourceInputs["backboneRouting"] = state?.backboneRouting;
|
|
60
|
+
resourceInputs["outboundRoutesForServices"] = state?.outboundRoutesForServices;
|
|
61
|
+
resourceInputs["routingPreference"] = state?.routingPreference;
|
|
62
|
+
resourceInputs["tfid"] = state?.tfid;
|
|
63
|
+
resourceInputs["withdrawStaticRoute"] = state?.withdrawStaticRoute;
|
|
64
|
+
}
|
|
65
|
+
else {
|
|
66
|
+
const args = argsOrState;
|
|
67
|
+
resourceInputs["acceptRouteOverSc"] = args?.acceptRouteOverSc;
|
|
68
|
+
resourceInputs["addHostRouteToIkePeer"] = args?.addHostRouteToIkePeer;
|
|
69
|
+
resourceInputs["backboneRouting"] = args?.backboneRouting;
|
|
70
|
+
resourceInputs["outboundRoutesForServices"] = args?.outboundRoutesForServices;
|
|
71
|
+
resourceInputs["routingPreference"] = args?.routingPreference;
|
|
72
|
+
resourceInputs["withdrawStaticRoute"] = args?.withdrawStaticRoute;
|
|
73
|
+
resourceInputs["tfid"] = undefined /*out*/;
|
|
74
|
+
}
|
|
75
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
76
|
+
super(BgpRouting.__pulumiType, name, resourceInputs, opts);
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
exports.BgpRouting = BgpRouting;
|
|
80
|
+
/** @internal */
|
|
81
|
+
BgpRouting.__pulumiType = 'scm:index/bgpRouting:BgpRouting';
|
|
82
|
+
//# sourceMappingURL=bgpRouting.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bgpRouting.js","sourceRoot":"","sources":["../bgpRouting.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,MAAa,UAAW,SAAQ,MAAM,CAAC,cAAc;IACjD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAuB,EAAE,IAAmC;QACrH,OAAO,IAAI,UAAU,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACjE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,UAAU,CAAC,YAAY,CAAC;IAC3D,CAAC;IAoCD,YAAY,IAAY,EAAE,WAA8C,EAAE,IAAmC;QACzG,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA0C,CAAC;YACzD,cAAc,CAAC,mBAAmB,CAAC,GAAG,KAAK,EAAE,iBAAiB,CAAC;YAC/D,cAAc,CAAC,uBAAuB,CAAC,GAAG,KAAK,EAAE,qBAAqB,CAAC;YACvE,cAAc,CAAC,iBAAiB,CAAC,GAAG,KAAK,EAAE,eAAe,CAAC;YAC3D,cAAc,CAAC,2BAA2B,CAAC,GAAG,KAAK,EAAE,yBAAyB,CAAC;YAC/E,cAAc,CAAC,mBAAmB,CAAC,GAAG,KAAK,EAAE,iBAAiB,CAAC;YAC/D,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,cAAc,CAAC,qBAAqB,CAAC,GAAG,KAAK,EAAE,mBAAmB,CAAC;SACtE;aAAM;YACH,MAAM,IAAI,GAAG,WAAyC,CAAC;YACvD,cAAc,CAAC,mBAAmB,CAAC,GAAG,IAAI,EAAE,iBAAiB,CAAC;YAC9D,cAAc,CAAC,uBAAuB,CAAC,GAAG,IAAI,EAAE,qBAAqB,CAAC;YACtE,cAAc,CAAC,iBAAiB,CAAC,GAAG,IAAI,EAAE,eAAe,CAAC;YAC1D,cAAc,CAAC,2BAA2B,CAAC,GAAG,IAAI,EAAE,yBAAyB,CAAC;YAC9E,cAAc,CAAC,mBAAmB,CAAC,GAAG,IAAI,EAAE,iBAAiB,CAAC;YAC9D,cAAc,CAAC,qBAAqB,CAAC,GAAG,IAAI,EAAE,mBAAmB,CAAC;YAClE,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC9C;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,UAAU,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC/D,CAAC;;AAtFL,gCAuFC;AAzEG,gBAAgB;AACO,uBAAY,GAAG,iCAAiC,CAAC"}
|
package/certificateProfile.d.ts
CHANGED
|
@@ -89,6 +89,8 @@ export declare class CertificateProfile extends pulumi.CustomResource {
|
|
|
89
89
|
readonly domain: pulumi.Output<string | undefined>;
|
|
90
90
|
/**
|
|
91
91
|
* The folder in which the resource is defined
|
|
92
|
+
*
|
|
93
|
+
* > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
|
|
92
94
|
*/
|
|
93
95
|
readonly folder: pulumi.Output<string | undefined>;
|
|
94
96
|
/**
|
|
@@ -101,6 +103,8 @@ export declare class CertificateProfile extends pulumi.CustomResource {
|
|
|
101
103
|
readonly ocspReceiveTimeout: pulumi.Output<string | undefined>;
|
|
102
104
|
/**
|
|
103
105
|
* The snippet in which the resource is defined
|
|
106
|
+
*
|
|
107
|
+
* > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
|
|
104
108
|
*/
|
|
105
109
|
readonly snippet: pulumi.Output<string | undefined>;
|
|
106
110
|
readonly tfid: pulumi.Output<string>;
|
|
@@ -167,6 +171,8 @@ export interface CertificateProfileState {
|
|
|
167
171
|
domain?: pulumi.Input<string>;
|
|
168
172
|
/**
|
|
169
173
|
* The folder in which the resource is defined
|
|
174
|
+
*
|
|
175
|
+
* > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
|
|
170
176
|
*/
|
|
171
177
|
folder?: pulumi.Input<string>;
|
|
172
178
|
/**
|
|
@@ -179,6 +185,8 @@ export interface CertificateProfileState {
|
|
|
179
185
|
ocspReceiveTimeout?: pulumi.Input<string>;
|
|
180
186
|
/**
|
|
181
187
|
* The snippet in which the resource is defined
|
|
188
|
+
*
|
|
189
|
+
* > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
|
|
182
190
|
*/
|
|
183
191
|
snippet?: pulumi.Input<string>;
|
|
184
192
|
tfid?: pulumi.Input<string>;
|
|
@@ -237,6 +245,8 @@ export interface CertificateProfileArgs {
|
|
|
237
245
|
domain?: pulumi.Input<string>;
|
|
238
246
|
/**
|
|
239
247
|
* The folder in which the resource is defined
|
|
248
|
+
*
|
|
249
|
+
* > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
|
|
240
250
|
*/
|
|
241
251
|
folder?: pulumi.Input<string>;
|
|
242
252
|
/**
|
|
@@ -249,6 +259,8 @@ export interface CertificateProfileArgs {
|
|
|
249
259
|
ocspReceiveTimeout?: pulumi.Input<string>;
|
|
250
260
|
/**
|
|
251
261
|
* The snippet in which the resource is defined
|
|
262
|
+
*
|
|
263
|
+
* > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
|
|
252
264
|
*/
|
|
253
265
|
snippet?: pulumi.Input<string>;
|
|
254
266
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"certificateProfile.js","sourceRoot":"","sources":["../certificateProfile.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiCG;AACH,MAAa,kBAAmB,SAAQ,MAAM,CAAC,cAAc;IACzD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA+B,EAAE,IAAmC;QAC7H,OAAO,IAAI,kBAAkB,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACzE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,kBAAkB,CAAC,YAAY,CAAC;IACnE,CAAC;
|
|
1
|
+
{"version":3,"file":"certificateProfile.js","sourceRoot":"","sources":["../certificateProfile.ts"],"names":[],"mappings":"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"}
|
package/decryptionExclusion.d.ts
CHANGED
|
@@ -28,6 +28,8 @@ export declare class DecryptionExclusion extends pulumi.CustomResource {
|
|
|
28
28
|
readonly device: pulumi.Output<string | undefined>;
|
|
29
29
|
/**
|
|
30
30
|
* The folder in which the resource is defined
|
|
31
|
+
*
|
|
32
|
+
* > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
|
|
31
33
|
*/
|
|
32
34
|
readonly folder: pulumi.Output<string | undefined>;
|
|
33
35
|
/**
|
|
@@ -36,6 +38,8 @@ export declare class DecryptionExclusion extends pulumi.CustomResource {
|
|
|
36
38
|
readonly name: pulumi.Output<string>;
|
|
37
39
|
/**
|
|
38
40
|
* The snippet in which the resource is defined
|
|
41
|
+
*
|
|
42
|
+
* > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
|
|
39
43
|
*/
|
|
40
44
|
readonly snippet: pulumi.Output<string | undefined>;
|
|
41
45
|
readonly tfid: pulumi.Output<string>;
|
|
@@ -62,6 +66,8 @@ export interface DecryptionExclusionState {
|
|
|
62
66
|
device?: pulumi.Input<string>;
|
|
63
67
|
/**
|
|
64
68
|
* The folder in which the resource is defined
|
|
69
|
+
*
|
|
70
|
+
* > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
|
|
65
71
|
*/
|
|
66
72
|
folder?: pulumi.Input<string>;
|
|
67
73
|
/**
|
|
@@ -70,6 +76,8 @@ export interface DecryptionExclusionState {
|
|
|
70
76
|
name?: pulumi.Input<string>;
|
|
71
77
|
/**
|
|
72
78
|
* The snippet in which the resource is defined
|
|
79
|
+
*
|
|
80
|
+
* > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
|
|
73
81
|
*/
|
|
74
82
|
snippet?: pulumi.Input<string>;
|
|
75
83
|
tfid?: pulumi.Input<string>;
|
|
@@ -88,6 +96,8 @@ export interface DecryptionExclusionArgs {
|
|
|
88
96
|
device?: pulumi.Input<string>;
|
|
89
97
|
/**
|
|
90
98
|
* The folder in which the resource is defined
|
|
99
|
+
*
|
|
100
|
+
* > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
|
|
91
101
|
*/
|
|
92
102
|
folder?: pulumi.Input<string>;
|
|
93
103
|
/**
|
|
@@ -96,6 +106,8 @@ export interface DecryptionExclusionArgs {
|
|
|
96
106
|
name?: pulumi.Input<string>;
|
|
97
107
|
/**
|
|
98
108
|
* The snippet in which the resource is defined
|
|
109
|
+
*
|
|
110
|
+
* > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
|
|
99
111
|
*/
|
|
100
112
|
snippet?: pulumi.Input<string>;
|
|
101
113
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"decryptionExclusion.js","sourceRoot":"","sources":["../decryptionExclusion.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;GAEG;AACH,MAAa,mBAAoB,SAAQ,MAAM,CAAC,cAAc;IAC1D;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAgC,EAAE,IAAmC;QAC9H,OAAO,IAAI,mBAAmB,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC1E,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,mBAAmB,CAAC,YAAY,CAAC;IACpE,CAAC;
|
|
1
|
+
{"version":3,"file":"decryptionExclusion.js","sourceRoot":"","sources":["../decryptionExclusion.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;GAEG;AACH,MAAa,mBAAoB,SAAQ,MAAM,CAAC,cAAc;IAC1D;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAgC,EAAE,IAAmC;QAC9H,OAAO,IAAI,mBAAmB,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC1E,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,mBAAmB,CAAC,YAAY,CAAC;IACpE,CAAC;IAoCD,YAAY,IAAY,EAAE,WAAgE,EAAE,IAAmC;QAC3H,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAmD,CAAC;YAClE,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,EAAE,WAAW,CAAC;YACnD,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;YACzC,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;YACzC,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,EAAE,OAAO,CAAC;YAC3C,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;SACxC;aAAM;YACH,MAAM,IAAI,GAAG,WAAkD,CAAC;YAChE,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;YACxC,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;YACxC,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC;YAC1C,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC9C;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,mBAAmB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACxE,CAAC;;AApFL,kDAqFC;AAvEG,gBAAgB;AACO,gCAAY,GAAG,mDAAmD,CAAC"}
|
package/decryptionProfile.d.ts
CHANGED
|
@@ -165,6 +165,8 @@ export declare class DecryptionProfile extends pulumi.CustomResource {
|
|
|
165
165
|
readonly device: pulumi.Output<string | undefined>;
|
|
166
166
|
/**
|
|
167
167
|
* The folder in which the resource is defined
|
|
168
|
+
*
|
|
169
|
+
* > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
|
|
168
170
|
*/
|
|
169
171
|
readonly folder: pulumi.Output<string | undefined>;
|
|
170
172
|
/**
|
|
@@ -173,6 +175,8 @@ export declare class DecryptionProfile extends pulumi.CustomResource {
|
|
|
173
175
|
readonly name: pulumi.Output<string>;
|
|
174
176
|
/**
|
|
175
177
|
* The snippet in which the resource is defined
|
|
178
|
+
*
|
|
179
|
+
* > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
|
|
176
180
|
*/
|
|
177
181
|
readonly snippet: pulumi.Output<string | undefined>;
|
|
178
182
|
/**
|
|
@@ -211,6 +215,8 @@ export interface DecryptionProfileState {
|
|
|
211
215
|
device?: pulumi.Input<string>;
|
|
212
216
|
/**
|
|
213
217
|
* The folder in which the resource is defined
|
|
218
|
+
*
|
|
219
|
+
* > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
|
|
214
220
|
*/
|
|
215
221
|
folder?: pulumi.Input<string>;
|
|
216
222
|
/**
|
|
@@ -219,6 +225,8 @@ export interface DecryptionProfileState {
|
|
|
219
225
|
name?: pulumi.Input<string>;
|
|
220
226
|
/**
|
|
221
227
|
* The snippet in which the resource is defined
|
|
228
|
+
*
|
|
229
|
+
* > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
|
|
222
230
|
*/
|
|
223
231
|
snippet?: pulumi.Input<string>;
|
|
224
232
|
/**
|
|
@@ -249,6 +257,8 @@ export interface DecryptionProfileArgs {
|
|
|
249
257
|
device?: pulumi.Input<string>;
|
|
250
258
|
/**
|
|
251
259
|
* The folder in which the resource is defined
|
|
260
|
+
*
|
|
261
|
+
* > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
|
|
252
262
|
*/
|
|
253
263
|
folder?: pulumi.Input<string>;
|
|
254
264
|
/**
|
|
@@ -257,6 +267,8 @@ export interface DecryptionProfileArgs {
|
|
|
257
267
|
name?: pulumi.Input<string>;
|
|
258
268
|
/**
|
|
259
269
|
* The snippet in which the resource is defined
|
|
270
|
+
*
|
|
271
|
+
* > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
|
|
260
272
|
*/
|
|
261
273
|
snippet?: pulumi.Input<string>;
|
|
262
274
|
/**
|
package/decryptionProfile.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"decryptionProfile.js","sourceRoot":"","sources":["../decryptionProfile.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6IG;AACH,MAAa,iBAAkB,SAAQ,MAAM,CAAC,cAAc;IACxD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA8B,EAAE,IAAmC;QAC5H,OAAO,IAAI,iBAAiB,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACxE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,iBAAiB,CAAC,YAAY,CAAC;IAClE,CAAC;
|
|
1
|
+
{"version":3,"file":"decryptionProfile.js","sourceRoot":"","sources":["../decryptionProfile.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6IG;AACH,MAAa,iBAAkB,SAAQ,MAAM,CAAC,cAAc;IACxD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA8B,EAAE,IAAmC;QAC5H,OAAO,IAAI,iBAAiB,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACxE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,iBAAiB,CAAC,YAAY,CAAC;IAClE,CAAC;IAgDD,YAAY,IAAY,EAAE,WAA4D,EAAE,IAAmC;QACvH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAiD,CAAC;YAChE,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;YACzC,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;YACzC,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,EAAE,OAAO,CAAC;YAC3C,cAAc,CAAC,iBAAiB,CAAC,GAAG,KAAK,EAAE,eAAe,CAAC;YAC3D,cAAc,CAAC,iBAAiB,CAAC,GAAG,KAAK,EAAE,eAAe,CAAC;YAC3D,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,EAAE,UAAU,CAAC;YACjD,cAAc,CAAC,qBAAqB,CAAC,GAAG,KAAK,EAAE,mBAAmB,CAAC;YACnE,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;SACxC;aAAM;YACH,MAAM,IAAI,GAAG,WAAgD,CAAC;YAC9D,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;YACxC,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;YACxC,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC;YAC1C,cAAc,CAAC,iBAAiB,CAAC,GAAG,IAAI,EAAE,eAAe,CAAC;YAC1D,cAAc,CAAC,iBAAiB,CAAC,GAAG,IAAI,EAAE,eAAe,CAAC;YAC1D,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,EAAE,UAAU,CAAC;YAChD,cAAc,CAAC,qBAAqB,CAAC,GAAG,IAAI,EAAE,mBAAmB,CAAC;YAClE,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC9C;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,iBAAiB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACtE,CAAC;;AAtGL,8CAuGC;AAzFG,gBAAgB;AACO,8BAAY,GAAG,+CAA+C,CAAC"}
|