@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/ethernetInterface.d.ts
CHANGED
|
@@ -11,6 +11,15 @@ import * as outputs from "./types/output";
|
|
|
11
11
|
* import * as scm from "@pulumi/scm";
|
|
12
12
|
*
|
|
13
13
|
* //
|
|
14
|
+
* // Creates various resources used for subsequent examples
|
|
15
|
+
* //
|
|
16
|
+
* const scmAeIntf = new scm.AggregateInterface("scm_ae_intf", {
|
|
17
|
+
* name: "$scm_ae_intf",
|
|
18
|
+
* comment: "Managed by Pulumi",
|
|
19
|
+
* folder: "ngfw-shared",
|
|
20
|
+
* layer2: {},
|
|
21
|
+
* });
|
|
22
|
+
* //
|
|
14
23
|
* // Creates a layer 2 ethernet interface without vlan configuration
|
|
15
24
|
* //
|
|
16
25
|
* const scmL2Intf = new scm.EthernetInterface("scm_l2_intf", {
|
|
@@ -110,6 +119,34 @@ import * as outputs from "./types/output";
|
|
|
110
119
|
* mtu: 1500,
|
|
111
120
|
* },
|
|
112
121
|
* });
|
|
122
|
+
* //
|
|
123
|
+
* // Creates an ethernet interface assigned to an AggregateEthernet Interface
|
|
124
|
+
* //
|
|
125
|
+
* const scmAeMember1 = new scm.EthernetInterface("scm_ae_member_1", {
|
|
126
|
+
* name: "$scm_ae_member_1",
|
|
127
|
+
* comment: "Managed by Pulumi",
|
|
128
|
+
* folder: "ngfw-shared",
|
|
129
|
+
* aggregateGroup: "$scm_ae_intf",
|
|
130
|
+
* linkSpeed: "auto",
|
|
131
|
+
* linkDuplex: "full",
|
|
132
|
+
* linkState: "auto",
|
|
133
|
+
* }, {
|
|
134
|
+
* dependsOn: [scmAeIntf],
|
|
135
|
+
* });
|
|
136
|
+
* //
|
|
137
|
+
* // Creates an ethernet interface assigned to an AggregateEthernet Interface
|
|
138
|
+
* //
|
|
139
|
+
* const scmAeMember2 = new scm.EthernetInterface("scm_ae_member_2", {
|
|
140
|
+
* name: "$scm_ae_member_2",
|
|
141
|
+
* comment: "Managed by Pulumi",
|
|
142
|
+
* folder: "ngfw-shared",
|
|
143
|
+
* aggregateGroup: "$scm_ae_intf",
|
|
144
|
+
* linkSpeed: "auto",
|
|
145
|
+
* linkDuplex: "full",
|
|
146
|
+
* linkState: "auto",
|
|
147
|
+
* }, {
|
|
148
|
+
* dependsOn: [scmAeIntf],
|
|
149
|
+
* });
|
|
113
150
|
* ```
|
|
114
151
|
*/
|
|
115
152
|
export declare class EthernetInterface extends pulumi.CustomResource {
|
|
@@ -128,6 +165,10 @@ export declare class EthernetInterface extends pulumi.CustomResource {
|
|
|
128
165
|
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
129
166
|
*/
|
|
130
167
|
static isInstance(obj: any): obj is EthernetInterface;
|
|
168
|
+
/**
|
|
169
|
+
* Aggregate group
|
|
170
|
+
*/
|
|
171
|
+
readonly aggregateGroup: pulumi.Output<string | undefined>;
|
|
131
172
|
/**
|
|
132
173
|
* Interface description
|
|
133
174
|
*/
|
|
@@ -138,6 +179,8 @@ export declare class EthernetInterface extends pulumi.CustomResource {
|
|
|
138
179
|
readonly defaultValue: pulumi.Output<string | undefined>;
|
|
139
180
|
/**
|
|
140
181
|
* The device in which the resource is defined
|
|
182
|
+
*
|
|
183
|
+
* > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
|
|
141
184
|
*/
|
|
142
185
|
readonly device: pulumi.Output<string | undefined>;
|
|
143
186
|
/**
|
|
@@ -148,14 +191,20 @@ export declare class EthernetInterface extends pulumi.CustomResource {
|
|
|
148
191
|
}>;
|
|
149
192
|
/**
|
|
150
193
|
* The folder in which the resource is defined
|
|
194
|
+
*
|
|
195
|
+
* > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
|
|
151
196
|
*/
|
|
152
197
|
readonly folder: pulumi.Output<string | undefined>;
|
|
153
198
|
/**
|
|
154
199
|
* Layer2
|
|
200
|
+
*
|
|
201
|
+
* > ℹ️ **Note:** You must specify exactly one of `aggregateGroup`, `layer2`, `layer3`, and `tap`.
|
|
155
202
|
*/
|
|
156
203
|
readonly layer2: pulumi.Output<outputs.EthernetInterfaceLayer2 | undefined>;
|
|
157
204
|
/**
|
|
158
205
|
* Ethernet Interface Layer 3 configuration
|
|
206
|
+
*
|
|
207
|
+
* > ℹ️ **Note:** You must specify exactly one of `aggregateGroup`, `layer2`, `layer3`, and `tap`.
|
|
159
208
|
*/
|
|
160
209
|
readonly layer3: pulumi.Output<outputs.EthernetInterfaceLayer3>;
|
|
161
210
|
/**
|
|
@@ -180,10 +229,14 @@ export declare class EthernetInterface extends pulumi.CustomResource {
|
|
|
180
229
|
readonly poe: pulumi.Output<outputs.EthernetInterfacePoe>;
|
|
181
230
|
/**
|
|
182
231
|
* The snippet in which the resource is defined
|
|
232
|
+
*
|
|
233
|
+
* > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
|
|
183
234
|
*/
|
|
184
235
|
readonly snippet: pulumi.Output<string | undefined>;
|
|
185
236
|
/**
|
|
186
237
|
* Tap
|
|
238
|
+
*
|
|
239
|
+
* > ℹ️ **Note:** You must specify exactly one of `aggregateGroup`, `layer2`, `layer3`, and `tap`.
|
|
187
240
|
*/
|
|
188
241
|
readonly tap: pulumi.Output<outputs.EthernetInterfaceTap | undefined>;
|
|
189
242
|
readonly tfid: pulumi.Output<string>;
|
|
@@ -200,6 +253,10 @@ export declare class EthernetInterface extends pulumi.CustomResource {
|
|
|
200
253
|
* Input properties used for looking up and filtering EthernetInterface resources.
|
|
201
254
|
*/
|
|
202
255
|
export interface EthernetInterfaceState {
|
|
256
|
+
/**
|
|
257
|
+
* Aggregate group
|
|
258
|
+
*/
|
|
259
|
+
aggregateGroup?: pulumi.Input<string>;
|
|
203
260
|
/**
|
|
204
261
|
* Interface description
|
|
205
262
|
*/
|
|
@@ -210,6 +267,8 @@ export interface EthernetInterfaceState {
|
|
|
210
267
|
defaultValue?: pulumi.Input<string>;
|
|
211
268
|
/**
|
|
212
269
|
* The device in which the resource is defined
|
|
270
|
+
*
|
|
271
|
+
* > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
|
|
213
272
|
*/
|
|
214
273
|
device?: pulumi.Input<string>;
|
|
215
274
|
/**
|
|
@@ -220,14 +279,20 @@ export interface EthernetInterfaceState {
|
|
|
220
279
|
}>;
|
|
221
280
|
/**
|
|
222
281
|
* The folder in which the resource is defined
|
|
282
|
+
*
|
|
283
|
+
* > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
|
|
223
284
|
*/
|
|
224
285
|
folder?: pulumi.Input<string>;
|
|
225
286
|
/**
|
|
226
287
|
* Layer2
|
|
288
|
+
*
|
|
289
|
+
* > ℹ️ **Note:** You must specify exactly one of `aggregateGroup`, `layer2`, `layer3`, and `tap`.
|
|
227
290
|
*/
|
|
228
291
|
layer2?: pulumi.Input<inputs.EthernetInterfaceLayer2>;
|
|
229
292
|
/**
|
|
230
293
|
* Ethernet Interface Layer 3 configuration
|
|
294
|
+
*
|
|
295
|
+
* > ℹ️ **Note:** You must specify exactly one of `aggregateGroup`, `layer2`, `layer3`, and `tap`.
|
|
231
296
|
*/
|
|
232
297
|
layer3?: pulumi.Input<inputs.EthernetInterfaceLayer3>;
|
|
233
298
|
/**
|
|
@@ -252,10 +317,14 @@ export interface EthernetInterfaceState {
|
|
|
252
317
|
poe?: pulumi.Input<inputs.EthernetInterfacePoe>;
|
|
253
318
|
/**
|
|
254
319
|
* The snippet in which the resource is defined
|
|
320
|
+
*
|
|
321
|
+
* > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
|
|
255
322
|
*/
|
|
256
323
|
snippet?: pulumi.Input<string>;
|
|
257
324
|
/**
|
|
258
325
|
* Tap
|
|
326
|
+
*
|
|
327
|
+
* > ℹ️ **Note:** You must specify exactly one of `aggregateGroup`, `layer2`, `layer3`, and `tap`.
|
|
259
328
|
*/
|
|
260
329
|
tap?: pulumi.Input<inputs.EthernetInterfaceTap>;
|
|
261
330
|
tfid?: pulumi.Input<string>;
|
|
@@ -264,6 +333,10 @@ export interface EthernetInterfaceState {
|
|
|
264
333
|
* The set of arguments for constructing a EthernetInterface resource.
|
|
265
334
|
*/
|
|
266
335
|
export interface EthernetInterfaceArgs {
|
|
336
|
+
/**
|
|
337
|
+
* Aggregate group
|
|
338
|
+
*/
|
|
339
|
+
aggregateGroup?: pulumi.Input<string>;
|
|
267
340
|
/**
|
|
268
341
|
* Interface description
|
|
269
342
|
*/
|
|
@@ -274,18 +347,26 @@ export interface EthernetInterfaceArgs {
|
|
|
274
347
|
defaultValue?: pulumi.Input<string>;
|
|
275
348
|
/**
|
|
276
349
|
* The device in which the resource is defined
|
|
350
|
+
*
|
|
351
|
+
* > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
|
|
277
352
|
*/
|
|
278
353
|
device?: pulumi.Input<string>;
|
|
279
354
|
/**
|
|
280
355
|
* The folder in which the resource is defined
|
|
356
|
+
*
|
|
357
|
+
* > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
|
|
281
358
|
*/
|
|
282
359
|
folder?: pulumi.Input<string>;
|
|
283
360
|
/**
|
|
284
361
|
* Layer2
|
|
362
|
+
*
|
|
363
|
+
* > ℹ️ **Note:** You must specify exactly one of `aggregateGroup`, `layer2`, `layer3`, and `tap`.
|
|
285
364
|
*/
|
|
286
365
|
layer2?: pulumi.Input<inputs.EthernetInterfaceLayer2>;
|
|
287
366
|
/**
|
|
288
367
|
* Ethernet Interface Layer 3 configuration
|
|
368
|
+
*
|
|
369
|
+
* > ℹ️ **Note:** You must specify exactly one of `aggregateGroup`, `layer2`, `layer3`, and `tap`.
|
|
289
370
|
*/
|
|
290
371
|
layer3?: pulumi.Input<inputs.EthernetInterfaceLayer3>;
|
|
291
372
|
/**
|
|
@@ -310,10 +391,14 @@ export interface EthernetInterfaceArgs {
|
|
|
310
391
|
poe?: pulumi.Input<inputs.EthernetInterfacePoe>;
|
|
311
392
|
/**
|
|
312
393
|
* The snippet in which the resource is defined
|
|
394
|
+
*
|
|
395
|
+
* > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
|
|
313
396
|
*/
|
|
314
397
|
snippet?: pulumi.Input<string>;
|
|
315
398
|
/**
|
|
316
399
|
* Tap
|
|
400
|
+
*
|
|
401
|
+
* > ℹ️ **Note:** You must specify exactly one of `aggregateGroup`, `layer2`, `layer3`, and `tap`.
|
|
317
402
|
*/
|
|
318
403
|
tap?: pulumi.Input<inputs.EthernetInterfaceTap>;
|
|
319
404
|
}
|
package/ethernetInterface.js
CHANGED
|
@@ -15,6 +15,15 @@ const utilities = require("./utilities");
|
|
|
15
15
|
* import * as scm from "@pulumi/scm";
|
|
16
16
|
*
|
|
17
17
|
* //
|
|
18
|
+
* // Creates various resources used for subsequent examples
|
|
19
|
+
* //
|
|
20
|
+
* const scmAeIntf = new scm.AggregateInterface("scm_ae_intf", {
|
|
21
|
+
* name: "$scm_ae_intf",
|
|
22
|
+
* comment: "Managed by Pulumi",
|
|
23
|
+
* folder: "ngfw-shared",
|
|
24
|
+
* layer2: {},
|
|
25
|
+
* });
|
|
26
|
+
* //
|
|
18
27
|
* // Creates a layer 2 ethernet interface without vlan configuration
|
|
19
28
|
* //
|
|
20
29
|
* const scmL2Intf = new scm.EthernetInterface("scm_l2_intf", {
|
|
@@ -114,6 +123,34 @@ const utilities = require("./utilities");
|
|
|
114
123
|
* mtu: 1500,
|
|
115
124
|
* },
|
|
116
125
|
* });
|
|
126
|
+
* //
|
|
127
|
+
* // Creates an ethernet interface assigned to an AggregateEthernet Interface
|
|
128
|
+
* //
|
|
129
|
+
* const scmAeMember1 = new scm.EthernetInterface("scm_ae_member_1", {
|
|
130
|
+
* name: "$scm_ae_member_1",
|
|
131
|
+
* comment: "Managed by Pulumi",
|
|
132
|
+
* folder: "ngfw-shared",
|
|
133
|
+
* aggregateGroup: "$scm_ae_intf",
|
|
134
|
+
* linkSpeed: "auto",
|
|
135
|
+
* linkDuplex: "full",
|
|
136
|
+
* linkState: "auto",
|
|
137
|
+
* }, {
|
|
138
|
+
* dependsOn: [scmAeIntf],
|
|
139
|
+
* });
|
|
140
|
+
* //
|
|
141
|
+
* // Creates an ethernet interface assigned to an AggregateEthernet Interface
|
|
142
|
+
* //
|
|
143
|
+
* const scmAeMember2 = new scm.EthernetInterface("scm_ae_member_2", {
|
|
144
|
+
* name: "$scm_ae_member_2",
|
|
145
|
+
* comment: "Managed by Pulumi",
|
|
146
|
+
* folder: "ngfw-shared",
|
|
147
|
+
* aggregateGroup: "$scm_ae_intf",
|
|
148
|
+
* linkSpeed: "auto",
|
|
149
|
+
* linkDuplex: "full",
|
|
150
|
+
* linkState: "auto",
|
|
151
|
+
* }, {
|
|
152
|
+
* dependsOn: [scmAeIntf],
|
|
153
|
+
* });
|
|
117
154
|
* ```
|
|
118
155
|
*/
|
|
119
156
|
class EthernetInterface extends pulumi.CustomResource {
|
|
@@ -144,6 +181,7 @@ class EthernetInterface extends pulumi.CustomResource {
|
|
|
144
181
|
opts = opts || {};
|
|
145
182
|
if (opts.id) {
|
|
146
183
|
const state = argsOrState;
|
|
184
|
+
resourceInputs["aggregateGroup"] = state?.aggregateGroup;
|
|
147
185
|
resourceInputs["comment"] = state?.comment;
|
|
148
186
|
resourceInputs["defaultValue"] = state?.defaultValue;
|
|
149
187
|
resourceInputs["device"] = state?.device;
|
|
@@ -162,6 +200,7 @@ class EthernetInterface extends pulumi.CustomResource {
|
|
|
162
200
|
}
|
|
163
201
|
else {
|
|
164
202
|
const args = argsOrState;
|
|
203
|
+
resourceInputs["aggregateGroup"] = args?.aggregateGroup;
|
|
165
204
|
resourceInputs["comment"] = args?.comment;
|
|
166
205
|
resourceInputs["defaultValue"] = args?.defaultValue;
|
|
167
206
|
resourceInputs["device"] = args?.device;
|
package/ethernetInterface.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ethernetInterface.js","sourceRoot":"","sources":["../ethernetInterface.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"ethernetInterface.js","sourceRoot":"","sources":["../ethernetInterface.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmJG;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;IAoFD,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,gBAAgB,CAAC,GAAG,KAAK,EAAE,cAAc,CAAC;YACzD,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,EAAE,OAAO,CAAC;YAC3C,cAAc,CAAC,cAAc,CAAC,GAAG,KAAK,EAAE,YAAY,CAAC;YACrD,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;YACzC,cAAc,CAAC,iBAAiB,CAAC,GAAG,KAAK,EAAE,eAAe,CAAC;YAC3D,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;YACzC,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;YACzC,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;YACzC,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,EAAE,UAAU,CAAC;YACjD,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,EAAE,SAAS,CAAC;YAC/C,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,EAAE,SAAS,CAAC;YAC/C,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,cAAc,CAAC,KAAK,CAAC,GAAG,KAAK,EAAE,GAAG,CAAC;YACnC,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,EAAE,OAAO,CAAC;YAC3C,cAAc,CAAC,KAAK,CAAC,GAAG,KAAK,EAAE,GAAG,CAAC;YACnC,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;SACxC;aAAM;YACH,MAAM,IAAI,GAAG,WAAgD,CAAC;YAC9D,cAAc,CAAC,gBAAgB,CAAC,GAAG,IAAI,EAAE,cAAc,CAAC;YACxD,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC;YAC1C,cAAc,CAAC,cAAc,CAAC,GAAG,IAAI,EAAE,YAAY,CAAC;YACpD,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;YACxC,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;YACxC,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;YACxC,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;YACxC,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,EAAE,UAAU,CAAC;YAChD,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,EAAE,SAAS,CAAC;YAC9C,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,EAAE,SAAS,CAAC;YAC9C,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,KAAK,CAAC,GAAG,IAAI,EAAE,GAAG,CAAC;YAClC,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC;YAC1C,cAAc,CAAC,KAAK,CAAC,GAAG,IAAI,EAAE,GAAG,CAAC;YAClC,cAAc,CAAC,iBAAiB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACtD,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,MAAM,UAAU,GAAG,EAAE,uBAAuB,EAAE,CAAC,iBAAiB,CAAC,EAAE,CAAC;QACpE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,UAAU,CAAC,CAAC;QAC7C,KAAK,CAAC,iBAAiB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACtE,CAAC;;AA1JL,8CA2JC;AA7IG,gBAAgB;AACO,8BAAY,GAAG,+CAA+C,CAAC"}
|
package/externalDynamicList.d.ts
CHANGED
|
@@ -114,6 +114,8 @@ export declare class ExternalDynamicList extends pulumi.CustomResource {
|
|
|
114
114
|
}>;
|
|
115
115
|
/**
|
|
116
116
|
* The folder in which the resource is defined
|
|
117
|
+
*
|
|
118
|
+
* > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
|
|
117
119
|
*/
|
|
118
120
|
readonly folder: pulumi.Output<string | undefined>;
|
|
119
121
|
/**
|
|
@@ -122,6 +124,8 @@ export declare class ExternalDynamicList extends pulumi.CustomResource {
|
|
|
122
124
|
readonly name: pulumi.Output<string>;
|
|
123
125
|
/**
|
|
124
126
|
* The snippet in which the resource is defined
|
|
127
|
+
*
|
|
128
|
+
* > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
|
|
125
129
|
*/
|
|
126
130
|
readonly snippet: pulumi.Output<string | undefined>;
|
|
127
131
|
readonly tfid: pulumi.Output<string>;
|
|
@@ -154,6 +158,8 @@ export interface ExternalDynamicListState {
|
|
|
154
158
|
}>;
|
|
155
159
|
/**
|
|
156
160
|
* The folder in which the resource is defined
|
|
161
|
+
*
|
|
162
|
+
* > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
|
|
157
163
|
*/
|
|
158
164
|
folder?: pulumi.Input<string>;
|
|
159
165
|
/**
|
|
@@ -162,6 +168,8 @@ export interface ExternalDynamicListState {
|
|
|
162
168
|
name?: pulumi.Input<string>;
|
|
163
169
|
/**
|
|
164
170
|
* The snippet in which the resource is defined
|
|
171
|
+
*
|
|
172
|
+
* > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
|
|
165
173
|
*/
|
|
166
174
|
snippet?: pulumi.Input<string>;
|
|
167
175
|
tfid?: pulumi.Input<string>;
|
|
@@ -180,6 +188,8 @@ export interface ExternalDynamicListArgs {
|
|
|
180
188
|
device?: pulumi.Input<string>;
|
|
181
189
|
/**
|
|
182
190
|
* The folder in which the resource is defined
|
|
191
|
+
*
|
|
192
|
+
* > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
|
|
183
193
|
*/
|
|
184
194
|
folder?: pulumi.Input<string>;
|
|
185
195
|
/**
|
|
@@ -188,6 +198,8 @@ export interface ExternalDynamicListArgs {
|
|
|
188
198
|
name?: pulumi.Input<string>;
|
|
189
199
|
/**
|
|
190
200
|
* The snippet in which the resource is defined
|
|
201
|
+
*
|
|
202
|
+
* > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
|
|
191
203
|
*/
|
|
192
204
|
snippet?: pulumi.Input<string>;
|
|
193
205
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"externalDynamicList.js","sourceRoot":"","sources":["../externalDynamicList.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoFG;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":"externalDynamicList.js","sourceRoot":"","sources":["../externalDynamicList.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoFG;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;IAwCD,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,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;YACzC,cAAc,CAAC,iBAAiB,CAAC,GAAG,KAAK,EAAE,eAAe,CAAC;YAC3D,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;YACrC,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;SACxC;aAAM;YACH,MAAM,IAAI,GAAG,WAAkD,CAAC;YAChE,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,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,iBAAiB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACtD,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,MAAM,UAAU,GAAG,EAAE,uBAAuB,EAAE,CAAC,iBAAiB,CAAC,EAAE,CAAC;QACpE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,UAAU,CAAC,CAAC;QAC7C,KAAK,CAAC,mBAAmB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACxE,CAAC;;AA5FL,kDA6FC;AA/EG,gBAAgB;AACO,gCAAY,GAAG,mDAAmD,CAAC"}
|
package/fileBlockingProfile.d.ts
CHANGED
|
@@ -3,6 +3,80 @@ import * as inputs from "./types/input";
|
|
|
3
3
|
import * as outputs from "./types/output";
|
|
4
4
|
/**
|
|
5
5
|
* FileBlockingProfile 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 scmFileBlockingBase = new scm.FileBlockingProfile("scm_file_blocking_base", {
|
|
14
|
+
* folder: "ngfw-shared",
|
|
15
|
+
* name: "base_file_blocking",
|
|
16
|
+
* });
|
|
17
|
+
* const scmFileBlockingProfile = new scm.FileBlockingProfile("scm_file_blocking_profile", {
|
|
18
|
+
* folder: "ngfw-shared",
|
|
19
|
+
* name: "file_blocking_profile_complete",
|
|
20
|
+
* description: "alert, block, and continue",
|
|
21
|
+
* rules: [
|
|
22
|
+
* {
|
|
23
|
+
* name: "block_rule",
|
|
24
|
+
* action: "block",
|
|
25
|
+
* application: ["any"],
|
|
26
|
+
* direction: "upload",
|
|
27
|
+
* fileType: ["any"],
|
|
28
|
+
* },
|
|
29
|
+
* {
|
|
30
|
+
* name: "block_rule_two",
|
|
31
|
+
* action: "block",
|
|
32
|
+
* application: ["8x8"],
|
|
33
|
+
* direction: "upload",
|
|
34
|
+
* fileType: [
|
|
35
|
+
* "7z",
|
|
36
|
+
* "bat",
|
|
37
|
+
* "chm",
|
|
38
|
+
* "class",
|
|
39
|
+
* "cpl",
|
|
40
|
+
* "dll",
|
|
41
|
+
* "hlp",
|
|
42
|
+
* "hta",
|
|
43
|
+
* "jar",
|
|
44
|
+
* "ocx",
|
|
45
|
+
* "pif",
|
|
46
|
+
* "scr",
|
|
47
|
+
* "torrent",
|
|
48
|
+
* "vbe",
|
|
49
|
+
* "wsf",
|
|
50
|
+
* ],
|
|
51
|
+
* },
|
|
52
|
+
* {
|
|
53
|
+
* name: "alert_rule",
|
|
54
|
+
* action: "alert",
|
|
55
|
+
* application: [
|
|
56
|
+
* "access-grid",
|
|
57
|
+
* "adobe-update",
|
|
58
|
+
* ],
|
|
59
|
+
* direction: "both",
|
|
60
|
+
* fileType: ["ico"],
|
|
61
|
+
* },
|
|
62
|
+
* {
|
|
63
|
+
* name: "continue_rule",
|
|
64
|
+
* action: "continue",
|
|
65
|
+
* application: [
|
|
66
|
+
* "apple-appstore",
|
|
67
|
+
* "limelight",
|
|
68
|
+
* ],
|
|
69
|
+
* direction: "download",
|
|
70
|
+
* fileType: [
|
|
71
|
+
* "doc",
|
|
72
|
+
* "bmp",
|
|
73
|
+
* "dsn",
|
|
74
|
+
* "dwf",
|
|
75
|
+
* ],
|
|
76
|
+
* },
|
|
77
|
+
* ],
|
|
78
|
+
* });
|
|
79
|
+
* ```
|
|
6
80
|
*/
|
|
7
81
|
export declare class FileBlockingProfile extends pulumi.CustomResource {
|
|
8
82
|
/**
|
|
@@ -30,6 +104,8 @@ export declare class FileBlockingProfile extends pulumi.CustomResource {
|
|
|
30
104
|
readonly device: pulumi.Output<string | undefined>;
|
|
31
105
|
/**
|
|
32
106
|
* The folder in which the resource is defined
|
|
107
|
+
*
|
|
108
|
+
* > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
|
|
33
109
|
*/
|
|
34
110
|
readonly folder: pulumi.Output<string | undefined>;
|
|
35
111
|
/**
|
|
@@ -42,6 +118,8 @@ export declare class FileBlockingProfile extends pulumi.CustomResource {
|
|
|
42
118
|
readonly rules: pulumi.Output<outputs.FileBlockingProfileRule[] | undefined>;
|
|
43
119
|
/**
|
|
44
120
|
* The snippet in which the resource is defined
|
|
121
|
+
*
|
|
122
|
+
* > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
|
|
45
123
|
*/
|
|
46
124
|
readonly snippet: pulumi.Output<string | undefined>;
|
|
47
125
|
readonly tfid: pulumi.Output<string>;
|
|
@@ -68,6 +146,8 @@ export interface FileBlockingProfileState {
|
|
|
68
146
|
device?: pulumi.Input<string>;
|
|
69
147
|
/**
|
|
70
148
|
* The folder in which the resource is defined
|
|
149
|
+
*
|
|
150
|
+
* > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
|
|
71
151
|
*/
|
|
72
152
|
folder?: pulumi.Input<string>;
|
|
73
153
|
/**
|
|
@@ -80,6 +160,8 @@ export interface FileBlockingProfileState {
|
|
|
80
160
|
rules?: pulumi.Input<pulumi.Input<inputs.FileBlockingProfileRule>[]>;
|
|
81
161
|
/**
|
|
82
162
|
* The snippet in which the resource is defined
|
|
163
|
+
*
|
|
164
|
+
* > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
|
|
83
165
|
*/
|
|
84
166
|
snippet?: pulumi.Input<string>;
|
|
85
167
|
tfid?: pulumi.Input<string>;
|
|
@@ -98,6 +180,8 @@ export interface FileBlockingProfileArgs {
|
|
|
98
180
|
device?: pulumi.Input<string>;
|
|
99
181
|
/**
|
|
100
182
|
* The folder in which the resource is defined
|
|
183
|
+
*
|
|
184
|
+
* > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
|
|
101
185
|
*/
|
|
102
186
|
folder?: pulumi.Input<string>;
|
|
103
187
|
/**
|
|
@@ -110,6 +194,8 @@ export interface FileBlockingProfileArgs {
|
|
|
110
194
|
rules?: pulumi.Input<pulumi.Input<inputs.FileBlockingProfileRule>[]>;
|
|
111
195
|
/**
|
|
112
196
|
* The snippet in which the resource is defined
|
|
197
|
+
*
|
|
198
|
+
* > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
|
|
113
199
|
*/
|
|
114
200
|
snippet?: pulumi.Input<string>;
|
|
115
201
|
}
|
package/fileBlockingProfile.js
CHANGED
|
@@ -7,6 +7,80 @@ const pulumi = require("@pulumi/pulumi");
|
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
9
|
* FileBlockingProfile 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 scmFileBlockingBase = new scm.FileBlockingProfile("scm_file_blocking_base", {
|
|
18
|
+
* folder: "ngfw-shared",
|
|
19
|
+
* name: "base_file_blocking",
|
|
20
|
+
* });
|
|
21
|
+
* const scmFileBlockingProfile = new scm.FileBlockingProfile("scm_file_blocking_profile", {
|
|
22
|
+
* folder: "ngfw-shared",
|
|
23
|
+
* name: "file_blocking_profile_complete",
|
|
24
|
+
* description: "alert, block, and continue",
|
|
25
|
+
* rules: [
|
|
26
|
+
* {
|
|
27
|
+
* name: "block_rule",
|
|
28
|
+
* action: "block",
|
|
29
|
+
* application: ["any"],
|
|
30
|
+
* direction: "upload",
|
|
31
|
+
* fileType: ["any"],
|
|
32
|
+
* },
|
|
33
|
+
* {
|
|
34
|
+
* name: "block_rule_two",
|
|
35
|
+
* action: "block",
|
|
36
|
+
* application: ["8x8"],
|
|
37
|
+
* direction: "upload",
|
|
38
|
+
* fileType: [
|
|
39
|
+
* "7z",
|
|
40
|
+
* "bat",
|
|
41
|
+
* "chm",
|
|
42
|
+
* "class",
|
|
43
|
+
* "cpl",
|
|
44
|
+
* "dll",
|
|
45
|
+
* "hlp",
|
|
46
|
+
* "hta",
|
|
47
|
+
* "jar",
|
|
48
|
+
* "ocx",
|
|
49
|
+
* "pif",
|
|
50
|
+
* "scr",
|
|
51
|
+
* "torrent",
|
|
52
|
+
* "vbe",
|
|
53
|
+
* "wsf",
|
|
54
|
+
* ],
|
|
55
|
+
* },
|
|
56
|
+
* {
|
|
57
|
+
* name: "alert_rule",
|
|
58
|
+
* action: "alert",
|
|
59
|
+
* application: [
|
|
60
|
+
* "access-grid",
|
|
61
|
+
* "adobe-update",
|
|
62
|
+
* ],
|
|
63
|
+
* direction: "both",
|
|
64
|
+
* fileType: ["ico"],
|
|
65
|
+
* },
|
|
66
|
+
* {
|
|
67
|
+
* name: "continue_rule",
|
|
68
|
+
* action: "continue",
|
|
69
|
+
* application: [
|
|
70
|
+
* "apple-appstore",
|
|
71
|
+
* "limelight",
|
|
72
|
+
* ],
|
|
73
|
+
* direction: "download",
|
|
74
|
+
* fileType: [
|
|
75
|
+
* "doc",
|
|
76
|
+
* "bmp",
|
|
77
|
+
* "dsn",
|
|
78
|
+
* "dwf",
|
|
79
|
+
* ],
|
|
80
|
+
* },
|
|
81
|
+
* ],
|
|
82
|
+
* });
|
|
83
|
+
* ```
|
|
10
84
|
*/
|
|
11
85
|
class FileBlockingProfile extends pulumi.CustomResource {
|
|
12
86
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fileBlockingProfile.js","sourceRoot":"","sources":["../fileBlockingProfile.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"fileBlockingProfile.js","sourceRoot":"","sources":["../fileBlockingProfile.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4EG;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;IAwCD,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,OAAO,CAAC,GAAG,KAAK,EAAE,KAAK,CAAC;YACvC,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,OAAO,CAAC,GAAG,IAAI,EAAE,KAAK,CAAC;YACtC,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;;AA1FL,kDA2FC;AA7EG,gBAAgB;AACO,gCAAY,GAAG,mDAAmD,CAAC"}
|
package/getAddress.d.ts
CHANGED
|
@@ -63,41 +63,20 @@ export interface GetAddressResult {
|
|
|
63
63
|
* The device in which the resource is defined
|
|
64
64
|
*/
|
|
65
65
|
readonly device: string;
|
|
66
|
-
/**
|
|
67
|
-
* The folder in which the resource is defined
|
|
68
|
-
*/
|
|
69
66
|
readonly folder: string;
|
|
70
|
-
/**
|
|
71
|
-
* Fully qualified domain name
|
|
72
|
-
*/
|
|
73
67
|
readonly fqdn: string;
|
|
74
68
|
/**
|
|
75
69
|
* The UUID of the address object
|
|
76
70
|
*/
|
|
77
71
|
readonly id: string;
|
|
78
|
-
/**
|
|
79
|
-
* IP address with or without CIDR notation
|
|
80
|
-
*/
|
|
81
72
|
readonly ipNetmask: string;
|
|
82
|
-
/**
|
|
83
|
-
* Ip range
|
|
84
|
-
*/
|
|
85
73
|
readonly ipRange: string;
|
|
86
|
-
/**
|
|
87
|
-
* IP wildcard mask
|
|
88
|
-
*/
|
|
89
74
|
readonly ipWildcard: string;
|
|
90
75
|
/**
|
|
91
76
|
* The name of the address object
|
|
92
77
|
*/
|
|
93
78
|
readonly name: string;
|
|
94
|
-
/**
|
|
95
|
-
* The snippet in which the resource is defined
|
|
96
|
-
*/
|
|
97
79
|
readonly snippet: string;
|
|
98
|
-
/**
|
|
99
|
-
* Tags assocaited with the address object
|
|
100
|
-
*/
|
|
101
80
|
readonly tags: string[];
|
|
102
81
|
readonly tfid: string;
|
|
103
82
|
}
|
package/getAddress.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getAddress.js","sourceRoot":"","sources":["../getAddress.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqCG;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;
|
|
1
|
+
{"version":3,"file":"getAddress.js","sourceRoot":"","sources":["../getAddress.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqCG;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;AA6CD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqCG;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/getAddressGroup.d.ts
CHANGED
|
@@ -48,13 +48,7 @@ export interface GetAddressGroupResult {
|
|
|
48
48
|
* The device in which the resource is defined
|
|
49
49
|
*/
|
|
50
50
|
readonly device: string;
|
|
51
|
-
/**
|
|
52
|
-
* Dynamic
|
|
53
|
-
*/
|
|
54
51
|
readonly dynamic: outputs.GetAddressGroupDynamic;
|
|
55
|
-
/**
|
|
56
|
-
* The folder in which the resource is defined
|
|
57
|
-
*/
|
|
58
52
|
readonly folder: string;
|
|
59
53
|
/**
|
|
60
54
|
* The UUID of the address group
|
|
@@ -64,17 +58,8 @@ export interface GetAddressGroupResult {
|
|
|
64
58
|
* The name of the address group
|
|
65
59
|
*/
|
|
66
60
|
readonly name: string;
|
|
67
|
-
/**
|
|
68
|
-
* The snippet in which the resource is defined
|
|
69
|
-
*/
|
|
70
61
|
readonly snippet: string;
|
|
71
|
-
/**
|
|
72
|
-
* Static
|
|
73
|
-
*/
|
|
74
62
|
readonly statics: string[];
|
|
75
|
-
/**
|
|
76
|
-
* Tags for address group object
|
|
77
|
-
*/
|
|
78
63
|
readonly tags: string[];
|
|
79
64
|
readonly tfid: string;
|
|
80
65
|
}
|
package/getAddressGroup.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getAddressGroup.js","sourceRoot":"","sources":["../getAddressGroup.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAA2B;IAClF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,2CAA2C,EAAE;QACtE,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,0CAMC;
|
|
1
|
+
{"version":3,"file":"getAddressGroup.js","sourceRoot":"","sources":["../getAddressGroup.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAA2B;IAClF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,2CAA2C,EAAE;QACtE,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,0CAMC;AA2CD;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAAiC;IACpG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,2CAA2C,EAAE;QAC5E,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,sDAMC"}
|