@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/types/input.d.ts
CHANGED
|
@@ -61,6 +61,8 @@ export interface AggregateInterfaceLayer3 {
|
|
|
61
61
|
interfaceManagementProfile?: pulumi.Input<string>;
|
|
62
62
|
/**
|
|
63
63
|
* Aggregate Interface IP addresses
|
|
64
|
+
*
|
|
65
|
+
* > ℹ️ **Note:** You must specify exactly one of `dhcpClient` and `ip`.
|
|
64
66
|
*/
|
|
65
67
|
ips?: pulumi.Input<pulumi.Input<inputs.AggregateInterfaceLayer3Ip>[]>;
|
|
66
68
|
/**
|
|
@@ -215,26 +217,38 @@ export interface AntiSpywareProfileRuleAction {
|
|
|
215
217
|
alert?: pulumi.Input<inputs.AntiSpywareProfileRuleActionAlert>;
|
|
216
218
|
/**
|
|
217
219
|
* Allow
|
|
220
|
+
*
|
|
221
|
+
* > ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `blockIp`, `drop`, `resetBoth`, `resetClient`, and `resetServer`.
|
|
218
222
|
*/
|
|
219
223
|
allow?: pulumi.Input<inputs.AntiSpywareProfileRuleActionAllow>;
|
|
220
224
|
/**
|
|
221
225
|
* anti spyware profiles rules action block ip
|
|
226
|
+
*
|
|
227
|
+
* > ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `blockIp`, `drop`, `resetBoth`, `resetClient`, and `resetServer`.
|
|
222
228
|
*/
|
|
223
229
|
blockIp?: pulumi.Input<inputs.AntiSpywareProfileRuleActionBlockIp>;
|
|
224
230
|
/**
|
|
225
231
|
* Drop
|
|
232
|
+
*
|
|
233
|
+
* > ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `blockIp`, `drop`, `resetBoth`, `resetClient`, and `resetServer`.
|
|
226
234
|
*/
|
|
227
235
|
drop?: pulumi.Input<inputs.AntiSpywareProfileRuleActionDrop>;
|
|
228
236
|
/**
|
|
229
237
|
* Reset both
|
|
238
|
+
*
|
|
239
|
+
* > ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `blockIp`, `drop`, `resetBoth`, `resetClient`, and `resetServer`.
|
|
230
240
|
*/
|
|
231
241
|
resetBoth?: pulumi.Input<inputs.AntiSpywareProfileRuleActionResetBoth>;
|
|
232
242
|
/**
|
|
233
243
|
* Reset client
|
|
244
|
+
*
|
|
245
|
+
* > ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `blockIp`, `drop`, `resetBoth`, `resetClient`, and `resetServer`.
|
|
234
246
|
*/
|
|
235
247
|
resetClient?: pulumi.Input<inputs.AntiSpywareProfileRuleActionResetClient>;
|
|
236
248
|
/**
|
|
237
249
|
* Reset server
|
|
250
|
+
*
|
|
251
|
+
* > ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `blockIp`, `drop`, `resetBoth`, `resetClient`, and `resetServer`.
|
|
238
252
|
*/
|
|
239
253
|
resetServer?: pulumi.Input<inputs.AntiSpywareProfileRuleActionResetServer>;
|
|
240
254
|
}
|
|
@@ -289,30 +303,44 @@ export interface AntiSpywareProfileThreatExceptionAction {
|
|
|
289
303
|
alert?: pulumi.Input<inputs.AntiSpywareProfileThreatExceptionActionAlert>;
|
|
290
304
|
/**
|
|
291
305
|
* Allow
|
|
306
|
+
*
|
|
307
|
+
* > ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `blockIp`, `default`, `drop`, `resetBoth`, `resetClient`, and `resetServer`.
|
|
292
308
|
*/
|
|
293
309
|
allow?: pulumi.Input<inputs.AntiSpywareProfileThreatExceptionActionAllow>;
|
|
294
310
|
/**
|
|
295
311
|
* anti spyware profiles threat exception action block ip
|
|
312
|
+
*
|
|
313
|
+
* > ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `blockIp`, `default`, `drop`, `resetBoth`, `resetClient`, and `resetServer`.
|
|
296
314
|
*/
|
|
297
315
|
blockIp?: pulumi.Input<inputs.AntiSpywareProfileThreatExceptionActionBlockIp>;
|
|
298
316
|
/**
|
|
299
317
|
* Default
|
|
318
|
+
*
|
|
319
|
+
* > ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `blockIp`, `default`, `drop`, `resetBoth`, `resetClient`, and `resetServer`.
|
|
300
320
|
*/
|
|
301
321
|
default?: pulumi.Input<inputs.AntiSpywareProfileThreatExceptionActionDefault>;
|
|
302
322
|
/**
|
|
303
323
|
* Drop
|
|
324
|
+
*
|
|
325
|
+
* > ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `blockIp`, `default`, `drop`, `resetBoth`, `resetClient`, and `resetServer`.
|
|
304
326
|
*/
|
|
305
327
|
drop?: pulumi.Input<inputs.AntiSpywareProfileThreatExceptionActionDrop>;
|
|
306
328
|
/**
|
|
307
329
|
* Reset both
|
|
330
|
+
*
|
|
331
|
+
* > ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `blockIp`, `default`, `drop`, `resetBoth`, `resetClient`, and `resetServer`.
|
|
308
332
|
*/
|
|
309
333
|
resetBoth?: pulumi.Input<inputs.AntiSpywareProfileThreatExceptionActionResetBoth>;
|
|
310
334
|
/**
|
|
311
335
|
* Reset client
|
|
336
|
+
*
|
|
337
|
+
* > ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `blockIp`, `default`, `drop`, `resetBoth`, `resetClient`, and `resetServer`.
|
|
312
338
|
*/
|
|
313
339
|
resetClient?: pulumi.Input<inputs.AntiSpywareProfileThreatExceptionActionResetClient>;
|
|
314
340
|
/**
|
|
315
341
|
* Reset server
|
|
342
|
+
*
|
|
343
|
+
* > ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `blockIp`, `default`, `drop`, `resetBoth`, `resetClient`, and `resetServer`.
|
|
316
344
|
*/
|
|
317
345
|
resetServer?: pulumi.Input<inputs.AntiSpywareProfileThreatExceptionActionResetServer>;
|
|
318
346
|
}
|
|
@@ -353,26 +381,38 @@ export interface AntiSpywareSignatureDefaultAction {
|
|
|
353
381
|
alert?: pulumi.Input<inputs.AntiSpywareSignatureDefaultActionAlert>;
|
|
354
382
|
/**
|
|
355
383
|
* Allow
|
|
384
|
+
*
|
|
385
|
+
* > ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `blockIp`, `drop`, `resetBoth`, `resetClient`, and `resetServer`.
|
|
356
386
|
*/
|
|
357
387
|
allow?: pulumi.Input<inputs.AntiSpywareSignatureDefaultActionAllow>;
|
|
358
388
|
/**
|
|
359
389
|
* anti spyware signature block ip
|
|
390
|
+
*
|
|
391
|
+
* > ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `blockIp`, `drop`, `resetBoth`, `resetClient`, and `resetServer`.
|
|
360
392
|
*/
|
|
361
393
|
blockIp?: pulumi.Input<inputs.AntiSpywareSignatureDefaultActionBlockIp>;
|
|
362
394
|
/**
|
|
363
395
|
* Drop
|
|
396
|
+
*
|
|
397
|
+
* > ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `blockIp`, `drop`, `resetBoth`, `resetClient`, and `resetServer`.
|
|
364
398
|
*/
|
|
365
399
|
drop?: pulumi.Input<inputs.AntiSpywareSignatureDefaultActionDrop>;
|
|
366
400
|
/**
|
|
367
401
|
* Reset both
|
|
402
|
+
*
|
|
403
|
+
* > ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `blockIp`, `drop`, `resetBoth`, `resetClient`, and `resetServer`.
|
|
368
404
|
*/
|
|
369
405
|
resetBoth?: pulumi.Input<inputs.AntiSpywareSignatureDefaultActionResetBoth>;
|
|
370
406
|
/**
|
|
371
407
|
* Reset client
|
|
408
|
+
*
|
|
409
|
+
* > ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `blockIp`, `drop`, `resetBoth`, `resetClient`, and `resetServer`.
|
|
372
410
|
*/
|
|
373
411
|
resetClient?: pulumi.Input<inputs.AntiSpywareSignatureDefaultActionResetClient>;
|
|
374
412
|
/**
|
|
375
413
|
* Reset server
|
|
414
|
+
*
|
|
415
|
+
* > ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `blockIp`, `drop`, `resetBoth`, `resetClient`, and `resetServer`.
|
|
376
416
|
*/
|
|
377
417
|
resetServer?: pulumi.Input<inputs.AntiSpywareSignatureDefaultActionResetServer>;
|
|
378
418
|
}
|
|
@@ -405,6 +445,8 @@ export interface AntiSpywareSignatureSignature {
|
|
|
405
445
|
combination?: pulumi.Input<inputs.AntiSpywareSignatureSignatureCombination>;
|
|
406
446
|
/**
|
|
407
447
|
* Standard
|
|
448
|
+
*
|
|
449
|
+
* > ℹ️ **Note:** You must specify exactly one of `combination` and `standard`.
|
|
408
450
|
*/
|
|
409
451
|
standards?: pulumi.Input<pulumi.Input<inputs.AntiSpywareSignatureSignatureStandard>[]>;
|
|
410
452
|
}
|
|
@@ -627,14 +669,20 @@ export interface ApplicationDefault {
|
|
|
627
669
|
identByIcmp6Type?: pulumi.Input<inputs.ApplicationDefaultIdentByIcmp6Type>;
|
|
628
670
|
/**
|
|
629
671
|
* Ident by icmp type
|
|
672
|
+
*
|
|
673
|
+
* > ℹ️ **Note:** You must specify exactly one of `identByIcmp6Type`, `identByIcmpType`, `identByIpProtocol`, and `port`.
|
|
630
674
|
*/
|
|
631
675
|
identByIcmpType?: pulumi.Input<inputs.ApplicationDefaultIdentByIcmpType>;
|
|
632
676
|
/**
|
|
633
677
|
* Ident by ip protocol
|
|
678
|
+
*
|
|
679
|
+
* > ℹ️ **Note:** You must specify exactly one of `identByIcmp6Type`, `identByIcmpType`, `identByIpProtocol`, and `port`.
|
|
634
680
|
*/
|
|
635
681
|
identByIpProtocol?: pulumi.Input<string>;
|
|
636
682
|
/**
|
|
637
683
|
* Port
|
|
684
|
+
*
|
|
685
|
+
* > ℹ️ **Note:** You must specify exactly one of `identByIcmp6Type`, `identByIcmpType`, `identByIpProtocol`, and `port`.
|
|
638
686
|
*/
|
|
639
687
|
ports?: pulumi.Input<pulumi.Input<string>[]>;
|
|
640
688
|
}
|
|
@@ -665,6 +713,8 @@ export interface ApplicationFilterTagging {
|
|
|
665
713
|
noTag?: pulumi.Input<boolean>;
|
|
666
714
|
/**
|
|
667
715
|
* Tag
|
|
716
|
+
*
|
|
717
|
+
* > ℹ️ **Note:** You must specify exactly one of `noTag` and `tag`.
|
|
668
718
|
*/
|
|
669
719
|
tags?: pulumi.Input<pulumi.Input<string>[]>;
|
|
670
720
|
}
|
|
@@ -717,14 +767,20 @@ export interface ApplicationSignatureAndConditionOrConditionOperator {
|
|
|
717
767
|
equalTo?: pulumi.Input<inputs.ApplicationSignatureAndConditionOrConditionOperatorEqualTo>;
|
|
718
768
|
/**
|
|
719
769
|
* Greater than
|
|
770
|
+
*
|
|
771
|
+
* > ℹ️ **Note:** You must specify exactly one of `equalTo`, `greaterThan`, `lessThan`, and `patternMatch`.
|
|
720
772
|
*/
|
|
721
773
|
greaterThan?: pulumi.Input<inputs.ApplicationSignatureAndConditionOrConditionOperatorGreaterThan>;
|
|
722
774
|
/**
|
|
723
775
|
* Less than
|
|
776
|
+
*
|
|
777
|
+
* > ℹ️ **Note:** You must specify exactly one of `equalTo`, `greaterThan`, `lessThan`, and `patternMatch`.
|
|
724
778
|
*/
|
|
725
779
|
lessThan?: pulumi.Input<inputs.ApplicationSignatureAndConditionOrConditionOperatorLessThan>;
|
|
726
780
|
/**
|
|
727
781
|
* Pattern match
|
|
782
|
+
*
|
|
783
|
+
* > ℹ️ **Note:** You must specify exactly one of `equalTo`, `greaterThan`, `lessThan`, and `patternMatch`.
|
|
728
784
|
*/
|
|
729
785
|
patternMatch?: pulumi.Input<inputs.ApplicationSignatureAndConditionOrConditionOperatorPatternMatch>;
|
|
730
786
|
}
|
|
@@ -820,11 +876,11 @@ export interface ApplicationSignatureAndConditionOrConditionOperatorPatternMatch
|
|
|
820
876
|
}
|
|
821
877
|
export interface AuthenticationProfileLockout {
|
|
822
878
|
/**
|
|
823
|
-
*
|
|
879
|
+
* Lockout object - failedAttempts of authentication profile
|
|
824
880
|
*/
|
|
825
881
|
failedAttempts?: pulumi.Input<number>;
|
|
826
882
|
/**
|
|
827
|
-
* Lockout time
|
|
883
|
+
* Lockout object - lockout-time of authentication profile
|
|
828
884
|
*/
|
|
829
885
|
lockoutTime?: pulumi.Input<number>;
|
|
830
886
|
}
|
|
@@ -835,26 +891,38 @@ export interface AuthenticationProfileMethod {
|
|
|
835
891
|
cloud?: pulumi.Input<inputs.AuthenticationProfileMethodCloud>;
|
|
836
892
|
/**
|
|
837
893
|
* Kerberos
|
|
894
|
+
*
|
|
895
|
+
* > ℹ️ **Note:** You must specify exactly one of `cloud`, `kerberos`, `ldap`, `localDatabase`, `radius`, `samlIdp`, and `tacplus`.
|
|
838
896
|
*/
|
|
839
897
|
kerberos?: pulumi.Input<inputs.AuthenticationProfileMethodKerberos>;
|
|
840
898
|
/**
|
|
841
899
|
* Ldap
|
|
900
|
+
*
|
|
901
|
+
* > ℹ️ **Note:** You must specify exactly one of `cloud`, `kerberos`, `ldap`, `localDatabase`, `radius`, `samlIdp`, and `tacplus`.
|
|
842
902
|
*/
|
|
843
903
|
ldap?: pulumi.Input<inputs.AuthenticationProfileMethodLdap>;
|
|
844
904
|
/**
|
|
845
905
|
* Local database
|
|
906
|
+
*
|
|
907
|
+
* > ℹ️ **Note:** You must specify exactly one of `cloud`, `kerberos`, `ldap`, `localDatabase`, `radius`, `samlIdp`, and `tacplus`.
|
|
846
908
|
*/
|
|
847
909
|
localDatabase?: pulumi.Input<inputs.AuthenticationProfileMethodLocalDatabase>;
|
|
848
910
|
/**
|
|
849
911
|
* Radius
|
|
912
|
+
*
|
|
913
|
+
* > ℹ️ **Note:** You must specify exactly one of `cloud`, `kerberos`, `ldap`, `localDatabase`, `radius`, `samlIdp`, and `tacplus`.
|
|
850
914
|
*/
|
|
851
915
|
radius?: pulumi.Input<inputs.AuthenticationProfileMethodRadius>;
|
|
852
916
|
/**
|
|
853
917
|
* Saml idp
|
|
918
|
+
*
|
|
919
|
+
* > ℹ️ **Note:** You must specify exactly one of `cloud`, `kerberos`, `ldap`, `localDatabase`, `radius`, `samlIdp`, and `tacplus`.
|
|
854
920
|
*/
|
|
855
921
|
samlIdp?: pulumi.Input<inputs.AuthenticationProfileMethodSamlIdp>;
|
|
856
922
|
/**
|
|
857
923
|
* Tacplus
|
|
924
|
+
*
|
|
925
|
+
* > ℹ️ **Note:** You must specify exactly one of `cloud`, `kerberos`, `ldap`, `localDatabase`, `radius`, `samlIdp`, and `tacplus`.
|
|
858
926
|
*/
|
|
859
927
|
tacplus?: pulumi.Input<inputs.AuthenticationProfileMethodTacplus>;
|
|
860
928
|
}
|
|
@@ -866,11 +934,11 @@ export interface AuthenticationProfileMethodCloud {
|
|
|
866
934
|
}
|
|
867
935
|
export interface AuthenticationProfileMethodKerberos {
|
|
868
936
|
/**
|
|
869
|
-
*
|
|
937
|
+
* method kerberos object realm of authentication profile
|
|
870
938
|
*/
|
|
871
939
|
realm?: pulumi.Input<string>;
|
|
872
940
|
/**
|
|
873
|
-
*
|
|
941
|
+
* method kerberos object server profile of authentication profile
|
|
874
942
|
*/
|
|
875
943
|
serverProfile?: pulumi.Input<string>;
|
|
876
944
|
}
|
|
@@ -892,11 +960,11 @@ export interface AuthenticationProfileMethodLocalDatabase {
|
|
|
892
960
|
}
|
|
893
961
|
export interface AuthenticationProfileMethodRadius {
|
|
894
962
|
/**
|
|
895
|
-
*
|
|
963
|
+
* method radius object check group of authentication profile
|
|
896
964
|
*/
|
|
897
965
|
checkgroup?: pulumi.Input<boolean>;
|
|
898
966
|
/**
|
|
899
|
-
*
|
|
967
|
+
* method radius object server profile of authentication profile
|
|
900
968
|
*/
|
|
901
969
|
serverProfile?: pulumi.Input<string>;
|
|
902
970
|
}
|
|
@@ -910,7 +978,7 @@ export interface AuthenticationProfileMethodSamlIdp {
|
|
|
910
978
|
*/
|
|
911
979
|
attributeNameUsername?: pulumi.Input<string>;
|
|
912
980
|
/**
|
|
913
|
-
*
|
|
981
|
+
* method object saml idp certificate profile of authentication profile
|
|
914
982
|
*/
|
|
915
983
|
certificateProfile?: pulumi.Input<string>;
|
|
916
984
|
/**
|
|
@@ -922,17 +990,17 @@ export interface AuthenticationProfileMethodSamlIdp {
|
|
|
922
990
|
*/
|
|
923
991
|
requestSigningCertificate?: pulumi.Input<string>;
|
|
924
992
|
/**
|
|
925
|
-
*
|
|
993
|
+
* method object saml idp server profile of authentication profile
|
|
926
994
|
*/
|
|
927
995
|
serverProfile?: pulumi.Input<string>;
|
|
928
996
|
}
|
|
929
997
|
export interface AuthenticationProfileMethodTacplus {
|
|
930
998
|
/**
|
|
931
|
-
*
|
|
999
|
+
* method tacplus object check group of authentication profile
|
|
932
1000
|
*/
|
|
933
1001
|
checkgroup?: pulumi.Input<boolean>;
|
|
934
1002
|
/**
|
|
935
|
-
*
|
|
1003
|
+
* method tacplus object check group of authentication profile
|
|
936
1004
|
*/
|
|
937
1005
|
serverProfile?: pulumi.Input<string>;
|
|
938
1006
|
}
|
|
@@ -956,31 +1024,287 @@ export interface AuthenticationProfileSingleSignOn {
|
|
|
956
1024
|
*/
|
|
957
1025
|
realm?: pulumi.Input<string>;
|
|
958
1026
|
}
|
|
959
|
-
export interface
|
|
1027
|
+
export interface AutoVpnClusterBranch {
|
|
960
1028
|
/**
|
|
961
|
-
*
|
|
1029
|
+
* BGP redistribution profile
|
|
1030
|
+
*/
|
|
1031
|
+
bgpRedistributionProfile?: pulumi.Input<string>;
|
|
1032
|
+
/**
|
|
1033
|
+
* Interfaces
|
|
1034
|
+
*/
|
|
1035
|
+
interfaces?: pulumi.Input<pulumi.Input<inputs.AutoVpnClusterBranchInterface>[]>;
|
|
1036
|
+
/**
|
|
1037
|
+
* Router
|
|
1038
|
+
*/
|
|
1039
|
+
logicalRouter?: pulumi.Input<string>;
|
|
1040
|
+
/**
|
|
1041
|
+
* Branch firewall serial number
|
|
1042
|
+
*/
|
|
1043
|
+
name?: pulumi.Input<string>;
|
|
1044
|
+
/**
|
|
1045
|
+
* Private interfaces
|
|
1046
|
+
*/
|
|
1047
|
+
privateInterfaces?: pulumi.Input<pulumi.Input<inputs.AutoVpnClusterBranchPrivateInterface>[]>;
|
|
1048
|
+
/**
|
|
1049
|
+
* Site name
|
|
1050
|
+
*/
|
|
1051
|
+
site?: pulumi.Input<string>;
|
|
1052
|
+
}
|
|
1053
|
+
export interface AutoVpnClusterBranchInterface {
|
|
1054
|
+
/**
|
|
1055
|
+
* DHCP IP
|
|
1056
|
+
*/
|
|
1057
|
+
dhcpIp?: pulumi.Input<string>;
|
|
1058
|
+
/**
|
|
1059
|
+
* Ethernet interface
|
|
1060
|
+
*/
|
|
1061
|
+
name?: pulumi.Input<string>;
|
|
1062
|
+
/**
|
|
1063
|
+
* Sdwan link settings
|
|
1064
|
+
*/
|
|
1065
|
+
sdwanLinkSettings?: pulumi.Input<inputs.AutoVpnClusterBranchInterfaceSdwanLinkSettings>;
|
|
1066
|
+
}
|
|
1067
|
+
export interface AutoVpnClusterBranchInterfaceSdwanLinkSettings {
|
|
1068
|
+
/**
|
|
1069
|
+
* Next hop gateway
|
|
1070
|
+
*/
|
|
1071
|
+
sdwanGateway?: pulumi.Input<string>;
|
|
1072
|
+
/**
|
|
1073
|
+
* SD-WAN interface profile
|
|
1074
|
+
*/
|
|
1075
|
+
sdwanInterfaceProfile?: pulumi.Input<string>;
|
|
1076
|
+
/**
|
|
1077
|
+
* Upstream nat
|
|
1078
|
+
*/
|
|
1079
|
+
upstreamNat?: pulumi.Input<inputs.AutoVpnClusterBranchInterfaceSdwanLinkSettingsUpstreamNat>;
|
|
1080
|
+
}
|
|
1081
|
+
export interface AutoVpnClusterBranchInterfaceSdwanLinkSettingsUpstreamNat {
|
|
1082
|
+
/**
|
|
1083
|
+
* Upstream NAT?
|
|
1084
|
+
*/
|
|
1085
|
+
enable?: pulumi.Input<boolean>;
|
|
1086
|
+
/**
|
|
1087
|
+
* Static ip
|
|
1088
|
+
*/
|
|
1089
|
+
staticIp?: pulumi.Input<inputs.AutoVpnClusterBranchInterfaceSdwanLinkSettingsUpstreamNatStaticIp>;
|
|
1090
|
+
}
|
|
1091
|
+
export interface AutoVpnClusterBranchInterfaceSdwanLinkSettingsUpstreamNatStaticIp {
|
|
1092
|
+
/**
|
|
1093
|
+
* FQDN
|
|
1094
|
+
*/
|
|
1095
|
+
fqdn?: pulumi.Input<string>;
|
|
1096
|
+
/**
|
|
1097
|
+
* IP address
|
|
1098
|
+
*
|
|
1099
|
+
* > ℹ️ **Note:** You must specify exactly one of `fqdn` and `ipAddress`.
|
|
1100
|
+
*/
|
|
1101
|
+
ipAddress?: pulumi.Input<string>;
|
|
1102
|
+
}
|
|
1103
|
+
export interface AutoVpnClusterBranchPrivateInterface {
|
|
1104
|
+
/**
|
|
1105
|
+
* Ethernet interface
|
|
1106
|
+
*/
|
|
1107
|
+
name?: pulumi.Input<string>;
|
|
1108
|
+
/**
|
|
1109
|
+
* Sdwan link settings
|
|
1110
|
+
*/
|
|
1111
|
+
sdwanLinkSettings?: pulumi.Input<inputs.AutoVpnClusterBranchPrivateInterfaceSdwanLinkSettings>;
|
|
1112
|
+
}
|
|
1113
|
+
export interface AutoVpnClusterBranchPrivateInterfaceSdwanLinkSettings {
|
|
1114
|
+
/**
|
|
1115
|
+
* Next hop gateway
|
|
1116
|
+
*/
|
|
1117
|
+
sdwanGateway?: pulumi.Input<string>;
|
|
1118
|
+
/**
|
|
1119
|
+
* SD-WAN interface profile
|
|
1120
|
+
*/
|
|
1121
|
+
sdwanInterfaceProfile?: pulumi.Input<string>;
|
|
1122
|
+
/**
|
|
1123
|
+
* Upstream nat
|
|
1124
|
+
*/
|
|
1125
|
+
upstreamNat?: pulumi.Input<inputs.AutoVpnClusterBranchPrivateInterfaceSdwanLinkSettingsUpstreamNat>;
|
|
1126
|
+
}
|
|
1127
|
+
export interface AutoVpnClusterBranchPrivateInterfaceSdwanLinkSettingsUpstreamNat {
|
|
1128
|
+
/**
|
|
1129
|
+
* Upstream NAT?
|
|
962
1130
|
*/
|
|
963
|
-
|
|
1131
|
+
enable?: pulumi.Input<boolean>;
|
|
1132
|
+
/**
|
|
1133
|
+
* Static ip
|
|
1134
|
+
*/
|
|
1135
|
+
staticIp?: pulumi.Input<inputs.AutoVpnClusterBranchPrivateInterfaceSdwanLinkSettingsUpstreamNatStaticIp>;
|
|
964
1136
|
}
|
|
965
|
-
export interface
|
|
1137
|
+
export interface AutoVpnClusterBranchPrivateInterfaceSdwanLinkSettingsUpstreamNatStaticIp {
|
|
1138
|
+
/**
|
|
1139
|
+
* FQDN
|
|
1140
|
+
*/
|
|
1141
|
+
fqdn?: pulumi.Input<string>;
|
|
1142
|
+
/**
|
|
1143
|
+
* IP address
|
|
1144
|
+
*
|
|
1145
|
+
* > ℹ️ **Note:** You must specify exactly one of `fqdn` and `ipAddress`.
|
|
1146
|
+
*/
|
|
1147
|
+
ipAddress?: pulumi.Input<string>;
|
|
1148
|
+
}
|
|
1149
|
+
export interface AutoVpnClusterGateway {
|
|
1150
|
+
/**
|
|
1151
|
+
* Allow DIA to VPN failover on branch device for the hub?
|
|
1152
|
+
*/
|
|
1153
|
+
allowDiaVpnFailover?: pulumi.Input<boolean>;
|
|
1154
|
+
/**
|
|
1155
|
+
* BGP redistribution file
|
|
1156
|
+
*/
|
|
1157
|
+
bgpRedistributionProfile?: pulumi.Input<string>;
|
|
1158
|
+
/**
|
|
1159
|
+
* Interfaces
|
|
1160
|
+
*/
|
|
1161
|
+
interfaces?: pulumi.Input<pulumi.Input<inputs.AutoVpnClusterGatewayInterface>[]>;
|
|
1162
|
+
/**
|
|
1163
|
+
* Router
|
|
1164
|
+
*/
|
|
1165
|
+
logicalRouter?: pulumi.Input<string>;
|
|
1166
|
+
/**
|
|
1167
|
+
* Hub firewall serial number
|
|
1168
|
+
*/
|
|
1169
|
+
name?: pulumi.Input<string>;
|
|
1170
|
+
/**
|
|
1171
|
+
* Priority
|
|
1172
|
+
*/
|
|
1173
|
+
priority?: pulumi.Input<string>;
|
|
1174
|
+
/**
|
|
1175
|
+
* Private interfaces
|
|
1176
|
+
*/
|
|
1177
|
+
privateInterfaces?: pulumi.Input<pulumi.Input<inputs.AutoVpnClusterGatewayPrivateInterface>[]>;
|
|
1178
|
+
/**
|
|
1179
|
+
* Site name
|
|
1180
|
+
*/
|
|
1181
|
+
site?: pulumi.Input<string>;
|
|
1182
|
+
}
|
|
1183
|
+
export interface AutoVpnClusterGatewayInterface {
|
|
1184
|
+
/**
|
|
1185
|
+
* DHCP IP
|
|
1186
|
+
*/
|
|
1187
|
+
dhcpIp?: pulumi.Input<string>;
|
|
1188
|
+
/**
|
|
1189
|
+
* Ethernet interface
|
|
1190
|
+
*/
|
|
1191
|
+
name?: pulumi.Input<string>;
|
|
1192
|
+
/**
|
|
1193
|
+
* Sdwan link settings
|
|
1194
|
+
*/
|
|
1195
|
+
sdwanLinkSettings?: pulumi.Input<inputs.AutoVpnClusterGatewayInterfaceSdwanLinkSettings>;
|
|
1196
|
+
}
|
|
1197
|
+
export interface AutoVpnClusterGatewayInterfaceSdwanLinkSettings {
|
|
1198
|
+
/**
|
|
1199
|
+
* Next hop gateway
|
|
1200
|
+
*/
|
|
1201
|
+
sdwanGateway?: pulumi.Input<string>;
|
|
1202
|
+
/**
|
|
1203
|
+
* SD-WAN interface profile
|
|
1204
|
+
*/
|
|
1205
|
+
sdwanInterfaceProfile?: pulumi.Input<string>;
|
|
1206
|
+
/**
|
|
1207
|
+
* Upstream nat
|
|
1208
|
+
*/
|
|
1209
|
+
upstreamNat?: pulumi.Input<inputs.AutoVpnClusterGatewayInterfaceSdwanLinkSettingsUpstreamNat>;
|
|
1210
|
+
}
|
|
1211
|
+
export interface AutoVpnClusterGatewayInterfaceSdwanLinkSettingsUpstreamNat {
|
|
1212
|
+
/**
|
|
1213
|
+
* Upstream NAT?
|
|
1214
|
+
*/
|
|
1215
|
+
enable?: pulumi.Input<boolean>;
|
|
1216
|
+
/**
|
|
1217
|
+
* Static ip
|
|
1218
|
+
*/
|
|
1219
|
+
staticIp?: pulumi.Input<inputs.AutoVpnClusterGatewayInterfaceSdwanLinkSettingsUpstreamNatStaticIp>;
|
|
1220
|
+
}
|
|
1221
|
+
export interface AutoVpnClusterGatewayInterfaceSdwanLinkSettingsUpstreamNatStaticIp {
|
|
1222
|
+
/**
|
|
1223
|
+
* FQDN
|
|
1224
|
+
*/
|
|
1225
|
+
fqdn?: pulumi.Input<string>;
|
|
1226
|
+
/**
|
|
1227
|
+
* IP address
|
|
1228
|
+
*
|
|
1229
|
+
* > ℹ️ **Note:** You must specify exactly one of `fqdn` and `ipAddress`.
|
|
1230
|
+
*/
|
|
1231
|
+
ipAddress?: pulumi.Input<string>;
|
|
1232
|
+
}
|
|
1233
|
+
export interface AutoVpnClusterGatewayPrivateInterface {
|
|
1234
|
+
/**
|
|
1235
|
+
* Ethernet interface
|
|
1236
|
+
*/
|
|
1237
|
+
name?: pulumi.Input<string>;
|
|
1238
|
+
/**
|
|
1239
|
+
* Sdwan link settings
|
|
1240
|
+
*/
|
|
1241
|
+
sdwanLinkSettings?: pulumi.Input<inputs.AutoVpnClusterGatewayPrivateInterfaceSdwanLinkSettings>;
|
|
1242
|
+
}
|
|
1243
|
+
export interface AutoVpnClusterGatewayPrivateInterfaceSdwanLinkSettings {
|
|
1244
|
+
/**
|
|
1245
|
+
* Next hop gateway
|
|
1246
|
+
*/
|
|
1247
|
+
sdwanGateway?: pulumi.Input<string>;
|
|
1248
|
+
/**
|
|
1249
|
+
* SD-WAN interface profile
|
|
1250
|
+
*/
|
|
1251
|
+
sdwanInterfaceProfile?: pulumi.Input<string>;
|
|
1252
|
+
/**
|
|
1253
|
+
* Upstream nat
|
|
1254
|
+
*/
|
|
1255
|
+
upstreamNat?: pulumi.Input<inputs.AutoVpnClusterGatewayPrivateInterfaceSdwanLinkSettingsUpstreamNat>;
|
|
1256
|
+
}
|
|
1257
|
+
export interface AutoVpnClusterGatewayPrivateInterfaceSdwanLinkSettingsUpstreamNat {
|
|
1258
|
+
/**
|
|
1259
|
+
* Upstream NAT?
|
|
1260
|
+
*/
|
|
1261
|
+
enable?: pulumi.Input<boolean>;
|
|
1262
|
+
/**
|
|
1263
|
+
* Static ip
|
|
1264
|
+
*/
|
|
1265
|
+
staticIp?: pulumi.Input<inputs.AutoVpnClusterGatewayPrivateInterfaceSdwanLinkSettingsUpstreamNatStaticIp>;
|
|
1266
|
+
}
|
|
1267
|
+
export interface AutoVpnClusterGatewayPrivateInterfaceSdwanLinkSettingsUpstreamNatStaticIp {
|
|
1268
|
+
/**
|
|
1269
|
+
* FQDN
|
|
1270
|
+
*/
|
|
1271
|
+
fqdn?: pulumi.Input<string>;
|
|
1272
|
+
/**
|
|
1273
|
+
* IP address
|
|
1274
|
+
*
|
|
1275
|
+
* > ℹ️ **Note:** You must specify exactly one of `fqdn` and `ipAddress`.
|
|
1276
|
+
*/
|
|
1277
|
+
ipAddress?: pulumi.Input<string>;
|
|
1278
|
+
}
|
|
1279
|
+
export interface AutoVpnSettingAsRange {
|
|
1280
|
+
/**
|
|
1281
|
+
* End
|
|
1282
|
+
*/
|
|
1283
|
+
end?: pulumi.Input<number>;
|
|
1284
|
+
/**
|
|
1285
|
+
* Start
|
|
1286
|
+
*/
|
|
1287
|
+
start?: pulumi.Input<number>;
|
|
1288
|
+
}
|
|
1289
|
+
export interface BgpAddressFamilyProfileIpv4 {
|
|
966
1290
|
/**
|
|
967
1291
|
* Multicast
|
|
968
1292
|
*/
|
|
969
|
-
multicast?: pulumi.Input<inputs.
|
|
1293
|
+
multicast?: pulumi.Input<inputs.BgpAddressFamilyProfileIpv4Multicast>;
|
|
970
1294
|
/**
|
|
971
1295
|
* Unicast
|
|
972
1296
|
*/
|
|
973
|
-
unicast?: pulumi.Input<inputs.
|
|
1297
|
+
unicast?: pulumi.Input<inputs.BgpAddressFamilyProfileIpv4Unicast>;
|
|
974
1298
|
}
|
|
975
|
-
export interface
|
|
1299
|
+
export interface BgpAddressFamilyProfileIpv4Multicast {
|
|
976
1300
|
/**
|
|
977
1301
|
* Add path
|
|
978
1302
|
*/
|
|
979
|
-
addPath?: pulumi.Input<inputs.
|
|
1303
|
+
addPath?: pulumi.Input<inputs.BgpAddressFamilyProfileIpv4MulticastAddPath>;
|
|
980
1304
|
/**
|
|
981
1305
|
* Allowas in
|
|
982
1306
|
*/
|
|
983
|
-
allowasIn?: pulumi.Input<inputs.
|
|
1307
|
+
allowasIn?: pulumi.Input<inputs.BgpAddressFamilyProfileIpv4MulticastAllowasIn>;
|
|
984
1308
|
/**
|
|
985
1309
|
* Override ASNs in outbound updates if AS-Path equals Remote-AS?
|
|
986
1310
|
*/
|
|
@@ -1000,19 +1324,19 @@ export interface BgpAddressFamilyProfileIpv4Ipv4Multicast {
|
|
|
1000
1324
|
/**
|
|
1001
1325
|
* Maximum prefix
|
|
1002
1326
|
*/
|
|
1003
|
-
maximumPrefix?: pulumi.Input<inputs.
|
|
1327
|
+
maximumPrefix?: pulumi.Input<inputs.BgpAddressFamilyProfileIpv4MulticastMaximumPrefix>;
|
|
1004
1328
|
/**
|
|
1005
1329
|
* Next hop
|
|
1006
1330
|
*/
|
|
1007
|
-
nextHop?: pulumi.Input<inputs.
|
|
1331
|
+
nextHop?: pulumi.Input<inputs.BgpAddressFamilyProfileIpv4MulticastNextHop>;
|
|
1008
1332
|
/**
|
|
1009
1333
|
* Orf
|
|
1010
1334
|
*/
|
|
1011
|
-
orf?: pulumi.Input<inputs.
|
|
1335
|
+
orf?: pulumi.Input<inputs.BgpAddressFamilyProfileIpv4MulticastOrf>;
|
|
1012
1336
|
/**
|
|
1013
1337
|
* Remove private a s
|
|
1014
1338
|
*/
|
|
1015
|
-
removePrivateAs?: pulumi.Input<inputs.
|
|
1339
|
+
removePrivateAs?: pulumi.Input<inputs.BgpAddressFamilyProfileIpv4MulticastRemovePrivateAs>;
|
|
1016
1340
|
/**
|
|
1017
1341
|
* Route reflector client?
|
|
1018
1342
|
*/
|
|
@@ -1020,13 +1344,13 @@ export interface BgpAddressFamilyProfileIpv4Ipv4Multicast {
|
|
|
1020
1344
|
/**
|
|
1021
1345
|
* Send community
|
|
1022
1346
|
*/
|
|
1023
|
-
sendCommunity?: pulumi.Input<inputs.
|
|
1347
|
+
sendCommunity?: pulumi.Input<inputs.BgpAddressFamilyProfileIpv4MulticastSendCommunity>;
|
|
1024
1348
|
/**
|
|
1025
1349
|
* Soft reconfiguration of peer with stored routes?
|
|
1026
1350
|
*/
|
|
1027
1351
|
softReconfigWithStoredInfo?: pulumi.Input<boolean>;
|
|
1028
1352
|
}
|
|
1029
|
-
export interface
|
|
1353
|
+
export interface BgpAddressFamilyProfileIpv4MulticastAddPath {
|
|
1030
1354
|
/**
|
|
1031
1355
|
* Advertise all paths to peer?
|
|
1032
1356
|
*/
|
|
@@ -1036,23 +1360,25 @@ export interface BgpAddressFamilyProfileIpv4Ipv4MulticastAddPath {
|
|
|
1036
1360
|
*/
|
|
1037
1361
|
txBestpathPerAs?: pulumi.Input<boolean>;
|
|
1038
1362
|
}
|
|
1039
|
-
export interface
|
|
1363
|
+
export interface BgpAddressFamilyProfileIpv4MulticastAllowasIn {
|
|
1040
1364
|
/**
|
|
1041
1365
|
* Number of times the firewalls own AS can be in an AS_PATH
|
|
1042
1366
|
*/
|
|
1043
1367
|
occurrence?: pulumi.Input<number>;
|
|
1044
1368
|
/**
|
|
1045
1369
|
* Origin
|
|
1370
|
+
*
|
|
1371
|
+
* > ℹ️ **Note:** You must specify exactly one of `occurrence` and `origin`.
|
|
1046
1372
|
*/
|
|
1047
|
-
origin?: pulumi.Input<inputs.
|
|
1373
|
+
origin?: pulumi.Input<inputs.BgpAddressFamilyProfileIpv4MulticastAllowasInOrigin>;
|
|
1048
1374
|
}
|
|
1049
|
-
export interface
|
|
1375
|
+
export interface BgpAddressFamilyProfileIpv4MulticastAllowasInOrigin {
|
|
1050
1376
|
}
|
|
1051
|
-
export interface
|
|
1377
|
+
export interface BgpAddressFamilyProfileIpv4MulticastMaximumPrefix {
|
|
1052
1378
|
/**
|
|
1053
1379
|
* Action
|
|
1054
1380
|
*/
|
|
1055
|
-
action?: pulumi.Input<inputs.
|
|
1381
|
+
action?: pulumi.Input<inputs.BgpAddressFamilyProfileIpv4MulticastMaximumPrefixAction>;
|
|
1056
1382
|
/**
|
|
1057
1383
|
* Maximum number of prefixes
|
|
1058
1384
|
*/
|
|
@@ -1062,99 +1388,111 @@ export interface BgpAddressFamilyProfileIpv4Ipv4MulticastMaximumPrefix {
|
|
|
1062
1388
|
*/
|
|
1063
1389
|
threshold?: pulumi.Input<number>;
|
|
1064
1390
|
}
|
|
1065
|
-
export interface
|
|
1391
|
+
export interface BgpAddressFamilyProfileIpv4MulticastMaximumPrefixAction {
|
|
1066
1392
|
/**
|
|
1067
1393
|
* Restart
|
|
1068
1394
|
*/
|
|
1069
|
-
restart?: pulumi.Input<inputs.
|
|
1395
|
+
restart?: pulumi.Input<inputs.BgpAddressFamilyProfileIpv4MulticastMaximumPrefixActionRestart>;
|
|
1070
1396
|
/**
|
|
1071
1397
|
* Warning only
|
|
1398
|
+
*
|
|
1399
|
+
* > ℹ️ **Note:** You must specify exactly one of `restart` and `warningOnly`.
|
|
1072
1400
|
*/
|
|
1073
|
-
warningOnly?: pulumi.Input<inputs.
|
|
1401
|
+
warningOnly?: pulumi.Input<inputs.BgpAddressFamilyProfileIpv4MulticastMaximumPrefixActionWarningOnly>;
|
|
1074
1402
|
}
|
|
1075
|
-
export interface
|
|
1403
|
+
export interface BgpAddressFamilyProfileIpv4MulticastMaximumPrefixActionRestart {
|
|
1076
1404
|
/**
|
|
1077
1405
|
* Restart interval
|
|
1078
1406
|
*/
|
|
1079
1407
|
interval?: pulumi.Input<number>;
|
|
1080
1408
|
}
|
|
1081
|
-
export interface
|
|
1409
|
+
export interface BgpAddressFamilyProfileIpv4MulticastMaximumPrefixActionWarningOnly {
|
|
1082
1410
|
}
|
|
1083
|
-
export interface
|
|
1411
|
+
export interface BgpAddressFamilyProfileIpv4MulticastNextHop {
|
|
1084
1412
|
/**
|
|
1085
1413
|
* Self
|
|
1086
1414
|
*/
|
|
1087
|
-
self?: pulumi.Input<inputs.
|
|
1415
|
+
self?: pulumi.Input<inputs.BgpAddressFamilyProfileIpv4MulticastNextHopSelf>;
|
|
1088
1416
|
/**
|
|
1089
1417
|
* Self force
|
|
1418
|
+
*
|
|
1419
|
+
* > ℹ️ **Note:** You must specify exactly one of `self` and `selfForce`.
|
|
1090
1420
|
*/
|
|
1091
|
-
selfForce?: pulumi.Input<inputs.
|
|
1421
|
+
selfForce?: pulumi.Input<inputs.BgpAddressFamilyProfileIpv4MulticastNextHopSelfForce>;
|
|
1092
1422
|
}
|
|
1093
|
-
export interface
|
|
1423
|
+
export interface BgpAddressFamilyProfileIpv4MulticastNextHopSelf {
|
|
1094
1424
|
}
|
|
1095
|
-
export interface
|
|
1425
|
+
export interface BgpAddressFamilyProfileIpv4MulticastNextHopSelfForce {
|
|
1096
1426
|
}
|
|
1097
|
-
export interface
|
|
1427
|
+
export interface BgpAddressFamilyProfileIpv4MulticastOrf {
|
|
1098
1428
|
/**
|
|
1099
1429
|
* ORF prefix list
|
|
1100
1430
|
*/
|
|
1101
1431
|
orfPrefixList?: pulumi.Input<string>;
|
|
1102
1432
|
}
|
|
1103
|
-
export interface
|
|
1433
|
+
export interface BgpAddressFamilyProfileIpv4MulticastRemovePrivateAs {
|
|
1104
1434
|
/**
|
|
1105
1435
|
* All
|
|
1106
1436
|
*/
|
|
1107
|
-
all?: pulumi.Input<inputs.
|
|
1437
|
+
all?: pulumi.Input<inputs.BgpAddressFamilyProfileIpv4MulticastRemovePrivateAsAll>;
|
|
1108
1438
|
/**
|
|
1109
1439
|
* Replace a s
|
|
1110
1440
|
*/
|
|
1111
|
-
replaceAs?: pulumi.Input<inputs.
|
|
1441
|
+
replaceAs?: pulumi.Input<inputs.BgpAddressFamilyProfileIpv4MulticastRemovePrivateAsReplaceAs>;
|
|
1112
1442
|
}
|
|
1113
|
-
export interface
|
|
1443
|
+
export interface BgpAddressFamilyProfileIpv4MulticastRemovePrivateAsAll {
|
|
1114
1444
|
}
|
|
1115
|
-
export interface
|
|
1445
|
+
export interface BgpAddressFamilyProfileIpv4MulticastRemovePrivateAsReplaceAs {
|
|
1116
1446
|
}
|
|
1117
|
-
export interface
|
|
1447
|
+
export interface BgpAddressFamilyProfileIpv4MulticastSendCommunity {
|
|
1118
1448
|
/**
|
|
1119
1449
|
* All
|
|
1120
1450
|
*/
|
|
1121
|
-
all?: pulumi.Input<inputs.
|
|
1451
|
+
all?: pulumi.Input<inputs.BgpAddressFamilyProfileIpv4MulticastSendCommunityAll>;
|
|
1122
1452
|
/**
|
|
1123
1453
|
* Both
|
|
1454
|
+
*
|
|
1455
|
+
* > ℹ️ **Note:** You must specify exactly one of `all`, `both`, `extended`, `large`, and `standard`.
|
|
1124
1456
|
*/
|
|
1125
|
-
both?: pulumi.Input<inputs.
|
|
1457
|
+
both?: pulumi.Input<inputs.BgpAddressFamilyProfileIpv4MulticastSendCommunityBoth>;
|
|
1126
1458
|
/**
|
|
1127
1459
|
* Extended
|
|
1460
|
+
*
|
|
1461
|
+
* > ℹ️ **Note:** You must specify exactly one of `all`, `both`, `extended`, `large`, and `standard`.
|
|
1128
1462
|
*/
|
|
1129
|
-
extended?: pulumi.Input<inputs.
|
|
1463
|
+
extended?: pulumi.Input<inputs.BgpAddressFamilyProfileIpv4MulticastSendCommunityExtended>;
|
|
1130
1464
|
/**
|
|
1131
1465
|
* Large
|
|
1466
|
+
*
|
|
1467
|
+
* > ℹ️ **Note:** You must specify exactly one of `all`, `both`, `extended`, `large`, and `standard`.
|
|
1132
1468
|
*/
|
|
1133
|
-
large?: pulumi.Input<inputs.
|
|
1469
|
+
large?: pulumi.Input<inputs.BgpAddressFamilyProfileIpv4MulticastSendCommunityLarge>;
|
|
1134
1470
|
/**
|
|
1135
1471
|
* Standard
|
|
1472
|
+
*
|
|
1473
|
+
* > ℹ️ **Note:** You must specify exactly one of `all`, `both`, `extended`, `large`, and `standard`.
|
|
1136
1474
|
*/
|
|
1137
|
-
standard?: pulumi.Input<inputs.
|
|
1475
|
+
standard?: pulumi.Input<inputs.BgpAddressFamilyProfileIpv4MulticastSendCommunityStandard>;
|
|
1138
1476
|
}
|
|
1139
|
-
export interface
|
|
1477
|
+
export interface BgpAddressFamilyProfileIpv4MulticastSendCommunityAll {
|
|
1140
1478
|
}
|
|
1141
|
-
export interface
|
|
1479
|
+
export interface BgpAddressFamilyProfileIpv4MulticastSendCommunityBoth {
|
|
1142
1480
|
}
|
|
1143
|
-
export interface
|
|
1481
|
+
export interface BgpAddressFamilyProfileIpv4MulticastSendCommunityExtended {
|
|
1144
1482
|
}
|
|
1145
|
-
export interface
|
|
1483
|
+
export interface BgpAddressFamilyProfileIpv4MulticastSendCommunityLarge {
|
|
1146
1484
|
}
|
|
1147
|
-
export interface
|
|
1485
|
+
export interface BgpAddressFamilyProfileIpv4MulticastSendCommunityStandard {
|
|
1148
1486
|
}
|
|
1149
|
-
export interface
|
|
1487
|
+
export interface BgpAddressFamilyProfileIpv4Unicast {
|
|
1150
1488
|
/**
|
|
1151
1489
|
* Add path
|
|
1152
1490
|
*/
|
|
1153
|
-
addPath?: pulumi.Input<inputs.
|
|
1491
|
+
addPath?: pulumi.Input<inputs.BgpAddressFamilyProfileIpv4UnicastAddPath>;
|
|
1154
1492
|
/**
|
|
1155
1493
|
* Allowas in
|
|
1156
1494
|
*/
|
|
1157
|
-
allowasIn?: pulumi.Input<inputs.
|
|
1495
|
+
allowasIn?: pulumi.Input<inputs.BgpAddressFamilyProfileIpv4UnicastAllowasIn>;
|
|
1158
1496
|
/**
|
|
1159
1497
|
* Override ASNs in outbound updates if AS-Path equals Remote-AS?
|
|
1160
1498
|
*/
|
|
@@ -1174,19 +1512,19 @@ export interface BgpAddressFamilyProfileIpv4Ipv4Unicast {
|
|
|
1174
1512
|
/**
|
|
1175
1513
|
* Maximum prefix
|
|
1176
1514
|
*/
|
|
1177
|
-
maximumPrefix?: pulumi.Input<inputs.
|
|
1515
|
+
maximumPrefix?: pulumi.Input<inputs.BgpAddressFamilyProfileIpv4UnicastMaximumPrefix>;
|
|
1178
1516
|
/**
|
|
1179
1517
|
* Next hop
|
|
1180
1518
|
*/
|
|
1181
|
-
nextHop?: pulumi.Input<inputs.
|
|
1519
|
+
nextHop?: pulumi.Input<inputs.BgpAddressFamilyProfileIpv4UnicastNextHop>;
|
|
1182
1520
|
/**
|
|
1183
1521
|
* Orf
|
|
1184
1522
|
*/
|
|
1185
|
-
orf?: pulumi.Input<inputs.
|
|
1523
|
+
orf?: pulumi.Input<inputs.BgpAddressFamilyProfileIpv4UnicastOrf>;
|
|
1186
1524
|
/**
|
|
1187
1525
|
* Remove private a s
|
|
1188
1526
|
*/
|
|
1189
|
-
removePrivateAs?: pulumi.Input<inputs.
|
|
1527
|
+
removePrivateAs?: pulumi.Input<inputs.BgpAddressFamilyProfileIpv4UnicastRemovePrivateAs>;
|
|
1190
1528
|
/**
|
|
1191
1529
|
* Route reflector client?
|
|
1192
1530
|
*/
|
|
@@ -1194,13 +1532,13 @@ export interface BgpAddressFamilyProfileIpv4Ipv4Unicast {
|
|
|
1194
1532
|
/**
|
|
1195
1533
|
* Send community
|
|
1196
1534
|
*/
|
|
1197
|
-
sendCommunity?: pulumi.Input<inputs.
|
|
1535
|
+
sendCommunity?: pulumi.Input<inputs.BgpAddressFamilyProfileIpv4UnicastSendCommunity>;
|
|
1198
1536
|
/**
|
|
1199
1537
|
* Soft reconfiguration of peer with stored routes?
|
|
1200
1538
|
*/
|
|
1201
1539
|
softReconfigWithStoredInfo?: pulumi.Input<boolean>;
|
|
1202
1540
|
}
|
|
1203
|
-
export interface
|
|
1541
|
+
export interface BgpAddressFamilyProfileIpv4UnicastAddPath {
|
|
1204
1542
|
/**
|
|
1205
1543
|
* Advertise all paths to peer?
|
|
1206
1544
|
*/
|
|
@@ -1210,23 +1548,25 @@ export interface BgpAddressFamilyProfileIpv4Ipv4UnicastAddPath {
|
|
|
1210
1548
|
*/
|
|
1211
1549
|
txBestpathPerAs?: pulumi.Input<boolean>;
|
|
1212
1550
|
}
|
|
1213
|
-
export interface
|
|
1551
|
+
export interface BgpAddressFamilyProfileIpv4UnicastAllowasIn {
|
|
1214
1552
|
/**
|
|
1215
1553
|
* Number of times the firewalls own AS can be in an AS_PATH
|
|
1216
1554
|
*/
|
|
1217
1555
|
occurrence?: pulumi.Input<number>;
|
|
1218
1556
|
/**
|
|
1219
1557
|
* Origin
|
|
1558
|
+
*
|
|
1559
|
+
* > ℹ️ **Note:** You must specify exactly one of `occurrence` and `origin`.
|
|
1220
1560
|
*/
|
|
1221
|
-
origin?: pulumi.Input<inputs.
|
|
1561
|
+
origin?: pulumi.Input<inputs.BgpAddressFamilyProfileIpv4UnicastAllowasInOrigin>;
|
|
1222
1562
|
}
|
|
1223
|
-
export interface
|
|
1563
|
+
export interface BgpAddressFamilyProfileIpv4UnicastAllowasInOrigin {
|
|
1224
1564
|
}
|
|
1225
|
-
export interface
|
|
1565
|
+
export interface BgpAddressFamilyProfileIpv4UnicastMaximumPrefix {
|
|
1226
1566
|
/**
|
|
1227
1567
|
* Action
|
|
1228
1568
|
*/
|
|
1229
|
-
action?: pulumi.Input<inputs.
|
|
1569
|
+
action?: pulumi.Input<inputs.BgpAddressFamilyProfileIpv4UnicastMaximumPrefixAction>;
|
|
1230
1570
|
/**
|
|
1231
1571
|
* Maximum number of prefixes
|
|
1232
1572
|
*/
|
|
@@ -1236,119 +1576,125 @@ export interface BgpAddressFamilyProfileIpv4Ipv4UnicastMaximumPrefix {
|
|
|
1236
1576
|
*/
|
|
1237
1577
|
threshold?: pulumi.Input<number>;
|
|
1238
1578
|
}
|
|
1239
|
-
export interface
|
|
1579
|
+
export interface BgpAddressFamilyProfileIpv4UnicastMaximumPrefixAction {
|
|
1240
1580
|
/**
|
|
1241
1581
|
* Restart
|
|
1242
1582
|
*/
|
|
1243
|
-
restart?: pulumi.Input<inputs.
|
|
1583
|
+
restart?: pulumi.Input<inputs.BgpAddressFamilyProfileIpv4UnicastMaximumPrefixActionRestart>;
|
|
1244
1584
|
/**
|
|
1245
1585
|
* Warning only
|
|
1586
|
+
*
|
|
1587
|
+
* > ℹ️ **Note:** You must specify exactly one of `restart` and `warningOnly`.
|
|
1246
1588
|
*/
|
|
1247
|
-
warningOnly?: pulumi.Input<inputs.
|
|
1589
|
+
warningOnly?: pulumi.Input<inputs.BgpAddressFamilyProfileIpv4UnicastMaximumPrefixActionWarningOnly>;
|
|
1248
1590
|
}
|
|
1249
|
-
export interface
|
|
1591
|
+
export interface BgpAddressFamilyProfileIpv4UnicastMaximumPrefixActionRestart {
|
|
1250
1592
|
/**
|
|
1251
1593
|
* Restart interval
|
|
1252
1594
|
*/
|
|
1253
1595
|
interval?: pulumi.Input<number>;
|
|
1254
1596
|
}
|
|
1255
|
-
export interface
|
|
1597
|
+
export interface BgpAddressFamilyProfileIpv4UnicastMaximumPrefixActionWarningOnly {
|
|
1256
1598
|
}
|
|
1257
|
-
export interface
|
|
1599
|
+
export interface BgpAddressFamilyProfileIpv4UnicastNextHop {
|
|
1258
1600
|
/**
|
|
1259
1601
|
* Self
|
|
1260
1602
|
*/
|
|
1261
|
-
self?: pulumi.Input<inputs.
|
|
1603
|
+
self?: pulumi.Input<inputs.BgpAddressFamilyProfileIpv4UnicastNextHopSelf>;
|
|
1262
1604
|
/**
|
|
1263
1605
|
* Self force
|
|
1606
|
+
*
|
|
1607
|
+
* > ℹ️ **Note:** You must specify exactly one of `self` and `selfForce`.
|
|
1264
1608
|
*/
|
|
1265
|
-
selfForce?: pulumi.Input<inputs.
|
|
1609
|
+
selfForce?: pulumi.Input<inputs.BgpAddressFamilyProfileIpv4UnicastNextHopSelfForce>;
|
|
1266
1610
|
}
|
|
1267
|
-
export interface
|
|
1611
|
+
export interface BgpAddressFamilyProfileIpv4UnicastNextHopSelf {
|
|
1268
1612
|
}
|
|
1269
|
-
export interface
|
|
1613
|
+
export interface BgpAddressFamilyProfileIpv4UnicastNextHopSelfForce {
|
|
1270
1614
|
}
|
|
1271
|
-
export interface
|
|
1615
|
+
export interface BgpAddressFamilyProfileIpv4UnicastOrf {
|
|
1272
1616
|
/**
|
|
1273
1617
|
* ORF prefix list
|
|
1274
1618
|
*/
|
|
1275
1619
|
orfPrefixList?: pulumi.Input<string>;
|
|
1276
1620
|
}
|
|
1277
|
-
export interface
|
|
1621
|
+
export interface BgpAddressFamilyProfileIpv4UnicastRemovePrivateAs {
|
|
1278
1622
|
/**
|
|
1279
1623
|
* All
|
|
1280
1624
|
*/
|
|
1281
|
-
all?: pulumi.Input<inputs.
|
|
1625
|
+
all?: pulumi.Input<inputs.BgpAddressFamilyProfileIpv4UnicastRemovePrivateAsAll>;
|
|
1282
1626
|
/**
|
|
1283
1627
|
* Replace a s
|
|
1284
1628
|
*/
|
|
1285
|
-
replaceAs?: pulumi.Input<inputs.
|
|
1629
|
+
replaceAs?: pulumi.Input<inputs.BgpAddressFamilyProfileIpv4UnicastRemovePrivateAsReplaceAs>;
|
|
1286
1630
|
}
|
|
1287
|
-
export interface
|
|
1631
|
+
export interface BgpAddressFamilyProfileIpv4UnicastRemovePrivateAsAll {
|
|
1288
1632
|
}
|
|
1289
|
-
export interface
|
|
1633
|
+
export interface BgpAddressFamilyProfileIpv4UnicastRemovePrivateAsReplaceAs {
|
|
1290
1634
|
}
|
|
1291
|
-
export interface
|
|
1635
|
+
export interface BgpAddressFamilyProfileIpv4UnicastSendCommunity {
|
|
1292
1636
|
/**
|
|
1293
1637
|
* All
|
|
1294
1638
|
*/
|
|
1295
|
-
all?: pulumi.Input<inputs.
|
|
1639
|
+
all?: pulumi.Input<inputs.BgpAddressFamilyProfileIpv4UnicastSendCommunityAll>;
|
|
1296
1640
|
/**
|
|
1297
1641
|
* Both
|
|
1642
|
+
*
|
|
1643
|
+
* > ℹ️ **Note:** You must specify exactly one of `all`, `both`, `extended`, `large`, and `standard`.
|
|
1298
1644
|
*/
|
|
1299
|
-
both?: pulumi.Input<inputs.
|
|
1645
|
+
both?: pulumi.Input<inputs.BgpAddressFamilyProfileIpv4UnicastSendCommunityBoth>;
|
|
1300
1646
|
/**
|
|
1301
1647
|
* Extended
|
|
1648
|
+
*
|
|
1649
|
+
* > ℹ️ **Note:** You must specify exactly one of `all`, `both`, `extended`, `large`, and `standard`.
|
|
1302
1650
|
*/
|
|
1303
|
-
extended?: pulumi.Input<inputs.
|
|
1651
|
+
extended?: pulumi.Input<inputs.BgpAddressFamilyProfileIpv4UnicastSendCommunityExtended>;
|
|
1304
1652
|
/**
|
|
1305
1653
|
* Large
|
|
1654
|
+
*
|
|
1655
|
+
* > ℹ️ **Note:** You must specify exactly one of `all`, `both`, `extended`, `large`, and `standard`.
|
|
1306
1656
|
*/
|
|
1307
|
-
large?: pulumi.Input<inputs.
|
|
1657
|
+
large?: pulumi.Input<inputs.BgpAddressFamilyProfileIpv4UnicastSendCommunityLarge>;
|
|
1308
1658
|
/**
|
|
1309
1659
|
* Standard
|
|
1660
|
+
*
|
|
1661
|
+
* > ℹ️ **Note:** You must specify exactly one of `all`, `both`, `extended`, `large`, and `standard`.
|
|
1310
1662
|
*/
|
|
1311
|
-
standard?: pulumi.Input<inputs.
|
|
1663
|
+
standard?: pulumi.Input<inputs.BgpAddressFamilyProfileIpv4UnicastSendCommunityStandard>;
|
|
1312
1664
|
}
|
|
1313
|
-
export interface
|
|
1665
|
+
export interface BgpAddressFamilyProfileIpv4UnicastSendCommunityAll {
|
|
1314
1666
|
}
|
|
1315
|
-
export interface
|
|
1667
|
+
export interface BgpAddressFamilyProfileIpv4UnicastSendCommunityBoth {
|
|
1316
1668
|
}
|
|
1317
|
-
export interface
|
|
1669
|
+
export interface BgpAddressFamilyProfileIpv4UnicastSendCommunityExtended {
|
|
1318
1670
|
}
|
|
1319
|
-
export interface
|
|
1671
|
+
export interface BgpAddressFamilyProfileIpv4UnicastSendCommunityLarge {
|
|
1320
1672
|
}
|
|
1321
|
-
export interface
|
|
1673
|
+
export interface BgpAddressFamilyProfileIpv4UnicastSendCommunityStandard {
|
|
1322
1674
|
}
|
|
1323
1675
|
export interface BgpFilteringProfileIpv4 {
|
|
1324
|
-
/**
|
|
1325
|
-
* Ipv4
|
|
1326
|
-
*/
|
|
1327
|
-
ipv4: pulumi.Input<inputs.BgpFilteringProfileIpv4Ipv4>;
|
|
1328
|
-
}
|
|
1329
|
-
export interface BgpFilteringProfileIpv4Ipv4 {
|
|
1330
1676
|
/**
|
|
1331
1677
|
* Multicast
|
|
1332
1678
|
*/
|
|
1333
|
-
multicast?: pulumi.Input<inputs.
|
|
1679
|
+
multicast?: pulumi.Input<inputs.BgpFilteringProfileIpv4Multicast>;
|
|
1334
1680
|
/**
|
|
1335
1681
|
* Unicast
|
|
1336
1682
|
*/
|
|
1337
|
-
unicast?: pulumi.Input<inputs.
|
|
1683
|
+
unicast?: pulumi.Input<inputs.BgpFilteringProfileIpv4Unicast>;
|
|
1338
1684
|
}
|
|
1339
|
-
export interface
|
|
1685
|
+
export interface BgpFilteringProfileIpv4Multicast {
|
|
1340
1686
|
/**
|
|
1341
1687
|
* Conditional advertisement
|
|
1342
1688
|
*/
|
|
1343
|
-
conditionalAdvertisement?: pulumi.Input<inputs.
|
|
1689
|
+
conditionalAdvertisement?: pulumi.Input<inputs.BgpFilteringProfileIpv4MulticastConditionalAdvertisement>;
|
|
1344
1690
|
/**
|
|
1345
1691
|
* Filter list
|
|
1346
1692
|
*/
|
|
1347
|
-
filterList?: pulumi.Input<inputs.
|
|
1693
|
+
filterList?: pulumi.Input<inputs.BgpFilteringProfileIpv4MulticastFilterList>;
|
|
1348
1694
|
/**
|
|
1349
1695
|
* Inbound network filters
|
|
1350
1696
|
*/
|
|
1351
|
-
inboundNetworkFilters?: pulumi.Input<inputs.
|
|
1697
|
+
inboundNetworkFilters?: pulumi.Input<inputs.BgpFilteringProfileIpv4MulticastInboundNetworkFilters>;
|
|
1352
1698
|
/**
|
|
1353
1699
|
* Inherit from unicast
|
|
1354
1700
|
*/
|
|
@@ -1356,27 +1702,27 @@ export interface BgpFilteringProfileIpv4Ipv4Multicast {
|
|
|
1356
1702
|
/**
|
|
1357
1703
|
* Outbound network filters
|
|
1358
1704
|
*/
|
|
1359
|
-
outboundNetworkFilters?: pulumi.Input<inputs.
|
|
1705
|
+
outboundNetworkFilters?: pulumi.Input<inputs.BgpFilteringProfileIpv4MulticastOutboundNetworkFilters>;
|
|
1360
1706
|
/**
|
|
1361
1707
|
* Route maps
|
|
1362
1708
|
*/
|
|
1363
|
-
routeMaps?: pulumi.Input<inputs.
|
|
1709
|
+
routeMaps?: pulumi.Input<inputs.BgpFilteringProfileIpv4MulticastRouteMaps>;
|
|
1364
1710
|
/**
|
|
1365
1711
|
* Unsuppress map
|
|
1366
1712
|
*/
|
|
1367
1713
|
unsuppressMap?: pulumi.Input<string>;
|
|
1368
1714
|
}
|
|
1369
|
-
export interface
|
|
1715
|
+
export interface BgpFilteringProfileIpv4MulticastConditionalAdvertisement {
|
|
1370
1716
|
/**
|
|
1371
1717
|
* Exist
|
|
1372
1718
|
*/
|
|
1373
|
-
exist?: pulumi.Input<inputs.
|
|
1719
|
+
exist?: pulumi.Input<inputs.BgpFilteringProfileIpv4MulticastConditionalAdvertisementExist>;
|
|
1374
1720
|
/**
|
|
1375
1721
|
* Non exist
|
|
1376
1722
|
*/
|
|
1377
|
-
nonExist?: pulumi.Input<inputs.
|
|
1723
|
+
nonExist?: pulumi.Input<inputs.BgpFilteringProfileIpv4MulticastConditionalAdvertisementNonExist>;
|
|
1378
1724
|
}
|
|
1379
|
-
export interface
|
|
1725
|
+
export interface BgpFilteringProfileIpv4MulticastConditionalAdvertisementExist {
|
|
1380
1726
|
/**
|
|
1381
1727
|
* Advertise map
|
|
1382
1728
|
*/
|
|
@@ -1386,7 +1732,7 @@ export interface BgpFilteringProfileIpv4Ipv4MulticastConditionalAdvertisementExi
|
|
|
1386
1732
|
*/
|
|
1387
1733
|
existMap?: pulumi.Input<string>;
|
|
1388
1734
|
}
|
|
1389
|
-
export interface
|
|
1735
|
+
export interface BgpFilteringProfileIpv4MulticastConditionalAdvertisementNonExist {
|
|
1390
1736
|
/**
|
|
1391
1737
|
* Advertise map
|
|
1392
1738
|
*/
|
|
@@ -1396,7 +1742,7 @@ export interface BgpFilteringProfileIpv4Ipv4MulticastConditionalAdvertisementNon
|
|
|
1396
1742
|
*/
|
|
1397
1743
|
nonExistMap?: pulumi.Input<string>;
|
|
1398
1744
|
}
|
|
1399
|
-
export interface
|
|
1745
|
+
export interface BgpFilteringProfileIpv4MulticastFilterList {
|
|
1400
1746
|
/**
|
|
1401
1747
|
* Inbound
|
|
1402
1748
|
*/
|
|
@@ -1406,7 +1752,7 @@ export interface BgpFilteringProfileIpv4Ipv4MulticastFilterList {
|
|
|
1406
1752
|
*/
|
|
1407
1753
|
outbound?: pulumi.Input<string>;
|
|
1408
1754
|
}
|
|
1409
|
-
export interface
|
|
1755
|
+
export interface BgpFilteringProfileIpv4MulticastInboundNetworkFilters {
|
|
1410
1756
|
/**
|
|
1411
1757
|
* Distribute list
|
|
1412
1758
|
*/
|
|
@@ -1416,7 +1762,7 @@ export interface BgpFilteringProfileIpv4Ipv4MulticastInboundNetworkFilters {
|
|
|
1416
1762
|
*/
|
|
1417
1763
|
prefixList?: pulumi.Input<string>;
|
|
1418
1764
|
}
|
|
1419
|
-
export interface
|
|
1765
|
+
export interface BgpFilteringProfileIpv4MulticastOutboundNetworkFilters {
|
|
1420
1766
|
/**
|
|
1421
1767
|
* Distribute list
|
|
1422
1768
|
*/
|
|
@@ -1426,7 +1772,7 @@ export interface BgpFilteringProfileIpv4Ipv4MulticastOutboundNetworkFilters {
|
|
|
1426
1772
|
*/
|
|
1427
1773
|
prefixList?: pulumi.Input<string>;
|
|
1428
1774
|
}
|
|
1429
|
-
export interface
|
|
1775
|
+
export interface BgpFilteringProfileIpv4MulticastRouteMaps {
|
|
1430
1776
|
/**
|
|
1431
1777
|
* Inbound
|
|
1432
1778
|
*/
|
|
@@ -1436,43 +1782,43 @@ export interface BgpFilteringProfileIpv4Ipv4MulticastRouteMaps {
|
|
|
1436
1782
|
*/
|
|
1437
1783
|
outbound?: pulumi.Input<string>;
|
|
1438
1784
|
}
|
|
1439
|
-
export interface
|
|
1785
|
+
export interface BgpFilteringProfileIpv4Unicast {
|
|
1440
1786
|
/**
|
|
1441
1787
|
* Conditional advertisement
|
|
1442
1788
|
*/
|
|
1443
|
-
conditionalAdvertisement?: pulumi.Input<inputs.
|
|
1789
|
+
conditionalAdvertisement?: pulumi.Input<inputs.BgpFilteringProfileIpv4UnicastConditionalAdvertisement>;
|
|
1444
1790
|
/**
|
|
1445
1791
|
* Filter list
|
|
1446
1792
|
*/
|
|
1447
|
-
filterList?: pulumi.Input<inputs.
|
|
1793
|
+
filterList?: pulumi.Input<inputs.BgpFilteringProfileIpv4UnicastFilterList>;
|
|
1448
1794
|
/**
|
|
1449
1795
|
* Inbound network filters
|
|
1450
1796
|
*/
|
|
1451
|
-
inboundNetworkFilters?: pulumi.Input<inputs.
|
|
1797
|
+
inboundNetworkFilters?: pulumi.Input<inputs.BgpFilteringProfileIpv4UnicastInboundNetworkFilters>;
|
|
1452
1798
|
/**
|
|
1453
1799
|
* Outbound network filters
|
|
1454
1800
|
*/
|
|
1455
|
-
outboundNetworkFilters?: pulumi.Input<inputs.
|
|
1801
|
+
outboundNetworkFilters?: pulumi.Input<inputs.BgpFilteringProfileIpv4UnicastOutboundNetworkFilters>;
|
|
1456
1802
|
/**
|
|
1457
1803
|
* Route maps
|
|
1458
1804
|
*/
|
|
1459
|
-
routeMaps?: pulumi.Input<inputs.
|
|
1805
|
+
routeMaps?: pulumi.Input<inputs.BgpFilteringProfileIpv4UnicastRouteMaps>;
|
|
1460
1806
|
/**
|
|
1461
1807
|
* Unsuppress map
|
|
1462
1808
|
*/
|
|
1463
1809
|
unsuppressMap?: pulumi.Input<string>;
|
|
1464
1810
|
}
|
|
1465
|
-
export interface
|
|
1811
|
+
export interface BgpFilteringProfileIpv4UnicastConditionalAdvertisement {
|
|
1466
1812
|
/**
|
|
1467
1813
|
* Exist
|
|
1468
1814
|
*/
|
|
1469
|
-
exist?: pulumi.Input<inputs.
|
|
1815
|
+
exist?: pulumi.Input<inputs.BgpFilteringProfileIpv4UnicastConditionalAdvertisementExist>;
|
|
1470
1816
|
/**
|
|
1471
1817
|
* Non exist
|
|
1472
1818
|
*/
|
|
1473
|
-
nonExist?: pulumi.Input<inputs.
|
|
1819
|
+
nonExist?: pulumi.Input<inputs.BgpFilteringProfileIpv4UnicastConditionalAdvertisementNonExist>;
|
|
1474
1820
|
}
|
|
1475
|
-
export interface
|
|
1821
|
+
export interface BgpFilteringProfileIpv4UnicastConditionalAdvertisementExist {
|
|
1476
1822
|
/**
|
|
1477
1823
|
* Advertise map
|
|
1478
1824
|
*/
|
|
@@ -1482,7 +1828,7 @@ export interface BgpFilteringProfileIpv4Ipv4UnicastConditionalAdvertisementExist
|
|
|
1482
1828
|
*/
|
|
1483
1829
|
existMap?: pulumi.Input<string>;
|
|
1484
1830
|
}
|
|
1485
|
-
export interface
|
|
1831
|
+
export interface BgpFilteringProfileIpv4UnicastConditionalAdvertisementNonExist {
|
|
1486
1832
|
/**
|
|
1487
1833
|
* Advertise map
|
|
1488
1834
|
*/
|
|
@@ -1492,7 +1838,7 @@ export interface BgpFilteringProfileIpv4Ipv4UnicastConditionalAdvertisementNonEx
|
|
|
1492
1838
|
*/
|
|
1493
1839
|
nonExistMap?: pulumi.Input<string>;
|
|
1494
1840
|
}
|
|
1495
|
-
export interface
|
|
1841
|
+
export interface BgpFilteringProfileIpv4UnicastFilterList {
|
|
1496
1842
|
/**
|
|
1497
1843
|
* Inbound
|
|
1498
1844
|
*/
|
|
@@ -1502,7 +1848,7 @@ export interface BgpFilteringProfileIpv4Ipv4UnicastFilterList {
|
|
|
1502
1848
|
*/
|
|
1503
1849
|
outbound?: pulumi.Input<string>;
|
|
1504
1850
|
}
|
|
1505
|
-
export interface
|
|
1851
|
+
export interface BgpFilteringProfileIpv4UnicastInboundNetworkFilters {
|
|
1506
1852
|
/**
|
|
1507
1853
|
* Distribute list
|
|
1508
1854
|
*/
|
|
@@ -1512,7 +1858,7 @@ export interface BgpFilteringProfileIpv4Ipv4UnicastInboundNetworkFilters {
|
|
|
1512
1858
|
*/
|
|
1513
1859
|
prefixList?: pulumi.Input<string>;
|
|
1514
1860
|
}
|
|
1515
|
-
export interface
|
|
1861
|
+
export interface BgpFilteringProfileIpv4UnicastOutboundNetworkFilters {
|
|
1516
1862
|
/**
|
|
1517
1863
|
* Distribute list
|
|
1518
1864
|
*/
|
|
@@ -1522,7 +1868,7 @@ export interface BgpFilteringProfileIpv4Ipv4UnicastOutboundNetworkFilters {
|
|
|
1522
1868
|
*/
|
|
1523
1869
|
prefixList?: pulumi.Input<string>;
|
|
1524
1870
|
}
|
|
1525
|
-
export interface
|
|
1871
|
+
export interface BgpFilteringProfileIpv4UnicastRouteMaps {
|
|
1526
1872
|
/**
|
|
1527
1873
|
* Inbound
|
|
1528
1874
|
*/
|
|
@@ -1601,6 +1947,8 @@ export interface BgpRouteMapRedistributionBgp {
|
|
|
1601
1947
|
ospf?: pulumi.Input<inputs.BgpRouteMapRedistributionBgpOspf>;
|
|
1602
1948
|
/**
|
|
1603
1949
|
* BGP Root RIB
|
|
1950
|
+
*
|
|
1951
|
+
* > ℹ️ **Note:** You must specify exactly one of `ospf` and `rib`.
|
|
1604
1952
|
*/
|
|
1605
1953
|
rib?: pulumi.Input<inputs.BgpRouteMapRedistributionBgpRib>;
|
|
1606
1954
|
}
|
|
@@ -1877,10 +2225,14 @@ export interface BgpRouteMapRedistributionConnectedStatic {
|
|
|
1877
2225
|
bgp?: pulumi.Input<inputs.BgpRouteMapRedistributionConnectedStaticBgp>;
|
|
1878
2226
|
/**
|
|
1879
2227
|
* Ospf
|
|
2228
|
+
*
|
|
2229
|
+
* > ℹ️ **Note:** You must specify exactly one of `bgp`, `ospf`, and `rib`.
|
|
1880
2230
|
*/
|
|
1881
2231
|
ospf?: pulumi.Input<inputs.BgpRouteMapRedistributionConnectedStaticOspf>;
|
|
1882
2232
|
/**
|
|
1883
2233
|
* Rib
|
|
2234
|
+
*
|
|
2235
|
+
* > ℹ️ **Note:** You must specify exactly one of `bgp`, `ospf`, and `rib`.
|
|
1884
2236
|
*/
|
|
1885
2237
|
rib?: pulumi.Input<inputs.BgpRouteMapRedistributionConnectedStaticRib>;
|
|
1886
2238
|
}
|
|
@@ -2217,6 +2569,8 @@ export interface BgpRouteMapRedistributionOspf {
|
|
|
2217
2569
|
bgp?: pulumi.Input<inputs.BgpRouteMapRedistributionOspfBgp>;
|
|
2218
2570
|
/**
|
|
2219
2571
|
* Rib
|
|
2572
|
+
*
|
|
2573
|
+
* > ℹ️ **Note:** You must specify exactly one of `bgp` and `rib`.
|
|
2220
2574
|
*/
|
|
2221
2575
|
rib?: pulumi.Input<inputs.BgpRouteMapRedistributionOspfRib>;
|
|
2222
2576
|
}
|
|
@@ -2658,6 +3012,22 @@ export interface BgpRouteMapRouteMapSetMetric {
|
|
|
2658
3012
|
*/
|
|
2659
3013
|
value?: pulumi.Input<number>;
|
|
2660
3014
|
}
|
|
3015
|
+
export interface BgpRoutingRoutingPreference {
|
|
3016
|
+
/**
|
|
3017
|
+
* Default
|
|
3018
|
+
*/
|
|
3019
|
+
default?: pulumi.Input<inputs.BgpRoutingRoutingPreferenceDefault>;
|
|
3020
|
+
/**
|
|
3021
|
+
* Hot potato routing
|
|
3022
|
+
*
|
|
3023
|
+
* > ℹ️ **Note:** You must specify exactly one of `default` and `hotPotatoRouting`.
|
|
3024
|
+
*/
|
|
3025
|
+
hotPotatoRouting?: pulumi.Input<inputs.BgpRoutingRoutingPreferenceHotPotatoRouting>;
|
|
3026
|
+
}
|
|
3027
|
+
export interface BgpRoutingRoutingPreferenceDefault {
|
|
3028
|
+
}
|
|
3029
|
+
export interface BgpRoutingRoutingPreferenceHotPotatoRouting {
|
|
3030
|
+
}
|
|
2661
3031
|
export interface CertificateProfileCaCertificate {
|
|
2662
3032
|
/**
|
|
2663
3033
|
* Default OCSP URL
|
|
@@ -2833,6 +3203,8 @@ export interface DecryptionRuleType {
|
|
|
2833
3203
|
sslForwardProxy?: pulumi.Input<inputs.DecryptionRuleTypeSslForwardProxy>;
|
|
2834
3204
|
/**
|
|
2835
3205
|
* add the certificate name for SSL inbound inspection
|
|
3206
|
+
*
|
|
3207
|
+
* > ℹ️ **Note:** You must specify exactly one of `sslForwardProxy` and `sslInboundInspection`.
|
|
2836
3208
|
*/
|
|
2837
3209
|
sslInboundInspection?: pulumi.Input<string>;
|
|
2838
3210
|
}
|
|
@@ -2949,6 +3321,8 @@ export interface DhcpInterfaceServerOptionLease {
|
|
|
2949
3321
|
timeout?: pulumi.Input<number>;
|
|
2950
3322
|
/**
|
|
2951
3323
|
* Unlimited
|
|
3324
|
+
*
|
|
3325
|
+
* > ℹ️ **Note:** You must specify exactly one of `timeout` and `unlimited`.
|
|
2952
3326
|
*/
|
|
2953
3327
|
unlimited?: pulumi.Input<inputs.DhcpInterfaceServerOptionLeaseUnlimited>;
|
|
2954
3328
|
}
|
|
@@ -3187,14 +3561,20 @@ export interface DnsSecurityProfileBotnetDomainsListAction {
|
|
|
3187
3561
|
alert?: pulumi.Input<inputs.DnsSecurityProfileBotnetDomainsListActionAlert>;
|
|
3188
3562
|
/**
|
|
3189
3563
|
* Allow
|
|
3564
|
+
*
|
|
3565
|
+
* > ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `block`, and `sinkhole`.
|
|
3190
3566
|
*/
|
|
3191
3567
|
allow?: pulumi.Input<inputs.DnsSecurityProfileBotnetDomainsListActionAllow>;
|
|
3192
3568
|
/**
|
|
3193
3569
|
* Block
|
|
3570
|
+
*
|
|
3571
|
+
* > ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `block`, and `sinkhole`.
|
|
3194
3572
|
*/
|
|
3195
3573
|
block?: pulumi.Input<inputs.DnsSecurityProfileBotnetDomainsListActionBlock>;
|
|
3196
3574
|
/**
|
|
3197
3575
|
* Sinkhole
|
|
3576
|
+
*
|
|
3577
|
+
* > ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `block`, and `sinkhole`.
|
|
3198
3578
|
*/
|
|
3199
3579
|
sinkhole?: pulumi.Input<inputs.DnsSecurityProfileBotnetDomainsListActionSinkhole>;
|
|
3200
3580
|
}
|
|
@@ -3469,10 +3849,14 @@ export interface DosProtectionRuleAction {
|
|
|
3469
3849
|
allow?: pulumi.Input<inputs.DosProtectionRuleActionAllow>;
|
|
3470
3850
|
/**
|
|
3471
3851
|
* Deny
|
|
3852
|
+
*
|
|
3853
|
+
* > ℹ️ **Note:** You must specify exactly one of `allow`, `deny`, and `protect`.
|
|
3472
3854
|
*/
|
|
3473
3855
|
deny?: pulumi.Input<inputs.DosProtectionRuleActionDeny>;
|
|
3474
3856
|
/**
|
|
3475
3857
|
* Protect
|
|
3858
|
+
*
|
|
3859
|
+
* > ℹ️ **Note:** You must specify exactly one of `allow`, `deny`, and `protect`.
|
|
3476
3860
|
*/
|
|
3477
3861
|
protect?: pulumi.Input<inputs.DosProtectionRuleActionProtect>;
|
|
3478
3862
|
}
|
|
@@ -3489,6 +3873,8 @@ export interface DosProtectionRuleProtection {
|
|
|
3489
3873
|
aggregate?: pulumi.Input<inputs.DosProtectionRuleProtectionAggregate>;
|
|
3490
3874
|
/**
|
|
3491
3875
|
* Classified
|
|
3876
|
+
*
|
|
3877
|
+
* > ℹ️ **Note:** You must specify exactly one of `aggregate` and `classified`.
|
|
3492
3878
|
*/
|
|
3493
3879
|
classified?: pulumi.Input<inputs.DosProtectionRuleProtectionClassified>;
|
|
3494
3880
|
}
|
|
@@ -3549,6 +3935,8 @@ export interface EthernetInterfaceLayer3 {
|
|
|
3549
3935
|
interfaceManagementProfile?: pulumi.Input<string>;
|
|
3550
3936
|
/**
|
|
3551
3937
|
* Ethernet Interface IP addresses
|
|
3938
|
+
*
|
|
3939
|
+
* > ℹ️ **Note:** You must specify exactly one of `dhcpClient`, `ip`, and `pppoe`.
|
|
3552
3940
|
*/
|
|
3553
3941
|
ips?: pulumi.Input<pulumi.Input<inputs.EthernetInterfaceLayer3Ip>[]>;
|
|
3554
3942
|
/**
|
|
@@ -3557,6 +3945,8 @@ export interface EthernetInterfaceLayer3 {
|
|
|
3557
3945
|
mtu?: pulumi.Input<number>;
|
|
3558
3946
|
/**
|
|
3559
3947
|
* Pppoe
|
|
3948
|
+
*
|
|
3949
|
+
* > ℹ️ **Note:** You must specify exactly one of `dhcpClient`, `ip`, and `pppoe`.
|
|
3560
3950
|
*/
|
|
3561
3951
|
pppoe?: pulumi.Input<inputs.EthernetInterfaceLayer3Pppoe>;
|
|
3562
3952
|
}
|
|
@@ -3703,26 +4093,38 @@ export interface ExternalDynamicListType {
|
|
|
3703
4093
|
domain?: pulumi.Input<inputs.ExternalDynamicListTypeDomain>;
|
|
3704
4094
|
/**
|
|
3705
4095
|
* Imei
|
|
4096
|
+
*
|
|
4097
|
+
* > ℹ️ **Note:** You must specify exactly one of `domain`, `imei`, `imsi`, `ip`, `predefinedIp`, `predefinedUrl`, and `url`.
|
|
3706
4098
|
*/
|
|
3707
4099
|
imei?: pulumi.Input<inputs.ExternalDynamicListTypeImei>;
|
|
3708
4100
|
/**
|
|
3709
4101
|
* Imsi
|
|
4102
|
+
*
|
|
4103
|
+
* > ℹ️ **Note:** You must specify exactly one of `domain`, `imei`, `imsi`, `ip`, `predefinedIp`, `predefinedUrl`, and `url`.
|
|
3710
4104
|
*/
|
|
3711
4105
|
imsi?: pulumi.Input<inputs.ExternalDynamicListTypeImsi>;
|
|
3712
4106
|
/**
|
|
3713
4107
|
* Ip
|
|
4108
|
+
*
|
|
4109
|
+
* > ℹ️ **Note:** You must specify exactly one of `domain`, `imei`, `imsi`, `ip`, `predefinedIp`, `predefinedUrl`, and `url`.
|
|
3714
4110
|
*/
|
|
3715
4111
|
ip?: pulumi.Input<inputs.ExternalDynamicListTypeIp>;
|
|
3716
4112
|
/**
|
|
3717
4113
|
* Predefined ip
|
|
4114
|
+
*
|
|
4115
|
+
* > ℹ️ **Note:** You must specify exactly one of `domain`, `imei`, `imsi`, `ip`, `predefinedIp`, `predefinedUrl`, and `url`.
|
|
3718
4116
|
*/
|
|
3719
4117
|
predefinedIp?: pulumi.Input<inputs.ExternalDynamicListTypePredefinedIp>;
|
|
3720
4118
|
/**
|
|
3721
4119
|
* Predefined url
|
|
4120
|
+
*
|
|
4121
|
+
* > ℹ️ **Note:** You must specify exactly one of `domain`, `imei`, `imsi`, `ip`, `predefinedIp`, `predefinedUrl`, and `url`.
|
|
3722
4122
|
*/
|
|
3723
4123
|
predefinedUrl?: pulumi.Input<inputs.ExternalDynamicListTypePredefinedUrl>;
|
|
3724
4124
|
/**
|
|
3725
4125
|
* Url
|
|
4126
|
+
*
|
|
4127
|
+
* > ℹ️ **Note:** You must specify exactly one of `domain`, `imei`, `imsi`, `ip`, `predefinedIp`, `predefinedUrl`, and `url`.
|
|
3726
4128
|
*/
|
|
3727
4129
|
url?: pulumi.Input<inputs.ExternalDynamicListTypeUrl>;
|
|
3728
4130
|
}
|
|
@@ -3773,18 +4175,26 @@ export interface ExternalDynamicListTypeDomainRecurring {
|
|
|
3773
4175
|
daily?: pulumi.Input<inputs.ExternalDynamicListTypeDomainRecurringDaily>;
|
|
3774
4176
|
/**
|
|
3775
4177
|
* Five minute
|
|
4178
|
+
*
|
|
4179
|
+
* > ℹ️ **Note:** You must specify exactly one of `daily`, `fiveMinute`, `hourly`, `monthly`, and `weekly`.
|
|
3776
4180
|
*/
|
|
3777
4181
|
fiveMinute?: pulumi.Input<inputs.ExternalDynamicListTypeDomainRecurringFiveMinute>;
|
|
3778
4182
|
/**
|
|
3779
4183
|
* Hourly
|
|
4184
|
+
*
|
|
4185
|
+
* > ℹ️ **Note:** You must specify exactly one of `daily`, `fiveMinute`, `hourly`, `monthly`, and `weekly`.
|
|
3780
4186
|
*/
|
|
3781
4187
|
hourly?: pulumi.Input<inputs.ExternalDynamicListTypeDomainRecurringHourly>;
|
|
3782
4188
|
/**
|
|
3783
4189
|
* Monthly
|
|
4190
|
+
*
|
|
4191
|
+
* > ℹ️ **Note:** You must specify exactly one of `daily`, `fiveMinute`, `hourly`, `monthly`, and `weekly`.
|
|
3784
4192
|
*/
|
|
3785
4193
|
monthly?: pulumi.Input<inputs.ExternalDynamicListTypeDomainRecurringMonthly>;
|
|
3786
4194
|
/**
|
|
3787
4195
|
* Weekly
|
|
4196
|
+
*
|
|
4197
|
+
* > ℹ️ **Note:** You must specify exactly one of `daily`, `fiveMinute`, `hourly`, `monthly`, and `weekly`.
|
|
3788
4198
|
*/
|
|
3789
4199
|
weekly?: pulumi.Input<inputs.ExternalDynamicListTypeDomainRecurringWeekly>;
|
|
3790
4200
|
}
|
|
@@ -3861,18 +4271,26 @@ export interface ExternalDynamicListTypeImeiRecurring {
|
|
|
3861
4271
|
daily?: pulumi.Input<inputs.ExternalDynamicListTypeImeiRecurringDaily>;
|
|
3862
4272
|
/**
|
|
3863
4273
|
* Five minute
|
|
4274
|
+
*
|
|
4275
|
+
* > ℹ️ **Note:** You must specify exactly one of `daily`, `fiveMinute`, `hourly`, `monthly`, and `weekly`.
|
|
3864
4276
|
*/
|
|
3865
4277
|
fiveMinute?: pulumi.Input<inputs.ExternalDynamicListTypeImeiRecurringFiveMinute>;
|
|
3866
4278
|
/**
|
|
3867
4279
|
* Hourly
|
|
4280
|
+
*
|
|
4281
|
+
* > ℹ️ **Note:** You must specify exactly one of `daily`, `fiveMinute`, `hourly`, `monthly`, and `weekly`.
|
|
3868
4282
|
*/
|
|
3869
4283
|
hourly?: pulumi.Input<inputs.ExternalDynamicListTypeImeiRecurringHourly>;
|
|
3870
4284
|
/**
|
|
3871
4285
|
* Monthly
|
|
4286
|
+
*
|
|
4287
|
+
* > ℹ️ **Note:** You must specify exactly one of `daily`, `fiveMinute`, `hourly`, `monthly`, and `weekly`.
|
|
3872
4288
|
*/
|
|
3873
4289
|
monthly?: pulumi.Input<inputs.ExternalDynamicListTypeImeiRecurringMonthly>;
|
|
3874
4290
|
/**
|
|
3875
4291
|
* Weekly
|
|
4292
|
+
*
|
|
4293
|
+
* > ℹ️ **Note:** You must specify exactly one of `daily`, `fiveMinute`, `hourly`, `monthly`, and `weekly`.
|
|
3876
4294
|
*/
|
|
3877
4295
|
weekly?: pulumi.Input<inputs.ExternalDynamicListTypeImeiRecurringWeekly>;
|
|
3878
4296
|
}
|
|
@@ -3949,18 +4367,26 @@ export interface ExternalDynamicListTypeImsiRecurring {
|
|
|
3949
4367
|
daily?: pulumi.Input<inputs.ExternalDynamicListTypeImsiRecurringDaily>;
|
|
3950
4368
|
/**
|
|
3951
4369
|
* Five minute
|
|
4370
|
+
*
|
|
4371
|
+
* > ℹ️ **Note:** You must specify exactly one of `daily`, `fiveMinute`, `hourly`, `monthly`, and `weekly`.
|
|
3952
4372
|
*/
|
|
3953
4373
|
fiveMinute?: pulumi.Input<inputs.ExternalDynamicListTypeImsiRecurringFiveMinute>;
|
|
3954
4374
|
/**
|
|
3955
4375
|
* Hourly
|
|
4376
|
+
*
|
|
4377
|
+
* > ℹ️ **Note:** You must specify exactly one of `daily`, `fiveMinute`, `hourly`, `monthly`, and `weekly`.
|
|
3956
4378
|
*/
|
|
3957
4379
|
hourly?: pulumi.Input<inputs.ExternalDynamicListTypeImsiRecurringHourly>;
|
|
3958
4380
|
/**
|
|
3959
4381
|
* Monthly
|
|
4382
|
+
*
|
|
4383
|
+
* > ℹ️ **Note:** You must specify exactly one of `daily`, `fiveMinute`, `hourly`, `monthly`, and `weekly`.
|
|
3960
4384
|
*/
|
|
3961
4385
|
monthly?: pulumi.Input<inputs.ExternalDynamicListTypeImsiRecurringMonthly>;
|
|
3962
4386
|
/**
|
|
3963
4387
|
* Weekly
|
|
4388
|
+
*
|
|
4389
|
+
* > ℹ️ **Note:** You must specify exactly one of `daily`, `fiveMinute`, `hourly`, `monthly`, and `weekly`.
|
|
3964
4390
|
*/
|
|
3965
4391
|
weekly?: pulumi.Input<inputs.ExternalDynamicListTypeImsiRecurringWeekly>;
|
|
3966
4392
|
}
|
|
@@ -4037,18 +4463,26 @@ export interface ExternalDynamicListTypeIpRecurring {
|
|
|
4037
4463
|
daily?: pulumi.Input<inputs.ExternalDynamicListTypeIpRecurringDaily>;
|
|
4038
4464
|
/**
|
|
4039
4465
|
* Five minute
|
|
4466
|
+
*
|
|
4467
|
+
* > ℹ️ **Note:** You must specify exactly one of `daily`, `fiveMinute`, `hourly`, `monthly`, and `weekly`.
|
|
4040
4468
|
*/
|
|
4041
4469
|
fiveMinute?: pulumi.Input<inputs.ExternalDynamicListTypeIpRecurringFiveMinute>;
|
|
4042
4470
|
/**
|
|
4043
4471
|
* Hourly
|
|
4472
|
+
*
|
|
4473
|
+
* > ℹ️ **Note:** You must specify exactly one of `daily`, `fiveMinute`, `hourly`, `monthly`, and `weekly`.
|
|
4044
4474
|
*/
|
|
4045
4475
|
hourly?: pulumi.Input<inputs.ExternalDynamicListTypeIpRecurringHourly>;
|
|
4046
4476
|
/**
|
|
4047
4477
|
* Monthly
|
|
4478
|
+
*
|
|
4479
|
+
* > ℹ️ **Note:** You must specify exactly one of `daily`, `fiveMinute`, `hourly`, `monthly`, and `weekly`.
|
|
4048
4480
|
*/
|
|
4049
4481
|
monthly?: pulumi.Input<inputs.ExternalDynamicListTypeIpRecurringMonthly>;
|
|
4050
4482
|
/**
|
|
4051
4483
|
* Weekly
|
|
4484
|
+
*
|
|
4485
|
+
* > ℹ️ **Note:** You must specify exactly one of `daily`, `fiveMinute`, `hourly`, `monthly`, and `weekly`.
|
|
4052
4486
|
*/
|
|
4053
4487
|
weekly?: pulumi.Input<inputs.ExternalDynamicListTypeIpRecurringWeekly>;
|
|
4054
4488
|
}
|
|
@@ -4153,18 +4587,26 @@ export interface ExternalDynamicListTypeUrlRecurring {
|
|
|
4153
4587
|
daily?: pulumi.Input<inputs.ExternalDynamicListTypeUrlRecurringDaily>;
|
|
4154
4588
|
/**
|
|
4155
4589
|
* Five minute
|
|
4590
|
+
*
|
|
4591
|
+
* > ℹ️ **Note:** You must specify exactly one of `daily`, `fiveMinute`, `hourly`, `monthly`, and `weekly`.
|
|
4156
4592
|
*/
|
|
4157
4593
|
fiveMinute?: pulumi.Input<inputs.ExternalDynamicListTypeUrlRecurringFiveMinute>;
|
|
4158
4594
|
/**
|
|
4159
4595
|
* Hourly
|
|
4596
|
+
*
|
|
4597
|
+
* > ℹ️ **Note:** You must specify exactly one of `daily`, `fiveMinute`, `hourly`, `monthly`, and `weekly`.
|
|
4160
4598
|
*/
|
|
4161
4599
|
hourly?: pulumi.Input<inputs.ExternalDynamicListTypeUrlRecurringHourly>;
|
|
4162
4600
|
/**
|
|
4163
4601
|
* Monthly
|
|
4602
|
+
*
|
|
4603
|
+
* > ℹ️ **Note:** You must specify exactly one of `daily`, `fiveMinute`, `hourly`, `monthly`, and `weekly`.
|
|
4164
4604
|
*/
|
|
4165
4605
|
monthly?: pulumi.Input<inputs.ExternalDynamicListTypeUrlRecurringMonthly>;
|
|
4166
4606
|
/**
|
|
4167
4607
|
* Weekly
|
|
4608
|
+
*
|
|
4609
|
+
* > ℹ️ **Note:** You must specify exactly one of `daily`, `fiveMinute`, `hourly`, `monthly`, and `weekly`.
|
|
4168
4610
|
*/
|
|
4169
4611
|
weekly?: pulumi.Input<inputs.ExternalDynamicListTypeUrlRecurringWeekly>;
|
|
4170
4612
|
}
|
|
@@ -4263,10 +4705,14 @@ export interface HipObjectAntiMalwareCriteriaLastScanTime {
|
|
|
4263
4705
|
notAvailable?: pulumi.Input<inputs.HipObjectAntiMalwareCriteriaLastScanTimeNotAvailable>;
|
|
4264
4706
|
/**
|
|
4265
4707
|
* Not within
|
|
4708
|
+
*
|
|
4709
|
+
* > ℹ️ **Note:** You must specify exactly one of `notAvailable`, `notWithin`, and `within`.
|
|
4266
4710
|
*/
|
|
4267
4711
|
notWithin?: pulumi.Input<inputs.HipObjectAntiMalwareCriteriaLastScanTimeNotWithin>;
|
|
4268
4712
|
/**
|
|
4269
4713
|
* Within
|
|
4714
|
+
*
|
|
4715
|
+
* > ℹ️ **Note:** You must specify exactly one of `notAvailable`, `notWithin`, and `within`.
|
|
4270
4716
|
*/
|
|
4271
4717
|
within?: pulumi.Input<inputs.HipObjectAntiMalwareCriteriaLastScanTimeWithin>;
|
|
4272
4718
|
}
|
|
@@ -4279,6 +4725,8 @@ export interface HipObjectAntiMalwareCriteriaLastScanTimeNotWithin {
|
|
|
4279
4725
|
days?: pulumi.Input<number>;
|
|
4280
4726
|
/**
|
|
4281
4727
|
* specify time in hours
|
|
4728
|
+
*
|
|
4729
|
+
* > ℹ️ **Note:** You must specify exactly one of `days` and `hours`.
|
|
4282
4730
|
*/
|
|
4283
4731
|
hours?: pulumi.Input<number>;
|
|
4284
4732
|
}
|
|
@@ -4289,6 +4737,8 @@ export interface HipObjectAntiMalwareCriteriaLastScanTimeWithin {
|
|
|
4289
4737
|
days?: pulumi.Input<number>;
|
|
4290
4738
|
/**
|
|
4291
4739
|
* specify time in hours
|
|
4740
|
+
*
|
|
4741
|
+
* > ℹ️ **Note:** You must specify exactly one of `days` and `hours`.
|
|
4292
4742
|
*/
|
|
4293
4743
|
hours?: pulumi.Input<number>;
|
|
4294
4744
|
}
|
|
@@ -4299,34 +4749,50 @@ export interface HipObjectAntiMalwareCriteriaProductVersion {
|
|
|
4299
4749
|
contains?: pulumi.Input<string>;
|
|
4300
4750
|
/**
|
|
4301
4751
|
* Greater equal
|
|
4752
|
+
*
|
|
4753
|
+
* > ℹ️ **Note:** You must specify exactly one of `contains`, `greaterEqual`, `greaterThan`, `is`, `isNot`, `lessEqual`, `lessThan`, `notWithin`, and `within`.
|
|
4302
4754
|
*/
|
|
4303
4755
|
greaterEqual?: pulumi.Input<string>;
|
|
4304
4756
|
/**
|
|
4305
4757
|
* Greater than
|
|
4758
|
+
*
|
|
4759
|
+
* > ℹ️ **Note:** You must specify exactly one of `contains`, `greaterEqual`, `greaterThan`, `is`, `isNot`, `lessEqual`, `lessThan`, `notWithin`, and `within`.
|
|
4306
4760
|
*/
|
|
4307
4761
|
greaterThan?: pulumi.Input<string>;
|
|
4308
4762
|
/**
|
|
4309
4763
|
* Is
|
|
4764
|
+
*
|
|
4765
|
+
* > ℹ️ **Note:** You must specify exactly one of `contains`, `greaterEqual`, `greaterThan`, `is`, `isNot`, `lessEqual`, `lessThan`, `notWithin`, and `within`.
|
|
4310
4766
|
*/
|
|
4311
4767
|
is?: pulumi.Input<string>;
|
|
4312
4768
|
/**
|
|
4313
4769
|
* Is not
|
|
4770
|
+
*
|
|
4771
|
+
* > ℹ️ **Note:** You must specify exactly one of `contains`, `greaterEqual`, `greaterThan`, `is`, `isNot`, `lessEqual`, `lessThan`, `notWithin`, and `within`.
|
|
4314
4772
|
*/
|
|
4315
4773
|
isNot?: pulumi.Input<string>;
|
|
4316
4774
|
/**
|
|
4317
4775
|
* Less equal
|
|
4776
|
+
*
|
|
4777
|
+
* > ℹ️ **Note:** You must specify exactly one of `contains`, `greaterEqual`, `greaterThan`, `is`, `isNot`, `lessEqual`, `lessThan`, `notWithin`, and `within`.
|
|
4318
4778
|
*/
|
|
4319
4779
|
lessEqual?: pulumi.Input<string>;
|
|
4320
4780
|
/**
|
|
4321
4781
|
* Less than
|
|
4782
|
+
*
|
|
4783
|
+
* > ℹ️ **Note:** You must specify exactly one of `contains`, `greaterEqual`, `greaterThan`, `is`, `isNot`, `lessEqual`, `lessThan`, `notWithin`, and `within`.
|
|
4322
4784
|
*/
|
|
4323
4785
|
lessThan?: pulumi.Input<string>;
|
|
4324
4786
|
/**
|
|
4325
4787
|
* Not within
|
|
4788
|
+
*
|
|
4789
|
+
* > ℹ️ **Note:** You must specify exactly one of `contains`, `greaterEqual`, `greaterThan`, `is`, `isNot`, `lessEqual`, `lessThan`, `notWithin`, and `within`.
|
|
4326
4790
|
*/
|
|
4327
4791
|
notWithin?: pulumi.Input<inputs.HipObjectAntiMalwareCriteriaProductVersionNotWithin>;
|
|
4328
4792
|
/**
|
|
4329
4793
|
* Within
|
|
4794
|
+
*
|
|
4795
|
+
* > ℹ️ **Note:** You must specify exactly one of `contains`, `greaterEqual`, `greaterThan`, `is`, `isNot`, `lessEqual`, `lessThan`, `notWithin`, and `within`.
|
|
4330
4796
|
*/
|
|
4331
4797
|
within?: pulumi.Input<inputs.HipObjectAntiMalwareCriteriaProductVersionWithin>;
|
|
4332
4798
|
}
|
|
@@ -4349,6 +4815,8 @@ export interface HipObjectAntiMalwareCriteriaVirdefVersion {
|
|
|
4349
4815
|
notWithin?: pulumi.Input<inputs.HipObjectAntiMalwareCriteriaVirdefVersionNotWithin>;
|
|
4350
4816
|
/**
|
|
4351
4817
|
* Within
|
|
4818
|
+
*
|
|
4819
|
+
* > ℹ️ **Note:** You must specify exactly one of `notWithin` and `within`.
|
|
4352
4820
|
*/
|
|
4353
4821
|
within?: pulumi.Input<inputs.HipObjectAntiMalwareCriteriaVirdefVersionWithin>;
|
|
4354
4822
|
}
|
|
@@ -4359,6 +4827,8 @@ export interface HipObjectAntiMalwareCriteriaVirdefVersionNotWithin {
|
|
|
4359
4827
|
days?: pulumi.Input<number>;
|
|
4360
4828
|
/**
|
|
4361
4829
|
* specify versions range
|
|
4830
|
+
*
|
|
4831
|
+
* > ℹ️ **Note:** You must specify exactly one of `days` and `versions`.
|
|
4362
4832
|
*/
|
|
4363
4833
|
versions?: pulumi.Input<number>;
|
|
4364
4834
|
}
|
|
@@ -4369,6 +4839,8 @@ export interface HipObjectAntiMalwareCriteriaVirdefVersionWithin {
|
|
|
4369
4839
|
days?: pulumi.Input<number>;
|
|
4370
4840
|
/**
|
|
4371
4841
|
* specify versions range
|
|
4842
|
+
*
|
|
4843
|
+
* > ℹ️ **Note:** You must specify exactly one of `days` and `versions`.
|
|
4372
4844
|
*/
|
|
4373
4845
|
versions?: pulumi.Input<number>;
|
|
4374
4846
|
}
|
|
@@ -4563,10 +5035,14 @@ export interface HipObjectDiskBackupCriteriaLastBackupTime {
|
|
|
4563
5035
|
notAvailable?: pulumi.Input<inputs.HipObjectDiskBackupCriteriaLastBackupTimeNotAvailable>;
|
|
4564
5036
|
/**
|
|
4565
5037
|
* Not within
|
|
5038
|
+
*
|
|
5039
|
+
* > ℹ️ **Note:** You must specify exactly one of `notAvailable`, `notWithin`, and `within`.
|
|
4566
5040
|
*/
|
|
4567
5041
|
notWithin?: pulumi.Input<inputs.HipObjectDiskBackupCriteriaLastBackupTimeNotWithin>;
|
|
4568
5042
|
/**
|
|
4569
5043
|
* Within
|
|
5044
|
+
*
|
|
5045
|
+
* > ℹ️ **Note:** You must specify exactly one of `notAvailable`, `notWithin`, and `within`.
|
|
4570
5046
|
*/
|
|
4571
5047
|
within?: pulumi.Input<inputs.HipObjectDiskBackupCriteriaLastBackupTimeWithin>;
|
|
4572
5048
|
}
|
|
@@ -4579,6 +5055,8 @@ export interface HipObjectDiskBackupCriteriaLastBackupTimeNotWithin {
|
|
|
4579
5055
|
days?: pulumi.Input<number>;
|
|
4580
5056
|
/**
|
|
4581
5057
|
* specify time in hours
|
|
5058
|
+
*
|
|
5059
|
+
* > ℹ️ **Note:** You must specify exactly one of `days` and `hours`.
|
|
4582
5060
|
*/
|
|
4583
5061
|
hours?: pulumi.Input<number>;
|
|
4584
5062
|
}
|
|
@@ -4589,6 +5067,8 @@ export interface HipObjectDiskBackupCriteriaLastBackupTimeWithin {
|
|
|
4589
5067
|
days?: pulumi.Input<number>;
|
|
4590
5068
|
/**
|
|
4591
5069
|
* specify time in hours
|
|
5070
|
+
*
|
|
5071
|
+
* > ℹ️ **Note:** You must specify exactly one of `days` and `hours`.
|
|
4592
5072
|
*/
|
|
4593
5073
|
hours?: pulumi.Input<number>;
|
|
4594
5074
|
}
|
|
@@ -4643,6 +5123,8 @@ export interface HipObjectDiskEncryptionCriteriaEncryptedLocationEncryptionState
|
|
|
4643
5123
|
is?: pulumi.Input<string>;
|
|
4644
5124
|
/**
|
|
4645
5125
|
* Is not
|
|
5126
|
+
*
|
|
5127
|
+
* > ℹ️ **Note:** You must specify exactly one of `is` and `isNot`.
|
|
4646
5128
|
*/
|
|
4647
5129
|
isNot?: pulumi.Input<string>;
|
|
4648
5130
|
}
|
|
@@ -4733,10 +5215,14 @@ export interface HipObjectHostInfoCriteriaClientVersion {
|
|
|
4733
5215
|
contains?: pulumi.Input<string>;
|
|
4734
5216
|
/**
|
|
4735
5217
|
* Is
|
|
5218
|
+
*
|
|
5219
|
+
* > ℹ️ **Note:** You must specify exactly one of `contains`, `is`, and `isNot`.
|
|
4736
5220
|
*/
|
|
4737
5221
|
is?: pulumi.Input<string>;
|
|
4738
5222
|
/**
|
|
4739
5223
|
* Is not
|
|
5224
|
+
*
|
|
5225
|
+
* > ℹ️ **Note:** You must specify exactly one of `contains`, `is`, and `isNot`.
|
|
4740
5226
|
*/
|
|
4741
5227
|
isNot?: pulumi.Input<string>;
|
|
4742
5228
|
}
|
|
@@ -4747,10 +5233,14 @@ export interface HipObjectHostInfoCriteriaDomain {
|
|
|
4747
5233
|
contains?: pulumi.Input<string>;
|
|
4748
5234
|
/**
|
|
4749
5235
|
* Is
|
|
5236
|
+
*
|
|
5237
|
+
* > ℹ️ **Note:** You must specify exactly one of `contains`, `is`, and `isNot`.
|
|
4750
5238
|
*/
|
|
4751
5239
|
is?: pulumi.Input<string>;
|
|
4752
5240
|
/**
|
|
4753
5241
|
* Is not
|
|
5242
|
+
*
|
|
5243
|
+
* > ℹ️ **Note:** You must specify exactly one of `contains`, `is`, and `isNot`.
|
|
4754
5244
|
*/
|
|
4755
5245
|
isNot?: pulumi.Input<string>;
|
|
4756
5246
|
}
|
|
@@ -4761,10 +5251,14 @@ export interface HipObjectHostInfoCriteriaHostId {
|
|
|
4761
5251
|
contains?: pulumi.Input<string>;
|
|
4762
5252
|
/**
|
|
4763
5253
|
* Is
|
|
5254
|
+
*
|
|
5255
|
+
* > ℹ️ **Note:** You must specify exactly one of `contains`, `is`, and `isNot`.
|
|
4764
5256
|
*/
|
|
4765
5257
|
is?: pulumi.Input<string>;
|
|
4766
5258
|
/**
|
|
4767
5259
|
* Is not
|
|
5260
|
+
*
|
|
5261
|
+
* > ℹ️ **Note:** You must specify exactly one of `contains`, `is`, and `isNot`.
|
|
4768
5262
|
*/
|
|
4769
5263
|
isNot?: pulumi.Input<string>;
|
|
4770
5264
|
}
|
|
@@ -4775,10 +5269,14 @@ export interface HipObjectHostInfoCriteriaHostName {
|
|
|
4775
5269
|
contains?: pulumi.Input<string>;
|
|
4776
5270
|
/**
|
|
4777
5271
|
* Is
|
|
5272
|
+
*
|
|
5273
|
+
* > ℹ️ **Note:** You must specify exactly one of `contains`, `is`, and `isNot`.
|
|
4778
5274
|
*/
|
|
4779
5275
|
is?: pulumi.Input<string>;
|
|
4780
5276
|
/**
|
|
4781
5277
|
* Is not
|
|
5278
|
+
*
|
|
5279
|
+
* > ℹ️ **Note:** You must specify exactly one of `contains`, `is`, and `isNot`.
|
|
4782
5280
|
*/
|
|
4783
5281
|
isNot?: pulumi.Input<string>;
|
|
4784
5282
|
}
|
|
@@ -4817,10 +5315,14 @@ export interface HipObjectHostInfoCriteriaSerialNumber {
|
|
|
4817
5315
|
contains?: pulumi.Input<string>;
|
|
4818
5316
|
/**
|
|
4819
5317
|
* Is
|
|
5318
|
+
*
|
|
5319
|
+
* > ℹ️ **Note:** You must specify exactly one of `contains`, `is`, and `isNot`.
|
|
4820
5320
|
*/
|
|
4821
5321
|
is?: pulumi.Input<string>;
|
|
4822
5322
|
/**
|
|
4823
5323
|
* Is not
|
|
5324
|
+
*
|
|
5325
|
+
* > ℹ️ **Note:** You must specify exactly one of `contains`, `is`, and `isNot`.
|
|
4824
5326
|
*/
|
|
4825
5327
|
isNot?: pulumi.Input<string>;
|
|
4826
5328
|
}
|
|
@@ -4889,6 +5391,8 @@ export interface HipObjectMobileDeviceCriteriaApplicationsHasMalware {
|
|
|
4889
5391
|
no?: pulumi.Input<inputs.HipObjectMobileDeviceCriteriaApplicationsHasMalwareNo>;
|
|
4890
5392
|
/**
|
|
4891
5393
|
* Yes
|
|
5394
|
+
*
|
|
5395
|
+
* > ℹ️ **Note:** You must specify exactly one of `no` and `yes`.
|
|
4892
5396
|
*/
|
|
4893
5397
|
yes?: pulumi.Input<inputs.HipObjectMobileDeviceCriteriaApplicationsHasMalwareYes>;
|
|
4894
5398
|
}
|
|
@@ -4935,10 +5439,14 @@ export interface HipObjectMobileDeviceCriteriaImei {
|
|
|
4935
5439
|
contains?: pulumi.Input<string>;
|
|
4936
5440
|
/**
|
|
4937
5441
|
* Is
|
|
5442
|
+
*
|
|
5443
|
+
* > ℹ️ **Note:** You must specify exactly one of `contains`, `is`, and `isNot`.
|
|
4938
5444
|
*/
|
|
4939
5445
|
is?: pulumi.Input<string>;
|
|
4940
5446
|
/**
|
|
4941
5447
|
* Is not
|
|
5448
|
+
*
|
|
5449
|
+
* > ℹ️ **Note:** You must specify exactly one of `contains`, `is`, and `isNot`.
|
|
4942
5450
|
*/
|
|
4943
5451
|
isNot?: pulumi.Input<string>;
|
|
4944
5452
|
}
|
|
@@ -4949,6 +5457,8 @@ export interface HipObjectMobileDeviceCriteriaLastCheckinTime {
|
|
|
4949
5457
|
notWithin?: pulumi.Input<inputs.HipObjectMobileDeviceCriteriaLastCheckinTimeNotWithin>;
|
|
4950
5458
|
/**
|
|
4951
5459
|
* Within
|
|
5460
|
+
*
|
|
5461
|
+
* > ℹ️ **Note:** You must specify exactly one of `notWithin` and `within`.
|
|
4952
5462
|
*/
|
|
4953
5463
|
within?: pulumi.Input<inputs.HipObjectMobileDeviceCriteriaLastCheckinTimeWithin>;
|
|
4954
5464
|
}
|
|
@@ -4971,10 +5481,14 @@ export interface HipObjectMobileDeviceCriteriaModel {
|
|
|
4971
5481
|
contains?: pulumi.Input<string>;
|
|
4972
5482
|
/**
|
|
4973
5483
|
* Is
|
|
5484
|
+
*
|
|
5485
|
+
* > ℹ️ **Note:** You must specify exactly one of `contains`, `is`, and `isNot`.
|
|
4974
5486
|
*/
|
|
4975
5487
|
is?: pulumi.Input<string>;
|
|
4976
5488
|
/**
|
|
4977
5489
|
* Is not
|
|
5490
|
+
*
|
|
5491
|
+
* > ℹ️ **Note:** You must specify exactly one of `contains`, `is`, and `isNot`.
|
|
4978
5492
|
*/
|
|
4979
5493
|
isNot?: pulumi.Input<string>;
|
|
4980
5494
|
}
|
|
@@ -4985,10 +5499,14 @@ export interface HipObjectMobileDeviceCriteriaPhoneNumber {
|
|
|
4985
5499
|
contains?: pulumi.Input<string>;
|
|
4986
5500
|
/**
|
|
4987
5501
|
* Is
|
|
5502
|
+
*
|
|
5503
|
+
* > ℹ️ **Note:** You must specify exactly one of `contains`, `is`, and `isNot`.
|
|
4988
5504
|
*/
|
|
4989
5505
|
is?: pulumi.Input<string>;
|
|
4990
5506
|
/**
|
|
4991
5507
|
* Is not
|
|
5508
|
+
*
|
|
5509
|
+
* > ℹ️ **Note:** You must specify exactly one of `contains`, `is`, and `isNot`.
|
|
4992
5510
|
*/
|
|
4993
5511
|
isNot?: pulumi.Input<string>;
|
|
4994
5512
|
}
|
|
@@ -4999,10 +5517,14 @@ export interface HipObjectMobileDeviceCriteriaTag {
|
|
|
4999
5517
|
contains?: pulumi.Input<string>;
|
|
5000
5518
|
/**
|
|
5001
5519
|
* Is
|
|
5520
|
+
*
|
|
5521
|
+
* > ℹ️ **Note:** You must specify exactly one of `contains`, `is`, and `isNot`.
|
|
5002
5522
|
*/
|
|
5003
5523
|
is?: pulumi.Input<string>;
|
|
5004
5524
|
/**
|
|
5005
5525
|
* Is not
|
|
5526
|
+
*
|
|
5527
|
+
* > ℹ️ **Note:** You must specify exactly one of `contains`, `is`, and `isNot`.
|
|
5006
5528
|
*/
|
|
5007
5529
|
isNot?: pulumi.Input<string>;
|
|
5008
5530
|
}
|
|
@@ -5025,6 +5547,8 @@ export interface HipObjectNetworkInfoCriteriaNetwork {
|
|
|
5025
5547
|
is?: pulumi.Input<inputs.HipObjectNetworkInfoCriteriaNetworkIs>;
|
|
5026
5548
|
/**
|
|
5027
5549
|
* Is not
|
|
5550
|
+
*
|
|
5551
|
+
* > ℹ️ **Note:** You must specify exactly one of `is` and `isNot`.
|
|
5028
5552
|
*/
|
|
5029
5553
|
isNot?: pulumi.Input<inputs.HipObjectNetworkInfoCriteriaNetworkIsNot>;
|
|
5030
5554
|
}
|
|
@@ -5035,10 +5559,14 @@ export interface HipObjectNetworkInfoCriteriaNetworkIs {
|
|
|
5035
5559
|
mobile?: pulumi.Input<inputs.HipObjectNetworkInfoCriteriaNetworkIsMobile>;
|
|
5036
5560
|
/**
|
|
5037
5561
|
* Unknown
|
|
5562
|
+
*
|
|
5563
|
+
* > ℹ️ **Note:** You must specify exactly one of `mobile`, `unknown`, and `wifi`.
|
|
5038
5564
|
*/
|
|
5039
5565
|
unknown?: pulumi.Input<inputs.HipObjectNetworkInfoCriteriaNetworkIsUnknown>;
|
|
5040
5566
|
/**
|
|
5041
5567
|
* Wifi
|
|
5568
|
+
*
|
|
5569
|
+
* > ℹ️ **Note:** You must specify exactly one of `mobile`, `unknown`, and `wifi`.
|
|
5042
5570
|
*/
|
|
5043
5571
|
wifi?: pulumi.Input<inputs.HipObjectNetworkInfoCriteriaNetworkIsWifi>;
|
|
5044
5572
|
}
|
|
@@ -5055,14 +5583,20 @@ export interface HipObjectNetworkInfoCriteriaNetworkIsNot {
|
|
|
5055
5583
|
ethernet?: pulumi.Input<inputs.HipObjectNetworkInfoCriteriaNetworkIsNotEthernet>;
|
|
5056
5584
|
/**
|
|
5057
5585
|
* Mobile
|
|
5586
|
+
*
|
|
5587
|
+
* > ℹ️ **Note:** You must specify exactly one of `ethernet`, `mobile`, `unknown`, and `wifi`.
|
|
5058
5588
|
*/
|
|
5059
5589
|
mobile?: pulumi.Input<inputs.HipObjectNetworkInfoCriteriaNetworkIsNotMobile>;
|
|
5060
5590
|
/**
|
|
5061
5591
|
* Unknown
|
|
5592
|
+
*
|
|
5593
|
+
* > ℹ️ **Note:** You must specify exactly one of `ethernet`, `mobile`, `unknown`, and `wifi`.
|
|
5062
5594
|
*/
|
|
5063
5595
|
unknown?: pulumi.Input<inputs.HipObjectNetworkInfoCriteriaNetworkIsNotUnknown>;
|
|
5064
5596
|
/**
|
|
5065
5597
|
* Wifi
|
|
5598
|
+
*
|
|
5599
|
+
* > ℹ️ **Note:** You must specify exactly one of `ethernet`, `mobile`, `unknown`, and `wifi`.
|
|
5066
5600
|
*/
|
|
5067
5601
|
wifi?: pulumi.Input<inputs.HipObjectNetworkInfoCriteriaNetworkIsNotWifi>;
|
|
5068
5602
|
}
|
|
@@ -5139,22 +5673,32 @@ export interface HipObjectPatchManagementCriteriaMissingPatchesSeverity {
|
|
|
5139
5673
|
greaterEqual?: pulumi.Input<number>;
|
|
5140
5674
|
/**
|
|
5141
5675
|
* Greater than
|
|
5676
|
+
*
|
|
5677
|
+
* > ℹ️ **Note:** You must specify exactly one of `greaterEqual`, `greaterThan`, `is`, `isNot`, `lessEqual`, and `lessThan`.
|
|
5142
5678
|
*/
|
|
5143
5679
|
greaterThan?: pulumi.Input<number>;
|
|
5144
5680
|
/**
|
|
5145
5681
|
* Is
|
|
5682
|
+
*
|
|
5683
|
+
* > ℹ️ **Note:** You must specify exactly one of `greaterEqual`, `greaterThan`, `is`, `isNot`, `lessEqual`, and `lessThan`.
|
|
5146
5684
|
*/
|
|
5147
5685
|
is?: pulumi.Input<number>;
|
|
5148
5686
|
/**
|
|
5149
5687
|
* Is not
|
|
5688
|
+
*
|
|
5689
|
+
* > ℹ️ **Note:** You must specify exactly one of `greaterEqual`, `greaterThan`, `is`, `isNot`, `lessEqual`, and `lessThan`.
|
|
5150
5690
|
*/
|
|
5151
5691
|
isNot?: pulumi.Input<number>;
|
|
5152
5692
|
/**
|
|
5153
5693
|
* Less equal
|
|
5694
|
+
*
|
|
5695
|
+
* > ℹ️ **Note:** You must specify exactly one of `greaterEqual`, `greaterThan`, `is`, `isNot`, `lessEqual`, and `lessThan`.
|
|
5154
5696
|
*/
|
|
5155
5697
|
lessEqual?: pulumi.Input<number>;
|
|
5156
5698
|
/**
|
|
5157
5699
|
* Less than
|
|
5700
|
+
*
|
|
5701
|
+
* > ℹ️ **Note:** You must specify exactly one of `greaterEqual`, `greaterThan`, `is`, `isNot`, `lessEqual`, and `lessThan`.
|
|
5158
5702
|
*/
|
|
5159
5703
|
lessThan?: pulumi.Input<number>;
|
|
5160
5704
|
}
|
|
@@ -5204,7 +5748,7 @@ export interface HttpHeaderProfileHttpHeaderInsertionTypeHeader {
|
|
|
5204
5748
|
/**
|
|
5205
5749
|
* An auto-generated name (*This should be removed*)
|
|
5206
5750
|
*/
|
|
5207
|
-
name
|
|
5751
|
+
name?: pulumi.Input<string>;
|
|
5208
5752
|
/**
|
|
5209
5753
|
* The value associated with the HTTP header
|
|
5210
5754
|
*/
|
|
@@ -6031,14 +6575,20 @@ export interface IkeCryptoProfileLifetime {
|
|
|
6031
6575
|
days?: pulumi.Input<number>;
|
|
6032
6576
|
/**
|
|
6033
6577
|
* specify lifetime in hours
|
|
6578
|
+
*
|
|
6579
|
+
* > ℹ️ **Note:** You must specify exactly one of `days`, `hours`, `minutes`, and `seconds`.
|
|
6034
6580
|
*/
|
|
6035
6581
|
hours?: pulumi.Input<number>;
|
|
6036
6582
|
/**
|
|
6037
6583
|
* specify lifetime in minutes
|
|
6584
|
+
*
|
|
6585
|
+
* > ℹ️ **Note:** You must specify exactly one of `days`, `hours`, `minutes`, and `seconds`.
|
|
6038
6586
|
*/
|
|
6039
6587
|
minutes?: pulumi.Input<number>;
|
|
6040
6588
|
/**
|
|
6041
6589
|
* specify lifetime in seconds
|
|
6590
|
+
*
|
|
6591
|
+
* > ℹ️ **Note:** You must specify exactly one of `days`, `hours`, `minutes`, and `seconds`.
|
|
6042
6592
|
*/
|
|
6043
6593
|
seconds?: pulumi.Input<number>;
|
|
6044
6594
|
}
|
|
@@ -6049,6 +6599,8 @@ export interface IkeGatewayAuthentication {
|
|
|
6049
6599
|
certificate?: pulumi.Input<inputs.IkeGatewayAuthenticationCertificate>;
|
|
6050
6600
|
/**
|
|
6051
6601
|
* Pre shared key
|
|
6602
|
+
*
|
|
6603
|
+
* > ℹ️ **Note:** You must specify exactly one of `certificate` and `preSharedKey`.
|
|
6052
6604
|
*/
|
|
6053
6605
|
preSharedKey?: pulumi.Input<inputs.IkeGatewayAuthenticationPreSharedKey>;
|
|
6054
6606
|
}
|
|
@@ -6109,10 +6661,14 @@ export interface IkeGatewayPeerAddress {
|
|
|
6109
6661
|
dynamic?: pulumi.Input<inputs.IkeGatewayPeerAddressDynamic>;
|
|
6110
6662
|
/**
|
|
6111
6663
|
* peer gateway FQDN name
|
|
6664
|
+
*
|
|
6665
|
+
* > ℹ️ **Note:** You must specify exactly one of `dynamic`, `fqdn`, and `ip`.
|
|
6112
6666
|
*/
|
|
6113
6667
|
fqdn?: pulumi.Input<string>;
|
|
6114
6668
|
/**
|
|
6115
6669
|
* peer gateway has static IP address
|
|
6670
|
+
*
|
|
6671
|
+
* > ℹ️ **Note:** You must specify exactly one of `dynamic`, `fqdn`, and `ip`.
|
|
6116
6672
|
*/
|
|
6117
6673
|
ip?: pulumi.Input<string>;
|
|
6118
6674
|
}
|
|
@@ -6229,14 +6785,20 @@ export interface IpsecCryptoProfileLifesize {
|
|
|
6229
6785
|
gb?: pulumi.Input<number>;
|
|
6230
6786
|
/**
|
|
6231
6787
|
* specify lifesize in kilobytes(KB)
|
|
6788
|
+
*
|
|
6789
|
+
* > ℹ️ **Note:** You must specify exactly one of `gb`, `kb`, `mb`, and `tb`.
|
|
6232
6790
|
*/
|
|
6233
6791
|
kb?: pulumi.Input<number>;
|
|
6234
6792
|
/**
|
|
6235
6793
|
* specify lifesize in megabytes(MB)
|
|
6794
|
+
*
|
|
6795
|
+
* > ℹ️ **Note:** You must specify exactly one of `gb`, `kb`, `mb`, and `tb`.
|
|
6236
6796
|
*/
|
|
6237
6797
|
mb?: pulumi.Input<number>;
|
|
6238
6798
|
/**
|
|
6239
6799
|
* specify lifesize in terabytes(TB)
|
|
6800
|
+
*
|
|
6801
|
+
* > ℹ️ **Note:** You must specify exactly one of `gb`, `kb`, `mb`, and `tb`.
|
|
6240
6802
|
*/
|
|
6241
6803
|
tb?: pulumi.Input<number>;
|
|
6242
6804
|
}
|
|
@@ -6247,14 +6809,20 @@ export interface IpsecCryptoProfileLifetime {
|
|
|
6247
6809
|
days?: pulumi.Input<number>;
|
|
6248
6810
|
/**
|
|
6249
6811
|
* specify lifetime in hours
|
|
6812
|
+
*
|
|
6813
|
+
* > ℹ️ **Note:** You must specify exactly one of `days`, `hours`, `minutes`, and `seconds`.
|
|
6250
6814
|
*/
|
|
6251
6815
|
hours?: pulumi.Input<number>;
|
|
6252
6816
|
/**
|
|
6253
6817
|
* specify lifetime in minutes
|
|
6818
|
+
*
|
|
6819
|
+
* > ℹ️ **Note:** You must specify exactly one of `days`, `hours`, `minutes`, and `seconds`.
|
|
6254
6820
|
*/
|
|
6255
6821
|
minutes?: pulumi.Input<number>;
|
|
6256
6822
|
/**
|
|
6257
6823
|
* specify lifetime in seconds
|
|
6824
|
+
*
|
|
6825
|
+
* > ℹ️ **Note:** You must specify exactly one of `days`, `hours`, `minutes`, and `seconds`.
|
|
6258
6826
|
*/
|
|
6259
6827
|
seconds?: pulumi.Input<number>;
|
|
6260
6828
|
}
|
|
@@ -6306,11 +6874,15 @@ export interface IpsecTunnelAutoKeyProxyIdProtocol {
|
|
|
6306
6874
|
*/
|
|
6307
6875
|
number?: pulumi.Input<number>;
|
|
6308
6876
|
/**
|
|
6309
|
-
* IPv4 type of
|
|
6877
|
+
* IPv4 type of proxyId protocol values for TCP protocol
|
|
6878
|
+
*
|
|
6879
|
+
* > ℹ️ **Note:** You must specify exactly one of `number`, `tcp`, and `udp`.
|
|
6310
6880
|
*/
|
|
6311
6881
|
tcp?: pulumi.Input<inputs.IpsecTunnelAutoKeyProxyIdProtocolTcp>;
|
|
6312
6882
|
/**
|
|
6313
|
-
* IPv6 type of
|
|
6883
|
+
* IPv6 type of proxyId protocol values for UDP protocol
|
|
6884
|
+
*
|
|
6885
|
+
* > ℹ️ **Note:** You must specify exactly one of `number`, `tcp`, and `udp`.
|
|
6314
6886
|
*/
|
|
6315
6887
|
udp?: pulumi.Input<inputs.IpsecTunnelAutoKeyProxyIdProtocolUdp>;
|
|
6316
6888
|
}
|
|
@@ -6358,11 +6930,15 @@ export interface IpsecTunnelAutoKeyProxyIdV6Protocol {
|
|
|
6358
6930
|
*/
|
|
6359
6931
|
number?: pulumi.Input<number>;
|
|
6360
6932
|
/**
|
|
6361
|
-
* IPv6 type of
|
|
6933
|
+
* IPv6 type of proxyId protocol values for TCP protocol
|
|
6934
|
+
*
|
|
6935
|
+
* > ℹ️ **Note:** You must specify exactly one of `number`, `tcp`, and `udp`.
|
|
6362
6936
|
*/
|
|
6363
6937
|
tcp?: pulumi.Input<inputs.IpsecTunnelAutoKeyProxyIdV6ProtocolTcp>;
|
|
6364
6938
|
/**
|
|
6365
|
-
* IPv6 type of
|
|
6939
|
+
* IPv6 type of proxyId protocol values for UDP protocol
|
|
6940
|
+
*
|
|
6941
|
+
* > ℹ️ **Note:** You must specify exactly one of `number`, `tcp`, and `udp`.
|
|
6366
6942
|
*/
|
|
6367
6943
|
udp?: pulumi.Input<inputs.IpsecTunnelAutoKeyProxyIdV6ProtocolUdp>;
|
|
6368
6944
|
}
|
|
@@ -6831,6 +7407,8 @@ export interface LogicalRouterVrfBgpAggregateRouteType {
|
|
|
6831
7407
|
ipv4?: pulumi.Input<inputs.LogicalRouterVrfBgpAggregateRouteTypeIpv4>;
|
|
6832
7408
|
/**
|
|
6833
7409
|
* Ipv6
|
|
7410
|
+
*
|
|
7411
|
+
* > ℹ️ **Note:** You must specify exactly one of `ipv4` and `ipv6`.
|
|
6834
7412
|
*/
|
|
6835
7413
|
ipv6?: pulumi.Input<inputs.LogicalRouterVrfBgpAggregateRouteTypeIpv6>;
|
|
6836
7414
|
}
|
|
@@ -7123,6 +7701,8 @@ export interface LogicalRouterVrfBgpPeerGroupPeerInherit {
|
|
|
7123
7701
|
no?: pulumi.Input<inputs.LogicalRouterVrfBgpPeerGroupPeerInheritNo>;
|
|
7124
7702
|
/**
|
|
7125
7703
|
* Yes
|
|
7704
|
+
*
|
|
7705
|
+
* > ℹ️ **Note:** You must specify exactly one of `ipv4`, `no`, and `yes`.
|
|
7126
7706
|
*/
|
|
7127
7707
|
yes?: pulumi.Input<inputs.LogicalRouterVrfBgpPeerGroupPeerInheritYes>;
|
|
7128
7708
|
}
|
|
@@ -7175,6 +7755,8 @@ export interface LogicalRouterVrfBgpPeerGroupPeerPeerAddress {
|
|
|
7175
7755
|
fqdn?: pulumi.Input<string>;
|
|
7176
7756
|
/**
|
|
7177
7757
|
* Ip
|
|
7758
|
+
*
|
|
7759
|
+
* > ℹ️ **Note:** You must specify exactly one of `fqdn` and `ip`.
|
|
7178
7760
|
*/
|
|
7179
7761
|
ip?: pulumi.Input<string>;
|
|
7180
7762
|
}
|
|
@@ -7195,14 +7777,20 @@ export interface LogicalRouterVrfBgpPeerGroupType {
|
|
|
7195
7777
|
ebgp?: pulumi.Input<inputs.LogicalRouterVrfBgpPeerGroupTypeEbgp>;
|
|
7196
7778
|
/**
|
|
7197
7779
|
* Ebgp confed
|
|
7780
|
+
*
|
|
7781
|
+
* > ℹ️ **Note:** You must specify exactly one of `ebgp`, `ebgpConfed`, `ibgp`, and `ibgpConfed`.
|
|
7198
7782
|
*/
|
|
7199
7783
|
ebgpConfed?: pulumi.Input<inputs.LogicalRouterVrfBgpPeerGroupTypeEbgpConfed>;
|
|
7200
7784
|
/**
|
|
7201
7785
|
* Ibgp
|
|
7786
|
+
*
|
|
7787
|
+
* > ℹ️ **Note:** You must specify exactly one of `ebgp`, `ebgpConfed`, `ibgp`, and `ibgpConfed`.
|
|
7202
7788
|
*/
|
|
7203
7789
|
ibgp?: pulumi.Input<inputs.LogicalRouterVrfBgpPeerGroupTypeIbgp>;
|
|
7204
7790
|
/**
|
|
7205
7791
|
* Ibgp confed
|
|
7792
|
+
*
|
|
7793
|
+
* > ℹ️ **Note:** You must specify exactly one of `ebgp`, `ebgpConfed`, `ibgp`, and `ibgpConfed`.
|
|
7206
7794
|
*/
|
|
7207
7795
|
ibgpConfed?: pulumi.Input<inputs.LogicalRouterVrfBgpPeerGroupTypeIbgpConfed>;
|
|
7208
7796
|
}
|
|
@@ -7425,14 +8013,20 @@ export interface LogicalRouterVrfBgpPolicyAggregationAddressAggregateRouteAttrib
|
|
|
7425
8013
|
none?: pulumi.Input<inputs.LogicalRouterVrfBgpPolicyAggregationAddressAggregateRouteAttributesAsPathNone>;
|
|
7426
8014
|
/**
|
|
7427
8015
|
* Prepend
|
|
8016
|
+
*
|
|
8017
|
+
* > ℹ️ **Note:** You must specify exactly one of `none`, `prepend`, `remove`, and `removeAndPrepend`.
|
|
7428
8018
|
*/
|
|
7429
8019
|
prepend?: pulumi.Input<number>;
|
|
7430
8020
|
/**
|
|
7431
8021
|
* Remove
|
|
8022
|
+
*
|
|
8023
|
+
* > ℹ️ **Note:** You must specify exactly one of `none`, `prepend`, `remove`, and `removeAndPrepend`.
|
|
7432
8024
|
*/
|
|
7433
8025
|
remove?: pulumi.Input<inputs.LogicalRouterVrfBgpPolicyAggregationAddressAggregateRouteAttributesAsPathRemove>;
|
|
7434
8026
|
/**
|
|
7435
8027
|
* Remove and prepend
|
|
8028
|
+
*
|
|
8029
|
+
* > ℹ️ **Note:** You must specify exactly one of `none`, `prepend`, `remove`, and `removeAndPrepend`.
|
|
7436
8030
|
*/
|
|
7437
8031
|
removeAndPrepend?: pulumi.Input<number>;
|
|
7438
8032
|
}
|
|
@@ -7447,18 +8041,26 @@ export interface LogicalRouterVrfBgpPolicyAggregationAddressAggregateRouteAttrib
|
|
|
7447
8041
|
appends?: pulumi.Input<pulumi.Input<string>[]>;
|
|
7448
8042
|
/**
|
|
7449
8043
|
* None
|
|
8044
|
+
*
|
|
8045
|
+
* > ℹ️ **Note:** You must specify exactly one of `append`, `none`, `overwrite`, `removeAll`, and `removeRegex`.
|
|
7450
8046
|
*/
|
|
7451
8047
|
none?: pulumi.Input<inputs.LogicalRouterVrfBgpPolicyAggregationAddressAggregateRouteAttributesCommunityNone>;
|
|
7452
8048
|
/**
|
|
7453
8049
|
* Overwrite
|
|
8050
|
+
*
|
|
8051
|
+
* > ℹ️ **Note:** You must specify exactly one of `append`, `none`, `overwrite`, `removeAll`, and `removeRegex`.
|
|
7454
8052
|
*/
|
|
7455
8053
|
overwrites?: pulumi.Input<pulumi.Input<string>[]>;
|
|
7456
8054
|
/**
|
|
7457
8055
|
* Remove all
|
|
8056
|
+
*
|
|
8057
|
+
* > ℹ️ **Note:** You must specify exactly one of `append`, `none`, `overwrite`, `removeAll`, and `removeRegex`.
|
|
7458
8058
|
*/
|
|
7459
8059
|
removeAll?: pulumi.Input<inputs.LogicalRouterVrfBgpPolicyAggregationAddressAggregateRouteAttributesCommunityRemoveAll>;
|
|
7460
8060
|
/**
|
|
7461
8061
|
* Remove regex
|
|
8062
|
+
*
|
|
8063
|
+
* > ℹ️ **Note:** You must specify exactly one of `append`, `none`, `overwrite`, `removeAll`, and `removeRegex`.
|
|
7462
8064
|
*/
|
|
7463
8065
|
removeRegex?: pulumi.Input<string>;
|
|
7464
8066
|
}
|
|
@@ -7473,18 +8075,26 @@ export interface LogicalRouterVrfBgpPolicyAggregationAddressAggregateRouteAttrib
|
|
|
7473
8075
|
appends?: pulumi.Input<pulumi.Input<string>[]>;
|
|
7474
8076
|
/**
|
|
7475
8077
|
* None
|
|
8078
|
+
*
|
|
8079
|
+
* > ℹ️ **Note:** You must specify exactly one of `append`, `none`, `overwrite`, `removeAll`, and `removeRegex`.
|
|
7476
8080
|
*/
|
|
7477
8081
|
none?: pulumi.Input<inputs.LogicalRouterVrfBgpPolicyAggregationAddressAggregateRouteAttributesExtendedCommunityNone>;
|
|
7478
8082
|
/**
|
|
7479
8083
|
* Overwrite
|
|
8084
|
+
*
|
|
8085
|
+
* > ℹ️ **Note:** You must specify exactly one of `append`, `none`, `overwrite`, `removeAll`, and `removeRegex`.
|
|
7480
8086
|
*/
|
|
7481
8087
|
overwrites?: pulumi.Input<pulumi.Input<string>[]>;
|
|
7482
8088
|
/**
|
|
7483
8089
|
* Remove all
|
|
8090
|
+
*
|
|
8091
|
+
* > ℹ️ **Note:** You must specify exactly one of `append`, `none`, `overwrite`, `removeAll`, and `removeRegex`.
|
|
7484
8092
|
*/
|
|
7485
8093
|
removeAll?: pulumi.Input<inputs.LogicalRouterVrfBgpPolicyAggregationAddressAggregateRouteAttributesExtendedCommunityRemoveAll>;
|
|
7486
8094
|
/**
|
|
7487
8095
|
* Remove regex
|
|
8096
|
+
*
|
|
8097
|
+
* > ℹ️ **Note:** You must specify exactly one of `append`, `none`, `overwrite`, `removeAll`, and `removeRegex`.
|
|
7488
8098
|
*/
|
|
7489
8099
|
removeRegex?: pulumi.Input<string>;
|
|
7490
8100
|
}
|
|
@@ -7807,6 +8417,8 @@ export interface LogicalRouterVrfBgpPolicyExportRuleAction {
|
|
|
7807
8417
|
allow?: pulumi.Input<inputs.LogicalRouterVrfBgpPolicyExportRuleActionAllow>;
|
|
7808
8418
|
/**
|
|
7809
8419
|
* Deny
|
|
8420
|
+
*
|
|
8421
|
+
* > ℹ️ **Note:** You must specify exactly one of `allow` and `deny`.
|
|
7810
8422
|
*/
|
|
7811
8423
|
deny?: pulumi.Input<inputs.LogicalRouterVrfBgpPolicyExportRuleActionDeny>;
|
|
7812
8424
|
}
|
|
@@ -7857,14 +8469,20 @@ export interface LogicalRouterVrfBgpPolicyExportRuleActionAllowUpdateAsPath {
|
|
|
7857
8469
|
none?: pulumi.Input<inputs.LogicalRouterVrfBgpPolicyExportRuleActionAllowUpdateAsPathNone>;
|
|
7858
8470
|
/**
|
|
7859
8471
|
* Prepend
|
|
8472
|
+
*
|
|
8473
|
+
* > ℹ️ **Note:** You must specify exactly one of `none`, `prepend`, `remove`, and `removeAndPrepend`.
|
|
7860
8474
|
*/
|
|
7861
8475
|
prepend?: pulumi.Input<number>;
|
|
7862
8476
|
/**
|
|
7863
8477
|
* Remove
|
|
8478
|
+
*
|
|
8479
|
+
* > ℹ️ **Note:** You must specify exactly one of `none`, `prepend`, `remove`, and `removeAndPrepend`.
|
|
7864
8480
|
*/
|
|
7865
8481
|
remove?: pulumi.Input<inputs.LogicalRouterVrfBgpPolicyExportRuleActionAllowUpdateAsPathRemove>;
|
|
7866
8482
|
/**
|
|
7867
8483
|
* Remove and prepend
|
|
8484
|
+
*
|
|
8485
|
+
* > ℹ️ **Note:** You must specify exactly one of `none`, `prepend`, `remove`, and `removeAndPrepend`.
|
|
7868
8486
|
*/
|
|
7869
8487
|
removeAndPrepend?: pulumi.Input<number>;
|
|
7870
8488
|
}
|
|
@@ -7879,18 +8497,26 @@ export interface LogicalRouterVrfBgpPolicyExportRuleActionAllowUpdateCommunity {
|
|
|
7879
8497
|
appends?: pulumi.Input<pulumi.Input<string>[]>;
|
|
7880
8498
|
/**
|
|
7881
8499
|
* None
|
|
8500
|
+
*
|
|
8501
|
+
* > ℹ️ **Note:** You must specify exactly one of `append`, `none`, `overwrite`, `removeAll`, and `removeRegex`.
|
|
7882
8502
|
*/
|
|
7883
8503
|
none?: pulumi.Input<inputs.LogicalRouterVrfBgpPolicyExportRuleActionAllowUpdateCommunityNone>;
|
|
7884
8504
|
/**
|
|
7885
8505
|
* Overwrite
|
|
8506
|
+
*
|
|
8507
|
+
* > ℹ️ **Note:** You must specify exactly one of `append`, `none`, `overwrite`, `removeAll`, and `removeRegex`.
|
|
7886
8508
|
*/
|
|
7887
8509
|
overwrites?: pulumi.Input<pulumi.Input<string>[]>;
|
|
7888
8510
|
/**
|
|
7889
8511
|
* Remove all
|
|
8512
|
+
*
|
|
8513
|
+
* > ℹ️ **Note:** You must specify exactly one of `append`, `none`, `overwrite`, `removeAll`, and `removeRegex`.
|
|
7890
8514
|
*/
|
|
7891
8515
|
removeAll?: pulumi.Input<inputs.LogicalRouterVrfBgpPolicyExportRuleActionAllowUpdateCommunityRemoveAll>;
|
|
7892
8516
|
/**
|
|
7893
8517
|
* Remove regex
|
|
8518
|
+
*
|
|
8519
|
+
* > ℹ️ **Note:** You must specify exactly one of `append`, `none`, `overwrite`, `removeAll`, and `removeRegex`.
|
|
7894
8520
|
*/
|
|
7895
8521
|
removeRegex?: pulumi.Input<string>;
|
|
7896
8522
|
}
|
|
@@ -7905,18 +8531,26 @@ export interface LogicalRouterVrfBgpPolicyExportRuleActionAllowUpdateExtendedCom
|
|
|
7905
8531
|
appends?: pulumi.Input<pulumi.Input<string>[]>;
|
|
7906
8532
|
/**
|
|
7907
8533
|
* None
|
|
8534
|
+
*
|
|
8535
|
+
* > ℹ️ **Note:** You must specify exactly one of `append`, `none`, `overwrite`, `removeAll`, and `removeRegex`.
|
|
7908
8536
|
*/
|
|
7909
8537
|
none?: pulumi.Input<inputs.LogicalRouterVrfBgpPolicyExportRuleActionAllowUpdateExtendedCommunityNone>;
|
|
7910
8538
|
/**
|
|
7911
8539
|
* Overwrite
|
|
8540
|
+
*
|
|
8541
|
+
* > ℹ️ **Note:** You must specify exactly one of `append`, `none`, `overwrite`, `removeAll`, and `removeRegex`.
|
|
7912
8542
|
*/
|
|
7913
8543
|
overwrites?: pulumi.Input<pulumi.Input<string>[]>;
|
|
7914
8544
|
/**
|
|
7915
8545
|
* Remove all
|
|
8546
|
+
*
|
|
8547
|
+
* > ℹ️ **Note:** You must specify exactly one of `append`, `none`, `overwrite`, `removeAll`, and `removeRegex`.
|
|
7916
8548
|
*/
|
|
7917
8549
|
removeAll?: pulumi.Input<inputs.LogicalRouterVrfBgpPolicyExportRuleActionAllowUpdateExtendedCommunityRemoveAll>;
|
|
7918
8550
|
/**
|
|
7919
8551
|
* Remove regex
|
|
8552
|
+
*
|
|
8553
|
+
* > ℹ️ **Note:** You must specify exactly one of `append`, `none`, `overwrite`, `removeAll`, and `removeRegex`.
|
|
7920
8554
|
*/
|
|
7921
8555
|
removeRegex?: pulumi.Input<string>;
|
|
7922
8556
|
}
|
|
@@ -8031,6 +8665,8 @@ export interface LogicalRouterVrfBgpPolicyImportRuleAction {
|
|
|
8031
8665
|
allow?: pulumi.Input<inputs.LogicalRouterVrfBgpPolicyImportRuleActionAllow>;
|
|
8032
8666
|
/**
|
|
8033
8667
|
* Deny
|
|
8668
|
+
*
|
|
8669
|
+
* > ℹ️ **Note:** You must specify exactly one of `allow` and `deny`.
|
|
8034
8670
|
*/
|
|
8035
8671
|
deny?: pulumi.Input<inputs.LogicalRouterVrfBgpPolicyImportRuleActionDeny>;
|
|
8036
8672
|
}
|
|
@@ -8089,14 +8725,20 @@ export interface LogicalRouterVrfBgpPolicyImportRuleActionAllowUpdateAsPath {
|
|
|
8089
8725
|
none?: pulumi.Input<inputs.LogicalRouterVrfBgpPolicyImportRuleActionAllowUpdateAsPathNone>;
|
|
8090
8726
|
/**
|
|
8091
8727
|
* Prepend
|
|
8728
|
+
*
|
|
8729
|
+
* > ℹ️ **Note:** You must specify exactly one of `none`, `prepend`, `remove`, and `removeAndPrepend`.
|
|
8092
8730
|
*/
|
|
8093
8731
|
prepend?: pulumi.Input<number>;
|
|
8094
8732
|
/**
|
|
8095
8733
|
* Remove
|
|
8734
|
+
*
|
|
8735
|
+
* > ℹ️ **Note:** You must specify exactly one of `none`, `prepend`, `remove`, and `removeAndPrepend`.
|
|
8096
8736
|
*/
|
|
8097
8737
|
remove?: pulumi.Input<inputs.LogicalRouterVrfBgpPolicyImportRuleActionAllowUpdateAsPathRemove>;
|
|
8098
8738
|
/**
|
|
8099
8739
|
* Remove and prepend
|
|
8740
|
+
*
|
|
8741
|
+
* > ℹ️ **Note:** You must specify exactly one of `none`, `prepend`, `remove`, and `removeAndPrepend`.
|
|
8100
8742
|
*/
|
|
8101
8743
|
removeAndPrepend?: pulumi.Input<number>;
|
|
8102
8744
|
}
|
|
@@ -8111,18 +8753,26 @@ export interface LogicalRouterVrfBgpPolicyImportRuleActionAllowUpdateCommunity {
|
|
|
8111
8753
|
appends?: pulumi.Input<pulumi.Input<string>[]>;
|
|
8112
8754
|
/**
|
|
8113
8755
|
* None
|
|
8756
|
+
*
|
|
8757
|
+
* > ℹ️ **Note:** You must specify exactly one of `append`, `none`, `overwrite`, `removeAll`, and `removeRegex`.
|
|
8114
8758
|
*/
|
|
8115
8759
|
none?: pulumi.Input<inputs.LogicalRouterVrfBgpPolicyImportRuleActionAllowUpdateCommunityNone>;
|
|
8116
8760
|
/**
|
|
8117
8761
|
* Overwrite
|
|
8762
|
+
*
|
|
8763
|
+
* > ℹ️ **Note:** You must specify exactly one of `append`, `none`, `overwrite`, `removeAll`, and `removeRegex`.
|
|
8118
8764
|
*/
|
|
8119
8765
|
overwrites?: pulumi.Input<pulumi.Input<string>[]>;
|
|
8120
8766
|
/**
|
|
8121
8767
|
* Remove all
|
|
8768
|
+
*
|
|
8769
|
+
* > ℹ️ **Note:** You must specify exactly one of `append`, `none`, `overwrite`, `removeAll`, and `removeRegex`.
|
|
8122
8770
|
*/
|
|
8123
8771
|
removeAll?: pulumi.Input<inputs.LogicalRouterVrfBgpPolicyImportRuleActionAllowUpdateCommunityRemoveAll>;
|
|
8124
8772
|
/**
|
|
8125
8773
|
* Remove regex
|
|
8774
|
+
*
|
|
8775
|
+
* > ℹ️ **Note:** You must specify exactly one of `append`, `none`, `overwrite`, `removeAll`, and `removeRegex`.
|
|
8126
8776
|
*/
|
|
8127
8777
|
removeRegex?: pulumi.Input<string>;
|
|
8128
8778
|
}
|
|
@@ -8137,18 +8787,26 @@ export interface LogicalRouterVrfBgpPolicyImportRuleActionAllowUpdateExtendedCom
|
|
|
8137
8787
|
appends?: pulumi.Input<pulumi.Input<string>[]>;
|
|
8138
8788
|
/**
|
|
8139
8789
|
* None
|
|
8790
|
+
*
|
|
8791
|
+
* > ℹ️ **Note:** You must specify exactly one of `append`, `none`, `overwrite`, `removeAll`, and `removeRegex`.
|
|
8140
8792
|
*/
|
|
8141
8793
|
none?: pulumi.Input<inputs.LogicalRouterVrfBgpPolicyImportRuleActionAllowUpdateExtendedCommunityNone>;
|
|
8142
8794
|
/**
|
|
8143
8795
|
* Overwrite
|
|
8796
|
+
*
|
|
8797
|
+
* > ℹ️ **Note:** You must specify exactly one of `append`, `none`, `overwrite`, `removeAll`, and `removeRegex`.
|
|
8144
8798
|
*/
|
|
8145
8799
|
overwrites?: pulumi.Input<pulumi.Input<string>[]>;
|
|
8146
8800
|
/**
|
|
8147
8801
|
* Remove all
|
|
8802
|
+
*
|
|
8803
|
+
* > ℹ️ **Note:** You must specify exactly one of `append`, `none`, `overwrite`, `removeAll`, and `removeRegex`.
|
|
8148
8804
|
*/
|
|
8149
8805
|
removeAll?: pulumi.Input<inputs.LogicalRouterVrfBgpPolicyImportRuleActionAllowUpdateExtendedCommunityRemoveAll>;
|
|
8150
8806
|
/**
|
|
8151
8807
|
* Remove regex
|
|
8808
|
+
*
|
|
8809
|
+
* > ℹ️ **Note:** You must specify exactly one of `append`, `none`, `overwrite`, `removeAll`, and `removeRegex`.
|
|
8152
8810
|
*/
|
|
8153
8811
|
removeRegex?: pulumi.Input<string>;
|
|
8154
8812
|
}
|
|
@@ -8325,14 +8983,20 @@ export interface LogicalRouterVrfEcmpAlgorithm {
|
|
|
8325
8983
|
balancedRoundRobin?: pulumi.Input<inputs.LogicalRouterVrfEcmpAlgorithmBalancedRoundRobin>;
|
|
8326
8984
|
/**
|
|
8327
8985
|
* Ip hash
|
|
8986
|
+
*
|
|
8987
|
+
* > ℹ️ **Note:** You must specify exactly one of `balancedRoundRobin`, `ipHash`, `ipModulo`, and `weightedRoundRobin`.
|
|
8328
8988
|
*/
|
|
8329
8989
|
ipHash?: pulumi.Input<inputs.LogicalRouterVrfEcmpAlgorithmIpHash>;
|
|
8330
8990
|
/**
|
|
8331
8991
|
* Ip modulo
|
|
8992
|
+
*
|
|
8993
|
+
* > ℹ️ **Note:** You must specify exactly one of `balancedRoundRobin`, `ipHash`, `ipModulo`, and `weightedRoundRobin`.
|
|
8332
8994
|
*/
|
|
8333
8995
|
ipModulo?: pulumi.Input<inputs.LogicalRouterVrfEcmpAlgorithmIpModulo>;
|
|
8334
8996
|
/**
|
|
8335
8997
|
* Weighted round robin
|
|
8998
|
+
*
|
|
8999
|
+
* > ℹ️ **Note:** You must specify exactly one of `balancedRoundRobin`, `ipHash`, `ipModulo`, and `weightedRoundRobin`.
|
|
8336
9000
|
*/
|
|
8337
9001
|
weightedRoundRobin?: pulumi.Input<inputs.LogicalRouterVrfEcmpAlgorithmWeightedRoundRobin>;
|
|
8338
9002
|
}
|
|
@@ -8729,6 +9393,8 @@ export interface LogicalRouterVrfMulticastMsdpPeerPeerAddress {
|
|
|
8729
9393
|
fqdn?: pulumi.Input<string>;
|
|
8730
9394
|
/**
|
|
8731
9395
|
* Ip
|
|
9396
|
+
*
|
|
9397
|
+
* > ℹ️ **Note:** You must specify exactly one of `fqdn` and `ip`.
|
|
8732
9398
|
*/
|
|
8733
9399
|
ip?: pulumi.Input<string>;
|
|
8734
9400
|
}
|
|
@@ -8827,6 +9493,8 @@ export interface LogicalRouterVrfMulticastPimRpLocalRp {
|
|
|
8827
9493
|
candidateRp?: pulumi.Input<inputs.LogicalRouterVrfMulticastPimRpLocalRpCandidateRp>;
|
|
8828
9494
|
/**
|
|
8829
9495
|
* Static rp
|
|
9496
|
+
*
|
|
9497
|
+
* > ℹ️ **Note:** You must specify exactly one of `candidateRp` and `staticRp`.
|
|
8830
9498
|
*/
|
|
8831
9499
|
staticRp?: pulumi.Input<inputs.LogicalRouterVrfMulticastPimRpLocalRpStaticRp>;
|
|
8832
9500
|
}
|
|
@@ -8917,6 +9585,8 @@ export interface LogicalRouterVrfMulticastRpLocalRp {
|
|
|
8917
9585
|
candidateRp?: pulumi.Input<inputs.LogicalRouterVrfMulticastRpLocalRpCandidateRp>;
|
|
8918
9586
|
/**
|
|
8919
9587
|
* Static rp
|
|
9588
|
+
*
|
|
9589
|
+
* > ℹ️ **Note:** You must specify exactly one of `candidateRp` and `staticRp`.
|
|
8920
9590
|
*/
|
|
8921
9591
|
staticRp?: pulumi.Input<inputs.LogicalRouterVrfMulticastRpLocalRpStaticRp>;
|
|
8922
9592
|
}
|
|
@@ -9163,10 +9833,14 @@ export interface LogicalRouterVrfOspfAreaInterfaceLinkType {
|
|
|
9163
9833
|
broadcast?: pulumi.Input<inputs.LogicalRouterVrfOspfAreaInterfaceLinkTypeBroadcast>;
|
|
9164
9834
|
/**
|
|
9165
9835
|
* P2mp
|
|
9836
|
+
*
|
|
9837
|
+
* > ℹ️ **Note:** You must specify exactly one of `broadcast`, `p2mp`, and `p2p`.
|
|
9166
9838
|
*/
|
|
9167
9839
|
p2mp?: pulumi.Input<inputs.LogicalRouterVrfOspfAreaInterfaceLinkTypeP2mp>;
|
|
9168
9840
|
/**
|
|
9169
9841
|
* P2p
|
|
9842
|
+
*
|
|
9843
|
+
* > ℹ️ **Note:** You must specify exactly one of `broadcast`, `p2mp`, and `p2p`.
|
|
9170
9844
|
*/
|
|
9171
9845
|
p2p?: pulumi.Input<inputs.LogicalRouterVrfOspfAreaInterfaceLinkTypeP2p>;
|
|
9172
9846
|
}
|
|
@@ -9233,10 +9907,14 @@ export interface LogicalRouterVrfOspfAreaType {
|
|
|
9233
9907
|
normal?: pulumi.Input<inputs.LogicalRouterVrfOspfAreaTypeNormal>;
|
|
9234
9908
|
/**
|
|
9235
9909
|
* Nssa
|
|
9910
|
+
*
|
|
9911
|
+
* > ℹ️ **Note:** You must specify exactly one of `normal`, `nssa`, and `stub`.
|
|
9236
9912
|
*/
|
|
9237
9913
|
nssa?: pulumi.Input<inputs.LogicalRouterVrfOspfAreaTypeNssa>;
|
|
9238
9914
|
/**
|
|
9239
9915
|
* Stub
|
|
9916
|
+
*
|
|
9917
|
+
* > ℹ️ **Note:** You must specify exactly one of `normal`, `nssa`, and `stub`.
|
|
9240
9918
|
*/
|
|
9241
9919
|
stub?: pulumi.Input<inputs.LogicalRouterVrfOspfAreaTypeStub>;
|
|
9242
9920
|
}
|
|
@@ -9343,6 +10021,8 @@ export interface LogicalRouterVrfOspfAreaTypeNssaDefaultRoute {
|
|
|
9343
10021
|
advertise?: pulumi.Input<inputs.LogicalRouterVrfOspfAreaTypeNssaDefaultRouteAdvertise>;
|
|
9344
10022
|
/**
|
|
9345
10023
|
* Disable
|
|
10024
|
+
*
|
|
10025
|
+
* > ℹ️ **Note:** You must specify exactly one of `advertise` and `disable`.
|
|
9346
10026
|
*/
|
|
9347
10027
|
disable?: pulumi.Input<inputs.LogicalRouterVrfOspfAreaTypeNssaDefaultRouteDisable>;
|
|
9348
10028
|
}
|
|
@@ -9423,6 +10103,8 @@ export interface LogicalRouterVrfOspfAreaTypeStubDefaultRoute {
|
|
|
9423
10103
|
advertise?: pulumi.Input<inputs.LogicalRouterVrfOspfAreaTypeStubDefaultRouteAdvertise>;
|
|
9424
10104
|
/**
|
|
9425
10105
|
* Disable
|
|
10106
|
+
*
|
|
10107
|
+
* > ℹ️ **Note:** You must specify exactly one of `advertise` and `disable`.
|
|
9426
10108
|
*/
|
|
9427
10109
|
disable?: pulumi.Input<inputs.LogicalRouterVrfOspfAreaTypeStubDefaultRouteDisable>;
|
|
9428
10110
|
}
|
|
@@ -9791,10 +10473,14 @@ export interface LogicalRouterVrfOspfv3AreaInterfaceLinkType {
|
|
|
9791
10473
|
broadcast?: pulumi.Input<inputs.LogicalRouterVrfOspfv3AreaInterfaceLinkTypeBroadcast>;
|
|
9792
10474
|
/**
|
|
9793
10475
|
* P2mp
|
|
10476
|
+
*
|
|
10477
|
+
* > ℹ️ **Note:** You must specify exactly one of `broadcast`, `p2mp`, and `p2p`.
|
|
9794
10478
|
*/
|
|
9795
10479
|
p2mp?: pulumi.Input<inputs.LogicalRouterVrfOspfv3AreaInterfaceLinkTypeP2mp>;
|
|
9796
10480
|
/**
|
|
9797
10481
|
* P2p
|
|
10482
|
+
*
|
|
10483
|
+
* > ℹ️ **Note:** You must specify exactly one of `broadcast`, `p2mp`, and `p2p`.
|
|
9798
10484
|
*/
|
|
9799
10485
|
p2p?: pulumi.Input<inputs.LogicalRouterVrfOspfv3AreaInterfaceLinkTypeP2p>;
|
|
9800
10486
|
}
|
|
@@ -9863,10 +10549,14 @@ export interface LogicalRouterVrfOspfv3AreaType {
|
|
|
9863
10549
|
normal?: pulumi.Input<inputs.LogicalRouterVrfOspfv3AreaTypeNormal>;
|
|
9864
10550
|
/**
|
|
9865
10551
|
* Nssa
|
|
10552
|
+
*
|
|
10553
|
+
* > ℹ️ **Note:** You must specify exactly one of `normal`, `nssa`, and `stub`.
|
|
9866
10554
|
*/
|
|
9867
10555
|
nssa?: pulumi.Input<inputs.LogicalRouterVrfOspfv3AreaTypeNssa>;
|
|
9868
10556
|
/**
|
|
9869
10557
|
* Stub
|
|
10558
|
+
*
|
|
10559
|
+
* > ℹ️ **Note:** You must specify exactly one of `normal`, `nssa`, and `stub`.
|
|
9870
10560
|
*/
|
|
9871
10561
|
stub?: pulumi.Input<inputs.LogicalRouterVrfOspfv3AreaTypeStub>;
|
|
9872
10562
|
}
|
|
@@ -9981,6 +10671,8 @@ export interface LogicalRouterVrfOspfv3AreaTypeNssaDefaultRoute {
|
|
|
9981
10671
|
advertise?: pulumi.Input<inputs.LogicalRouterVrfOspfv3AreaTypeNssaDefaultRouteAdvertise>;
|
|
9982
10672
|
/**
|
|
9983
10673
|
* Disable
|
|
10674
|
+
*
|
|
10675
|
+
* > ℹ️ **Note:** You must specify exactly one of `advertise` and `disable`.
|
|
9984
10676
|
*/
|
|
9985
10677
|
disable?: pulumi.Input<inputs.LogicalRouterVrfOspfv3AreaTypeNssaDefaultRouteDisable>;
|
|
9986
10678
|
}
|
|
@@ -10065,6 +10757,8 @@ export interface LogicalRouterVrfOspfv3AreaTypeStubDefaultRoute {
|
|
|
10065
10757
|
advertise?: pulumi.Input<inputs.LogicalRouterVrfOspfv3AreaTypeStubDefaultRouteAdvertise>;
|
|
10066
10758
|
/**
|
|
10067
10759
|
* Disable
|
|
10760
|
+
*
|
|
10761
|
+
* > ℹ️ **Note:** You must specify exactly one of `advertise` and `disable`.
|
|
10068
10762
|
*/
|
|
10069
10763
|
disable?: pulumi.Input<inputs.LogicalRouterVrfOspfv3AreaTypeStubDefaultRouteDisable>;
|
|
10070
10764
|
}
|
|
@@ -10189,18 +10883,26 @@ export interface LogicalRouterVrfOspfv3AuthProfileAh {
|
|
|
10189
10883
|
md5?: pulumi.Input<inputs.LogicalRouterVrfOspfv3AuthProfileAhMd5>;
|
|
10190
10884
|
/**
|
|
10191
10885
|
* Sha1
|
|
10886
|
+
*
|
|
10887
|
+
* > ℹ️ **Note:** You must specify exactly one of `md5`, `sha1`, `sha256`, `sha384`, and `sha512`.
|
|
10192
10888
|
*/
|
|
10193
10889
|
sha1?: pulumi.Input<inputs.LogicalRouterVrfOspfv3AuthProfileAhSha1>;
|
|
10194
10890
|
/**
|
|
10195
10891
|
* Sha256
|
|
10892
|
+
*
|
|
10893
|
+
* > ℹ️ **Note:** You must specify exactly one of `md5`, `sha1`, `sha256`, `sha384`, and `sha512`.
|
|
10196
10894
|
*/
|
|
10197
10895
|
sha256?: pulumi.Input<inputs.LogicalRouterVrfOspfv3AuthProfileAhSha256>;
|
|
10198
10896
|
/**
|
|
10199
10897
|
* Sha384
|
|
10898
|
+
*
|
|
10899
|
+
* > ℹ️ **Note:** You must specify exactly one of `md5`, `sha1`, `sha256`, `sha384`, and `sha512`.
|
|
10200
10900
|
*/
|
|
10201
10901
|
sha384?: pulumi.Input<inputs.LogicalRouterVrfOspfv3AuthProfileAhSha384>;
|
|
10202
10902
|
/**
|
|
10203
10903
|
* Sha512
|
|
10904
|
+
*
|
|
10905
|
+
* > ℹ️ **Note:** You must specify exactly one of `md5`, `sha1`, `sha256`, `sha384`, and `sha512`.
|
|
10204
10906
|
*/
|
|
10205
10907
|
sha512?: pulumi.Input<inputs.LogicalRouterVrfOspfv3AuthProfileAhSha512>;
|
|
10206
10908
|
}
|
|
@@ -10251,22 +10953,32 @@ export interface LogicalRouterVrfOspfv3AuthProfileEspAuthentication {
|
|
|
10251
10953
|
md5?: pulumi.Input<inputs.LogicalRouterVrfOspfv3AuthProfileEspAuthenticationMd5>;
|
|
10252
10954
|
/**
|
|
10253
10955
|
* None
|
|
10956
|
+
*
|
|
10957
|
+
* > ℹ️ **Note:** You must specify exactly one of `md5`, `none`, `sha1`, `sha256`, `sha384`, and `sha512`.
|
|
10254
10958
|
*/
|
|
10255
10959
|
none?: pulumi.Input<inputs.LogicalRouterVrfOspfv3AuthProfileEspAuthenticationNone>;
|
|
10256
10960
|
/**
|
|
10257
10961
|
* Sha1
|
|
10962
|
+
*
|
|
10963
|
+
* > ℹ️ **Note:** You must specify exactly one of `md5`, `none`, `sha1`, `sha256`, `sha384`, and `sha512`.
|
|
10258
10964
|
*/
|
|
10259
10965
|
sha1?: pulumi.Input<inputs.LogicalRouterVrfOspfv3AuthProfileEspAuthenticationSha1>;
|
|
10260
10966
|
/**
|
|
10261
10967
|
* Sha256
|
|
10968
|
+
*
|
|
10969
|
+
* > ℹ️ **Note:** You must specify exactly one of `md5`, `none`, `sha1`, `sha256`, `sha384`, and `sha512`.
|
|
10262
10970
|
*/
|
|
10263
10971
|
sha256?: pulumi.Input<inputs.LogicalRouterVrfOspfv3AuthProfileEspAuthenticationSha256>;
|
|
10264
10972
|
/**
|
|
10265
10973
|
* Sha384
|
|
10974
|
+
*
|
|
10975
|
+
* > ℹ️ **Note:** You must specify exactly one of `md5`, `none`, `sha1`, `sha256`, `sha384`, and `sha512`.
|
|
10266
10976
|
*/
|
|
10267
10977
|
sha384?: pulumi.Input<inputs.LogicalRouterVrfOspfv3AuthProfileEspAuthenticationSha384>;
|
|
10268
10978
|
/**
|
|
10269
10979
|
* Sha512
|
|
10980
|
+
*
|
|
10981
|
+
* > ℹ️ **Note:** You must specify exactly one of `md5`, `none`, `sha1`, `sha256`, `sha384`, and `sha512`.
|
|
10270
10982
|
*/
|
|
10271
10983
|
sha512?: pulumi.Input<inputs.LogicalRouterVrfOspfv3AuthProfileEspAuthenticationSha512>;
|
|
10272
10984
|
}
|
|
@@ -10635,30 +11347,44 @@ export interface LogicalRouterVrfRoutingTableIpStaticRouteNexthop {
|
|
|
10635
11347
|
discard?: pulumi.Input<inputs.LogicalRouterVrfRoutingTableIpStaticRouteNexthopDiscard>;
|
|
10636
11348
|
/**
|
|
10637
11349
|
* Fqdn
|
|
11350
|
+
*
|
|
11351
|
+
* > ℹ️ **Note:** You must specify exactly one of `discard`, `fqdn`, `ipAddress`, `ipv6Address`, `nextLr`, `nextVr`, `receive`, and `tunnel`.
|
|
10638
11352
|
*/
|
|
10639
11353
|
fqdn?: pulumi.Input<string>;
|
|
10640
11354
|
/**
|
|
10641
11355
|
* Ip address
|
|
11356
|
+
*
|
|
11357
|
+
* > ℹ️ **Note:** You must specify exactly one of `discard`, `fqdn`, `ipAddress`, `ipv6Address`, `nextLr`, `nextVr`, `receive`, and `tunnel`.
|
|
10642
11358
|
*/
|
|
10643
11359
|
ipAddress?: pulumi.Input<string>;
|
|
10644
11360
|
/**
|
|
10645
11361
|
* Ipv6 address
|
|
11362
|
+
*
|
|
11363
|
+
* > ℹ️ **Note:** You must specify exactly one of `discard`, `fqdn`, `ipAddress`, `ipv6Address`, `nextLr`, `nextVr`, `receive`, and `tunnel`.
|
|
10646
11364
|
*/
|
|
10647
11365
|
ipv6Address?: pulumi.Input<string>;
|
|
10648
11366
|
/**
|
|
10649
11367
|
* Next lr
|
|
11368
|
+
*
|
|
11369
|
+
* > ℹ️ **Note:** You must specify exactly one of `discard`, `fqdn`, `ipAddress`, `ipv6Address`, `nextLr`, `nextVr`, `receive`, and `tunnel`.
|
|
10650
11370
|
*/
|
|
10651
11371
|
nextLr?: pulumi.Input<string>;
|
|
10652
11372
|
/**
|
|
10653
11373
|
* Next vr
|
|
11374
|
+
*
|
|
11375
|
+
* > ℹ️ **Note:** You must specify exactly one of `discard`, `fqdn`, `ipAddress`, `ipv6Address`, `nextLr`, `nextVr`, `receive`, and `tunnel`.
|
|
10654
11376
|
*/
|
|
10655
11377
|
nextVr?: pulumi.Input<string>;
|
|
10656
11378
|
/**
|
|
10657
11379
|
* Receive
|
|
11380
|
+
*
|
|
11381
|
+
* > ℹ️ **Note:** You must specify exactly one of `discard`, `fqdn`, `ipAddress`, `ipv6Address`, `nextLr`, `nextVr`, `receive`, and `tunnel`.
|
|
10658
11382
|
*/
|
|
10659
11383
|
receive?: pulumi.Input<inputs.LogicalRouterVrfRoutingTableIpStaticRouteNexthopReceive>;
|
|
10660
11384
|
/**
|
|
10661
11385
|
* Tunnel
|
|
11386
|
+
*
|
|
11387
|
+
* > ℹ️ **Note:** You must specify exactly one of `discard`, `fqdn`, `ipAddress`, `ipv6Address`, `nextLr`, `nextVr`, `receive`, and `tunnel`.
|
|
10662
11388
|
*/
|
|
10663
11389
|
tunnel?: pulumi.Input<string>;
|
|
10664
11390
|
}
|
|
@@ -10721,14 +11447,20 @@ export interface LogicalRouterVrfRoutingTableIpStaticRouteRouteTable {
|
|
|
10721
11447
|
both?: pulumi.Input<inputs.LogicalRouterVrfRoutingTableIpStaticRouteRouteTableBoth>;
|
|
10722
11448
|
/**
|
|
10723
11449
|
* Multicast
|
|
11450
|
+
*
|
|
11451
|
+
* > ℹ️ **Note:** You must specify exactly one of `both`, `multicast`, `noInstall`, and `unicast`.
|
|
10724
11452
|
*/
|
|
10725
11453
|
multicast?: pulumi.Input<inputs.LogicalRouterVrfRoutingTableIpStaticRouteRouteTableMulticast>;
|
|
10726
11454
|
/**
|
|
10727
11455
|
* No install
|
|
11456
|
+
*
|
|
11457
|
+
* > ℹ️ **Note:** You must specify exactly one of `both`, `multicast`, `noInstall`, and `unicast`.
|
|
10728
11458
|
*/
|
|
10729
11459
|
noInstall?: pulumi.Input<inputs.LogicalRouterVrfRoutingTableIpStaticRouteRouteTableNoInstall>;
|
|
10730
11460
|
/**
|
|
10731
11461
|
* Unicast
|
|
11462
|
+
*
|
|
11463
|
+
* > ℹ️ **Note:** You must specify exactly one of `both`, `multicast`, `noInstall`, and `unicast`.
|
|
10732
11464
|
*/
|
|
10733
11465
|
unicast?: pulumi.Input<inputs.LogicalRouterVrfRoutingTableIpStaticRouteRouteTableUnicast>;
|
|
10734
11466
|
}
|
|
@@ -10801,26 +11533,38 @@ export interface LogicalRouterVrfRoutingTableIpv6StaticRouteNexthop {
|
|
|
10801
11533
|
discard?: pulumi.Input<inputs.LogicalRouterVrfRoutingTableIpv6StaticRouteNexthopDiscard>;
|
|
10802
11534
|
/**
|
|
10803
11535
|
* Fqdn
|
|
11536
|
+
*
|
|
11537
|
+
* > ℹ️ **Note:** You must specify exactly one of `discard`, `fqdn`, `ipv6Address`, `nextLr`, `nextVr`, `receive`, and `tunnel`.
|
|
10804
11538
|
*/
|
|
10805
11539
|
fqdn?: pulumi.Input<string>;
|
|
10806
11540
|
/**
|
|
10807
11541
|
* Ipv6 address
|
|
11542
|
+
*
|
|
11543
|
+
* > ℹ️ **Note:** You must specify exactly one of `discard`, `fqdn`, `ipv6Address`, `nextLr`, `nextVr`, `receive`, and `tunnel`.
|
|
10808
11544
|
*/
|
|
10809
11545
|
ipv6Address?: pulumi.Input<string>;
|
|
10810
11546
|
/**
|
|
10811
11547
|
* Next lr
|
|
11548
|
+
*
|
|
11549
|
+
* > ℹ️ **Note:** You must specify exactly one of `discard`, `fqdn`, `ipv6Address`, `nextLr`, `nextVr`, `receive`, and `tunnel`.
|
|
10812
11550
|
*/
|
|
10813
11551
|
nextLr?: pulumi.Input<string>;
|
|
10814
11552
|
/**
|
|
10815
11553
|
* Next vr
|
|
11554
|
+
*
|
|
11555
|
+
* > ℹ️ **Note:** You must specify exactly one of `discard`, `fqdn`, `ipv6Address`, `nextLr`, `nextVr`, `receive`, and `tunnel`.
|
|
10816
11556
|
*/
|
|
10817
11557
|
nextVr?: pulumi.Input<string>;
|
|
10818
11558
|
/**
|
|
10819
11559
|
* Receive
|
|
11560
|
+
*
|
|
11561
|
+
* > ℹ️ **Note:** You must specify exactly one of `discard`, `fqdn`, `ipv6Address`, `nextLr`, `nextVr`, `receive`, and `tunnel`.
|
|
10820
11562
|
*/
|
|
10821
11563
|
receive?: pulumi.Input<inputs.LogicalRouterVrfRoutingTableIpv6StaticRouteNexthopReceive>;
|
|
10822
11564
|
/**
|
|
10823
11565
|
* Tunnel
|
|
11566
|
+
*
|
|
11567
|
+
* > ℹ️ **Note:** You must specify exactly one of `discard`, `fqdn`, `ipv6Address`, `nextLr`, `nextVr`, `receive`, and `tunnel`.
|
|
10824
11568
|
*/
|
|
10825
11569
|
tunnel?: pulumi.Input<string>;
|
|
10826
11570
|
}
|
|
@@ -10985,14 +11729,20 @@ export interface MfaServerMfaVendorType {
|
|
|
10985
11729
|
duoSecurityV2?: pulumi.Input<inputs.MfaServerMfaVendorTypeDuoSecurityV2>;
|
|
10986
11730
|
/**
|
|
10987
11731
|
* Integration with [Okta Adaptive MFA](https://www.okta.com/products/adaptive-multi-factor-authentication)
|
|
11732
|
+
*
|
|
11733
|
+
* > ℹ️ **Note:** You must specify exactly one of `duoSecurityV2`, `oktaAdaptiveV1`, `pingIdentityV1`, and `rsaSecuridAccessV1`.
|
|
10988
11734
|
*/
|
|
10989
11735
|
oktaAdaptiveV1?: pulumi.Input<inputs.MfaServerMfaVendorTypeOktaAdaptiveV1>;
|
|
10990
11736
|
/**
|
|
10991
11737
|
* Integation with [Ping Identity](https://www.pingidentity.com/en/platform.html)
|
|
11738
|
+
*
|
|
11739
|
+
* > ℹ️ **Note:** You must specify exactly one of `duoSecurityV2`, `oktaAdaptiveV1`, `pingIdentityV1`, and `rsaSecuridAccessV1`.
|
|
10992
11740
|
*/
|
|
10993
11741
|
pingIdentityV1?: pulumi.Input<inputs.MfaServerMfaVendorTypePingIdentityV1>;
|
|
10994
11742
|
/**
|
|
10995
11743
|
* Integration with [RSA SecurID](https://www.rsa.com/products/securid/)
|
|
11744
|
+
*
|
|
11745
|
+
* > ℹ️ **Note:** You must specify exactly one of `duoSecurityV2`, `oktaAdaptiveV1`, `pingIdentityV1`, and `rsaSecuridAccessV1`.
|
|
10996
11746
|
*/
|
|
10997
11747
|
rsaSecuridAccessV1?: pulumi.Input<inputs.MfaServerMfaVendorTypeRsaSecuridAccessV1>;
|
|
10998
11748
|
}
|
|
@@ -11229,10 +11979,14 @@ export interface PbfRuleAction {
|
|
|
11229
11979
|
discard?: pulumi.Input<inputs.PbfRuleActionDiscard>;
|
|
11230
11980
|
/**
|
|
11231
11981
|
* Forward
|
|
11982
|
+
*
|
|
11983
|
+
* > ℹ️ **Note:** You must specify exactly one of `discard`, `forward`, and `noPbf`.
|
|
11232
11984
|
*/
|
|
11233
11985
|
forward?: pulumi.Input<inputs.PbfRuleActionForward>;
|
|
11234
11986
|
/**
|
|
11235
11987
|
* No pbf
|
|
11988
|
+
*
|
|
11989
|
+
* > ℹ️ **Note:** You must specify exactly one of `discard`, `forward`, and `noPbf`.
|
|
11236
11990
|
*/
|
|
11237
11991
|
noPbf?: pulumi.Input<inputs.PbfRuleActionNoPbf>;
|
|
11238
11992
|
}
|
|
@@ -11273,6 +12027,8 @@ export interface PbfRuleActionForwardNexthop {
|
|
|
11273
12027
|
fqdn?: pulumi.Input<string>;
|
|
11274
12028
|
/**
|
|
11275
12029
|
* Next hop IP address
|
|
12030
|
+
*
|
|
12031
|
+
* > ℹ️ **Note:** You must specify exactly one of `fqdn` and `ipAddress`.
|
|
11276
12032
|
*/
|
|
11277
12033
|
ipAddress?: pulumi.Input<string>;
|
|
11278
12034
|
}
|
|
@@ -11301,6 +12057,8 @@ export interface PbfRuleFrom {
|
|
|
11301
12057
|
interfaces?: pulumi.Input<pulumi.Input<string>[]>;
|
|
11302
12058
|
/**
|
|
11303
12059
|
* Source zones
|
|
12060
|
+
*
|
|
12061
|
+
* > ℹ️ **Note:** You must specify exactly one of `interface` and `zone`.
|
|
11304
12062
|
*/
|
|
11305
12063
|
zones?: pulumi.Input<pulumi.Input<string>[]>;
|
|
11306
12064
|
}
|
|
@@ -11333,18 +12091,26 @@ export interface QosPolicyRuleDscpTosCodepointType {
|
|
|
11333
12091
|
af?: pulumi.Input<inputs.QosPolicyRuleDscpTosCodepointTypeAf>;
|
|
11334
12092
|
/**
|
|
11335
12093
|
* Cs
|
|
12094
|
+
*
|
|
12095
|
+
* > ℹ️ **Note:** You must specify exactly one of `af`, `cs`, `custom`, `ef`, and `tos`.
|
|
11336
12096
|
*/
|
|
11337
12097
|
cs?: pulumi.Input<inputs.QosPolicyRuleDscpTosCodepointTypeCs>;
|
|
11338
12098
|
/**
|
|
11339
12099
|
* Custom
|
|
12100
|
+
*
|
|
12101
|
+
* > ℹ️ **Note:** You must specify exactly one of `af`, `cs`, `custom`, `ef`, and `tos`.
|
|
11340
12102
|
*/
|
|
11341
12103
|
custom?: pulumi.Input<inputs.QosPolicyRuleDscpTosCodepointTypeCustom>;
|
|
11342
12104
|
/**
|
|
11343
12105
|
* Ef
|
|
12106
|
+
*
|
|
12107
|
+
* > ℹ️ **Note:** You must specify exactly one of `af`, `cs`, `custom`, `ef`, and `tos`.
|
|
11344
12108
|
*/
|
|
11345
12109
|
ef?: pulumi.Input<inputs.QosPolicyRuleDscpTosCodepointTypeEf>;
|
|
11346
12110
|
/**
|
|
11347
12111
|
* Tos
|
|
12112
|
+
*
|
|
12113
|
+
* > ℹ️ **Note:** You must specify exactly one of `af`, `cs`, `custom`, `ef`, and `tos`.
|
|
11348
12114
|
*/
|
|
11349
12115
|
tos?: pulumi.Input<inputs.QosPolicyRuleDscpTosCodepointTypeTos>;
|
|
11350
12116
|
}
|
|
@@ -11401,6 +12167,8 @@ export interface QosProfileClassBandwidthType {
|
|
|
11401
12167
|
mbps?: pulumi.Input<inputs.QosProfileClassBandwidthTypeMbps>;
|
|
11402
12168
|
/**
|
|
11403
12169
|
* Percentage
|
|
12170
|
+
*
|
|
12171
|
+
* > ℹ️ **Note:** You must specify exactly one of `mbps` and `percentage`.
|
|
11404
12172
|
*/
|
|
11405
12173
|
percentage?: pulumi.Input<inputs.QosProfileClassBandwidthTypePercentage>;
|
|
11406
12174
|
}
|
|
@@ -11749,10 +12517,14 @@ export interface RouteCommunityListType {
|
|
|
11749
12517
|
extended?: pulumi.Input<inputs.RouteCommunityListTypeExtended>;
|
|
11750
12518
|
/**
|
|
11751
12519
|
* Large
|
|
12520
|
+
*
|
|
12521
|
+
* > ℹ️ **Note:** You must specify exactly one of `extended`, `large`, and `regular`.
|
|
11752
12522
|
*/
|
|
11753
12523
|
large?: pulumi.Input<inputs.RouteCommunityListTypeLarge>;
|
|
11754
12524
|
/**
|
|
11755
12525
|
* Regular
|
|
12526
|
+
*
|
|
12527
|
+
* > ℹ️ **Note:** You must specify exactly one of `extended`, `large`, and `regular`.
|
|
11756
12528
|
*/
|
|
11757
12529
|
regular?: pulumi.Input<inputs.RouteCommunityListTypeRegular>;
|
|
11758
12530
|
}
|
|
@@ -11830,13 +12602,19 @@ export interface RoutePathAccessListAspathEntry {
|
|
|
11830
12602
|
*/
|
|
11831
12603
|
name?: pulumi.Input<number>;
|
|
11832
12604
|
}
|
|
11833
|
-
export interface
|
|
12605
|
+
export interface RoutePrefixListType {
|
|
12606
|
+
/**
|
|
12607
|
+
* Ipv4
|
|
12608
|
+
*/
|
|
12609
|
+
ipv4: pulumi.Input<inputs.RoutePrefixListTypeIpv4>;
|
|
12610
|
+
}
|
|
12611
|
+
export interface RoutePrefixListTypeIpv4 {
|
|
11834
12612
|
/**
|
|
11835
12613
|
* IPv4 prefix lists
|
|
11836
12614
|
*/
|
|
11837
|
-
ipv4Entries?: pulumi.Input<pulumi.Input<inputs.
|
|
12615
|
+
ipv4Entries?: pulumi.Input<pulumi.Input<inputs.RoutePrefixListTypeIpv4Ipv4Entry>[]>;
|
|
11838
12616
|
}
|
|
11839
|
-
export interface
|
|
12617
|
+
export interface RoutePrefixListTypeIpv4Ipv4Entry {
|
|
11840
12618
|
/**
|
|
11841
12619
|
* Action
|
|
11842
12620
|
*/
|
|
@@ -11848,19 +12626,21 @@ export interface RoutePrefixListIpv4Ipv4Entry {
|
|
|
11848
12626
|
/**
|
|
11849
12627
|
* Prefix
|
|
11850
12628
|
*/
|
|
11851
|
-
prefix?: pulumi.Input<inputs.
|
|
12629
|
+
prefix?: pulumi.Input<inputs.RoutePrefixListTypeIpv4Ipv4EntryPrefix>;
|
|
11852
12630
|
}
|
|
11853
|
-
export interface
|
|
12631
|
+
export interface RoutePrefixListTypeIpv4Ipv4EntryPrefix {
|
|
11854
12632
|
/**
|
|
11855
12633
|
* Entry
|
|
11856
12634
|
*/
|
|
11857
|
-
entry?: pulumi.Input<inputs.
|
|
12635
|
+
entry?: pulumi.Input<inputs.RoutePrefixListTypeIpv4Ipv4EntryPrefixEntry>;
|
|
11858
12636
|
/**
|
|
11859
12637
|
* Network
|
|
12638
|
+
*
|
|
12639
|
+
* > ℹ️ **Note:** You must specify exactly one of `entry` and `network`.
|
|
11860
12640
|
*/
|
|
11861
12641
|
network?: pulumi.Input<string>;
|
|
11862
12642
|
}
|
|
11863
|
-
export interface
|
|
12643
|
+
export interface RoutePrefixListTypeIpv4Ipv4EntryPrefixEntry {
|
|
11864
12644
|
/**
|
|
11865
12645
|
* Greater than or equal to
|
|
11866
12646
|
*/
|
|
@@ -11893,10 +12673,14 @@ export interface ScepProfileCertificateAttributes {
|
|
|
11893
12673
|
dnsname?: pulumi.Input<string>;
|
|
11894
12674
|
/**
|
|
11895
12675
|
* Rfc822name
|
|
12676
|
+
*
|
|
12677
|
+
* > ℹ️ **Note:** You must specify exactly one of `dnsname`, `rfc822name`, and `uniformResourceIdentifier`.
|
|
11896
12678
|
*/
|
|
11897
12679
|
rfc822name?: pulumi.Input<string>;
|
|
11898
12680
|
/**
|
|
11899
12681
|
* Uniform resource identifier
|
|
12682
|
+
*
|
|
12683
|
+
* > ℹ️ **Note:** You must specify exactly one of `dnsname`, `rfc822name`, and `uniformResourceIdentifier`.
|
|
11900
12684
|
*/
|
|
11901
12685
|
uniformResourceIdentifier?: pulumi.Input<string>;
|
|
11902
12686
|
}
|
|
@@ -11907,10 +12691,14 @@ export interface ScepProfileScepChallenge {
|
|
|
11907
12691
|
dynamic?: pulumi.Input<inputs.ScepProfileScepChallengeDynamic>;
|
|
11908
12692
|
/**
|
|
11909
12693
|
* Challenge to use for SCEP server on mobile clients
|
|
12694
|
+
*
|
|
12695
|
+
* > ℹ️ **Note:** You must specify exactly one of `dynamic`, `fixed`, and `none`.
|
|
11910
12696
|
*/
|
|
11911
12697
|
fixed?: pulumi.Input<string>;
|
|
11912
12698
|
/**
|
|
11913
12699
|
* No OTP
|
|
12700
|
+
*
|
|
12701
|
+
* > ℹ️ **Note:** You must specify exactly one of `dynamic`, `fixed`, and `none`.
|
|
11914
12702
|
*/
|
|
11915
12703
|
none?: pulumi.Input<string>;
|
|
11916
12704
|
}
|
|
@@ -11935,6 +12723,8 @@ export interface ScheduleScheduleType {
|
|
|
11935
12723
|
nonRecurrings?: pulumi.Input<pulumi.Input<string>[]>;
|
|
11936
12724
|
/**
|
|
11937
12725
|
* Recurring
|
|
12726
|
+
*
|
|
12727
|
+
* > ℹ️ **Note:** You must specify exactly one of `nonRecurring` and `recurring`.
|
|
11938
12728
|
*/
|
|
11939
12729
|
recurring?: pulumi.Input<inputs.ScheduleScheduleTypeRecurring>;
|
|
11940
12730
|
}
|
|
@@ -11945,6 +12735,8 @@ export interface ScheduleScheduleTypeRecurring {
|
|
|
11945
12735
|
dailies?: pulumi.Input<pulumi.Input<string>[]>;
|
|
11946
12736
|
/**
|
|
11947
12737
|
* Weekly
|
|
12738
|
+
*
|
|
12739
|
+
* > ℹ️ **Note:** You must specify exactly one of `daily` and `weekly`.
|
|
11948
12740
|
*/
|
|
11949
12741
|
weekly?: pulumi.Input<inputs.ScheduleScheduleTypeRecurringWeekly>;
|
|
11950
12742
|
}
|
|
@@ -11985,6 +12777,8 @@ export interface SdwanErrorCorrectionProfileMode {
|
|
|
11985
12777
|
forwardErrorCorrection?: pulumi.Input<inputs.SdwanErrorCorrectionProfileModeForwardErrorCorrection>;
|
|
11986
12778
|
/**
|
|
11987
12779
|
* Packet duplication
|
|
12780
|
+
*
|
|
12781
|
+
* > ℹ️ **Note:** You must specify exactly one of `forwardErrorCorrection` and `packetDuplication`.
|
|
11988
12782
|
*/
|
|
11989
12783
|
packetDuplication?: pulumi.Input<inputs.SdwanErrorCorrectionProfileModePacketDuplication>;
|
|
11990
12784
|
}
|
|
@@ -12061,10 +12855,14 @@ export interface SdwanSaasQualityProfileMonitorMode {
|
|
|
12061
12855
|
adaptive?: pulumi.Input<inputs.SdwanSaasQualityProfileMonitorModeAdaptive>;
|
|
12062
12856
|
/**
|
|
12063
12857
|
* Http https
|
|
12858
|
+
*
|
|
12859
|
+
* > ℹ️ **Note:** You must specify exactly one of `adaptive`, `httpHttps`, and `staticIp`.
|
|
12064
12860
|
*/
|
|
12065
12861
|
httpHttps?: pulumi.Input<inputs.SdwanSaasQualityProfileMonitorModeHttpHttps>;
|
|
12066
12862
|
/**
|
|
12067
12863
|
* Static ip
|
|
12864
|
+
*
|
|
12865
|
+
* > ℹ️ **Note:** You must specify exactly one of `adaptive`, `httpHttps`, and `staticIp`.
|
|
12068
12866
|
*/
|
|
12069
12867
|
staticIp?: pulumi.Input<inputs.SdwanSaasQualityProfileMonitorModeStaticIp>;
|
|
12070
12868
|
}
|
|
@@ -12087,6 +12885,8 @@ export interface SdwanSaasQualityProfileMonitorModeStaticIp {
|
|
|
12087
12885
|
fqdn?: pulumi.Input<inputs.SdwanSaasQualityProfileMonitorModeStaticIpFqdn>;
|
|
12088
12886
|
/**
|
|
12089
12887
|
* List of IP addresses
|
|
12888
|
+
*
|
|
12889
|
+
* > ℹ️ **Note:** You must specify exactly one of `fqdn` and `ipAddress`.
|
|
12090
12890
|
*/
|
|
12091
12891
|
ipAddresses?: pulumi.Input<pulumi.Input<inputs.SdwanSaasQualityProfileMonitorModeStaticIpIpAddress>[]>;
|
|
12092
12892
|
}
|
|
@@ -12381,6 +13181,8 @@ export interface ServiceProtocol {
|
|
|
12381
13181
|
tcp?: pulumi.Input<inputs.ServiceProtocolTcp>;
|
|
12382
13182
|
/**
|
|
12383
13183
|
* Udp
|
|
13184
|
+
*
|
|
13185
|
+
* > ℹ️ **Note:** You must specify exactly one of `tcp` and `udp`.
|
|
12384
13186
|
*/
|
|
12385
13187
|
udp?: pulumi.Input<inputs.ServiceProtocolUdp>;
|
|
12386
13188
|
}
|
|
@@ -12432,6 +13234,38 @@ export interface ServiceProtocolUdpOverride {
|
|
|
12432
13234
|
*/
|
|
12433
13235
|
timeout?: pulumi.Input<number>;
|
|
12434
13236
|
}
|
|
13237
|
+
export interface SiteMember {
|
|
13238
|
+
/**
|
|
13239
|
+
* UUID of the remote network
|
|
13240
|
+
*/
|
|
13241
|
+
id?: pulumi.Input<string>;
|
|
13242
|
+
/**
|
|
13243
|
+
* The mode of the remote network
|
|
13244
|
+
*/
|
|
13245
|
+
mode: pulumi.Input<string>;
|
|
13246
|
+
/**
|
|
13247
|
+
* The member name
|
|
13248
|
+
*/
|
|
13249
|
+
name: pulumi.Input<string>;
|
|
13250
|
+
/**
|
|
13251
|
+
* The remote network name
|
|
13252
|
+
*/
|
|
13253
|
+
remoteNetwork?: pulumi.Input<string>;
|
|
13254
|
+
}
|
|
13255
|
+
export interface SiteQos {
|
|
13256
|
+
/**
|
|
13257
|
+
* The backup CIR in Mbps. This is distributed equally for all tunnels in the site.
|
|
13258
|
+
*/
|
|
13259
|
+
backupCir?: pulumi.Input<number>;
|
|
13260
|
+
/**
|
|
13261
|
+
* The CIR in Mbps. This is distributed equally for all tunnels in the site.
|
|
13262
|
+
*/
|
|
13263
|
+
cir?: pulumi.Input<number>;
|
|
13264
|
+
/**
|
|
13265
|
+
* The name of the site QoS profile
|
|
13266
|
+
*/
|
|
13267
|
+
profile?: pulumi.Input<string>;
|
|
13268
|
+
}
|
|
12435
13269
|
export interface SyslogServerProfileFormat {
|
|
12436
13270
|
/**
|
|
12437
13271
|
* Auth
|
|
@@ -12821,30 +13655,44 @@ export interface VulnerabilityProtectionProfileRuleAction {
|
|
|
12821
13655
|
alert?: pulumi.Input<inputs.VulnerabilityProtectionProfileRuleActionAlert>;
|
|
12822
13656
|
/**
|
|
12823
13657
|
* Allow
|
|
13658
|
+
*
|
|
13659
|
+
* > ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `blockIp`, `default`, `drop`, `resetBoth`, `resetClient`, and `resetServer`.
|
|
12824
13660
|
*/
|
|
12825
13661
|
allow?: pulumi.Input<inputs.VulnerabilityProtectionProfileRuleActionAllow>;
|
|
12826
13662
|
/**
|
|
12827
13663
|
* vulnerability protection block ip
|
|
13664
|
+
*
|
|
13665
|
+
* > ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `blockIp`, `default`, `drop`, `resetBoth`, `resetClient`, and `resetServer`.
|
|
12828
13666
|
*/
|
|
12829
13667
|
blockIp?: pulumi.Input<inputs.VulnerabilityProtectionProfileRuleActionBlockIp>;
|
|
12830
13668
|
/**
|
|
12831
13669
|
* Default
|
|
13670
|
+
*
|
|
13671
|
+
* > ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `blockIp`, `default`, `drop`, `resetBoth`, `resetClient`, and `resetServer`.
|
|
12832
13672
|
*/
|
|
12833
13673
|
default?: pulumi.Input<inputs.VulnerabilityProtectionProfileRuleActionDefault>;
|
|
12834
13674
|
/**
|
|
12835
13675
|
* Drop
|
|
13676
|
+
*
|
|
13677
|
+
* > ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `blockIp`, `default`, `drop`, `resetBoth`, `resetClient`, and `resetServer`.
|
|
12836
13678
|
*/
|
|
12837
13679
|
drop?: pulumi.Input<inputs.VulnerabilityProtectionProfileRuleActionDrop>;
|
|
12838
13680
|
/**
|
|
12839
13681
|
* Reset both
|
|
13682
|
+
*
|
|
13683
|
+
* > ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `blockIp`, `default`, `drop`, `resetBoth`, `resetClient`, and `resetServer`.
|
|
12840
13684
|
*/
|
|
12841
13685
|
resetBoth?: pulumi.Input<inputs.VulnerabilityProtectionProfileRuleActionResetBoth>;
|
|
12842
13686
|
/**
|
|
12843
13687
|
* Reset client
|
|
13688
|
+
*
|
|
13689
|
+
* > ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `blockIp`, `default`, `drop`, `resetBoth`, `resetClient`, and `resetServer`.
|
|
12844
13690
|
*/
|
|
12845
13691
|
resetClient?: pulumi.Input<inputs.VulnerabilityProtectionProfileRuleActionResetClient>;
|
|
12846
13692
|
/**
|
|
12847
13693
|
* Reset server
|
|
13694
|
+
*
|
|
13695
|
+
* > ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `blockIp`, `default`, `drop`, `resetBoth`, `resetClient`, and `resetServer`.
|
|
12848
13696
|
*/
|
|
12849
13697
|
resetServer?: pulumi.Input<inputs.VulnerabilityProtectionProfileRuleActionResetServer>;
|
|
12850
13698
|
}
|
|
@@ -12905,30 +13753,44 @@ export interface VulnerabilityProtectionProfileThreatExceptionAction {
|
|
|
12905
13753
|
alert?: pulumi.Input<inputs.VulnerabilityProtectionProfileThreatExceptionActionAlert>;
|
|
12906
13754
|
/**
|
|
12907
13755
|
* Allow
|
|
13756
|
+
*
|
|
13757
|
+
* > ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `blockIp`, `default`, `drop`, `resetBoth`, `resetClient`, and `resetServer`.
|
|
12908
13758
|
*/
|
|
12909
13759
|
allow?: pulumi.Input<inputs.VulnerabilityProtectionProfileThreatExceptionActionAllow>;
|
|
12910
13760
|
/**
|
|
12911
13761
|
* vulnerability protection threat exception block ip
|
|
13762
|
+
*
|
|
13763
|
+
* > ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `blockIp`, `default`, `drop`, `resetBoth`, `resetClient`, and `resetServer`.
|
|
12912
13764
|
*/
|
|
12913
13765
|
blockIp?: pulumi.Input<inputs.VulnerabilityProtectionProfileThreatExceptionActionBlockIp>;
|
|
12914
13766
|
/**
|
|
12915
13767
|
* Default
|
|
13768
|
+
*
|
|
13769
|
+
* > ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `blockIp`, `default`, `drop`, `resetBoth`, `resetClient`, and `resetServer`.
|
|
12916
13770
|
*/
|
|
12917
13771
|
default?: pulumi.Input<inputs.VulnerabilityProtectionProfileThreatExceptionActionDefault>;
|
|
12918
13772
|
/**
|
|
12919
13773
|
* Drop
|
|
13774
|
+
*
|
|
13775
|
+
* > ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `blockIp`, `default`, `drop`, `resetBoth`, `resetClient`, and `resetServer`.
|
|
12920
13776
|
*/
|
|
12921
13777
|
drop?: pulumi.Input<inputs.VulnerabilityProtectionProfileThreatExceptionActionDrop>;
|
|
12922
13778
|
/**
|
|
12923
13779
|
* Reset both
|
|
13780
|
+
*
|
|
13781
|
+
* > ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `blockIp`, `default`, `drop`, `resetBoth`, `resetClient`, and `resetServer`.
|
|
12924
13782
|
*/
|
|
12925
13783
|
resetBoth?: pulumi.Input<inputs.VulnerabilityProtectionProfileThreatExceptionActionResetBoth>;
|
|
12926
13784
|
/**
|
|
12927
13785
|
* Reset client
|
|
13786
|
+
*
|
|
13787
|
+
* > ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `blockIp`, `default`, `drop`, `resetBoth`, `resetClient`, and `resetServer`.
|
|
12928
13788
|
*/
|
|
12929
13789
|
resetClient?: pulumi.Input<inputs.VulnerabilityProtectionProfileThreatExceptionActionResetClient>;
|
|
12930
13790
|
/**
|
|
12931
13791
|
* Reset server
|
|
13792
|
+
*
|
|
13793
|
+
* > ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `blockIp`, `default`, `drop`, `resetBoth`, `resetClient`, and `resetServer`.
|
|
12932
13794
|
*/
|
|
12933
13795
|
resetServer?: pulumi.Input<inputs.VulnerabilityProtectionProfileThreatExceptionActionResetServer>;
|
|
12934
13796
|
}
|
|
@@ -12983,6 +13845,8 @@ export interface VulnerabilityProtectionSignatureAffectedHost {
|
|
|
12983
13845
|
client?: pulumi.Input<boolean>;
|
|
12984
13846
|
/**
|
|
12985
13847
|
* Server
|
|
13848
|
+
*
|
|
13849
|
+
* > ℹ️ **Note:** You must specify exactly one of `client` and `server`.
|
|
12986
13850
|
*/
|
|
12987
13851
|
server?: pulumi.Input<boolean>;
|
|
12988
13852
|
}
|
|
@@ -12993,26 +13857,38 @@ export interface VulnerabilityProtectionSignatureDefaultAction {
|
|
|
12993
13857
|
alert?: pulumi.Input<inputs.VulnerabilityProtectionSignatureDefaultActionAlert>;
|
|
12994
13858
|
/**
|
|
12995
13859
|
* Allow
|
|
13860
|
+
*
|
|
13861
|
+
* > ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `blockIp`, `drop`, `resetBoth`, `resetClient`, and `resetServer`.
|
|
12996
13862
|
*/
|
|
12997
13863
|
allow?: pulumi.Input<inputs.VulnerabilityProtectionSignatureDefaultActionAllow>;
|
|
12998
13864
|
/**
|
|
12999
13865
|
* vulnerability protection bugtraq block ip
|
|
13866
|
+
*
|
|
13867
|
+
* > ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `blockIp`, `drop`, `resetBoth`, `resetClient`, and `resetServer`.
|
|
13000
13868
|
*/
|
|
13001
13869
|
blockIp?: pulumi.Input<inputs.VulnerabilityProtectionSignatureDefaultActionBlockIp>;
|
|
13002
13870
|
/**
|
|
13003
13871
|
* Drop
|
|
13872
|
+
*
|
|
13873
|
+
* > ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `blockIp`, `drop`, `resetBoth`, `resetClient`, and `resetServer`.
|
|
13004
13874
|
*/
|
|
13005
13875
|
drop?: pulumi.Input<inputs.VulnerabilityProtectionSignatureDefaultActionDrop>;
|
|
13006
13876
|
/**
|
|
13007
13877
|
* Reset both
|
|
13878
|
+
*
|
|
13879
|
+
* > ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `blockIp`, `drop`, `resetBoth`, `resetClient`, and `resetServer`.
|
|
13008
13880
|
*/
|
|
13009
13881
|
resetBoth?: pulumi.Input<inputs.VulnerabilityProtectionSignatureDefaultActionResetBoth>;
|
|
13010
13882
|
/**
|
|
13011
13883
|
* Reset client
|
|
13884
|
+
*
|
|
13885
|
+
* > ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `blockIp`, `drop`, `resetBoth`, `resetClient`, and `resetServer`.
|
|
13012
13886
|
*/
|
|
13013
13887
|
resetClient?: pulumi.Input<inputs.VulnerabilityProtectionSignatureDefaultActionResetClient>;
|
|
13014
13888
|
/**
|
|
13015
13889
|
* Reset server
|
|
13890
|
+
*
|
|
13891
|
+
* > ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `blockIp`, `drop`, `resetBoth`, `resetClient`, and `resetServer`.
|
|
13016
13892
|
*/
|
|
13017
13893
|
resetServer?: pulumi.Input<inputs.VulnerabilityProtectionSignatureDefaultActionResetServer>;
|
|
13018
13894
|
}
|
|
@@ -13045,6 +13921,8 @@ export interface VulnerabilityProtectionSignatureSignature {
|
|
|
13045
13921
|
combination?: pulumi.Input<inputs.VulnerabilityProtectionSignatureSignatureCombination>;
|
|
13046
13922
|
/**
|
|
13047
13923
|
* vulnerability protection signature standard array
|
|
13924
|
+
*
|
|
13925
|
+
* > ℹ️ **Note:** You must specify exactly one of `combination` and `standard`.
|
|
13048
13926
|
*/
|
|
13049
13927
|
standards?: pulumi.Input<pulumi.Input<inputs.VulnerabilityProtectionSignatureSignatureStandard>[]>;
|
|
13050
13928
|
}
|