@pulumi/scm 1.0.0-alpha.1764052075 → 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/getLocalUser.d.ts
CHANGED
|
@@ -24,19 +24,10 @@ export interface GetLocalUserResult {
|
|
|
24
24
|
* The device in which the resource is defined
|
|
25
25
|
*/
|
|
26
26
|
readonly device: string;
|
|
27
|
-
/**
|
|
28
|
-
* Is the local user disabled?
|
|
29
|
-
*/
|
|
30
27
|
readonly disabled: boolean;
|
|
31
|
-
/**
|
|
32
|
-
* Map of sensitive values returned from the API.
|
|
33
|
-
*/
|
|
34
28
|
readonly encryptedValues: {
|
|
35
29
|
[key: string]: string;
|
|
36
30
|
};
|
|
37
|
-
/**
|
|
38
|
-
* The folder in which the resource is defined
|
|
39
|
-
*/
|
|
40
31
|
readonly folder: string;
|
|
41
32
|
/**
|
|
42
33
|
* The UUID of the local user
|
|
@@ -46,13 +37,7 @@ export interface GetLocalUserResult {
|
|
|
46
37
|
* The name of the local user
|
|
47
38
|
*/
|
|
48
39
|
readonly name: string;
|
|
49
|
-
/**
|
|
50
|
-
* The password of the local user
|
|
51
|
-
*/
|
|
52
40
|
readonly password: string;
|
|
53
|
-
/**
|
|
54
|
-
* The snippet in which the resource is defined
|
|
55
|
-
*/
|
|
56
41
|
readonly snippet: string;
|
|
57
42
|
readonly tfid: string;
|
|
58
43
|
}
|
package/getLocalUser.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getLocalUser.js","sourceRoot":"","sources":["../getLocalUser.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,YAAY,CAAC,IAAsB,EAAE,IAA2B;IAC5E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,qCAAqC,EAAE;QAChE,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,oCAMC;
|
|
1
|
+
{"version":3,"file":"getLocalUser.js","sourceRoot":"","sources":["../getLocalUser.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,YAAY,CAAC,IAAsB,EAAE,IAA2B;IAC5E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,qCAAqC,EAAE;QAChE,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,oCAMC;AAuCD;;GAEG;AACH,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAAiC;IAC9F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,qCAAqC,EAAE;QACtE,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,gDAMC"}
|
package/getLocalUserGroup.d.ts
CHANGED
|
@@ -24,9 +24,6 @@ export interface GetLocalUserGroupResult {
|
|
|
24
24
|
* The device in which the resource is defined
|
|
25
25
|
*/
|
|
26
26
|
readonly device: string;
|
|
27
|
-
/**
|
|
28
|
-
* The folder in which the resource is defined
|
|
29
|
-
*/
|
|
30
27
|
readonly folder: string;
|
|
31
28
|
/**
|
|
32
29
|
* The UUID of the local user group
|
|
@@ -36,14 +33,8 @@ export interface GetLocalUserGroupResult {
|
|
|
36
33
|
* The name of the local user group
|
|
37
34
|
*/
|
|
38
35
|
readonly name: string;
|
|
39
|
-
/**
|
|
40
|
-
* The snippet in which the resource is defined
|
|
41
|
-
*/
|
|
42
36
|
readonly snippet: string;
|
|
43
37
|
readonly tfid: string;
|
|
44
|
-
/**
|
|
45
|
-
* The local user group users
|
|
46
|
-
*/
|
|
47
38
|
readonly users: string[];
|
|
48
39
|
}
|
|
49
40
|
/**
|
package/getLocalUserGroup.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getLocalUserGroup.js","sourceRoot":"","sources":["../getLocalUserGroup.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAA2B;IACtF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,+CAA+C,EAAE;QAC1E,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,8CAMC;
|
|
1
|
+
{"version":3,"file":"getLocalUserGroup.js","sourceRoot":"","sources":["../getLocalUserGroup.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAA2B;IACtF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,+CAA+C,EAAE;QAC1E,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,8CAMC;AAqCD;;GAEG;AACH,SAAgB,uBAAuB,CAAC,IAAiC,EAAE,IAAiC;IACxG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,+CAA+C,EAAE;QAChF,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,0DAMC"}
|
|
@@ -29,25 +29,16 @@ export interface GetLogForwardingProfileResult {
|
|
|
29
29
|
* The device in which the resource is defined
|
|
30
30
|
*/
|
|
31
31
|
readonly device: string;
|
|
32
|
-
/**
|
|
33
|
-
* The folder in which the resource is defined
|
|
34
|
-
*/
|
|
35
32
|
readonly folder: string;
|
|
36
33
|
/**
|
|
37
34
|
* The UUID of the log server profile
|
|
38
35
|
*/
|
|
39
36
|
readonly id: string;
|
|
40
|
-
/**
|
|
41
|
-
* Match list
|
|
42
|
-
*/
|
|
43
37
|
readonly matchLists: outputs.GetLogForwardingProfileMatchList[];
|
|
44
38
|
/**
|
|
45
39
|
* The name of the log forwarding profile
|
|
46
40
|
*/
|
|
47
41
|
readonly name: string;
|
|
48
|
-
/**
|
|
49
|
-
* The snippet in which the resource is defined
|
|
50
|
-
*/
|
|
51
42
|
readonly snippet: string;
|
|
52
43
|
readonly tfid: string;
|
|
53
44
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getLogForwardingProfile.js","sourceRoot":"","sources":["../getLogForwardingProfile.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,uBAAuB,CAAC,IAAiC,EAAE,IAA2B;IAClG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,2DAA2D,EAAE;QACtF,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,0DAMC;
|
|
1
|
+
{"version":3,"file":"getLogForwardingProfile.js","sourceRoot":"","sources":["../getLogForwardingProfile.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,uBAAuB,CAAC,IAAiC,EAAE,IAA2B;IAClG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,2DAA2D,EAAE;QACtF,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,0DAMC;AAyCD;;GAEG;AACH,SAAgB,6BAA6B,CAAC,IAAuC,EAAE,IAAiC;IACpH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,2DAA2D,EAAE;QAC5F,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,sEAMC"}
|
package/getLogicalRouter.d.ts
CHANGED
|
@@ -44,9 +44,6 @@ export interface GetLogicalRouterResult {
|
|
|
44
44
|
* The device in which the resource is defined
|
|
45
45
|
*/
|
|
46
46
|
readonly device: string;
|
|
47
|
-
/**
|
|
48
|
-
* The folder in which the resource is defined
|
|
49
|
-
*/
|
|
50
47
|
readonly folder: string;
|
|
51
48
|
/**
|
|
52
49
|
* UUID of the resource
|
|
@@ -56,18 +53,9 @@ export interface GetLogicalRouterResult {
|
|
|
56
53
|
* Name
|
|
57
54
|
*/
|
|
58
55
|
readonly name: string;
|
|
59
|
-
/**
|
|
60
|
-
* Routing stack
|
|
61
|
-
*/
|
|
62
56
|
readonly routingStack: string;
|
|
63
|
-
/**
|
|
64
|
-
* The snippet in which the resource is defined
|
|
65
|
-
*/
|
|
66
57
|
readonly snippet: string;
|
|
67
58
|
readonly tfid: string;
|
|
68
|
-
/**
|
|
69
|
-
* Vrf
|
|
70
|
-
*/
|
|
71
59
|
readonly vrves: outputs.GetLogicalRouterVrf[];
|
|
72
60
|
}
|
|
73
61
|
/**
|
package/getLogicalRouter.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getLogicalRouter.js","sourceRoot":"","sources":["../getLogicalRouter.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IACpF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,6CAA6C,EAAE;QACxE,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,4CAMC;
|
|
1
|
+
{"version":3,"file":"getLogicalRouter.js","sourceRoot":"","sources":["../getLogicalRouter.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IACpF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,6CAA6C,EAAE;QACxE,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,4CAMC;AAsCD;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,SAAgB,sBAAsB,CAAC,IAAgC,EAAE,IAAiC;IACtG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,6CAA6C,EAAE;QAC9E,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,wDAMC"}
|
|
@@ -52,37 +52,19 @@ export interface GetLoopbackInterfaceResult {
|
|
|
52
52
|
* The device in which the resource is defined
|
|
53
53
|
*/
|
|
54
54
|
readonly device: string;
|
|
55
|
-
/**
|
|
56
|
-
* The folder in which the resource is defined
|
|
57
|
-
*/
|
|
58
55
|
readonly folder: string;
|
|
59
56
|
/**
|
|
60
57
|
* UUID of the resource
|
|
61
58
|
*/
|
|
62
59
|
readonly id: string;
|
|
63
|
-
/**
|
|
64
|
-
* Interface management profile
|
|
65
|
-
*/
|
|
66
60
|
readonly interfaceManagementProfile: string;
|
|
67
|
-
/**
|
|
68
|
-
* Loopback IP Parent
|
|
69
|
-
*/
|
|
70
61
|
readonly ips: outputs.GetLoopbackInterfaceIp[];
|
|
71
|
-
/**
|
|
72
|
-
* Loopback IPv6 Configuration
|
|
73
|
-
*/
|
|
74
62
|
readonly ipv6: outputs.GetLoopbackInterfaceIpv6;
|
|
75
|
-
/**
|
|
76
|
-
* MTU
|
|
77
|
-
*/
|
|
78
63
|
readonly mtu: number;
|
|
79
64
|
/**
|
|
80
65
|
* Loopback Interface name
|
|
81
66
|
*/
|
|
82
67
|
readonly name: string;
|
|
83
|
-
/**
|
|
84
|
-
* The snippet in which the resource is defined
|
|
85
|
-
*/
|
|
86
68
|
readonly snippet: string;
|
|
87
69
|
readonly tfid: string;
|
|
88
70
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getLoopbackInterface.js","sourceRoot":"","sources":["../getLoopbackInterface.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAA2B;IAC5F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,qDAAqD,EAAE;QAChF,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,oDAMC;
|
|
1
|
+
{"version":3,"file":"getLoopbackInterface.js","sourceRoot":"","sources":["../getLoopbackInterface.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAA2B;IAC5F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,qDAAqD,EAAE;QAChF,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,oDAMC;AAgDD;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,SAAgB,0BAA0B,CAAC,IAAoC,EAAE,IAAiC;IAC9G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,qDAAqD,EAAE;QACtF,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,gEAMC"}
|
package/getNatRule.d.ts
CHANGED
|
@@ -9,35 +9,15 @@ import * as outputs from "./types/output";
|
|
|
9
9
|
* import * as pulumi from "@pulumi/pulumi";
|
|
10
10
|
* import * as scm from "@pulumi/scm";
|
|
11
11
|
*
|
|
12
|
-
* // Define the resource (the item to be created via API POST/PUT)
|
|
13
|
-
* const dnatExternalWebTestCreate = new scm.NatRule("dnat_external_web_test_create", {
|
|
14
|
-
* name: "DNAT-External-data-src-test_1",
|
|
15
|
-
* description: "Translate public VIP to internal web server.",
|
|
16
|
-
* froms: ["zone-untrust"],
|
|
17
|
-
* tos: ["zone-untrust"],
|
|
18
|
-
* sources: ["any"],
|
|
19
|
-
* destinations: ["any"],
|
|
20
|
-
* service: "service-http",
|
|
21
|
-
* folder: "All",
|
|
22
|
-
* natType: "ipv4",
|
|
23
|
-
* position: "pre",
|
|
24
|
-
* destinationTranslation: {
|
|
25
|
-
* translatedAddress: "10.1.1.16",
|
|
26
|
-
* translatedPort: 112,
|
|
27
|
-
* dnsRewrite: {
|
|
28
|
-
* direction: "reverse",
|
|
29
|
-
* },
|
|
30
|
-
* },
|
|
31
|
-
* });
|
|
32
12
|
* // Define the data source (the item to be retrieved via API GET)
|
|
33
|
-
* const dnatExternalWebTestGet = scm.
|
|
34
|
-
* id:
|
|
13
|
+
* const dnatExternalWebTestGet = scm.getNatRule({
|
|
14
|
+
* id: "574717ac-8a63-4b6f-bf77-f05a66ba6322",
|
|
35
15
|
* });
|
|
36
16
|
* export const retrievedIDAndName = {
|
|
37
|
-
* id: dnatExternalWebTestGet.
|
|
38
|
-
* name: dnatExternalWebTestGet.
|
|
17
|
+
* id: dnatExternalWebTestGet.then(dnatExternalWebTestGet => dnatExternalWebTestGet.id),
|
|
18
|
+
* name: dnatExternalWebTestGet.then(dnatExternalWebTestGet => dnatExternalWebTestGet.name),
|
|
39
19
|
* };
|
|
40
|
-
* export const retrievedDestinationTranslation = dnatExternalWebTestGet.
|
|
20
|
+
* export const retrievedDestinationTranslation = dnatExternalWebTestGet.then(dnatExternalWebTestGet => dnatExternalWebTestGet.destinationTranslation);
|
|
41
21
|
* export const recievedResponse = dnatExternalWebTestGet;
|
|
42
22
|
* ```
|
|
43
23
|
*/
|
|
@@ -150,35 +130,15 @@ export interface GetNatRuleResult {
|
|
|
150
130
|
* import * as pulumi from "@pulumi/pulumi";
|
|
151
131
|
* import * as scm from "@pulumi/scm";
|
|
152
132
|
*
|
|
153
|
-
* // Define the resource (the item to be created via API POST/PUT)
|
|
154
|
-
* const dnatExternalWebTestCreate = new scm.NatRule("dnat_external_web_test_create", {
|
|
155
|
-
* name: "DNAT-External-data-src-test_1",
|
|
156
|
-
* description: "Translate public VIP to internal web server.",
|
|
157
|
-
* froms: ["zone-untrust"],
|
|
158
|
-
* tos: ["zone-untrust"],
|
|
159
|
-
* sources: ["any"],
|
|
160
|
-
* destinations: ["any"],
|
|
161
|
-
* service: "service-http",
|
|
162
|
-
* folder: "All",
|
|
163
|
-
* natType: "ipv4",
|
|
164
|
-
* position: "pre",
|
|
165
|
-
* destinationTranslation: {
|
|
166
|
-
* translatedAddress: "10.1.1.16",
|
|
167
|
-
* translatedPort: 112,
|
|
168
|
-
* dnsRewrite: {
|
|
169
|
-
* direction: "reverse",
|
|
170
|
-
* },
|
|
171
|
-
* },
|
|
172
|
-
* });
|
|
173
133
|
* // Define the data source (the item to be retrieved via API GET)
|
|
174
|
-
* const dnatExternalWebTestGet = scm.
|
|
175
|
-
* id:
|
|
134
|
+
* const dnatExternalWebTestGet = scm.getNatRule({
|
|
135
|
+
* id: "574717ac-8a63-4b6f-bf77-f05a66ba6322",
|
|
176
136
|
* });
|
|
177
137
|
* export const retrievedIDAndName = {
|
|
178
|
-
* id: dnatExternalWebTestGet.
|
|
179
|
-
* name: dnatExternalWebTestGet.
|
|
138
|
+
* id: dnatExternalWebTestGet.then(dnatExternalWebTestGet => dnatExternalWebTestGet.id),
|
|
139
|
+
* name: dnatExternalWebTestGet.then(dnatExternalWebTestGet => dnatExternalWebTestGet.name),
|
|
180
140
|
* };
|
|
181
|
-
* export const retrievedDestinationTranslation = dnatExternalWebTestGet.
|
|
141
|
+
* export const retrievedDestinationTranslation = dnatExternalWebTestGet.then(dnatExternalWebTestGet => dnatExternalWebTestGet.destinationTranslation);
|
|
182
142
|
* export const recievedResponse = dnatExternalWebTestGet;
|
|
183
143
|
* ```
|
|
184
144
|
*/
|
package/getNatRule.js
CHANGED
|
@@ -14,35 +14,15 @@ const utilities = require("./utilities");
|
|
|
14
14
|
* import * as pulumi from "@pulumi/pulumi";
|
|
15
15
|
* import * as scm from "@pulumi/scm";
|
|
16
16
|
*
|
|
17
|
-
* // Define the resource (the item to be created via API POST/PUT)
|
|
18
|
-
* const dnatExternalWebTestCreate = new scm.NatRule("dnat_external_web_test_create", {
|
|
19
|
-
* name: "DNAT-External-data-src-test_1",
|
|
20
|
-
* description: "Translate public VIP to internal web server.",
|
|
21
|
-
* froms: ["zone-untrust"],
|
|
22
|
-
* tos: ["zone-untrust"],
|
|
23
|
-
* sources: ["any"],
|
|
24
|
-
* destinations: ["any"],
|
|
25
|
-
* service: "service-http",
|
|
26
|
-
* folder: "All",
|
|
27
|
-
* natType: "ipv4",
|
|
28
|
-
* position: "pre",
|
|
29
|
-
* destinationTranslation: {
|
|
30
|
-
* translatedAddress: "10.1.1.16",
|
|
31
|
-
* translatedPort: 112,
|
|
32
|
-
* dnsRewrite: {
|
|
33
|
-
* direction: "reverse",
|
|
34
|
-
* },
|
|
35
|
-
* },
|
|
36
|
-
* });
|
|
37
17
|
* // Define the data source (the item to be retrieved via API GET)
|
|
38
|
-
* const dnatExternalWebTestGet = scm.
|
|
39
|
-
* id:
|
|
18
|
+
* const dnatExternalWebTestGet = scm.getNatRule({
|
|
19
|
+
* id: "574717ac-8a63-4b6f-bf77-f05a66ba6322",
|
|
40
20
|
* });
|
|
41
21
|
* export const retrievedIDAndName = {
|
|
42
|
-
* id: dnatExternalWebTestGet.
|
|
43
|
-
* name: dnatExternalWebTestGet.
|
|
22
|
+
* id: dnatExternalWebTestGet.then(dnatExternalWebTestGet => dnatExternalWebTestGet.id),
|
|
23
|
+
* name: dnatExternalWebTestGet.then(dnatExternalWebTestGet => dnatExternalWebTestGet.name),
|
|
44
24
|
* };
|
|
45
|
-
* export const retrievedDestinationTranslation = dnatExternalWebTestGet.
|
|
25
|
+
* export const retrievedDestinationTranslation = dnatExternalWebTestGet.then(dnatExternalWebTestGet => dnatExternalWebTestGet.destinationTranslation);
|
|
46
26
|
* export const recievedResponse = dnatExternalWebTestGet;
|
|
47
27
|
* ```
|
|
48
28
|
*/
|
|
@@ -63,35 +43,15 @@ exports.getNatRule = getNatRule;
|
|
|
63
43
|
* import * as pulumi from "@pulumi/pulumi";
|
|
64
44
|
* import * as scm from "@pulumi/scm";
|
|
65
45
|
*
|
|
66
|
-
* // Define the resource (the item to be created via API POST/PUT)
|
|
67
|
-
* const dnatExternalWebTestCreate = new scm.NatRule("dnat_external_web_test_create", {
|
|
68
|
-
* name: "DNAT-External-data-src-test_1",
|
|
69
|
-
* description: "Translate public VIP to internal web server.",
|
|
70
|
-
* froms: ["zone-untrust"],
|
|
71
|
-
* tos: ["zone-untrust"],
|
|
72
|
-
* sources: ["any"],
|
|
73
|
-
* destinations: ["any"],
|
|
74
|
-
* service: "service-http",
|
|
75
|
-
* folder: "All",
|
|
76
|
-
* natType: "ipv4",
|
|
77
|
-
* position: "pre",
|
|
78
|
-
* destinationTranslation: {
|
|
79
|
-
* translatedAddress: "10.1.1.16",
|
|
80
|
-
* translatedPort: 112,
|
|
81
|
-
* dnsRewrite: {
|
|
82
|
-
* direction: "reverse",
|
|
83
|
-
* },
|
|
84
|
-
* },
|
|
85
|
-
* });
|
|
86
46
|
* // Define the data source (the item to be retrieved via API GET)
|
|
87
|
-
* const dnatExternalWebTestGet = scm.
|
|
88
|
-
* id:
|
|
47
|
+
* const dnatExternalWebTestGet = scm.getNatRule({
|
|
48
|
+
* id: "574717ac-8a63-4b6f-bf77-f05a66ba6322",
|
|
89
49
|
* });
|
|
90
50
|
* export const retrievedIDAndName = {
|
|
91
|
-
* id: dnatExternalWebTestGet.
|
|
92
|
-
* name: dnatExternalWebTestGet.
|
|
51
|
+
* id: dnatExternalWebTestGet.then(dnatExternalWebTestGet => dnatExternalWebTestGet.id),
|
|
52
|
+
* name: dnatExternalWebTestGet.then(dnatExternalWebTestGet => dnatExternalWebTestGet.name),
|
|
93
53
|
* };
|
|
94
|
-
* export const retrievedDestinationTranslation = dnatExternalWebTestGet.
|
|
54
|
+
* export const retrievedDestinationTranslation = dnatExternalWebTestGet.then(dnatExternalWebTestGet => dnatExternalWebTestGet.destinationTranslation);
|
|
95
55
|
* export const recievedResponse = dnatExternalWebTestGet;
|
|
96
56
|
* ```
|
|
97
57
|
*/
|
package/getNatRule.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getNatRule.js","sourceRoot":"","sources":["../getNatRule.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getNatRule.js","sourceRoot":"","sources":["../getNatRule.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,SAAgB,UAAU,CAAC,IAAoB,EAAE,IAA2B;IACxE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,iCAAiC,EAAE;QAC5D,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,gCAMC;AAsGD;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAAiC;IAC1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,iCAAiC,EAAE;QAClE,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,4CAMC"}
|
package/getOspfAuthProfile.d.ts
CHANGED
|
@@ -25,35 +25,20 @@ export interface GetOspfAuthProfileResult {
|
|
|
25
25
|
* The device in which the resource is defined
|
|
26
26
|
*/
|
|
27
27
|
readonly device: string;
|
|
28
|
-
/**
|
|
29
|
-
* Map of sensitive values returned from the API.
|
|
30
|
-
*/
|
|
31
28
|
readonly encryptedValues: {
|
|
32
29
|
[key: string]: string;
|
|
33
30
|
};
|
|
34
|
-
/**
|
|
35
|
-
* The folder in which the resource is defined
|
|
36
|
-
*/
|
|
37
31
|
readonly folder: string;
|
|
38
32
|
/**
|
|
39
33
|
* UUID of the resource
|
|
40
34
|
*/
|
|
41
35
|
readonly id: string;
|
|
42
|
-
/**
|
|
43
|
-
* MD5s
|
|
44
|
-
*/
|
|
45
36
|
readonly md5s: outputs.GetOspfAuthProfileMd5[];
|
|
46
37
|
/**
|
|
47
38
|
* Profile name
|
|
48
39
|
*/
|
|
49
40
|
readonly name: string;
|
|
50
|
-
/**
|
|
51
|
-
* Password
|
|
52
|
-
*/
|
|
53
41
|
readonly password: string;
|
|
54
|
-
/**
|
|
55
|
-
* The snippet in which the resource is defined
|
|
56
|
-
*/
|
|
57
42
|
readonly snippet: string;
|
|
58
43
|
readonly tfid: string;
|
|
59
44
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getOspfAuthProfile.js","sourceRoot":"","sources":["../getOspfAuthProfile.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAA2B;IACxF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,iDAAiD,EAAE;QAC5E,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,gDAMC;
|
|
1
|
+
{"version":3,"file":"getOspfAuthProfile.js","sourceRoot":"","sources":["../getOspfAuthProfile.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAA2B;IACxF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,iDAAiD,EAAE;QAC5E,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,gDAMC;AAuCD;;GAEG;AACH,SAAgB,wBAAwB,CAAC,IAAkC,EAAE,IAAiC;IAC1G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,iDAAiD,EAAE;QAClF,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,4DAMC"}
|
package/getPbfRule.d.ts
CHANGED
|
@@ -9,40 +9,13 @@ import * as outputs from "./types/output";
|
|
|
9
9
|
* import * as pulumi from "@pulumi/pulumi";
|
|
10
10
|
* import * as scm from "@pulumi/scm";
|
|
11
11
|
*
|
|
12
|
-
* const exampleTag = new scm.Tag("example_tag", {
|
|
13
|
-
* folder: "All",
|
|
14
|
-
* name: "pbf-rule-tag-ds-test-1",
|
|
15
|
-
* color: "Red",
|
|
16
|
-
* });
|
|
17
|
-
* // --- PBF Rule Resource with discard action---
|
|
18
|
-
* const examplePbfRule = new scm.PbfRule("example_pbf_rule", {
|
|
19
|
-
* name: "pbf-test-ds-rule-discard",
|
|
20
|
-
* folder: "All",
|
|
21
|
-
* description: "Data Source testing pbf rule.",
|
|
22
|
-
* from: {
|
|
23
|
-
* zones: ["zone-untrust"],
|
|
24
|
-
* },
|
|
25
|
-
* sources: ["any"],
|
|
26
|
-
* destinations: ["any"],
|
|
27
|
-
* applications: ["any"],
|
|
28
|
-
* services: ["service-http"],
|
|
29
|
-
* sourceUsers: ["any"],
|
|
30
|
-
* action: {
|
|
31
|
-
* discard: {},
|
|
32
|
-
* },
|
|
33
|
-
* tags: [exampleTag.name],
|
|
34
|
-
* enforceSymmetricReturn: {
|
|
35
|
-
* enabled: false,
|
|
36
|
-
* },
|
|
37
|
-
* schedule: "non-work-hours",
|
|
38
|
-
* });
|
|
39
12
|
* // Define the data source (the item to be retrieved via API GET)
|
|
40
|
-
* const pbfExternalWebTestGet = scm.
|
|
41
|
-
* id:
|
|
13
|
+
* const pbfExternalWebTestGet = scm.getPbfRule({
|
|
14
|
+
* id: "044d67ad-1c36-4b97-bbf4-584445fe8a7d",
|
|
42
15
|
* });
|
|
43
16
|
* export const retrievedIDAndName = {
|
|
44
|
-
* id: pbfExternalWebTestGet.
|
|
45
|
-
* name: pbfExternalWebTestGet.
|
|
17
|
+
* id: pbfExternalWebTestGet.then(pbfExternalWebTestGet => pbfExternalWebTestGet.id),
|
|
18
|
+
* name: pbfExternalWebTestGet.then(pbfExternalWebTestGet => pbfExternalWebTestGet.name),
|
|
46
19
|
* };
|
|
47
20
|
* export const recievedResponse = pbfExternalWebTestGet;
|
|
48
21
|
* ```
|
|
@@ -85,17 +58,8 @@ export interface GetPbfRuleResult {
|
|
|
85
58
|
* The device in which the resource is defined
|
|
86
59
|
*/
|
|
87
60
|
readonly device: string;
|
|
88
|
-
/**
|
|
89
|
-
* Enforce symmetric return
|
|
90
|
-
*/
|
|
91
61
|
readonly enforceSymmetricReturn: outputs.GetPbfRuleEnforceSymmetricReturn;
|
|
92
|
-
/**
|
|
93
|
-
* The folder in which the resource is defined
|
|
94
|
-
*/
|
|
95
62
|
readonly folder: string;
|
|
96
|
-
/**
|
|
97
|
-
* From
|
|
98
|
-
*/
|
|
99
63
|
readonly from: outputs.GetPbfRuleFrom;
|
|
100
64
|
/**
|
|
101
65
|
* UUID of the resource
|
|
@@ -105,29 +69,11 @@ export interface GetPbfRuleResult {
|
|
|
105
69
|
* PBF rule name
|
|
106
70
|
*/
|
|
107
71
|
readonly name: string;
|
|
108
|
-
/**
|
|
109
|
-
* Schedule
|
|
110
|
-
*/
|
|
111
72
|
readonly schedule: string;
|
|
112
|
-
/**
|
|
113
|
-
* Services
|
|
114
|
-
*/
|
|
115
73
|
readonly services: string[];
|
|
116
|
-
/**
|
|
117
|
-
* The snippet in which the resource is defined
|
|
118
|
-
*/
|
|
119
74
|
readonly snippet: string;
|
|
120
|
-
/**
|
|
121
|
-
* Source users
|
|
122
|
-
*/
|
|
123
75
|
readonly sourceUsers: string[];
|
|
124
|
-
/**
|
|
125
|
-
* Source addresses
|
|
126
|
-
*/
|
|
127
76
|
readonly sources: string[];
|
|
128
|
-
/**
|
|
129
|
-
* Tags
|
|
130
|
-
*/
|
|
131
77
|
readonly tags: string[];
|
|
132
78
|
readonly tfid: string;
|
|
133
79
|
}
|
|
@@ -140,40 +86,13 @@ export interface GetPbfRuleResult {
|
|
|
140
86
|
* import * as pulumi from "@pulumi/pulumi";
|
|
141
87
|
* import * as scm from "@pulumi/scm";
|
|
142
88
|
*
|
|
143
|
-
* const exampleTag = new scm.Tag("example_tag", {
|
|
144
|
-
* folder: "All",
|
|
145
|
-
* name: "pbf-rule-tag-ds-test-1",
|
|
146
|
-
* color: "Red",
|
|
147
|
-
* });
|
|
148
|
-
* // --- PBF Rule Resource with discard action---
|
|
149
|
-
* const examplePbfRule = new scm.PbfRule("example_pbf_rule", {
|
|
150
|
-
* name: "pbf-test-ds-rule-discard",
|
|
151
|
-
* folder: "All",
|
|
152
|
-
* description: "Data Source testing pbf rule.",
|
|
153
|
-
* from: {
|
|
154
|
-
* zones: ["zone-untrust"],
|
|
155
|
-
* },
|
|
156
|
-
* sources: ["any"],
|
|
157
|
-
* destinations: ["any"],
|
|
158
|
-
* applications: ["any"],
|
|
159
|
-
* services: ["service-http"],
|
|
160
|
-
* sourceUsers: ["any"],
|
|
161
|
-
* action: {
|
|
162
|
-
* discard: {},
|
|
163
|
-
* },
|
|
164
|
-
* tags: [exampleTag.name],
|
|
165
|
-
* enforceSymmetricReturn: {
|
|
166
|
-
* enabled: false,
|
|
167
|
-
* },
|
|
168
|
-
* schedule: "non-work-hours",
|
|
169
|
-
* });
|
|
170
89
|
* // Define the data source (the item to be retrieved via API GET)
|
|
171
|
-
* const pbfExternalWebTestGet = scm.
|
|
172
|
-
* id:
|
|
90
|
+
* const pbfExternalWebTestGet = scm.getPbfRule({
|
|
91
|
+
* id: "044d67ad-1c36-4b97-bbf4-584445fe8a7d",
|
|
173
92
|
* });
|
|
174
93
|
* export const retrievedIDAndName = {
|
|
175
|
-
* id: pbfExternalWebTestGet.
|
|
176
|
-
* name: pbfExternalWebTestGet.
|
|
94
|
+
* id: pbfExternalWebTestGet.then(pbfExternalWebTestGet => pbfExternalWebTestGet.id),
|
|
95
|
+
* name: pbfExternalWebTestGet.then(pbfExternalWebTestGet => pbfExternalWebTestGet.name),
|
|
177
96
|
* };
|
|
178
97
|
* export const recievedResponse = pbfExternalWebTestGet;
|
|
179
98
|
* ```
|
package/getPbfRule.js
CHANGED
|
@@ -14,40 +14,13 @@ const utilities = require("./utilities");
|
|
|
14
14
|
* import * as pulumi from "@pulumi/pulumi";
|
|
15
15
|
* import * as scm from "@pulumi/scm";
|
|
16
16
|
*
|
|
17
|
-
* const exampleTag = new scm.Tag("example_tag", {
|
|
18
|
-
* folder: "All",
|
|
19
|
-
* name: "pbf-rule-tag-ds-test-1",
|
|
20
|
-
* color: "Red",
|
|
21
|
-
* });
|
|
22
|
-
* // --- PBF Rule Resource with discard action---
|
|
23
|
-
* const examplePbfRule = new scm.PbfRule("example_pbf_rule", {
|
|
24
|
-
* name: "pbf-test-ds-rule-discard",
|
|
25
|
-
* folder: "All",
|
|
26
|
-
* description: "Data Source testing pbf rule.",
|
|
27
|
-
* from: {
|
|
28
|
-
* zones: ["zone-untrust"],
|
|
29
|
-
* },
|
|
30
|
-
* sources: ["any"],
|
|
31
|
-
* destinations: ["any"],
|
|
32
|
-
* applications: ["any"],
|
|
33
|
-
* services: ["service-http"],
|
|
34
|
-
* sourceUsers: ["any"],
|
|
35
|
-
* action: {
|
|
36
|
-
* discard: {},
|
|
37
|
-
* },
|
|
38
|
-
* tags: [exampleTag.name],
|
|
39
|
-
* enforceSymmetricReturn: {
|
|
40
|
-
* enabled: false,
|
|
41
|
-
* },
|
|
42
|
-
* schedule: "non-work-hours",
|
|
43
|
-
* });
|
|
44
17
|
* // Define the data source (the item to be retrieved via API GET)
|
|
45
|
-
* const pbfExternalWebTestGet = scm.
|
|
46
|
-
* id:
|
|
18
|
+
* const pbfExternalWebTestGet = scm.getPbfRule({
|
|
19
|
+
* id: "044d67ad-1c36-4b97-bbf4-584445fe8a7d",
|
|
47
20
|
* });
|
|
48
21
|
* export const retrievedIDAndName = {
|
|
49
|
-
* id: pbfExternalWebTestGet.
|
|
50
|
-
* name: pbfExternalWebTestGet.
|
|
22
|
+
* id: pbfExternalWebTestGet.then(pbfExternalWebTestGet => pbfExternalWebTestGet.id),
|
|
23
|
+
* name: pbfExternalWebTestGet.then(pbfExternalWebTestGet => pbfExternalWebTestGet.name),
|
|
51
24
|
* };
|
|
52
25
|
* export const recievedResponse = pbfExternalWebTestGet;
|
|
53
26
|
* ```
|
|
@@ -69,40 +42,13 @@ exports.getPbfRule = getPbfRule;
|
|
|
69
42
|
* import * as pulumi from "@pulumi/pulumi";
|
|
70
43
|
* import * as scm from "@pulumi/scm";
|
|
71
44
|
*
|
|
72
|
-
* const exampleTag = new scm.Tag("example_tag", {
|
|
73
|
-
* folder: "All",
|
|
74
|
-
* name: "pbf-rule-tag-ds-test-1",
|
|
75
|
-
* color: "Red",
|
|
76
|
-
* });
|
|
77
|
-
* // --- PBF Rule Resource with discard action---
|
|
78
|
-
* const examplePbfRule = new scm.PbfRule("example_pbf_rule", {
|
|
79
|
-
* name: "pbf-test-ds-rule-discard",
|
|
80
|
-
* folder: "All",
|
|
81
|
-
* description: "Data Source testing pbf rule.",
|
|
82
|
-
* from: {
|
|
83
|
-
* zones: ["zone-untrust"],
|
|
84
|
-
* },
|
|
85
|
-
* sources: ["any"],
|
|
86
|
-
* destinations: ["any"],
|
|
87
|
-
* applications: ["any"],
|
|
88
|
-
* services: ["service-http"],
|
|
89
|
-
* sourceUsers: ["any"],
|
|
90
|
-
* action: {
|
|
91
|
-
* discard: {},
|
|
92
|
-
* },
|
|
93
|
-
* tags: [exampleTag.name],
|
|
94
|
-
* enforceSymmetricReturn: {
|
|
95
|
-
* enabled: false,
|
|
96
|
-
* },
|
|
97
|
-
* schedule: "non-work-hours",
|
|
98
|
-
* });
|
|
99
45
|
* // Define the data source (the item to be retrieved via API GET)
|
|
100
|
-
* const pbfExternalWebTestGet = scm.
|
|
101
|
-
* id:
|
|
46
|
+
* const pbfExternalWebTestGet = scm.getPbfRule({
|
|
47
|
+
* id: "044d67ad-1c36-4b97-bbf4-584445fe8a7d",
|
|
102
48
|
* });
|
|
103
49
|
* export const retrievedIDAndName = {
|
|
104
|
-
* id: pbfExternalWebTestGet.
|
|
105
|
-
* name: pbfExternalWebTestGet.
|
|
50
|
+
* id: pbfExternalWebTestGet.then(pbfExternalWebTestGet => pbfExternalWebTestGet.id),
|
|
51
|
+
* name: pbfExternalWebTestGet.then(pbfExternalWebTestGet => pbfExternalWebTestGet.name),
|
|
106
52
|
* };
|
|
107
53
|
* export const recievedResponse = pbfExternalWebTestGet;
|
|
108
54
|
* ```
|
package/getPbfRule.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getPbfRule.js","sourceRoot":"","sources":["../getPbfRule.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getPbfRule.js","sourceRoot":"","sources":["../getPbfRule.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;GAmBG;AACH,SAAgB,UAAU,CAAC,IAAoB,EAAE,IAA2B;IACxE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,iCAAiC,EAAE;QAC5D,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,gCAMC;AA2DD;;;;;;;;;;;;;;;;;;;GAmBG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAAiC;IAC1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,iCAAiC,EAAE;QAClE,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,4CAMC"}
|