@pulumi/scm 1.0.1 → 1.0.2
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 +29 -18
- package/address.js +26 -0
- package/address.js.map +1 -1
- package/addressGroup.d.ts +29 -12
- package/addressGroup.js +26 -0
- package/addressGroup.js.map +1 -1
- package/aggregateInterface.d.ts +31 -14
- package/aggregateInterface.js +26 -0
- package/aggregateInterface.js.map +1 -1
- package/antiSpywareProfile.d.ts +3 -6
- package/antiSpywareProfile.js.map +1 -1
- package/antiSpywareSignature.d.ts +30 -7
- package/antiSpywareSignature.js +26 -0
- package/antiSpywareSignature.js.map +1 -1
- package/appOverrideRule.d.ts +29 -6
- package/appOverrideRule.js +26 -0
- package/appOverrideRule.js.map +1 -1
- package/application.d.ts +29 -6
- package/application.js +26 -0
- package/application.js.map +1 -1
- package/applicationFilter.d.ts +29 -6
- package/applicationFilter.js +26 -0
- package/applicationFilter.js.map +1 -1
- package/applicationGroup.d.ts +29 -6
- package/applicationGroup.js +26 -0
- package/applicationGroup.js.map +1 -1
- package/authenticationPortal.d.ts +29 -6
- package/authenticationPortal.js +26 -0
- package/authenticationPortal.js.map +1 -1
- package/authenticationProfile.d.ts +29 -6
- package/authenticationProfile.js +26 -0
- package/authenticationProfile.js.map +1 -1
- package/authenticationRule.d.ts +29 -6
- package/authenticationRule.js +26 -0
- package/authenticationRule.js.map +1 -1
- package/authenticationSequence.d.ts +29 -6
- package/authenticationSequence.js +26 -0
- package/authenticationSequence.js.map +1 -1
- package/authenticationSetting.d.ts +161 -0
- package/authenticationSetting.js +121 -0
- package/authenticationSetting.js.map +1 -0
- package/autoVpnCluster.d.ts +26 -0
- package/autoVpnCluster.js +26 -0
- package/autoVpnCluster.js.map +1 -1
- package/autoVpnSetting.d.ts +21 -1
- package/autoVpnSetting.js +21 -1
- package/autoVpnSetting.js.map +1 -1
- package/bandwidthAllocation.d.ts +133 -0
- package/bandwidthAllocation.js +105 -0
- package/bandwidthAllocation.js.map +1 -0
- package/bgpAddressFamilyProfile.d.ts +29 -6
- package/bgpAddressFamilyProfile.js +26 -0
- package/bgpAddressFamilyProfile.js.map +1 -1
- package/bgpAuthProfile.d.ts +3 -6
- package/bgpAuthProfile.js.map +1 -1
- package/bgpFilteringProfile.d.ts +29 -6
- package/bgpFilteringProfile.js +26 -0
- package/bgpFilteringProfile.js.map +1 -1
- package/bgpRedistributionProfile.d.ts +29 -6
- package/bgpRedistributionProfile.js +26 -0
- package/bgpRedistributionProfile.js.map +1 -1
- package/bgpRouteMap.d.ts +29 -6
- package/bgpRouteMap.js +26 -0
- package/bgpRouteMap.js.map +1 -1
- package/bgpRouteMapRedistribution.d.ts +29 -15
- package/bgpRouteMapRedistribution.js +26 -0
- package/bgpRouteMapRedistribution.js.map +1 -1
- package/bgpRouting.d.ts +21 -1
- package/bgpRouting.js +21 -1
- package/bgpRouting.js.map +1 -1
- package/certificateProfile.d.ts +29 -6
- package/certificateProfile.js +26 -0
- package/certificateProfile.js.map +1 -1
- package/contentIdSetting.d.ts +149 -0
- package/contentIdSetting.js +109 -0
- package/contentIdSetting.js.map +1 -0
- package/decryptionExclusion.d.ts +29 -6
- package/decryptionExclusion.js +26 -0
- package/decryptionExclusion.js.map +1 -1
- package/decryptionProfile.d.ts +33 -10
- package/decryptionProfile.js +26 -0
- package/decryptionProfile.js.map +1 -1
- package/decryptionRule.d.ts +3 -6
- package/decryptionRule.js.map +1 -1
- package/deviceRedistributionCollector.d.ts +153 -0
- package/deviceRedistributionCollector.js +113 -0
- package/deviceRedistributionCollector.js.map +1 -0
- package/dhcpInterface.d.ts +29 -12
- package/dhcpInterface.js +26 -0
- package/dhcpInterface.js.map +1 -1
- package/dnsProxy.d.ts +32 -9
- package/dnsProxy.js +26 -0
- package/dnsProxy.js.map +1 -1
- package/dnsSecurityProfile.d.ts +29 -6
- package/dnsSecurityProfile.js +26 -0
- package/dnsSecurityProfile.js.map +1 -1
- package/dosProtectionProfile.d.ts +31 -8
- package/dosProtectionProfile.js +26 -0
- package/dosProtectionProfile.js.map +1 -1
- package/dosProtectionRule.d.ts +29 -6
- package/dosProtectionRule.js +26 -0
- package/dosProtectionRule.js.map +1 -1
- package/dynamicUserGroup.d.ts +29 -6
- package/dynamicUserGroup.js +26 -0
- package/dynamicUserGroup.js.map +1 -1
- package/ethernetInterface.d.ts +31 -20
- package/ethernetInterface.js +26 -0
- package/ethernetInterface.js.map +1 -1
- package/externalDynamicList.d.ts +33 -10
- package/externalDynamicList.js +26 -0
- package/externalDynamicList.js.map +1 -1
- package/fileBlockingProfile.d.ts +29 -6
- package/fileBlockingProfile.js +26 -0
- package/fileBlockingProfile.js.map +1 -1
- package/folder.d.ts +10 -0
- package/folder.js +10 -0
- package/folder.js.map +1 -1
- package/generalSetting.d.ts +157 -0
- package/generalSetting.js +117 -0
- package/generalSetting.js.map +1 -0
- package/getAddress.d.ts +58 -0
- package/getAddress.js +6 -0
- package/getAddress.js.map +1 -1
- package/getAddressGroup.d.ts +50 -0
- package/getAddressGroup.js +6 -0
- package/getAddressGroup.js.map +1 -1
- package/getAggregateInterface.d.ts +47 -0
- package/getAggregateInterface.js +6 -0
- package/getAggregateInterface.js.map +1 -1
- package/getAntiSpywareProfile.d.ts +54 -0
- package/getAntiSpywareProfile.js +6 -0
- package/getAntiSpywareProfile.js.map +1 -1
- package/getAntiSpywareSignature.d.ts +60 -0
- package/getAntiSpywareSignature.js +6 -0
- package/getAntiSpywareSignature.js.map +1 -1
- package/getAppOverrideRule.d.ts +78 -0
- package/getAppOverrideRule.js +6 -0
- package/getAppOverrideRule.js.map +1 -1
- package/getApplication.d.ts +99 -0
- package/getApplication.js +6 -0
- package/getApplication.js.map +1 -1
- package/getApplicationFilter.d.ts +90 -0
- package/getApplicationFilter.js +6 -0
- package/getApplicationFilter.js.map +1 -1
- package/getApplicationGroup.d.ts +42 -0
- package/getApplicationGroup.js +6 -0
- package/getApplicationGroup.js.map +1 -1
- package/getAuthenticationProfile.d.ts +57 -0
- package/getAuthenticationProfile.js +6 -0
- package/getAuthenticationProfile.js.map +1 -1
- package/getAuthenticationRule.d.ts +93 -0
- package/getAuthenticationRule.js +6 -0
- package/getAuthenticationRule.js.map +1 -1
- package/getAuthenticationSequence.d.ts +42 -0
- package/getAuthenticationSequence.js +6 -0
- package/getAuthenticationSequence.js.map +1 -1
- package/getAuthenticationSetting.d.ts +111 -0
- package/getAuthenticationSetting.js +58 -0
- package/getAuthenticationSetting.js.map +1 -0
- package/getAuthenticationSettingList.d.ts +140 -0
- package/getAuthenticationSettingList.js +70 -0
- package/getAuthenticationSettingList.js.map +1 -0
- package/getAutoVpnClusterList.d.ts +2 -0
- package/getAutoVpnClusterList.js +2 -0
- package/getAutoVpnClusterList.js.map +1 -1
- package/getBandwidthAllocation.d.ts +84 -0
- package/getBandwidthAllocation.js +60 -0
- package/getBandwidthAllocation.js.map +1 -0
- package/getBandwidthAllocationList.d.ts +138 -0
- package/getBandwidthAllocationList.js +68 -0
- package/getBandwidthAllocationList.js.map +1 -0
- package/getBgpAddressFamilyProfile.d.ts +42 -0
- package/getBgpAddressFamilyProfile.js +6 -0
- package/getBgpAddressFamilyProfile.js.map +1 -1
- package/getBgpAuthProfile.d.ts +45 -0
- package/getBgpAuthProfile.js +6 -0
- package/getBgpAuthProfile.js.map +1 -1
- package/getBgpFilteringProfile.d.ts +42 -0
- package/getBgpFilteringProfile.js +6 -0
- package/getBgpFilteringProfile.js.map +1 -1
- package/getBgpRedistributionProfile.d.ts +42 -0
- package/getBgpRedistributionProfile.js +6 -0
- package/getBgpRedistributionProfile.js.map +1 -1
- package/getBgpRouteMap.d.ts +42 -0
- package/getBgpRouteMap.js +6 -0
- package/getBgpRouteMap.js.map +1 -1
- package/getBgpRouteMapRedistribution.d.ts +54 -0
- package/getBgpRouteMapRedistribution.js +6 -0
- package/getBgpRouteMapRedistribution.js.map +1 -1
- package/getCertificateProfile.d.ts +54 -0
- package/getCertificateProfile.js +6 -0
- package/getCertificateProfile.js.map +1 -1
- package/getContentIdSetting.d.ts +111 -0
- package/getContentIdSetting.js +58 -0
- package/getContentIdSetting.js.map +1 -0
- package/getContentIdSettingList.d.ts +140 -0
- package/getContentIdSettingList.js +70 -0
- package/getContentIdSettingList.js.map +1 -0
- package/getDecryptionExclusion.d.ts +39 -0
- package/getDecryptionExclusion.js +6 -0
- package/getDecryptionExclusion.js.map +1 -1
- package/getDecryptionProfile.d.ts +51 -0
- package/getDecryptionProfile.js +6 -0
- package/getDecryptionProfile.js.map +1 -1
- package/getDecryptionRule.d.ts +93 -0
- package/getDecryptionRule.js +6 -0
- package/getDecryptionRule.js.map +1 -1
- package/getDeviceRedistributionCollector.d.ts +111 -0
- package/getDeviceRedistributionCollector.js +58 -0
- package/getDeviceRedistributionCollector.js.map +1 -0
- package/getDeviceRedistributionCollectorList.d.ts +140 -0
- package/getDeviceRedistributionCollectorList.js +70 -0
- package/getDeviceRedistributionCollectorList.js.map +1 -0
- package/getDhcpInterface.d.ts +47 -0
- package/getDhcpInterface.js +6 -0
- package/getDhcpInterface.js.map +1 -1
- package/getDnsProxy.d.ts +57 -0
- package/getDnsProxy.js +6 -0
- package/getDnsProxy.js.map +1 -1
- package/getDnsSecurityProfile.d.ts +39 -0
- package/getDnsSecurityProfile.js +6 -0
- package/getDnsSecurityProfile.js.map +1 -1
- package/getDosProtectionProfile.d.ts +48 -0
- package/getDosProtectionProfile.js +6 -0
- package/getDosProtectionProfile.js.map +1 -1
- package/getDosProtectionRule.d.ts +72 -0
- package/getDosProtectionRule.js +6 -0
- package/getDosProtectionRule.js.map +1 -1
- package/getDynamicUserGroup.d.ts +45 -0
- package/getDynamicUserGroup.js +6 -0
- package/getDynamicUserGroup.js.map +1 -1
- package/getEthernetInterface.d.ts +76 -0
- package/getEthernetInterface.js +6 -0
- package/getEthernetInterface.js.map +1 -1
- package/getExternalDynamicList.d.ts +45 -0
- package/getExternalDynamicList.js +6 -0
- package/getExternalDynamicList.js.map +1 -1
- package/getFileBlockingProfile.d.ts +42 -0
- package/getFileBlockingProfile.js +6 -0
- package/getFileBlockingProfile.js.map +1 -1
- package/getGeneralSetting.d.ts +111 -0
- package/getGeneralSetting.js +58 -0
- package/getGeneralSetting.js.map +1 -0
- package/getGeneralSettingList.d.ts +140 -0
- package/getGeneralSettingList.js +70 -0
- package/getGeneralSettingList.js.map +1 -0
- package/getHipObject.d.ts +60 -0
- package/getHipObject.js +6 -0
- package/getHipObject.js.map +1 -1
- package/getHipProfile.d.ts +42 -0
- package/getHipProfile.js +6 -0
- package/getHipProfile.js.map +1 -1
- package/getHttpHeaderProfile.d.ts +82 -0
- package/getHttpHeaderProfile.js +46 -0
- package/getHttpHeaderProfile.js.map +1 -1
- package/getHttpHeaderProfileList.d.ts +32 -0
- package/getHttpHeaderProfileList.js +32 -0
- package/getHttpHeaderProfileList.js.map +1 -1
- package/getHttpServerProfile.d.ts +48 -0
- package/getHttpServerProfile.js +6 -0
- package/getHttpServerProfile.js.map +1 -1
- package/getIkeCryptoProfile.d.ts +51 -0
- package/getIkeCryptoProfile.js +6 -0
- package/getIkeCryptoProfile.js.map +1 -1
- package/getIkeGateway.d.ts +60 -0
- package/getIkeGateway.js +6 -0
- package/getIkeGateway.js.map +1 -1
- package/getInterfaceManagementProfile.d.ts +72 -0
- package/getInterfaceManagementProfile.js +6 -0
- package/getInterfaceManagementProfile.js.map +1 -1
- package/getIpsecCryptoProfile.d.ts +56 -0
- package/getIpsecCryptoProfile.js +6 -0
- package/getIpsecCryptoProfile.js.map +1 -1
- package/getIpsecTunnel.d.ts +48 -0
- package/getIpsecTunnel.js +6 -0
- package/getIpsecTunnel.js.map +1 -1
- package/getKerberosServerProfile.d.ts +42 -0
- package/getKerberosServerProfile.js +6 -0
- package/getKerberosServerProfile.js.map +1 -1
- package/getLayer2Subinterface.d.ts +45 -0
- package/getLayer2Subinterface.js +6 -0
- package/getLayer2Subinterface.js.map +1 -1
- package/getLayer3Subinterface.d.ts +59 -0
- package/getLayer3Subinterface.js +6 -0
- package/getLayer3Subinterface.js.map +1 -1
- package/getLdapServerProfile.d.ts +60 -0
- package/getLdapServerProfile.js +6 -0
- package/getLdapServerProfile.js.map +1 -1
- package/getLinkTag.d.ts +39 -0
- package/getLinkTag.js +6 -0
- package/getLinkTag.js.map +1 -1
- package/getLldpProfile.d.ts +107 -0
- package/getLldpProfile.js +36 -0
- package/getLldpProfile.js.map +1 -0
- package/getLldpProfileList.d.ts +110 -0
- package/getLldpProfileList.js +40 -0
- package/getLldpProfileList.js.map +1 -0
- package/getLocalUser.d.ts +48 -0
- package/getLocalUser.js +6 -0
- package/getLocalUser.js.map +1 -1
- package/getLocalUserGroup.d.ts +42 -0
- package/getLocalUserGroup.js +6 -0
- package/getLocalUserGroup.js.map +1 -1
- package/getLogForwardingProfile.d.ts +42 -0
- package/getLogForwardingProfile.js +6 -0
- package/getLogForwardingProfile.js.map +1 -1
- package/getLogicalRouter.d.ts +45 -0
- package/getLogicalRouter.js +6 -0
- package/getLogicalRouter.js.map +1 -1
- package/getLoopbackInterface.d.ts +51 -0
- package/getLoopbackInterface.js +6 -0
- package/getLoopbackInterface.js.map +1 -1
- package/getManagementInterface.d.ts +111 -0
- package/getManagementInterface.js +58 -0
- package/getManagementInterface.js.map +1 -0
- package/getManagementInterfaceList.d.ts +140 -0
- package/getManagementInterfaceList.js +70 -0
- package/getManagementInterfaceList.js.map +1 -0
- package/getMotdBannerSetting.d.ts +111 -0
- package/getMotdBannerSetting.js +58 -0
- package/getMotdBannerSetting.js.map +1 -0
- package/getMotdBannerSettingList.d.ts +140 -0
- package/getMotdBannerSettingList.js +70 -0
- package/getMotdBannerSettingList.js.map +1 -0
- package/getNatRule.d.ts +24 -0
- package/getNatRule.js +6 -0
- package/getNatRule.js.map +1 -1
- package/getOspfAuthProfile.d.ts +50 -0
- package/getOspfAuthProfile.js +6 -0
- package/getOspfAuthProfile.js.map +1 -1
- package/getPbfRule.d.ts +60 -0
- package/getPbfRule.js +6 -0
- package/getPbfRule.js.map +1 -1
- package/getProfileGroup.d.ts +60 -0
- package/getProfileGroup.js +6 -0
- package/getProfileGroup.js.map +1 -1
- package/getQosPolicyRule.d.ts +54 -0
- package/getQosPolicyRule.js +6 -0
- package/getQosPolicyRule.js.map +1 -1
- package/getQosProfile.d.ts +39 -0
- package/getQosProfile.js +6 -0
- package/getQosProfile.js.map +1 -1
- package/getRadiusServerProfile.d.ts +51 -0
- package/getRadiusServerProfile.js +6 -0
- package/getRadiusServerProfile.js.map +1 -1
- package/getRegion.d.ts +42 -0
- package/getRegion.js +6 -0
- package/getRegion.js.map +1 -1
- package/getRemoteNetwork.d.ts +8 -0
- package/getRemoteNetwork.js +2 -0
- package/getRemoteNetwork.js.map +1 -1
- package/getRouteAccessList.d.ts +42 -0
- package/getRouteAccessList.js +6 -0
- package/getRouteAccessList.js.map +1 -1
- package/getRouteCommunityList.d.ts +42 -0
- package/getRouteCommunityList.js +6 -0
- package/getRouteCommunityList.js.map +1 -1
- package/getRoutePathAccessList.d.ts +39 -0
- package/getRoutePathAccessList.js +6 -0
- package/getRoutePathAccessList.js.map +1 -1
- package/getRoutePrefixList.d.ts +42 -0
- package/getRoutePrefixList.js +6 -0
- package/getRoutePrefixList.js.map +1 -1
- package/getSamlServerProfile.d.ts +60 -0
- package/getSamlServerProfile.js +6 -0
- package/getSamlServerProfile.js.map +1 -1
- package/getScepProfile.d.ts +69 -0
- package/getScepProfile.js +6 -0
- package/getScepProfile.js.map +1 -1
- package/getSchedule.d.ts +42 -0
- package/getSchedule.js +6 -0
- package/getSchedule.js.map +1 -1
- package/getSdwanErrorCorrectionProfile.d.ts +42 -0
- package/getSdwanErrorCorrectionProfile.js +6 -0
- package/getSdwanErrorCorrectionProfile.js.map +1 -1
- package/getSdwanPathQualityProfile.d.ts +42 -0
- package/getSdwanPathQualityProfile.js +6 -0
- package/getSdwanPathQualityProfile.js.map +1 -1
- package/getSdwanRule.d.ts +78 -0
- package/getSdwanRule.js +6 -0
- package/getSdwanRule.js.map +1 -1
- package/getSdwanSaasQualityProfile.d.ts +42 -0
- package/getSdwanSaasQualityProfile.js +6 -0
- package/getSdwanSaasQualityProfile.js.map +1 -1
- package/getSdwanTrafficDistributionProfile.d.ts +45 -0
- package/getSdwanTrafficDistributionProfile.js +6 -0
- package/getSdwanTrafficDistributionProfile.js.map +1 -1
- package/getSecurityRule.d.ts +24 -0
- package/getSecurityRule.js +6 -0
- package/getSecurityRule.js.map +1 -1
- package/getService.d.ts +45 -0
- package/getService.js +6 -0
- package/getService.js.map +1 -1
- package/getServiceConnection.d.ts +12 -0
- package/getServiceConnection.js +2 -0
- package/getServiceConnection.js.map +1 -1
- package/getServiceConnectionGroup.d.ts +12 -0
- package/getServiceConnectionGroup.js +2 -0
- package/getServiceConnectionGroup.js.map +1 -1
- package/getServiceGroup.d.ts +45 -0
- package/getServiceGroup.js +6 -0
- package/getServiceGroup.js.map +1 -1
- package/getServiceRoute.d.ts +111 -0
- package/getServiceRoute.js +58 -0
- package/getServiceRoute.js.map +1 -0
- package/getServiceRouteList.d.ts +140 -0
- package/getServiceRouteList.js +70 -0
- package/getServiceRouteList.js.map +1 -0
- package/getServiceSetting.d.ts +149 -0
- package/getServiceSetting.js +90 -0
- package/getServiceSetting.js.map +1 -0
- package/getServiceSettingList.d.ts +140 -0
- package/getServiceSettingList.js +70 -0
- package/getServiceSettingList.js.map +1 -0
- package/getSessionSetting.d.ts +111 -0
- package/getSessionSetting.js +58 -0
- package/getSessionSetting.js.map +1 -0
- package/getSessionSettingList.d.ts +140 -0
- package/getSessionSettingList.js +70 -0
- package/getSessionSettingList.js.map +1 -0
- package/getSessionTimeout.d.ts +111 -0
- package/getSessionTimeout.js +58 -0
- package/getSessionTimeout.js.map +1 -0
- package/getSessionTimeoutList.d.ts +140 -0
- package/getSessionTimeoutList.js +70 -0
- package/getSessionTimeoutList.js.map +1 -0
- package/getSite.d.ts +12 -0
- package/getSite.js +2 -0
- package/getSite.js.map +1 -1
- package/getSyslogServerProfile.d.ts +86 -1
- package/getSyslogServerProfile.js +46 -0
- package/getSyslogServerProfile.js.map +1 -1
- package/getSyslogServerProfileList.d.ts +32 -0
- package/getSyslogServerProfileList.js +32 -0
- package/getSyslogServerProfileList.js.map +1 -1
- package/getTacacsServerProfile.d.ts +51 -0
- package/getTacacsServerProfile.js +6 -0
- package/getTacacsServerProfile.js.map +1 -1
- package/getTag.d.ts +39 -0
- package/getTag.js +6 -0
- package/getTag.js.map +1 -1
- package/getTcpSetting.d.ts +111 -0
- package/getTcpSetting.js +58 -0
- package/getTcpSetting.js.map +1 -0
- package/getTcpSettingList.d.ts +140 -0
- package/getTcpSettingList.js +70 -0
- package/getTcpSettingList.js.map +1 -0
- package/getTlsServiceProfile.d.ts +82 -0
- package/getTlsServiceProfile.js +46 -0
- package/getTlsServiceProfile.js.map +1 -1
- package/getTlsServiceProfileList.d.ts +32 -0
- package/getTlsServiceProfileList.js +32 -0
- package/getTlsServiceProfileList.js.map +1 -1
- package/getTrafficSteeringRule.d.ts +8 -0
- package/getTrafficSteeringRule.js +2 -0
- package/getTrafficSteeringRule.js.map +1 -1
- package/getTunnelInterface.d.ts +48 -0
- package/getTunnelInterface.js +6 -0
- package/getTunnelInterface.js.map +1 -1
- package/getUpdateSchedule.d.ts +111 -0
- package/getUpdateSchedule.js +58 -0
- package/getUpdateSchedule.js.map +1 -0
- package/getUpdateScheduleList.d.ts +140 -0
- package/getUpdateScheduleList.js +70 -0
- package/getUpdateScheduleList.js.map +1 -0
- package/getUrlAccessProfile.d.ts +63 -0
- package/getUrlAccessProfile.js +6 -0
- package/getUrlAccessProfile.js.map +1 -1
- package/getUrlCategory.d.ts +45 -0
- package/getUrlCategory.js +6 -0
- package/getUrlCategory.js.map +1 -1
- package/getVariable.d.ts +48 -0
- package/getVariable.js +6 -0
- package/getVariable.js.map +1 -1
- package/getVlanInterface.d.ts +56 -0
- package/getVlanInterface.js +6 -0
- package/getVlanInterface.js.map +1 -1
- package/getVpnSetting.d.ts +111 -0
- package/getVpnSetting.js +58 -0
- package/getVpnSetting.js.map +1 -0
- package/getVpnSettingList.d.ts +140 -0
- package/getVpnSettingList.js +70 -0
- package/getVpnSettingList.js.map +1 -0
- package/getVulnerabilityProtectionProfile.d.ts +45 -0
- package/getVulnerabilityProtectionProfile.js +6 -0
- package/getVulnerabilityProtectionProfile.js.map +1 -1
- package/getVulnerabilityProtectionSignature.d.ts +60 -0
- package/getVulnerabilityProtectionSignature.js +6 -0
- package/getVulnerabilityProtectionSignature.js.map +1 -1
- package/getWildfireAntiVirusProfile.d.ts +51 -0
- package/getWildfireAntiVirusProfile.js +6 -0
- package/getWildfireAntiVirusProfile.js.map +1 -1
- package/getZone.d.ts +60 -0
- package/getZone.js +6 -0
- package/getZone.js.map +1 -1
- package/getZoneProtectionProfile.d.ts +6 -0
- package/getZoneProtectionProfile.js +6 -0
- package/getZoneProtectionProfile.js.map +1 -1
- package/hipObject.d.ts +35 -12
- package/hipObject.js +26 -0
- package/hipObject.js.map +1 -1
- package/hipProfile.d.ts +29 -6
- package/hipProfile.js +26 -0
- package/hipProfile.js.map +1 -1
- package/httpHeaderProfile.d.ts +151 -6
- package/httpHeaderProfile.js +148 -0
- package/httpHeaderProfile.js.map +1 -1
- package/httpServerProfile.d.ts +30 -7
- package/httpServerProfile.js +26 -0
- package/httpServerProfile.js.map +1 -1
- package/ikeCryptoProfile.d.ts +29 -6
- package/ikeCryptoProfile.js +26 -0
- package/ikeCryptoProfile.js.map +1 -1
- package/ikeGateway.d.ts +29 -6
- package/ikeGateway.js +26 -0
- package/ikeGateway.js.map +1 -1
- package/index.d.ts +135 -0
- package/index.js +177 -10
- package/index.js.map +1 -1
- package/interfaceManagementProfile.d.ts +29 -6
- package/interfaceManagementProfile.js +26 -0
- package/interfaceManagementProfile.js.map +1 -1
- package/internalDnsServer.d.ts +26 -0
- package/internalDnsServer.js +26 -0
- package/internalDnsServer.js.map +1 -1
- package/ipsecCryptoProfile.d.ts +29 -12
- package/ipsecCryptoProfile.js +26 -0
- package/ipsecCryptoProfile.js.map +1 -1
- package/ipsecTunnel.d.ts +30 -7
- package/ipsecTunnel.js +26 -0
- package/ipsecTunnel.js.map +1 -1
- package/kerberosServerProfile.d.ts +29 -6
- package/kerberosServerProfile.js +26 -0
- package/kerberosServerProfile.js.map +1 -1
- package/label.d.ts +26 -0
- package/label.js +26 -0
- package/label.js.map +1 -1
- package/layer2Subinterface.d.ts +29 -6
- package/layer2Subinterface.js +26 -0
- package/layer2Subinterface.js.map +1 -1
- package/layer3Subinterface.d.ts +31 -14
- package/layer3Subinterface.js +26 -0
- package/layer3Subinterface.js.map +1 -1
- package/ldapServerProfile.d.ts +29 -6
- package/ldapServerProfile.js +26 -0
- package/ldapServerProfile.js.map +1 -1
- package/linkTag.d.ts +29 -6
- package/linkTag.js +26 -0
- package/linkTag.js.map +1 -1
- package/lldpProfile.d.ts +162 -0
- package/lldpProfile.js +92 -0
- package/lldpProfile.js.map +1 -0
- package/localUser.d.ts +29 -6
- package/localUser.js +26 -0
- package/localUser.js.map +1 -1
- package/localUserGroup.d.ts +29 -6
- package/localUserGroup.js +26 -0
- package/localUserGroup.js.map +1 -1
- package/logForwardingProfile.d.ts +29 -6
- package/logForwardingProfile.js +26 -0
- package/logForwardingProfile.js.map +1 -1
- package/logicalRouter.d.ts +29 -6
- package/logicalRouter.js +26 -0
- package/logicalRouter.js.map +1 -1
- package/loopbackInterface.d.ts +30 -7
- package/loopbackInterface.js +26 -0
- package/loopbackInterface.js.map +1 -1
- package/managementInterface.d.ts +165 -0
- package/managementInterface.js +125 -0
- package/managementInterface.js.map +1 -0
- package/mfaServer.d.ts +30 -7
- package/mfaServer.js +26 -0
- package/mfaServer.js.map +1 -1
- package/motdBannerSetting.d.ts +152 -0
- package/motdBannerSetting.js +112 -0
- package/motdBannerSetting.js.map +1 -0
- package/natRule.d.ts +26 -0
- package/natRule.js +26 -0
- package/natRule.js.map +1 -1
- package/ospfAuthProfile.d.ts +29 -12
- package/ospfAuthProfile.js +26 -0
- package/ospfAuthProfile.js.map +1 -1
- package/package.json +2 -2
- package/pbfRule.d.ts +29 -6
- package/pbfRule.js +26 -0
- package/pbfRule.js.map +1 -1
- package/profileGroup.d.ts +29 -6
- package/profileGroup.js +26 -0
- package/profileGroup.js.map +1 -1
- package/qosPolicyRule.d.ts +29 -6
- package/qosPolicyRule.js +26 -0
- package/qosPolicyRule.js.map +1 -1
- package/qosProfile.d.ts +29 -6
- package/qosProfile.js +26 -0
- package/qosProfile.js.map +1 -1
- package/radiusServerProfile.d.ts +29 -6
- package/radiusServerProfile.js +26 -0
- package/radiusServerProfile.js.map +1 -1
- package/region.d.ts +29 -6
- package/region.js +26 -0
- package/region.js.map +1 -1
- package/remoteNetwork.d.ts +26 -0
- package/remoteNetwork.js +26 -0
- package/remoteNetwork.js.map +1 -1
- package/routeAccessList.d.ts +29 -6
- package/routeAccessList.js +26 -0
- package/routeAccessList.js.map +1 -1
- package/routeCommunityList.d.ts +29 -6
- package/routeCommunityList.js +26 -0
- package/routeCommunityList.js.map +1 -1
- package/routePathAccessList.d.ts +29 -6
- package/routePathAccessList.js +26 -0
- package/routePathAccessList.js.map +1 -1
- package/routePrefixList.d.ts +29 -6
- package/routePrefixList.js +26 -0
- package/routePrefixList.js.map +1 -1
- package/samlServerProfile.d.ts +29 -6
- package/samlServerProfile.js +26 -0
- package/samlServerProfile.js.map +1 -1
- package/scepProfile.d.ts +29 -6
- package/scepProfile.js +26 -0
- package/scepProfile.js.map +1 -1
- package/schedule.d.ts +29 -6
- package/schedule.js +26 -0
- package/schedule.js.map +1 -1
- package/sdwanErrorCorrectionProfile.d.ts +29 -6
- package/sdwanErrorCorrectionProfile.js +26 -0
- package/sdwanErrorCorrectionProfile.js.map +1 -1
- package/sdwanPathQualityProfile.d.ts +29 -6
- package/sdwanPathQualityProfile.js +26 -0
- package/sdwanPathQualityProfile.js.map +1 -1
- package/sdwanRule.d.ts +29 -6
- package/sdwanRule.js +26 -0
- package/sdwanRule.js.map +1 -1
- package/sdwanSaasQualityProfile.d.ts +29 -6
- package/sdwanSaasQualityProfile.js +26 -0
- package/sdwanSaasQualityProfile.js.map +1 -1
- package/sdwanTrafficDistributionProfile.d.ts +29 -6
- package/sdwanTrafficDistributionProfile.js +26 -0
- package/sdwanTrafficDistributionProfile.js.map +1 -1
- package/service.d.ts +30 -7
- package/service.js +26 -0
- package/service.js.map +1 -1
- package/serviceConnection.d.ts +34 -0
- package/serviceConnection.js +28 -0
- package/serviceConnection.js.map +1 -1
- package/serviceConnectionGroup.d.ts +34 -0
- package/serviceConnectionGroup.js +28 -0
- package/serviceConnectionGroup.js.map +1 -1
- package/serviceGroup.d.ts +29 -6
- package/serviceGroup.js +26 -0
- package/serviceGroup.js.map +1 -1
- package/serviceRoute.d.ts +178 -0
- package/serviceRoute.js +138 -0
- package/serviceRoute.js.map +1 -0
- package/serviceSetting.d.ts +181 -0
- package/serviceSetting.js +133 -0
- package/serviceSetting.js.map +1 -0
- package/sessionSetting.d.ts +178 -0
- package/sessionSetting.js +138 -0
- package/sessionSetting.js.map +1 -0
- package/sessionTimeout.d.ts +153 -0
- package/sessionTimeout.js +113 -0
- package/sessionTimeout.js.map +1 -0
- package/site.d.ts +18 -0
- package/site.js +12 -0
- package/site.js.map +1 -1
- package/snippet.d.ts +10 -0
- package/snippet.js +10 -0
- package/snippet.js.map +1 -1
- package/syslogServerProfile.d.ts +122 -13
- package/syslogServerProfile.js +115 -0
- package/syslogServerProfile.js.map +1 -1
- package/tacacsServerProfile.d.ts +29 -6
- package/tacacsServerProfile.js +26 -0
- package/tacacsServerProfile.js.map +1 -1
- package/tag.d.ts +29 -6
- package/tag.js +26 -0
- package/tag.js.map +1 -1
- package/tcpSetting.d.ts +148 -0
- package/tcpSetting.js +108 -0
- package/tcpSetting.js.map +1 -0
- package/tlsServiceProfile.d.ts +75 -6
- package/tlsServiceProfile.js +72 -0
- package/tlsServiceProfile.js.map +1 -1
- package/trafficSteeringRule.d.ts +26 -0
- package/trafficSteeringRule.js +26 -0
- package/trafficSteeringRule.js.map +1 -1
- package/tunnelInterface.d.ts +29 -6
- package/tunnelInterface.js +26 -0
- package/tunnelInterface.js.map +1 -1
- package/types/input.d.ts +1495 -486
- package/types/output.d.ts +5768 -2092
- package/updateSchedule.d.ts +207 -0
- package/updateSchedule.js +167 -0
- package/updateSchedule.js.map +1 -0
- package/urlAccessProfile.d.ts +30 -7
- package/urlAccessProfile.js +26 -0
- package/urlAccessProfile.js.map +1 -1
- package/urlCategory.d.ts +29 -6
- package/urlCategory.js +26 -0
- package/urlCategory.js.map +1 -1
- package/variable.d.ts +29 -6
- package/variable.js +26 -0
- package/variable.js.map +1 -1
- package/vlanInterface.d.ts +31 -14
- package/vlanInterface.js +26 -0
- package/vlanInterface.js.map +1 -1
- package/vpnSetting.d.ts +144 -0
- package/vpnSetting.js +104 -0
- package/vpnSetting.js.map +1 -0
- package/vulnerabilityProtectionProfile.d.ts +29 -6
- package/vulnerabilityProtectionProfile.js +26 -0
- package/vulnerabilityProtectionProfile.js.map +1 -1
- package/vulnerabilityProtectionSignature.d.ts +29 -6
- package/vulnerabilityProtectionSignature.js +26 -0
- package/vulnerabilityProtectionSignature.js.map +1 -1
- package/wildfireAntiVirusProfile.d.ts +29 -6
- package/wildfireAntiVirusProfile.js +26 -0
- package/wildfireAntiVirusProfile.js.map +1 -1
- package/zone.d.ts +29 -6
- package/zone.js +26 -0
- package/zone.js.map +1 -1
- package/zoneProtectionProfile.d.ts +26 -9
- package/zoneProtectionProfile.js +26 -0
- package/zoneProtectionProfile.js.map +1 -1
package/types/input.d.ts
CHANGED
|
@@ -53,6 +53,7 @@ export interface AggregateInterfaceLayer3 {
|
|
|
53
53
|
ddnsConfig?: pulumi.Input<inputs.AggregateInterfaceLayer3DdnsConfig>;
|
|
54
54
|
/**
|
|
55
55
|
* Aggregate Ethernet DHCP Client Object
|
|
56
|
+
* > ℹ️ **Note:** You must specify exactly one of `dhcpClient` and `ip`.
|
|
56
57
|
*/
|
|
57
58
|
dhcpClient?: pulumi.Input<inputs.AggregateInterfaceLayer3DhcpClient>;
|
|
58
59
|
/**
|
|
@@ -61,7 +62,6 @@ export interface AggregateInterfaceLayer3 {
|
|
|
61
62
|
interfaceManagementProfile?: pulumi.Input<string>;
|
|
62
63
|
/**
|
|
63
64
|
* Aggregate Interface IP addresses
|
|
64
|
-
*
|
|
65
65
|
* > ℹ️ **Note:** You must specify exactly one of `dhcpClient` and `ip`.
|
|
66
66
|
*/
|
|
67
67
|
ips?: pulumi.Input<pulumi.Input<inputs.AggregateInterfaceLayer3Ip>[]>;
|
|
@@ -213,41 +213,36 @@ export interface AntiSpywareProfileRule {
|
|
|
213
213
|
export interface AntiSpywareProfileRuleAction {
|
|
214
214
|
/**
|
|
215
215
|
* Alert
|
|
216
|
+
* > ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `blockIp`, `drop`, `resetBoth`, `resetClient`, and `resetServer`.
|
|
216
217
|
*/
|
|
217
218
|
alert?: pulumi.Input<inputs.AntiSpywareProfileRuleActionAlert>;
|
|
218
219
|
/**
|
|
219
220
|
* Allow
|
|
220
|
-
*
|
|
221
221
|
* > ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `blockIp`, `drop`, `resetBoth`, `resetClient`, and `resetServer`.
|
|
222
222
|
*/
|
|
223
223
|
allow?: pulumi.Input<inputs.AntiSpywareProfileRuleActionAllow>;
|
|
224
224
|
/**
|
|
225
225
|
* anti spyware profiles rules action block ip
|
|
226
|
-
*
|
|
227
226
|
* > ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `blockIp`, `drop`, `resetBoth`, `resetClient`, and `resetServer`.
|
|
228
227
|
*/
|
|
229
228
|
blockIp?: pulumi.Input<inputs.AntiSpywareProfileRuleActionBlockIp>;
|
|
230
229
|
/**
|
|
231
230
|
* Drop
|
|
232
|
-
*
|
|
233
231
|
* > ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `blockIp`, `drop`, `resetBoth`, `resetClient`, and `resetServer`.
|
|
234
232
|
*/
|
|
235
233
|
drop?: pulumi.Input<inputs.AntiSpywareProfileRuleActionDrop>;
|
|
236
234
|
/**
|
|
237
235
|
* Reset both
|
|
238
|
-
*
|
|
239
236
|
* > ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `blockIp`, `drop`, `resetBoth`, `resetClient`, and `resetServer`.
|
|
240
237
|
*/
|
|
241
238
|
resetBoth?: pulumi.Input<inputs.AntiSpywareProfileRuleActionResetBoth>;
|
|
242
239
|
/**
|
|
243
240
|
* Reset client
|
|
244
|
-
*
|
|
245
241
|
* > ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `blockIp`, `drop`, `resetBoth`, `resetClient`, and `resetServer`.
|
|
246
242
|
*/
|
|
247
243
|
resetClient?: pulumi.Input<inputs.AntiSpywareProfileRuleActionResetClient>;
|
|
248
244
|
/**
|
|
249
245
|
* Reset server
|
|
250
|
-
*
|
|
251
246
|
* > ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `blockIp`, `drop`, `resetBoth`, `resetClient`, and `resetServer`.
|
|
252
247
|
*/
|
|
253
248
|
resetServer?: pulumi.Input<inputs.AntiSpywareProfileRuleActionResetServer>;
|
|
@@ -299,47 +294,41 @@ export interface AntiSpywareProfileThreatException {
|
|
|
299
294
|
export interface AntiSpywareProfileThreatExceptionAction {
|
|
300
295
|
/**
|
|
301
296
|
* Alert
|
|
297
|
+
* > ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `blockIp`, `default`, `drop`, `resetBoth`, `resetClient`, and `resetServer`.
|
|
302
298
|
*/
|
|
303
299
|
alert?: pulumi.Input<inputs.AntiSpywareProfileThreatExceptionActionAlert>;
|
|
304
300
|
/**
|
|
305
301
|
* Allow
|
|
306
|
-
*
|
|
307
302
|
* > ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `blockIp`, `default`, `drop`, `resetBoth`, `resetClient`, and `resetServer`.
|
|
308
303
|
*/
|
|
309
304
|
allow?: pulumi.Input<inputs.AntiSpywareProfileThreatExceptionActionAllow>;
|
|
310
305
|
/**
|
|
311
306
|
* anti spyware profiles threat exception action block ip
|
|
312
|
-
*
|
|
313
307
|
* > ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `blockIp`, `default`, `drop`, `resetBoth`, `resetClient`, and `resetServer`.
|
|
314
308
|
*/
|
|
315
309
|
blockIp?: pulumi.Input<inputs.AntiSpywareProfileThreatExceptionActionBlockIp>;
|
|
316
310
|
/**
|
|
317
311
|
* Default
|
|
318
|
-
*
|
|
319
312
|
* > ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `blockIp`, `default`, `drop`, `resetBoth`, `resetClient`, and `resetServer`.
|
|
320
313
|
*/
|
|
321
314
|
default?: pulumi.Input<inputs.AntiSpywareProfileThreatExceptionActionDefault>;
|
|
322
315
|
/**
|
|
323
316
|
* Drop
|
|
324
|
-
*
|
|
325
317
|
* > ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `blockIp`, `default`, `drop`, `resetBoth`, `resetClient`, and `resetServer`.
|
|
326
318
|
*/
|
|
327
319
|
drop?: pulumi.Input<inputs.AntiSpywareProfileThreatExceptionActionDrop>;
|
|
328
320
|
/**
|
|
329
321
|
* Reset both
|
|
330
|
-
*
|
|
331
322
|
* > ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `blockIp`, `default`, `drop`, `resetBoth`, `resetClient`, and `resetServer`.
|
|
332
323
|
*/
|
|
333
324
|
resetBoth?: pulumi.Input<inputs.AntiSpywareProfileThreatExceptionActionResetBoth>;
|
|
334
325
|
/**
|
|
335
326
|
* Reset client
|
|
336
|
-
*
|
|
337
327
|
* > ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `blockIp`, `default`, `drop`, `resetBoth`, `resetClient`, and `resetServer`.
|
|
338
328
|
*/
|
|
339
329
|
resetClient?: pulumi.Input<inputs.AntiSpywareProfileThreatExceptionActionResetClient>;
|
|
340
330
|
/**
|
|
341
331
|
* Reset server
|
|
342
|
-
*
|
|
343
332
|
* > ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `blockIp`, `default`, `drop`, `resetBoth`, `resetClient`, and `resetServer`.
|
|
344
333
|
*/
|
|
345
334
|
resetServer?: pulumi.Input<inputs.AntiSpywareProfileThreatExceptionActionResetServer>;
|
|
@@ -377,41 +366,36 @@ export interface AntiSpywareProfileThreatExceptionExemptIp {
|
|
|
377
366
|
export interface AntiSpywareSignatureDefaultAction {
|
|
378
367
|
/**
|
|
379
368
|
* Alert
|
|
369
|
+
* > ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `blockIp`, `drop`, `resetBoth`, `resetClient`, and `resetServer`.
|
|
380
370
|
*/
|
|
381
371
|
alert?: pulumi.Input<inputs.AntiSpywareSignatureDefaultActionAlert>;
|
|
382
372
|
/**
|
|
383
373
|
* Allow
|
|
384
|
-
*
|
|
385
374
|
* > ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `blockIp`, `drop`, `resetBoth`, `resetClient`, and `resetServer`.
|
|
386
375
|
*/
|
|
387
376
|
allow?: pulumi.Input<inputs.AntiSpywareSignatureDefaultActionAllow>;
|
|
388
377
|
/**
|
|
389
378
|
* anti spyware signature block ip
|
|
390
|
-
*
|
|
391
379
|
* > ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `blockIp`, `drop`, `resetBoth`, `resetClient`, and `resetServer`.
|
|
392
380
|
*/
|
|
393
381
|
blockIp?: pulumi.Input<inputs.AntiSpywareSignatureDefaultActionBlockIp>;
|
|
394
382
|
/**
|
|
395
383
|
* Drop
|
|
396
|
-
*
|
|
397
384
|
* > ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `blockIp`, `drop`, `resetBoth`, `resetClient`, and `resetServer`.
|
|
398
385
|
*/
|
|
399
386
|
drop?: pulumi.Input<inputs.AntiSpywareSignatureDefaultActionDrop>;
|
|
400
387
|
/**
|
|
401
388
|
* Reset both
|
|
402
|
-
*
|
|
403
389
|
* > ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `blockIp`, `drop`, `resetBoth`, `resetClient`, and `resetServer`.
|
|
404
390
|
*/
|
|
405
391
|
resetBoth?: pulumi.Input<inputs.AntiSpywareSignatureDefaultActionResetBoth>;
|
|
406
392
|
/**
|
|
407
393
|
* Reset client
|
|
408
|
-
*
|
|
409
394
|
* > ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `blockIp`, `drop`, `resetBoth`, `resetClient`, and `resetServer`.
|
|
410
395
|
*/
|
|
411
396
|
resetClient?: pulumi.Input<inputs.AntiSpywareSignatureDefaultActionResetClient>;
|
|
412
397
|
/**
|
|
413
398
|
* Reset server
|
|
414
|
-
*
|
|
415
399
|
* > ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `blockIp`, `drop`, `resetBoth`, `resetClient`, and `resetServer`.
|
|
416
400
|
*/
|
|
417
401
|
resetServer?: pulumi.Input<inputs.AntiSpywareSignatureDefaultActionResetServer>;
|
|
@@ -441,11 +425,11 @@ export interface AntiSpywareSignatureDefaultActionResetServer {
|
|
|
441
425
|
export interface AntiSpywareSignatureSignature {
|
|
442
426
|
/**
|
|
443
427
|
* anti spyware signature combination
|
|
428
|
+
* > ℹ️ **Note:** You must specify exactly one of `combination` and `standard`.
|
|
444
429
|
*/
|
|
445
430
|
combination?: pulumi.Input<inputs.AntiSpywareSignatureSignatureCombination>;
|
|
446
431
|
/**
|
|
447
432
|
* Standard
|
|
448
|
-
*
|
|
449
433
|
* > ℹ️ **Note:** You must specify exactly one of `combination` and `standard`.
|
|
450
434
|
*/
|
|
451
435
|
standards?: pulumi.Input<pulumi.Input<inputs.AntiSpywareSignatureSignatureStandard>[]>;
|
|
@@ -665,23 +649,21 @@ export interface AntiSpywareSignatureSignatureStandardAndConditionOrConditionOpe
|
|
|
665
649
|
export interface ApplicationDefault {
|
|
666
650
|
/**
|
|
667
651
|
* Ident by icmp6 type
|
|
652
|
+
* > ℹ️ **Note:** You must specify exactly one of `identByIcmp6Type`, `identByIcmpType`, `identByIpProtocol`, and `port`.
|
|
668
653
|
*/
|
|
669
654
|
identByIcmp6Type?: pulumi.Input<inputs.ApplicationDefaultIdentByIcmp6Type>;
|
|
670
655
|
/**
|
|
671
656
|
* Ident by icmp type
|
|
672
|
-
*
|
|
673
657
|
* > ℹ️ **Note:** You must specify exactly one of `identByIcmp6Type`, `identByIcmpType`, `identByIpProtocol`, and `port`.
|
|
674
658
|
*/
|
|
675
659
|
identByIcmpType?: pulumi.Input<inputs.ApplicationDefaultIdentByIcmpType>;
|
|
676
660
|
/**
|
|
677
661
|
* Ident by ip protocol
|
|
678
|
-
*
|
|
679
662
|
* > ℹ️ **Note:** You must specify exactly one of `identByIcmp6Type`, `identByIcmpType`, `identByIpProtocol`, and `port`.
|
|
680
663
|
*/
|
|
681
664
|
identByIpProtocol?: pulumi.Input<string>;
|
|
682
665
|
/**
|
|
683
666
|
* Port
|
|
684
|
-
*
|
|
685
667
|
* > ℹ️ **Note:** You must specify exactly one of `identByIcmp6Type`, `identByIcmpType`, `identByIpProtocol`, and `port`.
|
|
686
668
|
*/
|
|
687
669
|
ports?: pulumi.Input<pulumi.Input<string>[]>;
|
|
@@ -709,11 +691,11 @@ export interface ApplicationDefaultIdentByIcmpType {
|
|
|
709
691
|
export interface ApplicationFilterTagging {
|
|
710
692
|
/**
|
|
711
693
|
* No tag
|
|
694
|
+
* > ℹ️ **Note:** You must specify exactly one of `noTag` and `tag`.
|
|
712
695
|
*/
|
|
713
696
|
noTag?: pulumi.Input<boolean>;
|
|
714
697
|
/**
|
|
715
698
|
* Tag
|
|
716
|
-
*
|
|
717
699
|
* > ℹ️ **Note:** You must specify exactly one of `noTag` and `tag`.
|
|
718
700
|
*/
|
|
719
701
|
tags?: pulumi.Input<pulumi.Input<string>[]>;
|
|
@@ -763,23 +745,21 @@ export interface ApplicationSignatureAndConditionOrCondition {
|
|
|
763
745
|
export interface ApplicationSignatureAndConditionOrConditionOperator {
|
|
764
746
|
/**
|
|
765
747
|
* Equal to
|
|
748
|
+
* > ℹ️ **Note:** You must specify exactly one of `equalTo`, `greaterThan`, `lessThan`, and `patternMatch`.
|
|
766
749
|
*/
|
|
767
750
|
equalTo?: pulumi.Input<inputs.ApplicationSignatureAndConditionOrConditionOperatorEqualTo>;
|
|
768
751
|
/**
|
|
769
752
|
* Greater than
|
|
770
|
-
*
|
|
771
753
|
* > ℹ️ **Note:** You must specify exactly one of `equalTo`, `greaterThan`, `lessThan`, and `patternMatch`.
|
|
772
754
|
*/
|
|
773
755
|
greaterThan?: pulumi.Input<inputs.ApplicationSignatureAndConditionOrConditionOperatorGreaterThan>;
|
|
774
756
|
/**
|
|
775
757
|
* Less than
|
|
776
|
-
*
|
|
777
758
|
* > ℹ️ **Note:** You must specify exactly one of `equalTo`, `greaterThan`, `lessThan`, and `patternMatch`.
|
|
778
759
|
*/
|
|
779
760
|
lessThan?: pulumi.Input<inputs.ApplicationSignatureAndConditionOrConditionOperatorLessThan>;
|
|
780
761
|
/**
|
|
781
762
|
* Pattern match
|
|
782
|
-
*
|
|
783
763
|
* > ℹ️ **Note:** You must specify exactly one of `equalTo`, `greaterThan`, `lessThan`, and `patternMatch`.
|
|
784
764
|
*/
|
|
785
765
|
patternMatch?: pulumi.Input<inputs.ApplicationSignatureAndConditionOrConditionOperatorPatternMatch>;
|
|
@@ -887,41 +867,36 @@ export interface AuthenticationProfileLockout {
|
|
|
887
867
|
export interface AuthenticationProfileMethod {
|
|
888
868
|
/**
|
|
889
869
|
* Cloud
|
|
870
|
+
* > ℹ️ **Note:** You must specify exactly one of `cloud`, `kerberos`, `ldap`, `localDatabase`, `radius`, `samlIdp`, and `tacplus`.
|
|
890
871
|
*/
|
|
891
872
|
cloud?: pulumi.Input<inputs.AuthenticationProfileMethodCloud>;
|
|
892
873
|
/**
|
|
893
874
|
* Kerberos
|
|
894
|
-
*
|
|
895
875
|
* > ℹ️ **Note:** You must specify exactly one of `cloud`, `kerberos`, `ldap`, `localDatabase`, `radius`, `samlIdp`, and `tacplus`.
|
|
896
876
|
*/
|
|
897
877
|
kerberos?: pulumi.Input<inputs.AuthenticationProfileMethodKerberos>;
|
|
898
878
|
/**
|
|
899
879
|
* Ldap
|
|
900
|
-
*
|
|
901
880
|
* > ℹ️ **Note:** You must specify exactly one of `cloud`, `kerberos`, `ldap`, `localDatabase`, `radius`, `samlIdp`, and `tacplus`.
|
|
902
881
|
*/
|
|
903
882
|
ldap?: pulumi.Input<inputs.AuthenticationProfileMethodLdap>;
|
|
904
883
|
/**
|
|
905
884
|
* Local database
|
|
906
|
-
*
|
|
907
885
|
* > ℹ️ **Note:** You must specify exactly one of `cloud`, `kerberos`, `ldap`, `localDatabase`, `radius`, `samlIdp`, and `tacplus`.
|
|
908
886
|
*/
|
|
909
887
|
localDatabase?: pulumi.Input<inputs.AuthenticationProfileMethodLocalDatabase>;
|
|
910
888
|
/**
|
|
911
889
|
* Radius
|
|
912
|
-
*
|
|
913
890
|
* > ℹ️ **Note:** You must specify exactly one of `cloud`, `kerberos`, `ldap`, `localDatabase`, `radius`, `samlIdp`, and `tacplus`.
|
|
914
891
|
*/
|
|
915
892
|
radius?: pulumi.Input<inputs.AuthenticationProfileMethodRadius>;
|
|
916
893
|
/**
|
|
917
894
|
* Saml idp
|
|
918
|
-
*
|
|
919
895
|
* > ℹ️ **Note:** You must specify exactly one of `cloud`, `kerberos`, `ldap`, `localDatabase`, `radius`, `samlIdp`, and `tacplus`.
|
|
920
896
|
*/
|
|
921
897
|
samlIdp?: pulumi.Input<inputs.AuthenticationProfileMethodSamlIdp>;
|
|
922
898
|
/**
|
|
923
899
|
* Tacplus
|
|
924
|
-
*
|
|
925
900
|
* > ℹ️ **Note:** You must specify exactly one of `cloud`, `kerberos`, `ldap`, `localDatabase`, `radius`, `samlIdp`, and `tacplus`.
|
|
926
901
|
*/
|
|
927
902
|
tacplus?: pulumi.Input<inputs.AuthenticationProfileMethodTacplus>;
|
|
@@ -1024,6 +999,20 @@ export interface AuthenticationProfileSingleSignOn {
|
|
|
1024
999
|
*/
|
|
1025
1000
|
realm?: pulumi.Input<string>;
|
|
1026
1001
|
}
|
|
1002
|
+
export interface AuthenticationSettingAuthentication {
|
|
1003
|
+
/**
|
|
1004
|
+
* Accounting server profile
|
|
1005
|
+
*/
|
|
1006
|
+
accountingServerProfile?: pulumi.Input<string>;
|
|
1007
|
+
/**
|
|
1008
|
+
* Authentication profile
|
|
1009
|
+
*/
|
|
1010
|
+
authenticationProfile?: pulumi.Input<string>;
|
|
1011
|
+
/**
|
|
1012
|
+
* Certificate profile
|
|
1013
|
+
*/
|
|
1014
|
+
certificateProfile?: pulumi.Input<string>;
|
|
1015
|
+
}
|
|
1027
1016
|
export interface AutoVpnClusterBranch {
|
|
1028
1017
|
/**
|
|
1029
1018
|
* BGP redistribution profile
|
|
@@ -1091,11 +1080,11 @@ export interface AutoVpnClusterBranchInterfaceSdwanLinkSettingsUpstreamNat {
|
|
|
1091
1080
|
export interface AutoVpnClusterBranchInterfaceSdwanLinkSettingsUpstreamNatStaticIp {
|
|
1092
1081
|
/**
|
|
1093
1082
|
* FQDN
|
|
1083
|
+
* > ℹ️ **Note:** You must specify exactly one of `fqdn` and `ipAddress`.
|
|
1094
1084
|
*/
|
|
1095
1085
|
fqdn?: pulumi.Input<string>;
|
|
1096
1086
|
/**
|
|
1097
1087
|
* IP address
|
|
1098
|
-
*
|
|
1099
1088
|
* > ℹ️ **Note:** You must specify exactly one of `fqdn` and `ipAddress`.
|
|
1100
1089
|
*/
|
|
1101
1090
|
ipAddress?: pulumi.Input<string>;
|
|
@@ -1137,11 +1126,11 @@ export interface AutoVpnClusterBranchPrivateInterfaceSdwanLinkSettingsUpstreamNa
|
|
|
1137
1126
|
export interface AutoVpnClusterBranchPrivateInterfaceSdwanLinkSettingsUpstreamNatStaticIp {
|
|
1138
1127
|
/**
|
|
1139
1128
|
* FQDN
|
|
1129
|
+
* > ℹ️ **Note:** You must specify exactly one of `fqdn` and `ipAddress`.
|
|
1140
1130
|
*/
|
|
1141
1131
|
fqdn?: pulumi.Input<string>;
|
|
1142
1132
|
/**
|
|
1143
1133
|
* IP address
|
|
1144
|
-
*
|
|
1145
1134
|
* > ℹ️ **Note:** You must specify exactly one of `fqdn` and `ipAddress`.
|
|
1146
1135
|
*/
|
|
1147
1136
|
ipAddress?: pulumi.Input<string>;
|
|
@@ -1221,11 +1210,11 @@ export interface AutoVpnClusterGatewayInterfaceSdwanLinkSettingsUpstreamNat {
|
|
|
1221
1210
|
export interface AutoVpnClusterGatewayInterfaceSdwanLinkSettingsUpstreamNatStaticIp {
|
|
1222
1211
|
/**
|
|
1223
1212
|
* FQDN
|
|
1213
|
+
* > ℹ️ **Note:** You must specify exactly one of `fqdn` and `ipAddress`.
|
|
1224
1214
|
*/
|
|
1225
1215
|
fqdn?: pulumi.Input<string>;
|
|
1226
1216
|
/**
|
|
1227
1217
|
* IP address
|
|
1228
|
-
*
|
|
1229
1218
|
* > ℹ️ **Note:** You must specify exactly one of `fqdn` and `ipAddress`.
|
|
1230
1219
|
*/
|
|
1231
1220
|
ipAddress?: pulumi.Input<string>;
|
|
@@ -1267,11 +1256,11 @@ export interface AutoVpnClusterGatewayPrivateInterfaceSdwanLinkSettingsUpstreamN
|
|
|
1267
1256
|
export interface AutoVpnClusterGatewayPrivateInterfaceSdwanLinkSettingsUpstreamNatStaticIp {
|
|
1268
1257
|
/**
|
|
1269
1258
|
* FQDN
|
|
1259
|
+
* > ℹ️ **Note:** You must specify exactly one of `fqdn` and `ipAddress`.
|
|
1270
1260
|
*/
|
|
1271
1261
|
fqdn?: pulumi.Input<string>;
|
|
1272
1262
|
/**
|
|
1273
1263
|
* IP address
|
|
1274
|
-
*
|
|
1275
1264
|
* > ℹ️ **Note:** You must specify exactly one of `fqdn` and `ipAddress`.
|
|
1276
1265
|
*/
|
|
1277
1266
|
ipAddress?: pulumi.Input<string>;
|
|
@@ -1286,6 +1275,24 @@ export interface AutoVpnSettingAsRange {
|
|
|
1286
1275
|
*/
|
|
1287
1276
|
start?: pulumi.Input<number>;
|
|
1288
1277
|
}
|
|
1278
|
+
export interface BandwidthAllocationQos {
|
|
1279
|
+
/**
|
|
1280
|
+
* Customized
|
|
1281
|
+
*/
|
|
1282
|
+
customized?: pulumi.Input<boolean>;
|
|
1283
|
+
/**
|
|
1284
|
+
* Enabled
|
|
1285
|
+
*/
|
|
1286
|
+
enabled?: pulumi.Input<boolean>;
|
|
1287
|
+
/**
|
|
1288
|
+
* Guaranteed ratio
|
|
1289
|
+
*/
|
|
1290
|
+
guaranteedRatio?: pulumi.Input<number>;
|
|
1291
|
+
/**
|
|
1292
|
+
* Profile
|
|
1293
|
+
*/
|
|
1294
|
+
profile?: pulumi.Input<string>;
|
|
1295
|
+
}
|
|
1289
1296
|
export interface BgpAddressFamilyProfileIpv4 {
|
|
1290
1297
|
/**
|
|
1291
1298
|
* Multicast
|
|
@@ -1363,11 +1370,11 @@ export interface BgpAddressFamilyProfileIpv4MulticastAddPath {
|
|
|
1363
1370
|
export interface BgpAddressFamilyProfileIpv4MulticastAllowasIn {
|
|
1364
1371
|
/**
|
|
1365
1372
|
* Number of times the firewalls own AS can be in an AS_PATH
|
|
1373
|
+
* > ℹ️ **Note:** You must specify exactly one of `occurrence` and `origin`.
|
|
1366
1374
|
*/
|
|
1367
1375
|
occurrence?: pulumi.Input<number>;
|
|
1368
1376
|
/**
|
|
1369
1377
|
* Origin
|
|
1370
|
-
*
|
|
1371
1378
|
* > ℹ️ **Note:** You must specify exactly one of `occurrence` and `origin`.
|
|
1372
1379
|
*/
|
|
1373
1380
|
origin?: pulumi.Input<inputs.BgpAddressFamilyProfileIpv4MulticastAllowasInOrigin>;
|
|
@@ -1391,11 +1398,11 @@ export interface BgpAddressFamilyProfileIpv4MulticastMaximumPrefix {
|
|
|
1391
1398
|
export interface BgpAddressFamilyProfileIpv4MulticastMaximumPrefixAction {
|
|
1392
1399
|
/**
|
|
1393
1400
|
* Restart
|
|
1401
|
+
* > ℹ️ **Note:** You must specify exactly one of `restart` and `warningOnly`.
|
|
1394
1402
|
*/
|
|
1395
1403
|
restart?: pulumi.Input<inputs.BgpAddressFamilyProfileIpv4MulticastMaximumPrefixActionRestart>;
|
|
1396
1404
|
/**
|
|
1397
1405
|
* Warning only
|
|
1398
|
-
*
|
|
1399
1406
|
* > ℹ️ **Note:** You must specify exactly one of `restart` and `warningOnly`.
|
|
1400
1407
|
*/
|
|
1401
1408
|
warningOnly?: pulumi.Input<inputs.BgpAddressFamilyProfileIpv4MulticastMaximumPrefixActionWarningOnly>;
|
|
@@ -1411,11 +1418,11 @@ export interface BgpAddressFamilyProfileIpv4MulticastMaximumPrefixActionWarningO
|
|
|
1411
1418
|
export interface BgpAddressFamilyProfileIpv4MulticastNextHop {
|
|
1412
1419
|
/**
|
|
1413
1420
|
* Self
|
|
1421
|
+
* > ℹ️ **Note:** You must specify exactly one of `self` and `selfForce`.
|
|
1414
1422
|
*/
|
|
1415
1423
|
self?: pulumi.Input<inputs.BgpAddressFamilyProfileIpv4MulticastNextHopSelf>;
|
|
1416
1424
|
/**
|
|
1417
1425
|
* Self force
|
|
1418
|
-
*
|
|
1419
1426
|
* > ℹ️ **Note:** You must specify exactly one of `self` and `selfForce`.
|
|
1420
1427
|
*/
|
|
1421
1428
|
selfForce?: pulumi.Input<inputs.BgpAddressFamilyProfileIpv4MulticastNextHopSelfForce>;
|
|
@@ -1447,29 +1454,26 @@ export interface BgpAddressFamilyProfileIpv4MulticastRemovePrivateAsReplaceAs {
|
|
|
1447
1454
|
export interface BgpAddressFamilyProfileIpv4MulticastSendCommunity {
|
|
1448
1455
|
/**
|
|
1449
1456
|
* All
|
|
1457
|
+
* > ℹ️ **Note:** You must specify exactly one of `all`, `both`, `extended`, `large`, and `standard`.
|
|
1450
1458
|
*/
|
|
1451
1459
|
all?: pulumi.Input<inputs.BgpAddressFamilyProfileIpv4MulticastSendCommunityAll>;
|
|
1452
1460
|
/**
|
|
1453
1461
|
* Both
|
|
1454
|
-
*
|
|
1455
1462
|
* > ℹ️ **Note:** You must specify exactly one of `all`, `both`, `extended`, `large`, and `standard`.
|
|
1456
1463
|
*/
|
|
1457
1464
|
both?: pulumi.Input<inputs.BgpAddressFamilyProfileIpv4MulticastSendCommunityBoth>;
|
|
1458
1465
|
/**
|
|
1459
1466
|
* Extended
|
|
1460
|
-
*
|
|
1461
1467
|
* > ℹ️ **Note:** You must specify exactly one of `all`, `both`, `extended`, `large`, and `standard`.
|
|
1462
1468
|
*/
|
|
1463
1469
|
extended?: pulumi.Input<inputs.BgpAddressFamilyProfileIpv4MulticastSendCommunityExtended>;
|
|
1464
1470
|
/**
|
|
1465
1471
|
* Large
|
|
1466
|
-
*
|
|
1467
1472
|
* > ℹ️ **Note:** You must specify exactly one of `all`, `both`, `extended`, `large`, and `standard`.
|
|
1468
1473
|
*/
|
|
1469
1474
|
large?: pulumi.Input<inputs.BgpAddressFamilyProfileIpv4MulticastSendCommunityLarge>;
|
|
1470
1475
|
/**
|
|
1471
1476
|
* Standard
|
|
1472
|
-
*
|
|
1473
1477
|
* > ℹ️ **Note:** You must specify exactly one of `all`, `both`, `extended`, `large`, and `standard`.
|
|
1474
1478
|
*/
|
|
1475
1479
|
standard?: pulumi.Input<inputs.BgpAddressFamilyProfileIpv4MulticastSendCommunityStandard>;
|
|
@@ -1551,11 +1555,11 @@ export interface BgpAddressFamilyProfileIpv4UnicastAddPath {
|
|
|
1551
1555
|
export interface BgpAddressFamilyProfileIpv4UnicastAllowasIn {
|
|
1552
1556
|
/**
|
|
1553
1557
|
* Number of times the firewalls own AS can be in an AS_PATH
|
|
1558
|
+
* > ℹ️ **Note:** You must specify exactly one of `occurrence` and `origin`.
|
|
1554
1559
|
*/
|
|
1555
1560
|
occurrence?: pulumi.Input<number>;
|
|
1556
1561
|
/**
|
|
1557
1562
|
* Origin
|
|
1558
|
-
*
|
|
1559
1563
|
* > ℹ️ **Note:** You must specify exactly one of `occurrence` and `origin`.
|
|
1560
1564
|
*/
|
|
1561
1565
|
origin?: pulumi.Input<inputs.BgpAddressFamilyProfileIpv4UnicastAllowasInOrigin>;
|
|
@@ -1579,11 +1583,11 @@ export interface BgpAddressFamilyProfileIpv4UnicastMaximumPrefix {
|
|
|
1579
1583
|
export interface BgpAddressFamilyProfileIpv4UnicastMaximumPrefixAction {
|
|
1580
1584
|
/**
|
|
1581
1585
|
* Restart
|
|
1586
|
+
* > ℹ️ **Note:** You must specify exactly one of `restart` and `warningOnly`.
|
|
1582
1587
|
*/
|
|
1583
1588
|
restart?: pulumi.Input<inputs.BgpAddressFamilyProfileIpv4UnicastMaximumPrefixActionRestart>;
|
|
1584
1589
|
/**
|
|
1585
1590
|
* Warning only
|
|
1586
|
-
*
|
|
1587
1591
|
* > ℹ️ **Note:** You must specify exactly one of `restart` and `warningOnly`.
|
|
1588
1592
|
*/
|
|
1589
1593
|
warningOnly?: pulumi.Input<inputs.BgpAddressFamilyProfileIpv4UnicastMaximumPrefixActionWarningOnly>;
|
|
@@ -1599,11 +1603,11 @@ export interface BgpAddressFamilyProfileIpv4UnicastMaximumPrefixActionWarningOnl
|
|
|
1599
1603
|
export interface BgpAddressFamilyProfileIpv4UnicastNextHop {
|
|
1600
1604
|
/**
|
|
1601
1605
|
* Self
|
|
1606
|
+
* > ℹ️ **Note:** You must specify exactly one of `self` and `selfForce`.
|
|
1602
1607
|
*/
|
|
1603
1608
|
self?: pulumi.Input<inputs.BgpAddressFamilyProfileIpv4UnicastNextHopSelf>;
|
|
1604
1609
|
/**
|
|
1605
1610
|
* Self force
|
|
1606
|
-
*
|
|
1607
1611
|
* > ℹ️ **Note:** You must specify exactly one of `self` and `selfForce`.
|
|
1608
1612
|
*/
|
|
1609
1613
|
selfForce?: pulumi.Input<inputs.BgpAddressFamilyProfileIpv4UnicastNextHopSelfForce>;
|
|
@@ -1635,29 +1639,26 @@ export interface BgpAddressFamilyProfileIpv4UnicastRemovePrivateAsReplaceAs {
|
|
|
1635
1639
|
export interface BgpAddressFamilyProfileIpv4UnicastSendCommunity {
|
|
1636
1640
|
/**
|
|
1637
1641
|
* All
|
|
1642
|
+
* > ℹ️ **Note:** You must specify exactly one of `all`, `both`, `extended`, `large`, and `standard`.
|
|
1638
1643
|
*/
|
|
1639
1644
|
all?: pulumi.Input<inputs.BgpAddressFamilyProfileIpv4UnicastSendCommunityAll>;
|
|
1640
1645
|
/**
|
|
1641
1646
|
* Both
|
|
1642
|
-
*
|
|
1643
1647
|
* > ℹ️ **Note:** You must specify exactly one of `all`, `both`, `extended`, `large`, and `standard`.
|
|
1644
1648
|
*/
|
|
1645
1649
|
both?: pulumi.Input<inputs.BgpAddressFamilyProfileIpv4UnicastSendCommunityBoth>;
|
|
1646
1650
|
/**
|
|
1647
1651
|
* Extended
|
|
1648
|
-
*
|
|
1649
1652
|
* > ℹ️ **Note:** You must specify exactly one of `all`, `both`, `extended`, `large`, and `standard`.
|
|
1650
1653
|
*/
|
|
1651
1654
|
extended?: pulumi.Input<inputs.BgpAddressFamilyProfileIpv4UnicastSendCommunityExtended>;
|
|
1652
1655
|
/**
|
|
1653
1656
|
* Large
|
|
1654
|
-
*
|
|
1655
1657
|
* > ℹ️ **Note:** You must specify exactly one of `all`, `both`, `extended`, `large`, and `standard`.
|
|
1656
1658
|
*/
|
|
1657
1659
|
large?: pulumi.Input<inputs.BgpAddressFamilyProfileIpv4UnicastSendCommunityLarge>;
|
|
1658
1660
|
/**
|
|
1659
1661
|
* Standard
|
|
1660
|
-
*
|
|
1661
1662
|
* > ℹ️ **Note:** You must specify exactly one of `all`, `both`, `extended`, `large`, and `standard`.
|
|
1662
1663
|
*/
|
|
1663
1664
|
standard?: pulumi.Input<inputs.BgpAddressFamilyProfileIpv4UnicastSendCommunityStandard>;
|
|
@@ -1943,11 +1944,11 @@ export interface BgpRedistributionProfileIpv4UnicastStatic {
|
|
|
1943
1944
|
export interface BgpRouteMapRedistributionBgp {
|
|
1944
1945
|
/**
|
|
1945
1946
|
* Ospf
|
|
1947
|
+
* > ℹ️ **Note:** You must specify exactly one of `ospf` and `rib`.
|
|
1946
1948
|
*/
|
|
1947
1949
|
ospf?: pulumi.Input<inputs.BgpRouteMapRedistributionBgpOspf>;
|
|
1948
1950
|
/**
|
|
1949
1951
|
* BGP Root RIB
|
|
1950
|
-
*
|
|
1951
1952
|
* > ℹ️ **Note:** You must specify exactly one of `ospf` and `rib`.
|
|
1952
1953
|
*/
|
|
1953
1954
|
rib?: pulumi.Input<inputs.BgpRouteMapRedistributionBgpRib>;
|
|
@@ -2221,17 +2222,16 @@ export interface BgpRouteMapRedistributionBgpRibRouteMapSet {
|
|
|
2221
2222
|
export interface BgpRouteMapRedistributionConnectedStatic {
|
|
2222
2223
|
/**
|
|
2223
2224
|
* Connected Static Root BGP
|
|
2225
|
+
* > ℹ️ **Note:** You must specify exactly one of `bgp`, `ospf`, and `rib`.
|
|
2224
2226
|
*/
|
|
2225
2227
|
bgp?: pulumi.Input<inputs.BgpRouteMapRedistributionConnectedStaticBgp>;
|
|
2226
2228
|
/**
|
|
2227
2229
|
* Ospf
|
|
2228
|
-
*
|
|
2229
2230
|
* > ℹ️ **Note:** You must specify exactly one of `bgp`, `ospf`, and `rib`.
|
|
2230
2231
|
*/
|
|
2231
2232
|
ospf?: pulumi.Input<inputs.BgpRouteMapRedistributionConnectedStaticOspf>;
|
|
2232
2233
|
/**
|
|
2233
2234
|
* Rib
|
|
2234
|
-
*
|
|
2235
2235
|
* > ℹ️ **Note:** You must specify exactly one of `bgp`, `ospf`, and `rib`.
|
|
2236
2236
|
*/
|
|
2237
2237
|
rib?: pulumi.Input<inputs.BgpRouteMapRedistributionConnectedStaticRib>;
|
|
@@ -2565,11 +2565,11 @@ export interface BgpRouteMapRedistributionConnectedStaticRibRouteMapSet {
|
|
|
2565
2565
|
export interface BgpRouteMapRedistributionOspf {
|
|
2566
2566
|
/**
|
|
2567
2567
|
* OSPF Root BGP
|
|
2568
|
+
* > ℹ️ **Note:** You must specify exactly one of `bgp` and `rib`.
|
|
2568
2569
|
*/
|
|
2569
2570
|
bgp?: pulumi.Input<inputs.BgpRouteMapRedistributionOspfBgp>;
|
|
2570
2571
|
/**
|
|
2571
2572
|
* Rib
|
|
2572
|
-
*
|
|
2573
2573
|
* > ℹ️ **Note:** You must specify exactly one of `bgp` and `rib`.
|
|
2574
2574
|
*/
|
|
2575
2575
|
rib?: pulumi.Input<inputs.BgpRouteMapRedistributionOspfRib>;
|
|
@@ -3015,11 +3015,11 @@ export interface BgpRouteMapRouteMapSetMetric {
|
|
|
3015
3015
|
export interface BgpRoutingRoutingPreference {
|
|
3016
3016
|
/**
|
|
3017
3017
|
* Default
|
|
3018
|
+
* > ℹ️ **Note:** You must specify exactly one of `default` and `hotPotatoRouting`.
|
|
3018
3019
|
*/
|
|
3019
3020
|
default?: pulumi.Input<inputs.BgpRoutingRoutingPreferenceDefault>;
|
|
3020
3021
|
/**
|
|
3021
3022
|
* Hot potato routing
|
|
3022
|
-
*
|
|
3023
3023
|
* > ℹ️ **Note:** You must specify exactly one of `default` and `hotPotatoRouting`.
|
|
3024
3024
|
*/
|
|
3025
3025
|
hotPotatoRouting?: pulumi.Input<inputs.BgpRoutingRoutingPreferenceHotPotatoRouting>;
|
|
@@ -3056,6 +3056,46 @@ export interface CertificateProfileUsernameField {
|
|
|
3056
3056
|
*/
|
|
3057
3057
|
subjectAlt?: pulumi.Input<string>;
|
|
3058
3058
|
}
|
|
3059
|
+
export interface ContentIdSettingContentId {
|
|
3060
|
+
/**
|
|
3061
|
+
* Allow forward decrypted content
|
|
3062
|
+
*/
|
|
3063
|
+
allowForwardDecryptedContent?: pulumi.Input<boolean>;
|
|
3064
|
+
/**
|
|
3065
|
+
* Allow http range
|
|
3066
|
+
*/
|
|
3067
|
+
allowHttpRange?: pulumi.Input<boolean>;
|
|
3068
|
+
/**
|
|
3069
|
+
* Application
|
|
3070
|
+
*/
|
|
3071
|
+
application?: pulumi.Input<inputs.ContentIdSettingContentIdApplication>;
|
|
3072
|
+
/**
|
|
3073
|
+
* Extended capture segment
|
|
3074
|
+
*/
|
|
3075
|
+
extendedCaptureSegment?: pulumi.Input<number>;
|
|
3076
|
+
/**
|
|
3077
|
+
* Strip x fwd for
|
|
3078
|
+
*/
|
|
3079
|
+
stripXFwdFor?: pulumi.Input<boolean>;
|
|
3080
|
+
/**
|
|
3081
|
+
* Tcp bypass exceed queue
|
|
3082
|
+
*/
|
|
3083
|
+
tcpBypassExceedQueue?: pulumi.Input<boolean>;
|
|
3084
|
+
/**
|
|
3085
|
+
* Udp bypass exceed queue
|
|
3086
|
+
*/
|
|
3087
|
+
udpBypassExceedQueue?: pulumi.Input<boolean>;
|
|
3088
|
+
/**
|
|
3089
|
+
* X forwarded for
|
|
3090
|
+
*/
|
|
3091
|
+
xForwardedFor?: pulumi.Input<string>;
|
|
3092
|
+
}
|
|
3093
|
+
export interface ContentIdSettingContentIdApplication {
|
|
3094
|
+
/**
|
|
3095
|
+
* Bypass exceed queue
|
|
3096
|
+
*/
|
|
3097
|
+
bypassExceedQueue?: pulumi.Input<boolean>;
|
|
3098
|
+
}
|
|
3059
3099
|
export interface DecryptionProfileSslForwardProxy {
|
|
3060
3100
|
/**
|
|
3061
3101
|
* Auto include altname
|
|
@@ -3199,17 +3239,23 @@ export interface DecryptionProfileSslProtocolSettings {
|
|
|
3199
3239
|
export interface DecryptionRuleType {
|
|
3200
3240
|
/**
|
|
3201
3241
|
* Ssl forward proxy
|
|
3242
|
+
* > ℹ️ **Note:** You must specify exactly one of `sslForwardProxy` and `sslInboundInspection`.
|
|
3202
3243
|
*/
|
|
3203
3244
|
sslForwardProxy?: pulumi.Input<inputs.DecryptionRuleTypeSslForwardProxy>;
|
|
3204
3245
|
/**
|
|
3205
3246
|
* add the certificate name for SSL inbound inspection
|
|
3206
|
-
*
|
|
3207
3247
|
* > ℹ️ **Note:** You must specify exactly one of `sslForwardProxy` and `sslInboundInspection`.
|
|
3208
3248
|
*/
|
|
3209
3249
|
sslInboundInspection?: pulumi.Input<string>;
|
|
3210
3250
|
}
|
|
3211
3251
|
export interface DecryptionRuleTypeSslForwardProxy {
|
|
3212
3252
|
}
|
|
3253
|
+
export interface DeviceRedistributionCollectorRedistributionCollector {
|
|
3254
|
+
/**
|
|
3255
|
+
* User-ID collector interface
|
|
3256
|
+
*/
|
|
3257
|
+
interface?: pulumi.Input<string>;
|
|
3258
|
+
}
|
|
3213
3259
|
export interface DhcpInterfaceRelay {
|
|
3214
3260
|
/**
|
|
3215
3261
|
* Ip
|
|
@@ -3317,11 +3363,11 @@ export interface DhcpInterfaceServerOptionInheritance {
|
|
|
3317
3363
|
export interface DhcpInterfaceServerOptionLease {
|
|
3318
3364
|
/**
|
|
3319
3365
|
* DHCP lease timeout (minutes)
|
|
3366
|
+
* > ℹ️ **Note:** You must specify exactly one of `timeout` and `unlimited`.
|
|
3320
3367
|
*/
|
|
3321
3368
|
timeout?: pulumi.Input<number>;
|
|
3322
3369
|
/**
|
|
3323
3370
|
* Unlimited
|
|
3324
|
-
*
|
|
3325
3371
|
* > ℹ️ **Note:** You must specify exactly one of `timeout` and `unlimited`.
|
|
3326
3372
|
*/
|
|
3327
3373
|
unlimited?: pulumi.Input<inputs.DhcpInterfaceServerOptionLeaseUnlimited>;
|
|
@@ -3557,23 +3603,21 @@ export interface DnsSecurityProfileBotnetDomainsList {
|
|
|
3557
3603
|
export interface DnsSecurityProfileBotnetDomainsListAction {
|
|
3558
3604
|
/**
|
|
3559
3605
|
* Alert
|
|
3606
|
+
* > ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `block`, and `sinkhole`.
|
|
3560
3607
|
*/
|
|
3561
3608
|
alert?: pulumi.Input<inputs.DnsSecurityProfileBotnetDomainsListActionAlert>;
|
|
3562
3609
|
/**
|
|
3563
3610
|
* Allow
|
|
3564
|
-
*
|
|
3565
3611
|
* > ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `block`, and `sinkhole`.
|
|
3566
3612
|
*/
|
|
3567
3613
|
allow?: pulumi.Input<inputs.DnsSecurityProfileBotnetDomainsListActionAllow>;
|
|
3568
3614
|
/**
|
|
3569
3615
|
* Block
|
|
3570
|
-
*
|
|
3571
3616
|
* > ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `block`, and `sinkhole`.
|
|
3572
3617
|
*/
|
|
3573
3618
|
block?: pulumi.Input<inputs.DnsSecurityProfileBotnetDomainsListActionBlock>;
|
|
3574
3619
|
/**
|
|
3575
3620
|
* Sinkhole
|
|
3576
|
-
*
|
|
3577
3621
|
* > ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `block`, and `sinkhole`.
|
|
3578
3622
|
*/
|
|
3579
3623
|
sinkhole?: pulumi.Input<inputs.DnsSecurityProfileBotnetDomainsListActionSinkhole>;
|
|
@@ -3845,17 +3889,16 @@ export interface DosProtectionProfileResourceSessions {
|
|
|
3845
3889
|
export interface DosProtectionRuleAction {
|
|
3846
3890
|
/**
|
|
3847
3891
|
* Allow
|
|
3892
|
+
* > ℹ️ **Note:** You must specify exactly one of `allow`, `deny`, and `protect`.
|
|
3848
3893
|
*/
|
|
3849
3894
|
allow?: pulumi.Input<inputs.DosProtectionRuleActionAllow>;
|
|
3850
3895
|
/**
|
|
3851
3896
|
* Deny
|
|
3852
|
-
*
|
|
3853
3897
|
* > ℹ️ **Note:** You must specify exactly one of `allow`, `deny`, and `protect`.
|
|
3854
3898
|
*/
|
|
3855
3899
|
deny?: pulumi.Input<inputs.DosProtectionRuleActionDeny>;
|
|
3856
3900
|
/**
|
|
3857
3901
|
* Protect
|
|
3858
|
-
*
|
|
3859
3902
|
* > ℹ️ **Note:** You must specify exactly one of `allow`, `deny`, and `protect`.
|
|
3860
3903
|
*/
|
|
3861
3904
|
protect?: pulumi.Input<inputs.DosProtectionRuleActionProtect>;
|
|
@@ -3869,11 +3912,11 @@ export interface DosProtectionRuleActionProtect {
|
|
|
3869
3912
|
export interface DosProtectionRuleProtection {
|
|
3870
3913
|
/**
|
|
3871
3914
|
* Aggregate
|
|
3915
|
+
* > ℹ️ **Note:** You must specify exactly one of `aggregate` and `classified`.
|
|
3872
3916
|
*/
|
|
3873
3917
|
aggregate?: pulumi.Input<inputs.DosProtectionRuleProtectionAggregate>;
|
|
3874
3918
|
/**
|
|
3875
3919
|
* Classified
|
|
3876
|
-
*
|
|
3877
3920
|
* > ℹ️ **Note:** You must specify exactly one of `aggregate` and `classified`.
|
|
3878
3921
|
*/
|
|
3879
3922
|
classified?: pulumi.Input<inputs.DosProtectionRuleProtectionClassified>;
|
|
@@ -3927,6 +3970,7 @@ export interface EthernetInterfaceLayer3 {
|
|
|
3927
3970
|
ddnsConfig?: pulumi.Input<inputs.EthernetInterfaceLayer3DdnsConfig>;
|
|
3928
3971
|
/**
|
|
3929
3972
|
* Ethernet Interfaces DHCP Client Object
|
|
3973
|
+
* > ℹ️ **Note:** You must specify exactly one of `dhcpClient`, `ip`, and `pppoe`.
|
|
3930
3974
|
*/
|
|
3931
3975
|
dhcpClient?: pulumi.Input<inputs.EthernetInterfaceLayer3DhcpClient>;
|
|
3932
3976
|
/**
|
|
@@ -3935,7 +3979,6 @@ export interface EthernetInterfaceLayer3 {
|
|
|
3935
3979
|
interfaceManagementProfile?: pulumi.Input<string>;
|
|
3936
3980
|
/**
|
|
3937
3981
|
* Ethernet Interface IP addresses
|
|
3938
|
-
*
|
|
3939
3982
|
* > ℹ️ **Note:** You must specify exactly one of `dhcpClient`, `ip`, and `pppoe`.
|
|
3940
3983
|
*/
|
|
3941
3984
|
ips?: pulumi.Input<pulumi.Input<inputs.EthernetInterfaceLayer3Ip>[]>;
|
|
@@ -3945,7 +3988,6 @@ export interface EthernetInterfaceLayer3 {
|
|
|
3945
3988
|
mtu?: pulumi.Input<number>;
|
|
3946
3989
|
/**
|
|
3947
3990
|
* Pppoe
|
|
3948
|
-
*
|
|
3949
3991
|
* > ℹ️ **Note:** You must specify exactly one of `dhcpClient`, `ip`, and `pppoe`.
|
|
3950
3992
|
*/
|
|
3951
3993
|
pppoe?: pulumi.Input<inputs.EthernetInterfaceLayer3Pppoe>;
|
|
@@ -4088,49 +4130,44 @@ export interface EthernetInterfaceTap {
|
|
|
4088
4130
|
}
|
|
4089
4131
|
export interface ExternalDynamicListType {
|
|
4090
4132
|
/**
|
|
4091
|
-
* Domain
|
|
4133
|
+
* Domain settings for Custom Domain type
|
|
4134
|
+
* > ℹ️ **Note:** You must specify exactly one of `domain`, `imei`, `imsi`, `ip`, `predefinedIp`, `predefinedUrl`, and `url`.
|
|
4092
4135
|
*/
|
|
4093
4136
|
domain?: pulumi.Input<inputs.ExternalDynamicListTypeDomain>;
|
|
4094
4137
|
/**
|
|
4095
|
-
*
|
|
4096
|
-
*
|
|
4138
|
+
* IMEI Configuration settings
|
|
4097
4139
|
* > ℹ️ **Note:** You must specify exactly one of `domain`, `imei`, `imsi`, `ip`, `predefinedIp`, `predefinedUrl`, and `url`.
|
|
4098
4140
|
*/
|
|
4099
4141
|
imei?: pulumi.Input<inputs.ExternalDynamicListTypeImei>;
|
|
4100
4142
|
/**
|
|
4101
|
-
*
|
|
4102
|
-
*
|
|
4143
|
+
* IMSI Config for Custom IMSI type
|
|
4103
4144
|
* > ℹ️ **Note:** You must specify exactly one of `domain`, `imei`, `imsi`, `ip`, `predefinedIp`, `predefinedUrl`, and `url`.
|
|
4104
4145
|
*/
|
|
4105
4146
|
imsi?: pulumi.Input<inputs.ExternalDynamicListTypeImsi>;
|
|
4106
4147
|
/**
|
|
4107
|
-
*
|
|
4108
|
-
*
|
|
4148
|
+
* IP settings for Custom IP type
|
|
4109
4149
|
* > ℹ️ **Note:** You must specify exactly one of `domain`, `imei`, `imsi`, `ip`, `predefinedIp`, `predefinedUrl`, and `url`.
|
|
4110
4150
|
*/
|
|
4111
4151
|
ip?: pulumi.Input<inputs.ExternalDynamicListTypeIp>;
|
|
4112
4152
|
/**
|
|
4113
|
-
* Predefined
|
|
4114
|
-
*
|
|
4153
|
+
* Predefined IP settings for EDL type
|
|
4115
4154
|
* > ℹ️ **Note:** You must specify exactly one of `domain`, `imei`, `imsi`, `ip`, `predefinedIp`, `predefinedUrl`, and `url`.
|
|
4116
4155
|
*/
|
|
4117
4156
|
predefinedIp?: pulumi.Input<inputs.ExternalDynamicListTypePredefinedIp>;
|
|
4118
4157
|
/**
|
|
4119
|
-
* Predefined
|
|
4120
|
-
*
|
|
4158
|
+
* Predefined URL settings for EDL type
|
|
4121
4159
|
* > ℹ️ **Note:** You must specify exactly one of `domain`, `imei`, `imsi`, `ip`, `predefinedIp`, `predefinedUrl`, and `url`.
|
|
4122
4160
|
*/
|
|
4123
4161
|
predefinedUrl?: pulumi.Input<inputs.ExternalDynamicListTypePredefinedUrl>;
|
|
4124
4162
|
/**
|
|
4125
|
-
*
|
|
4126
|
-
*
|
|
4163
|
+
* URL settings for Custom URL type
|
|
4127
4164
|
* > ℹ️ **Note:** You must specify exactly one of `domain`, `imei`, `imsi`, `ip`, `predefinedIp`, `predefinedUrl`, and `url`.
|
|
4128
4165
|
*/
|
|
4129
4166
|
url?: pulumi.Input<inputs.ExternalDynamicListTypeUrl>;
|
|
4130
4167
|
}
|
|
4131
4168
|
export interface ExternalDynamicListTypeDomain {
|
|
4132
4169
|
/**
|
|
4133
|
-
*
|
|
4170
|
+
* Authentication settings for Custom Domain type
|
|
4134
4171
|
*/
|
|
4135
4172
|
auth?: pulumi.Input<inputs.ExternalDynamicListTypeDomainAuth>;
|
|
4136
4173
|
/**
|
|
@@ -4142,7 +4179,7 @@ export interface ExternalDynamicListTypeDomain {
|
|
|
4142
4179
|
*/
|
|
4143
4180
|
description?: pulumi.Input<string>;
|
|
4144
4181
|
/**
|
|
4145
|
-
* Exception
|
|
4182
|
+
* Domain Exception List for Custom Domain type
|
|
4146
4183
|
*/
|
|
4147
4184
|
exceptionLists?: pulumi.Input<pulumi.Input<string>[]>;
|
|
4148
4185
|
/**
|
|
@@ -4150,57 +4187,54 @@ export interface ExternalDynamicListTypeDomain {
|
|
|
4150
4187
|
*/
|
|
4151
4188
|
expandDomain?: pulumi.Input<boolean>;
|
|
4152
4189
|
/**
|
|
4153
|
-
*
|
|
4190
|
+
* Update Schedule for Custom Domain type
|
|
4154
4191
|
*/
|
|
4155
4192
|
recurring: pulumi.Input<inputs.ExternalDynamicListTypeDomainRecurring>;
|
|
4156
4193
|
/**
|
|
4157
|
-
*
|
|
4194
|
+
* External URL for Custom Domain type
|
|
4158
4195
|
*/
|
|
4159
4196
|
url: pulumi.Input<string>;
|
|
4160
4197
|
}
|
|
4161
4198
|
export interface ExternalDynamicListTypeDomainAuth {
|
|
4162
4199
|
/**
|
|
4163
|
-
* Password
|
|
4200
|
+
* Password for Custom Domain authentication
|
|
4164
4201
|
*/
|
|
4165
4202
|
password: pulumi.Input<string>;
|
|
4166
4203
|
/**
|
|
4167
|
-
* Username
|
|
4204
|
+
* Username for Custom Domain authentication
|
|
4168
4205
|
*/
|
|
4169
4206
|
username: pulumi.Input<string>;
|
|
4170
4207
|
}
|
|
4171
4208
|
export interface ExternalDynamicListTypeDomainRecurring {
|
|
4172
4209
|
/**
|
|
4173
|
-
* Daily
|
|
4210
|
+
* Daily settings for Domain recurring
|
|
4211
|
+
* > ℹ️ **Note:** You must specify exactly one of `daily`, `fiveMinute`, `hourly`, `monthly`, and `weekly`.
|
|
4174
4212
|
*/
|
|
4175
4213
|
daily?: pulumi.Input<inputs.ExternalDynamicListTypeDomainRecurringDaily>;
|
|
4176
4214
|
/**
|
|
4177
|
-
* Five minute
|
|
4178
|
-
*
|
|
4215
|
+
* Five minute settings for Domain recurring
|
|
4179
4216
|
* > ℹ️ **Note:** You must specify exactly one of `daily`, `fiveMinute`, `hourly`, `monthly`, and `weekly`.
|
|
4180
4217
|
*/
|
|
4181
4218
|
fiveMinute?: pulumi.Input<inputs.ExternalDynamicListTypeDomainRecurringFiveMinute>;
|
|
4182
4219
|
/**
|
|
4183
|
-
* Hourly
|
|
4184
|
-
*
|
|
4220
|
+
* Hourly settings for Domain recurring
|
|
4185
4221
|
* > ℹ️ **Note:** You must specify exactly one of `daily`, `fiveMinute`, `hourly`, `monthly`, and `weekly`.
|
|
4186
4222
|
*/
|
|
4187
4223
|
hourly?: pulumi.Input<inputs.ExternalDynamicListTypeDomainRecurringHourly>;
|
|
4188
4224
|
/**
|
|
4189
|
-
* Monthly
|
|
4190
|
-
*
|
|
4225
|
+
* Monthly settings for Domain recurring
|
|
4191
4226
|
* > ℹ️ **Note:** You must specify exactly one of `daily`, `fiveMinute`, `hourly`, `monthly`, and `weekly`.
|
|
4192
4227
|
*/
|
|
4193
4228
|
monthly?: pulumi.Input<inputs.ExternalDynamicListTypeDomainRecurringMonthly>;
|
|
4194
4229
|
/**
|
|
4195
|
-
* Weekly
|
|
4196
|
-
*
|
|
4230
|
+
* Weekly settings for Domain recurring
|
|
4197
4231
|
* > ℹ️ **Note:** You must specify exactly one of `daily`, `fiveMinute`, `hourly`, `monthly`, and `weekly`.
|
|
4198
4232
|
*/
|
|
4199
4233
|
weekly?: pulumi.Input<inputs.ExternalDynamicListTypeDomainRecurringWeekly>;
|
|
4200
4234
|
}
|
|
4201
4235
|
export interface ExternalDynamicListTypeDomainRecurringDaily {
|
|
4202
4236
|
/**
|
|
4203
|
-
* Time specification hh (e.g. 20)
|
|
4237
|
+
* Daily Time specification hh (e.g. 20) for Domain
|
|
4204
4238
|
*/
|
|
4205
4239
|
at: pulumi.Input<string>;
|
|
4206
4240
|
}
|
|
@@ -4210,17 +4244,17 @@ export interface ExternalDynamicListTypeDomainRecurringHourly {
|
|
|
4210
4244
|
}
|
|
4211
4245
|
export interface ExternalDynamicListTypeDomainRecurringMonthly {
|
|
4212
4246
|
/**
|
|
4213
|
-
* Time specification hh (e.g. 20)
|
|
4247
|
+
* Monthly Time specification hh (e.g. 20) for domain
|
|
4214
4248
|
*/
|
|
4215
4249
|
at: pulumi.Input<string>;
|
|
4216
4250
|
/**
|
|
4217
|
-
* Day
|
|
4251
|
+
* Day setting for monthly Domain updates
|
|
4218
4252
|
*/
|
|
4219
4253
|
dayOfMonth: pulumi.Input<number>;
|
|
4220
4254
|
}
|
|
4221
4255
|
export interface ExternalDynamicListTypeDomainRecurringWeekly {
|
|
4222
4256
|
/**
|
|
4223
|
-
* Time specification hh (e.g. 20)
|
|
4257
|
+
* Weekly Time specification hh (e.g. 20) for Domain
|
|
4224
4258
|
*/
|
|
4225
4259
|
at: pulumi.Input<string>;
|
|
4226
4260
|
/**
|
|
@@ -4230,73 +4264,70 @@ export interface ExternalDynamicListTypeDomainRecurringWeekly {
|
|
|
4230
4264
|
}
|
|
4231
4265
|
export interface ExternalDynamicListTypeImei {
|
|
4232
4266
|
/**
|
|
4233
|
-
* Auth
|
|
4267
|
+
* IMEI Auth Cnfig for Custom IMEI type
|
|
4234
4268
|
*/
|
|
4235
4269
|
auth?: pulumi.Input<inputs.ExternalDynamicListTypeImeiAuth>;
|
|
4236
4270
|
/**
|
|
4237
|
-
* Profile for
|
|
4271
|
+
* IMEI Certificate Profile for Custom IMEI type
|
|
4238
4272
|
*/
|
|
4239
4273
|
certificateProfile?: pulumi.Input<string>;
|
|
4240
4274
|
/**
|
|
4241
|
-
* Description
|
|
4275
|
+
* IMEI Description for Custom IMEI type
|
|
4242
4276
|
*/
|
|
4243
4277
|
description?: pulumi.Input<string>;
|
|
4244
4278
|
/**
|
|
4245
|
-
* Exception
|
|
4279
|
+
* IMEI Exception List for Custom IMEI type
|
|
4246
4280
|
*/
|
|
4247
4281
|
exceptionLists?: pulumi.Input<pulumi.Input<string>[]>;
|
|
4248
4282
|
/**
|
|
4249
|
-
* Recurring
|
|
4283
|
+
* Recurring interval for IMEI updates
|
|
4250
4284
|
*/
|
|
4251
4285
|
recurring: pulumi.Input<inputs.ExternalDynamicListTypeImeiRecurring>;
|
|
4252
4286
|
/**
|
|
4253
|
-
*
|
|
4287
|
+
* IMEI URL for Custom IMEI type
|
|
4254
4288
|
*/
|
|
4255
4289
|
url: pulumi.Input<string>;
|
|
4256
4290
|
}
|
|
4257
4291
|
export interface ExternalDynamicListTypeImeiAuth {
|
|
4258
4292
|
/**
|
|
4259
|
-
* Password
|
|
4293
|
+
* IMEI Auth Password for Custom IMEI type
|
|
4260
4294
|
*/
|
|
4261
4295
|
password: pulumi.Input<string>;
|
|
4262
4296
|
/**
|
|
4263
|
-
*
|
|
4297
|
+
* IMEI Auth username for Custom IMEI type
|
|
4264
4298
|
*/
|
|
4265
4299
|
username: pulumi.Input<string>;
|
|
4266
4300
|
}
|
|
4267
4301
|
export interface ExternalDynamicListTypeImeiRecurring {
|
|
4268
4302
|
/**
|
|
4269
|
-
* Daily
|
|
4303
|
+
* Daily interval settings for IMEI updates
|
|
4304
|
+
* > ℹ️ **Note:** You must specify exactly one of `daily`, `fiveMinute`, `hourly`, `monthly`, and `weekly`.
|
|
4270
4305
|
*/
|
|
4271
4306
|
daily?: pulumi.Input<inputs.ExternalDynamicListTypeImeiRecurringDaily>;
|
|
4272
4307
|
/**
|
|
4273
|
-
* Five
|
|
4274
|
-
*
|
|
4308
|
+
* Five-minute interval settings for IMEI updates
|
|
4275
4309
|
* > ℹ️ **Note:** You must specify exactly one of `daily`, `fiveMinute`, `hourly`, `monthly`, and `weekly`.
|
|
4276
4310
|
*/
|
|
4277
4311
|
fiveMinute?: pulumi.Input<inputs.ExternalDynamicListTypeImeiRecurringFiveMinute>;
|
|
4278
4312
|
/**
|
|
4279
|
-
* Hourly
|
|
4280
|
-
*
|
|
4313
|
+
* Hourly interval settings for IMEI updates
|
|
4281
4314
|
* > ℹ️ **Note:** You must specify exactly one of `daily`, `fiveMinute`, `hourly`, `monthly`, and `weekly`.
|
|
4282
4315
|
*/
|
|
4283
4316
|
hourly?: pulumi.Input<inputs.ExternalDynamicListTypeImeiRecurringHourly>;
|
|
4284
4317
|
/**
|
|
4285
|
-
* Monthly
|
|
4286
|
-
*
|
|
4318
|
+
* Monthly interval settings for IMEI updates
|
|
4287
4319
|
* > ℹ️ **Note:** You must specify exactly one of `daily`, `fiveMinute`, `hourly`, `monthly`, and `weekly`.
|
|
4288
4320
|
*/
|
|
4289
4321
|
monthly?: pulumi.Input<inputs.ExternalDynamicListTypeImeiRecurringMonthly>;
|
|
4290
4322
|
/**
|
|
4291
|
-
* Weekly
|
|
4292
|
-
*
|
|
4323
|
+
* Weekly interval settings for IMEI updates
|
|
4293
4324
|
* > ℹ️ **Note:** You must specify exactly one of `daily`, `fiveMinute`, `hourly`, `monthly`, and `weekly`.
|
|
4294
4325
|
*/
|
|
4295
4326
|
weekly?: pulumi.Input<inputs.ExternalDynamicListTypeImeiRecurringWeekly>;
|
|
4296
4327
|
}
|
|
4297
4328
|
export interface ExternalDynamicListTypeImeiRecurringDaily {
|
|
4298
4329
|
/**
|
|
4299
|
-
* Time specification hh (e.g. 20)
|
|
4330
|
+
* Daily Time specification hh (e.g. 20) for IMEI
|
|
4300
4331
|
*/
|
|
4301
4332
|
at: pulumi.Input<string>;
|
|
4302
4333
|
}
|
|
@@ -4306,17 +4337,17 @@ export interface ExternalDynamicListTypeImeiRecurringHourly {
|
|
|
4306
4337
|
}
|
|
4307
4338
|
export interface ExternalDynamicListTypeImeiRecurringMonthly {
|
|
4308
4339
|
/**
|
|
4309
|
-
* Time specification hh (e.g. 20)
|
|
4340
|
+
* Monthly Time specification hh (e.g. 20) for IMEI
|
|
4310
4341
|
*/
|
|
4311
4342
|
at: pulumi.Input<string>;
|
|
4312
4343
|
/**
|
|
4313
|
-
* Day of month
|
|
4344
|
+
* Day of month for IMEI updates
|
|
4314
4345
|
*/
|
|
4315
4346
|
dayOfMonth: pulumi.Input<number>;
|
|
4316
4347
|
}
|
|
4317
4348
|
export interface ExternalDynamicListTypeImeiRecurringWeekly {
|
|
4318
4349
|
/**
|
|
4319
|
-
* Time specification hh (e.g. 20)
|
|
4350
|
+
* Weekly Time specification hh (e.g. 20) for IMEI
|
|
4320
4351
|
*/
|
|
4321
4352
|
at: pulumi.Input<string>;
|
|
4322
4353
|
/**
|
|
@@ -4326,73 +4357,70 @@ export interface ExternalDynamicListTypeImeiRecurringWeekly {
|
|
|
4326
4357
|
}
|
|
4327
4358
|
export interface ExternalDynamicListTypeImsi {
|
|
4328
4359
|
/**
|
|
4329
|
-
* Auth
|
|
4360
|
+
* IMSI Auth Config for Custom IMSI type
|
|
4330
4361
|
*/
|
|
4331
4362
|
auth?: pulumi.Input<inputs.ExternalDynamicListTypeImsiAuth>;
|
|
4332
4363
|
/**
|
|
4333
|
-
* Profile for
|
|
4364
|
+
* IMSI Certificate Profile for Custom IMSI type
|
|
4334
4365
|
*/
|
|
4335
4366
|
certificateProfile?: pulumi.Input<string>;
|
|
4336
4367
|
/**
|
|
4337
|
-
* Description
|
|
4368
|
+
* IMSI Description for Custom IMSI type
|
|
4338
4369
|
*/
|
|
4339
4370
|
description?: pulumi.Input<string>;
|
|
4340
4371
|
/**
|
|
4341
|
-
* Exception
|
|
4372
|
+
* IMSI Exception List for Custom IMSI type
|
|
4342
4373
|
*/
|
|
4343
4374
|
exceptionLists?: pulumi.Input<pulumi.Input<string>[]>;
|
|
4344
4375
|
/**
|
|
4345
|
-
*
|
|
4376
|
+
* IMSI Recuring Config for Custom IMSI type
|
|
4346
4377
|
*/
|
|
4347
4378
|
recurring: pulumi.Input<inputs.ExternalDynamicListTypeImsiRecurring>;
|
|
4348
4379
|
/**
|
|
4349
|
-
*
|
|
4380
|
+
* IMSI URL for Custom IMSI type
|
|
4350
4381
|
*/
|
|
4351
4382
|
url: pulumi.Input<string>;
|
|
4352
4383
|
}
|
|
4353
4384
|
export interface ExternalDynamicListTypeImsiAuth {
|
|
4354
4385
|
/**
|
|
4355
|
-
* Password
|
|
4386
|
+
* IMSI Auth Password for Custom IMSI type
|
|
4356
4387
|
*/
|
|
4357
4388
|
password: pulumi.Input<string>;
|
|
4358
4389
|
/**
|
|
4359
|
-
* Username
|
|
4390
|
+
* IMSI Auth Username for Custom IMSI type
|
|
4360
4391
|
*/
|
|
4361
4392
|
username: pulumi.Input<string>;
|
|
4362
4393
|
}
|
|
4363
4394
|
export interface ExternalDynamicListTypeImsiRecurring {
|
|
4364
4395
|
/**
|
|
4365
|
-
* Daily
|
|
4396
|
+
* Daily interval settings for IMSI updates
|
|
4397
|
+
* > ℹ️ **Note:** You must specify exactly one of `daily`, `fiveMinute`, `hourly`, `monthly`, and `weekly`.
|
|
4366
4398
|
*/
|
|
4367
4399
|
daily?: pulumi.Input<inputs.ExternalDynamicListTypeImsiRecurringDaily>;
|
|
4368
4400
|
/**
|
|
4369
|
-
* Five
|
|
4370
|
-
*
|
|
4401
|
+
* Five-minute interval settings for IMSI updates
|
|
4371
4402
|
* > ℹ️ **Note:** You must specify exactly one of `daily`, `fiveMinute`, `hourly`, `monthly`, and `weekly`.
|
|
4372
4403
|
*/
|
|
4373
4404
|
fiveMinute?: pulumi.Input<inputs.ExternalDynamicListTypeImsiRecurringFiveMinute>;
|
|
4374
4405
|
/**
|
|
4375
|
-
* Hourly
|
|
4376
|
-
*
|
|
4406
|
+
* Hourly interval settings for IMSI updates
|
|
4377
4407
|
* > ℹ️ **Note:** You must specify exactly one of `daily`, `fiveMinute`, `hourly`, `monthly`, and `weekly`.
|
|
4378
4408
|
*/
|
|
4379
4409
|
hourly?: pulumi.Input<inputs.ExternalDynamicListTypeImsiRecurringHourly>;
|
|
4380
4410
|
/**
|
|
4381
|
-
* Monthly
|
|
4382
|
-
*
|
|
4411
|
+
* Monthly interval settings for IMSI updates
|
|
4383
4412
|
* > ℹ️ **Note:** You must specify exactly one of `daily`, `fiveMinute`, `hourly`, `monthly`, and `weekly`.
|
|
4384
4413
|
*/
|
|
4385
4414
|
monthly?: pulumi.Input<inputs.ExternalDynamicListTypeImsiRecurringMonthly>;
|
|
4386
4415
|
/**
|
|
4387
|
-
* Weekly
|
|
4388
|
-
*
|
|
4416
|
+
* Weekly interval settings for IMSI updates
|
|
4389
4417
|
* > ℹ️ **Note:** You must specify exactly one of `daily`, `fiveMinute`, `hourly`, `monthly`, and `weekly`.
|
|
4390
4418
|
*/
|
|
4391
4419
|
weekly?: pulumi.Input<inputs.ExternalDynamicListTypeImsiRecurringWeekly>;
|
|
4392
4420
|
}
|
|
4393
4421
|
export interface ExternalDynamicListTypeImsiRecurringDaily {
|
|
4394
4422
|
/**
|
|
4395
|
-
* Time specification hh (e.g. 20)
|
|
4423
|
+
* Daily Time specification hh (e.g. 20) for IMSI
|
|
4396
4424
|
*/
|
|
4397
4425
|
at: pulumi.Input<string>;
|
|
4398
4426
|
}
|
|
@@ -4402,17 +4430,17 @@ export interface ExternalDynamicListTypeImsiRecurringHourly {
|
|
|
4402
4430
|
}
|
|
4403
4431
|
export interface ExternalDynamicListTypeImsiRecurringMonthly {
|
|
4404
4432
|
/**
|
|
4405
|
-
* Time specification hh (e.g. 20)
|
|
4433
|
+
* Monthly Time specification hh (e.g. 20) for IMSI
|
|
4406
4434
|
*/
|
|
4407
4435
|
at: pulumi.Input<string>;
|
|
4408
4436
|
/**
|
|
4409
|
-
* Day of month
|
|
4437
|
+
* Day of the month for monthly IMSI updates
|
|
4410
4438
|
*/
|
|
4411
4439
|
dayOfMonth: pulumi.Input<number>;
|
|
4412
4440
|
}
|
|
4413
4441
|
export interface ExternalDynamicListTypeImsiRecurringWeekly {
|
|
4414
4442
|
/**
|
|
4415
|
-
* Time specification hh (e.g. 20)
|
|
4443
|
+
* Weekly Time specification hh (e.g. 20) for IMSI
|
|
4416
4444
|
*/
|
|
4417
4445
|
at: pulumi.Input<string>;
|
|
4418
4446
|
/**
|
|
@@ -4422,7 +4450,7 @@ export interface ExternalDynamicListTypeImsiRecurringWeekly {
|
|
|
4422
4450
|
}
|
|
4423
4451
|
export interface ExternalDynamicListTypeIp {
|
|
4424
4452
|
/**
|
|
4425
|
-
*
|
|
4453
|
+
* Authentication settings for Custom IP type
|
|
4426
4454
|
*/
|
|
4427
4455
|
auth?: pulumi.Input<inputs.ExternalDynamicListTypeIpAuth>;
|
|
4428
4456
|
/**
|
|
@@ -4434,61 +4462,58 @@ export interface ExternalDynamicListTypeIp {
|
|
|
4434
4462
|
*/
|
|
4435
4463
|
description?: pulumi.Input<string>;
|
|
4436
4464
|
/**
|
|
4437
|
-
* Exception
|
|
4465
|
+
* IP Exception List for Custom IP type
|
|
4438
4466
|
*/
|
|
4439
4467
|
exceptionLists?: pulumi.Input<pulumi.Input<string>[]>;
|
|
4440
4468
|
/**
|
|
4441
|
-
*
|
|
4469
|
+
* Update Schedule for Custom IP type
|
|
4442
4470
|
*/
|
|
4443
4471
|
recurring: pulumi.Input<inputs.ExternalDynamicListTypeIpRecurring>;
|
|
4444
4472
|
/**
|
|
4445
|
-
*
|
|
4473
|
+
* External URL for Custom IP type
|
|
4446
4474
|
*/
|
|
4447
4475
|
url: pulumi.Input<string>;
|
|
4448
4476
|
}
|
|
4449
4477
|
export interface ExternalDynamicListTypeIpAuth {
|
|
4450
4478
|
/**
|
|
4451
|
-
* Password
|
|
4479
|
+
* Password for Custom IP authentication
|
|
4452
4480
|
*/
|
|
4453
4481
|
password: pulumi.Input<string>;
|
|
4454
4482
|
/**
|
|
4455
|
-
* Username
|
|
4483
|
+
* Username for Custom IP authentication
|
|
4456
4484
|
*/
|
|
4457
4485
|
username: pulumi.Input<string>;
|
|
4458
4486
|
}
|
|
4459
4487
|
export interface ExternalDynamicListTypeIpRecurring {
|
|
4460
4488
|
/**
|
|
4461
|
-
* Daily
|
|
4489
|
+
* Daily settings for IP recurring
|
|
4490
|
+
* > ℹ️ **Note:** You must specify exactly one of `daily`, `fiveMinute`, `hourly`, `monthly`, and `weekly`.
|
|
4462
4491
|
*/
|
|
4463
4492
|
daily?: pulumi.Input<inputs.ExternalDynamicListTypeIpRecurringDaily>;
|
|
4464
4493
|
/**
|
|
4465
|
-
* Five minute
|
|
4466
|
-
*
|
|
4494
|
+
* Five minute settings for IP recurring
|
|
4467
4495
|
* > ℹ️ **Note:** You must specify exactly one of `daily`, `fiveMinute`, `hourly`, `monthly`, and `weekly`.
|
|
4468
4496
|
*/
|
|
4469
4497
|
fiveMinute?: pulumi.Input<inputs.ExternalDynamicListTypeIpRecurringFiveMinute>;
|
|
4470
4498
|
/**
|
|
4471
|
-
* Hourly
|
|
4472
|
-
*
|
|
4499
|
+
* Hourly settings for IP recurring
|
|
4473
4500
|
* > ℹ️ **Note:** You must specify exactly one of `daily`, `fiveMinute`, `hourly`, `monthly`, and `weekly`.
|
|
4474
4501
|
*/
|
|
4475
4502
|
hourly?: pulumi.Input<inputs.ExternalDynamicListTypeIpRecurringHourly>;
|
|
4476
4503
|
/**
|
|
4477
|
-
* Monthly
|
|
4478
|
-
*
|
|
4504
|
+
* Monthly settings for IP recurring
|
|
4479
4505
|
* > ℹ️ **Note:** You must specify exactly one of `daily`, `fiveMinute`, `hourly`, `monthly`, and `weekly`.
|
|
4480
4506
|
*/
|
|
4481
4507
|
monthly?: pulumi.Input<inputs.ExternalDynamicListTypeIpRecurringMonthly>;
|
|
4482
4508
|
/**
|
|
4483
|
-
* Weekly
|
|
4484
|
-
*
|
|
4509
|
+
* Weekly settings for IP recurring
|
|
4485
4510
|
* > ℹ️ **Note:** You must specify exactly one of `daily`, `fiveMinute`, `hourly`, `monthly`, and `weekly`.
|
|
4486
4511
|
*/
|
|
4487
4512
|
weekly?: pulumi.Input<inputs.ExternalDynamicListTypeIpRecurringWeekly>;
|
|
4488
4513
|
}
|
|
4489
4514
|
export interface ExternalDynamicListTypeIpRecurringDaily {
|
|
4490
4515
|
/**
|
|
4491
|
-
* Time specification hh (e.g. 20)
|
|
4516
|
+
* Daily Time specification hh (e.g. 20) for IP
|
|
4492
4517
|
*/
|
|
4493
4518
|
at: pulumi.Input<string>;
|
|
4494
4519
|
}
|
|
@@ -4498,17 +4523,17 @@ export interface ExternalDynamicListTypeIpRecurringHourly {
|
|
|
4498
4523
|
}
|
|
4499
4524
|
export interface ExternalDynamicListTypeIpRecurringMonthly {
|
|
4500
4525
|
/**
|
|
4501
|
-
* Time specification hh (e.g. 20)
|
|
4526
|
+
* Monthly Time specification hh (e.g. 20) for IP
|
|
4502
4527
|
*/
|
|
4503
4528
|
at: pulumi.Input<string>;
|
|
4504
4529
|
/**
|
|
4505
|
-
* Day
|
|
4530
|
+
* Day setting for monthly IP updates
|
|
4506
4531
|
*/
|
|
4507
4532
|
dayOfMonth: pulumi.Input<number>;
|
|
4508
4533
|
}
|
|
4509
4534
|
export interface ExternalDynamicListTypeIpRecurringWeekly {
|
|
4510
4535
|
/**
|
|
4511
|
-
* Time specification hh (e.g. 20)
|
|
4536
|
+
* Weekly Time specification hh (e.g. 20) for IP
|
|
4512
4537
|
*/
|
|
4513
4538
|
at: pulumi.Input<string>;
|
|
4514
4539
|
/**
|
|
@@ -4522,11 +4547,11 @@ export interface ExternalDynamicListTypePredefinedIp {
|
|
|
4522
4547
|
*/
|
|
4523
4548
|
description?: pulumi.Input<string>;
|
|
4524
4549
|
/**
|
|
4525
|
-
* Exception
|
|
4550
|
+
* IP Exception List for Predefined IP type
|
|
4526
4551
|
*/
|
|
4527
4552
|
exceptionLists?: pulumi.Input<pulumi.Input<string>[]>;
|
|
4528
4553
|
/**
|
|
4529
|
-
*
|
|
4554
|
+
* URL source for Predefined IP type
|
|
4530
4555
|
*/
|
|
4531
4556
|
url: pulumi.Input<string>;
|
|
4532
4557
|
}
|
|
@@ -4536,17 +4561,17 @@ export interface ExternalDynamicListTypePredefinedUrl {
|
|
|
4536
4561
|
*/
|
|
4537
4562
|
description?: pulumi.Input<string>;
|
|
4538
4563
|
/**
|
|
4539
|
-
* Exception
|
|
4564
|
+
* URL Exception List for Predefined URL type
|
|
4540
4565
|
*/
|
|
4541
4566
|
exceptionLists?: pulumi.Input<pulumi.Input<string>[]>;
|
|
4542
4567
|
/**
|
|
4543
|
-
*
|
|
4568
|
+
* URL source for Predefined URL type
|
|
4544
4569
|
*/
|
|
4545
4570
|
url: pulumi.Input<string>;
|
|
4546
4571
|
}
|
|
4547
4572
|
export interface ExternalDynamicListTypeUrl {
|
|
4548
4573
|
/**
|
|
4549
|
-
*
|
|
4574
|
+
* Authentication settings for Custom URL type
|
|
4550
4575
|
*/
|
|
4551
4576
|
auth?: pulumi.Input<inputs.ExternalDynamicListTypeUrlAuth>;
|
|
4552
4577
|
/**
|
|
@@ -4558,61 +4583,58 @@ export interface ExternalDynamicListTypeUrl {
|
|
|
4558
4583
|
*/
|
|
4559
4584
|
description?: pulumi.Input<string>;
|
|
4560
4585
|
/**
|
|
4561
|
-
* Exception
|
|
4586
|
+
* URL Exception List for Custom URL type
|
|
4562
4587
|
*/
|
|
4563
4588
|
exceptionLists?: pulumi.Input<pulumi.Input<string>[]>;
|
|
4564
4589
|
/**
|
|
4565
|
-
*
|
|
4590
|
+
* Update Schedule for Custom URL type
|
|
4566
4591
|
*/
|
|
4567
4592
|
recurring: pulumi.Input<inputs.ExternalDynamicListTypeUrlRecurring>;
|
|
4568
4593
|
/**
|
|
4569
|
-
*
|
|
4594
|
+
* External URL for Custom URL type
|
|
4570
4595
|
*/
|
|
4571
4596
|
url: pulumi.Input<string>;
|
|
4572
4597
|
}
|
|
4573
4598
|
export interface ExternalDynamicListTypeUrlAuth {
|
|
4574
4599
|
/**
|
|
4575
|
-
* Password
|
|
4600
|
+
* Password for Custom URL authentication
|
|
4576
4601
|
*/
|
|
4577
4602
|
password: pulumi.Input<string>;
|
|
4578
4603
|
/**
|
|
4579
|
-
* Username
|
|
4604
|
+
* Username for Custom URL authentication
|
|
4580
4605
|
*/
|
|
4581
4606
|
username: pulumi.Input<string>;
|
|
4582
4607
|
}
|
|
4583
4608
|
export interface ExternalDynamicListTypeUrlRecurring {
|
|
4584
4609
|
/**
|
|
4585
|
-
* Daily
|
|
4610
|
+
* Daily settings for URL recurring
|
|
4611
|
+
* > ℹ️ **Note:** You must specify exactly one of `daily`, `fiveMinute`, `hourly`, `monthly`, and `weekly`.
|
|
4586
4612
|
*/
|
|
4587
4613
|
daily?: pulumi.Input<inputs.ExternalDynamicListTypeUrlRecurringDaily>;
|
|
4588
4614
|
/**
|
|
4589
|
-
* Five minute
|
|
4590
|
-
*
|
|
4615
|
+
* Five minute settings for URL recurring
|
|
4591
4616
|
* > ℹ️ **Note:** You must specify exactly one of `daily`, `fiveMinute`, `hourly`, `monthly`, and `weekly`.
|
|
4592
4617
|
*/
|
|
4593
4618
|
fiveMinute?: pulumi.Input<inputs.ExternalDynamicListTypeUrlRecurringFiveMinute>;
|
|
4594
4619
|
/**
|
|
4595
|
-
* Hourly
|
|
4596
|
-
*
|
|
4620
|
+
* Hourly settings for URL recurring
|
|
4597
4621
|
* > ℹ️ **Note:** You must specify exactly one of `daily`, `fiveMinute`, `hourly`, `monthly`, and `weekly`.
|
|
4598
4622
|
*/
|
|
4599
4623
|
hourly?: pulumi.Input<inputs.ExternalDynamicListTypeUrlRecurringHourly>;
|
|
4600
4624
|
/**
|
|
4601
|
-
* Monthly
|
|
4602
|
-
*
|
|
4625
|
+
* Monthly settings for URL recurring
|
|
4603
4626
|
* > ℹ️ **Note:** You must specify exactly one of `daily`, `fiveMinute`, `hourly`, `monthly`, and `weekly`.
|
|
4604
4627
|
*/
|
|
4605
4628
|
monthly?: pulumi.Input<inputs.ExternalDynamicListTypeUrlRecurringMonthly>;
|
|
4606
4629
|
/**
|
|
4607
|
-
* Weekly
|
|
4608
|
-
*
|
|
4630
|
+
* Weekly settings for URL recurring
|
|
4609
4631
|
* > ℹ️ **Note:** You must specify exactly one of `daily`, `fiveMinute`, `hourly`, `monthly`, and `weekly`.
|
|
4610
4632
|
*/
|
|
4611
4633
|
weekly?: pulumi.Input<inputs.ExternalDynamicListTypeUrlRecurringWeekly>;
|
|
4612
4634
|
}
|
|
4613
4635
|
export interface ExternalDynamicListTypeUrlRecurringDaily {
|
|
4614
4636
|
/**
|
|
4615
|
-
* Time specification hh (e.g. 20)
|
|
4637
|
+
* Daily Time specification hh (e.g. 20) for URL
|
|
4616
4638
|
*/
|
|
4617
4639
|
at: pulumi.Input<string>;
|
|
4618
4640
|
}
|
|
@@ -4622,17 +4644,17 @@ export interface ExternalDynamicListTypeUrlRecurringHourly {
|
|
|
4622
4644
|
}
|
|
4623
4645
|
export interface ExternalDynamicListTypeUrlRecurringMonthly {
|
|
4624
4646
|
/**
|
|
4625
|
-
* Time specification hh (e.g. 20)
|
|
4647
|
+
* Monthly Time specification hh (e.g. 20) for URL
|
|
4626
4648
|
*/
|
|
4627
4649
|
at: pulumi.Input<string>;
|
|
4628
4650
|
/**
|
|
4629
|
-
* Day
|
|
4651
|
+
* Day setting for monthly URL updates
|
|
4630
4652
|
*/
|
|
4631
4653
|
dayOfMonth: pulumi.Input<number>;
|
|
4632
4654
|
}
|
|
4633
4655
|
export interface ExternalDynamicListTypeUrlRecurringWeekly {
|
|
4634
4656
|
/**
|
|
4635
|
-
* Time specification hh (e.g. 20)
|
|
4657
|
+
* Weekly Time specification hh (e.g. 20) for URL
|
|
4636
4658
|
*/
|
|
4637
4659
|
at: pulumi.Input<string>;
|
|
4638
4660
|
/**
|
|
@@ -4662,6 +4684,78 @@ export interface FileBlockingProfileRule {
|
|
|
4662
4684
|
*/
|
|
4663
4685
|
name: pulumi.Input<string>;
|
|
4664
4686
|
}
|
|
4687
|
+
export interface GeneralSettingGeneral {
|
|
4688
|
+
/**
|
|
4689
|
+
* Force admins to acknowledge login banner
|
|
4690
|
+
*/
|
|
4691
|
+
ackLoginBanner?: pulumi.Input<boolean>;
|
|
4692
|
+
/**
|
|
4693
|
+
* DNS domain
|
|
4694
|
+
*/
|
|
4695
|
+
domain?: pulumi.Input<string>;
|
|
4696
|
+
/**
|
|
4697
|
+
* Geographic coordinates
|
|
4698
|
+
*/
|
|
4699
|
+
geoLocation?: pulumi.Input<inputs.GeneralSettingGeneralGeoLocation>;
|
|
4700
|
+
/**
|
|
4701
|
+
* Locale
|
|
4702
|
+
*/
|
|
4703
|
+
locale?: pulumi.Input<string>;
|
|
4704
|
+
/**
|
|
4705
|
+
* Logon banner
|
|
4706
|
+
*/
|
|
4707
|
+
loginBanner?: pulumi.Input<string>;
|
|
4708
|
+
/**
|
|
4709
|
+
* Setting
|
|
4710
|
+
*/
|
|
4711
|
+
setting?: pulumi.Input<inputs.GeneralSettingGeneralSetting>;
|
|
4712
|
+
/**
|
|
4713
|
+
* SSL/TLS service profile
|
|
4714
|
+
*/
|
|
4715
|
+
sslTlsServiceProfile?: pulumi.Input<string>;
|
|
4716
|
+
/**
|
|
4717
|
+
* Timezone
|
|
4718
|
+
*/
|
|
4719
|
+
timezone?: pulumi.Input<string>;
|
|
4720
|
+
}
|
|
4721
|
+
export interface GeneralSettingGeneralGeoLocation {
|
|
4722
|
+
/**
|
|
4723
|
+
* Latitude
|
|
4724
|
+
*/
|
|
4725
|
+
latitude: pulumi.Input<string>;
|
|
4726
|
+
/**
|
|
4727
|
+
* Longitude
|
|
4728
|
+
*/
|
|
4729
|
+
longitude: pulumi.Input<string>;
|
|
4730
|
+
}
|
|
4731
|
+
export interface GeneralSettingGeneralSetting {
|
|
4732
|
+
/**
|
|
4733
|
+
* Use hypervisor assigned MAC addresses
|
|
4734
|
+
*/
|
|
4735
|
+
autoMacDetect?: pulumi.Input<boolean>;
|
|
4736
|
+
/**
|
|
4737
|
+
* Fail open
|
|
4738
|
+
*/
|
|
4739
|
+
failOpen?: pulumi.Input<boolean>;
|
|
4740
|
+
/**
|
|
4741
|
+
* Management
|
|
4742
|
+
*/
|
|
4743
|
+
management?: pulumi.Input<inputs.GeneralSettingGeneralSettingManagement>;
|
|
4744
|
+
/**
|
|
4745
|
+
* Tunnel acceleration
|
|
4746
|
+
*/
|
|
4747
|
+
tunnelAcceleration?: pulumi.Input<boolean>;
|
|
4748
|
+
}
|
|
4749
|
+
export interface GeneralSettingGeneralSettingManagement {
|
|
4750
|
+
/**
|
|
4751
|
+
* Automatically acquire commit lock
|
|
4752
|
+
*/
|
|
4753
|
+
autoAcquireCommitLock?: pulumi.Input<boolean>;
|
|
4754
|
+
/**
|
|
4755
|
+
* Certificate expiration check
|
|
4756
|
+
*/
|
|
4757
|
+
enableCertificateExpirationCheck?: pulumi.Input<boolean>;
|
|
4758
|
+
}
|
|
4665
4759
|
export interface HipObjectAntiMalware {
|
|
4666
4760
|
/**
|
|
4667
4761
|
* Criteria
|
|
@@ -4701,17 +4795,16 @@ export interface HipObjectAntiMalwareCriteria {
|
|
|
4701
4795
|
export interface HipObjectAntiMalwareCriteriaLastScanTime {
|
|
4702
4796
|
/**
|
|
4703
4797
|
* Not available
|
|
4798
|
+
* > ℹ️ **Note:** You must specify exactly one of `notAvailable`, `notWithin`, and `within`.
|
|
4704
4799
|
*/
|
|
4705
4800
|
notAvailable?: pulumi.Input<inputs.HipObjectAntiMalwareCriteriaLastScanTimeNotAvailable>;
|
|
4706
4801
|
/**
|
|
4707
4802
|
* Not within
|
|
4708
|
-
*
|
|
4709
4803
|
* > ℹ️ **Note:** You must specify exactly one of `notAvailable`, `notWithin`, and `within`.
|
|
4710
4804
|
*/
|
|
4711
4805
|
notWithin?: pulumi.Input<inputs.HipObjectAntiMalwareCriteriaLastScanTimeNotWithin>;
|
|
4712
4806
|
/**
|
|
4713
4807
|
* Within
|
|
4714
|
-
*
|
|
4715
4808
|
* > ℹ️ **Note:** You must specify exactly one of `notAvailable`, `notWithin`, and `within`.
|
|
4716
4809
|
*/
|
|
4717
4810
|
within?: pulumi.Input<inputs.HipObjectAntiMalwareCriteriaLastScanTimeWithin>;
|
|
@@ -4721,11 +4814,11 @@ export interface HipObjectAntiMalwareCriteriaLastScanTimeNotAvailable {
|
|
|
4721
4814
|
export interface HipObjectAntiMalwareCriteriaLastScanTimeNotWithin {
|
|
4722
4815
|
/**
|
|
4723
4816
|
* specify time in days
|
|
4817
|
+
* > ℹ️ **Note:** You must specify exactly one of `days` and `hours`.
|
|
4724
4818
|
*/
|
|
4725
4819
|
days?: pulumi.Input<number>;
|
|
4726
4820
|
/**
|
|
4727
4821
|
* specify time in hours
|
|
4728
|
-
*
|
|
4729
4822
|
* > ℹ️ **Note:** You must specify exactly one of `days` and `hours`.
|
|
4730
4823
|
*/
|
|
4731
4824
|
hours?: pulumi.Input<number>;
|
|
@@ -4733,11 +4826,11 @@ export interface HipObjectAntiMalwareCriteriaLastScanTimeNotWithin {
|
|
|
4733
4826
|
export interface HipObjectAntiMalwareCriteriaLastScanTimeWithin {
|
|
4734
4827
|
/**
|
|
4735
4828
|
* specify time in days
|
|
4829
|
+
* > ℹ️ **Note:** You must specify exactly one of `days` and `hours`.
|
|
4736
4830
|
*/
|
|
4737
4831
|
days?: pulumi.Input<number>;
|
|
4738
4832
|
/**
|
|
4739
4833
|
* specify time in hours
|
|
4740
|
-
*
|
|
4741
4834
|
* > ℹ️ **Note:** You must specify exactly one of `days` and `hours`.
|
|
4742
4835
|
*/
|
|
4743
4836
|
hours?: pulumi.Input<number>;
|
|
@@ -4745,53 +4838,46 @@ export interface HipObjectAntiMalwareCriteriaLastScanTimeWithin {
|
|
|
4745
4838
|
export interface HipObjectAntiMalwareCriteriaProductVersion {
|
|
4746
4839
|
/**
|
|
4747
4840
|
* Contains
|
|
4841
|
+
* > ℹ️ **Note:** You must specify exactly one of `contains`, `greaterEqual`, `greaterThan`, `is`, `isNot`, `lessEqual`, `lessThan`, `notWithin`, and `within`.
|
|
4748
4842
|
*/
|
|
4749
4843
|
contains?: pulumi.Input<string>;
|
|
4750
4844
|
/**
|
|
4751
4845
|
* Greater equal
|
|
4752
|
-
*
|
|
4753
4846
|
* > ℹ️ **Note:** You must specify exactly one of `contains`, `greaterEqual`, `greaterThan`, `is`, `isNot`, `lessEqual`, `lessThan`, `notWithin`, and `within`.
|
|
4754
4847
|
*/
|
|
4755
4848
|
greaterEqual?: pulumi.Input<string>;
|
|
4756
4849
|
/**
|
|
4757
4850
|
* Greater than
|
|
4758
|
-
*
|
|
4759
4851
|
* > ℹ️ **Note:** You must specify exactly one of `contains`, `greaterEqual`, `greaterThan`, `is`, `isNot`, `lessEqual`, `lessThan`, `notWithin`, and `within`.
|
|
4760
4852
|
*/
|
|
4761
4853
|
greaterThan?: pulumi.Input<string>;
|
|
4762
4854
|
/**
|
|
4763
4855
|
* Is
|
|
4764
|
-
*
|
|
4765
4856
|
* > ℹ️ **Note:** You must specify exactly one of `contains`, `greaterEqual`, `greaterThan`, `is`, `isNot`, `lessEqual`, `lessThan`, `notWithin`, and `within`.
|
|
4766
4857
|
*/
|
|
4767
4858
|
is?: pulumi.Input<string>;
|
|
4768
4859
|
/**
|
|
4769
4860
|
* Is not
|
|
4770
|
-
*
|
|
4771
4861
|
* > ℹ️ **Note:** You must specify exactly one of `contains`, `greaterEqual`, `greaterThan`, `is`, `isNot`, `lessEqual`, `lessThan`, `notWithin`, and `within`.
|
|
4772
4862
|
*/
|
|
4773
4863
|
isNot?: pulumi.Input<string>;
|
|
4774
4864
|
/**
|
|
4775
4865
|
* Less equal
|
|
4776
|
-
*
|
|
4777
4866
|
* > ℹ️ **Note:** You must specify exactly one of `contains`, `greaterEqual`, `greaterThan`, `is`, `isNot`, `lessEqual`, `lessThan`, `notWithin`, and `within`.
|
|
4778
4867
|
*/
|
|
4779
4868
|
lessEqual?: pulumi.Input<string>;
|
|
4780
4869
|
/**
|
|
4781
4870
|
* Less than
|
|
4782
|
-
*
|
|
4783
4871
|
* > ℹ️ **Note:** You must specify exactly one of `contains`, `greaterEqual`, `greaterThan`, `is`, `isNot`, `lessEqual`, `lessThan`, `notWithin`, and `within`.
|
|
4784
4872
|
*/
|
|
4785
4873
|
lessThan?: pulumi.Input<string>;
|
|
4786
4874
|
/**
|
|
4787
4875
|
* Not within
|
|
4788
|
-
*
|
|
4789
4876
|
* > ℹ️ **Note:** You must specify exactly one of `contains`, `greaterEqual`, `greaterThan`, `is`, `isNot`, `lessEqual`, `lessThan`, `notWithin`, and `within`.
|
|
4790
4877
|
*/
|
|
4791
4878
|
notWithin?: pulumi.Input<inputs.HipObjectAntiMalwareCriteriaProductVersionNotWithin>;
|
|
4792
4879
|
/**
|
|
4793
4880
|
* Within
|
|
4794
|
-
*
|
|
4795
4881
|
* > ℹ️ **Note:** You must specify exactly one of `contains`, `greaterEqual`, `greaterThan`, `is`, `isNot`, `lessEqual`, `lessThan`, `notWithin`, and `within`.
|
|
4796
4882
|
*/
|
|
4797
4883
|
within?: pulumi.Input<inputs.HipObjectAntiMalwareCriteriaProductVersionWithin>;
|
|
@@ -4811,11 +4897,11 @@ export interface HipObjectAntiMalwareCriteriaProductVersionWithin {
|
|
|
4811
4897
|
export interface HipObjectAntiMalwareCriteriaVirdefVersion {
|
|
4812
4898
|
/**
|
|
4813
4899
|
* Not within
|
|
4900
|
+
* > ℹ️ **Note:** You must specify exactly one of `notWithin` and `within`.
|
|
4814
4901
|
*/
|
|
4815
4902
|
notWithin?: pulumi.Input<inputs.HipObjectAntiMalwareCriteriaVirdefVersionNotWithin>;
|
|
4816
4903
|
/**
|
|
4817
4904
|
* Within
|
|
4818
|
-
*
|
|
4819
4905
|
* > ℹ️ **Note:** You must specify exactly one of `notWithin` and `within`.
|
|
4820
4906
|
*/
|
|
4821
4907
|
within?: pulumi.Input<inputs.HipObjectAntiMalwareCriteriaVirdefVersionWithin>;
|
|
@@ -4823,11 +4909,11 @@ export interface HipObjectAntiMalwareCriteriaVirdefVersion {
|
|
|
4823
4909
|
export interface HipObjectAntiMalwareCriteriaVirdefVersionNotWithin {
|
|
4824
4910
|
/**
|
|
4825
4911
|
* specify time in days
|
|
4912
|
+
* > ℹ️ **Note:** You must specify exactly one of `days` and `versions`.
|
|
4826
4913
|
*/
|
|
4827
4914
|
days?: pulumi.Input<number>;
|
|
4828
4915
|
/**
|
|
4829
4916
|
* specify versions range
|
|
4830
|
-
*
|
|
4831
4917
|
* > ℹ️ **Note:** You must specify exactly one of `days` and `versions`.
|
|
4832
4918
|
*/
|
|
4833
4919
|
versions?: pulumi.Input<number>;
|
|
@@ -4835,11 +4921,11 @@ export interface HipObjectAntiMalwareCriteriaVirdefVersionNotWithin {
|
|
|
4835
4921
|
export interface HipObjectAntiMalwareCriteriaVirdefVersionWithin {
|
|
4836
4922
|
/**
|
|
4837
4923
|
* specify time in days
|
|
4924
|
+
* > ℹ️ **Note:** You must specify exactly one of `days` and `versions`.
|
|
4838
4925
|
*/
|
|
4839
4926
|
days?: pulumi.Input<number>;
|
|
4840
4927
|
/**
|
|
4841
4928
|
* specify versions range
|
|
4842
|
-
*
|
|
4843
4929
|
* > ℹ️ **Note:** You must specify exactly one of `days` and `versions`.
|
|
4844
4930
|
*/
|
|
4845
4931
|
versions?: pulumi.Input<number>;
|
|
@@ -5031,17 +5117,16 @@ export interface HipObjectDiskBackupCriteria {
|
|
|
5031
5117
|
export interface HipObjectDiskBackupCriteriaLastBackupTime {
|
|
5032
5118
|
/**
|
|
5033
5119
|
* Not available
|
|
5120
|
+
* > ℹ️ **Note:** You must specify exactly one of `notAvailable`, `notWithin`, and `within`.
|
|
5034
5121
|
*/
|
|
5035
5122
|
notAvailable?: pulumi.Input<inputs.HipObjectDiskBackupCriteriaLastBackupTimeNotAvailable>;
|
|
5036
5123
|
/**
|
|
5037
5124
|
* Not within
|
|
5038
|
-
*
|
|
5039
5125
|
* > ℹ️ **Note:** You must specify exactly one of `notAvailable`, `notWithin`, and `within`.
|
|
5040
5126
|
*/
|
|
5041
5127
|
notWithin?: pulumi.Input<inputs.HipObjectDiskBackupCriteriaLastBackupTimeNotWithin>;
|
|
5042
5128
|
/**
|
|
5043
5129
|
* Within
|
|
5044
|
-
*
|
|
5045
5130
|
* > ℹ️ **Note:** You must specify exactly one of `notAvailable`, `notWithin`, and `within`.
|
|
5046
5131
|
*/
|
|
5047
5132
|
within?: pulumi.Input<inputs.HipObjectDiskBackupCriteriaLastBackupTimeWithin>;
|
|
@@ -5051,11 +5136,11 @@ export interface HipObjectDiskBackupCriteriaLastBackupTimeNotAvailable {
|
|
|
5051
5136
|
export interface HipObjectDiskBackupCriteriaLastBackupTimeNotWithin {
|
|
5052
5137
|
/**
|
|
5053
5138
|
* specify time in days
|
|
5139
|
+
* > ℹ️ **Note:** You must specify exactly one of `days` and `hours`.
|
|
5054
5140
|
*/
|
|
5055
5141
|
days?: pulumi.Input<number>;
|
|
5056
5142
|
/**
|
|
5057
5143
|
* specify time in hours
|
|
5058
|
-
*
|
|
5059
5144
|
* > ℹ️ **Note:** You must specify exactly one of `days` and `hours`.
|
|
5060
5145
|
*/
|
|
5061
5146
|
hours?: pulumi.Input<number>;
|
|
@@ -5063,11 +5148,11 @@ export interface HipObjectDiskBackupCriteriaLastBackupTimeNotWithin {
|
|
|
5063
5148
|
export interface HipObjectDiskBackupCriteriaLastBackupTimeWithin {
|
|
5064
5149
|
/**
|
|
5065
5150
|
* specify time in days
|
|
5151
|
+
* > ℹ️ **Note:** You must specify exactly one of `days` and `hours`.
|
|
5066
5152
|
*/
|
|
5067
5153
|
days?: pulumi.Input<number>;
|
|
5068
5154
|
/**
|
|
5069
5155
|
* specify time in hours
|
|
5070
|
-
*
|
|
5071
5156
|
* > ℹ️ **Note:** You must specify exactly one of `days` and `hours`.
|
|
5072
5157
|
*/
|
|
5073
5158
|
hours?: pulumi.Input<number>;
|
|
@@ -5119,11 +5204,11 @@ export interface HipObjectDiskEncryptionCriteriaEncryptedLocation {
|
|
|
5119
5204
|
export interface HipObjectDiskEncryptionCriteriaEncryptedLocationEncryptionState {
|
|
5120
5205
|
/**
|
|
5121
5206
|
* Is
|
|
5207
|
+
* > ℹ️ **Note:** You must specify exactly one of `is` and `isNot`.
|
|
5122
5208
|
*/
|
|
5123
5209
|
is?: pulumi.Input<string>;
|
|
5124
5210
|
/**
|
|
5125
5211
|
* Is not
|
|
5126
|
-
*
|
|
5127
5212
|
* > ℹ️ **Note:** You must specify exactly one of `is` and `isNot`.
|
|
5128
5213
|
*/
|
|
5129
5214
|
isNot?: pulumi.Input<string>;
|
|
@@ -5211,17 +5296,16 @@ export interface HipObjectHostInfoCriteria {
|
|
|
5211
5296
|
export interface HipObjectHostInfoCriteriaClientVersion {
|
|
5212
5297
|
/**
|
|
5213
5298
|
* Contains
|
|
5299
|
+
* > ℹ️ **Note:** You must specify exactly one of `contains`, `is`, and `isNot`.
|
|
5214
5300
|
*/
|
|
5215
5301
|
contains?: pulumi.Input<string>;
|
|
5216
5302
|
/**
|
|
5217
5303
|
* Is
|
|
5218
|
-
*
|
|
5219
5304
|
* > ℹ️ **Note:** You must specify exactly one of `contains`, `is`, and `isNot`.
|
|
5220
5305
|
*/
|
|
5221
5306
|
is?: pulumi.Input<string>;
|
|
5222
5307
|
/**
|
|
5223
5308
|
* Is not
|
|
5224
|
-
*
|
|
5225
5309
|
* > ℹ️ **Note:** You must specify exactly one of `contains`, `is`, and `isNot`.
|
|
5226
5310
|
*/
|
|
5227
5311
|
isNot?: pulumi.Input<string>;
|
|
@@ -5229,17 +5313,16 @@ export interface HipObjectHostInfoCriteriaClientVersion {
|
|
|
5229
5313
|
export interface HipObjectHostInfoCriteriaDomain {
|
|
5230
5314
|
/**
|
|
5231
5315
|
* Contains
|
|
5316
|
+
* > ℹ️ **Note:** You must specify exactly one of `contains`, `is`, and `isNot`.
|
|
5232
5317
|
*/
|
|
5233
5318
|
contains?: pulumi.Input<string>;
|
|
5234
5319
|
/**
|
|
5235
5320
|
* Is
|
|
5236
|
-
*
|
|
5237
5321
|
* > ℹ️ **Note:** You must specify exactly one of `contains`, `is`, and `isNot`.
|
|
5238
5322
|
*/
|
|
5239
5323
|
is?: pulumi.Input<string>;
|
|
5240
5324
|
/**
|
|
5241
5325
|
* Is not
|
|
5242
|
-
*
|
|
5243
5326
|
* > ℹ️ **Note:** You must specify exactly one of `contains`, `is`, and `isNot`.
|
|
5244
5327
|
*/
|
|
5245
5328
|
isNot?: pulumi.Input<string>;
|
|
@@ -5247,17 +5330,16 @@ export interface HipObjectHostInfoCriteriaDomain {
|
|
|
5247
5330
|
export interface HipObjectHostInfoCriteriaHostId {
|
|
5248
5331
|
/**
|
|
5249
5332
|
* Contains
|
|
5333
|
+
* > ℹ️ **Note:** You must specify exactly one of `contains`, `is`, and `isNot`.
|
|
5250
5334
|
*/
|
|
5251
5335
|
contains?: pulumi.Input<string>;
|
|
5252
5336
|
/**
|
|
5253
5337
|
* Is
|
|
5254
|
-
*
|
|
5255
5338
|
* > ℹ️ **Note:** You must specify exactly one of `contains`, `is`, and `isNot`.
|
|
5256
5339
|
*/
|
|
5257
5340
|
is?: pulumi.Input<string>;
|
|
5258
5341
|
/**
|
|
5259
5342
|
* Is not
|
|
5260
|
-
*
|
|
5261
5343
|
* > ℹ️ **Note:** You must specify exactly one of `contains`, `is`, and `isNot`.
|
|
5262
5344
|
*/
|
|
5263
5345
|
isNot?: pulumi.Input<string>;
|
|
@@ -5265,17 +5347,16 @@ export interface HipObjectHostInfoCriteriaHostId {
|
|
|
5265
5347
|
export interface HipObjectHostInfoCriteriaHostName {
|
|
5266
5348
|
/**
|
|
5267
5349
|
* Contains
|
|
5350
|
+
* > ℹ️ **Note:** You must specify exactly one of `contains`, `is`, and `isNot`.
|
|
5268
5351
|
*/
|
|
5269
5352
|
contains?: pulumi.Input<string>;
|
|
5270
5353
|
/**
|
|
5271
5354
|
* Is
|
|
5272
|
-
*
|
|
5273
5355
|
* > ℹ️ **Note:** You must specify exactly one of `contains`, `is`, and `isNot`.
|
|
5274
5356
|
*/
|
|
5275
5357
|
is?: pulumi.Input<string>;
|
|
5276
5358
|
/**
|
|
5277
5359
|
* Is not
|
|
5278
|
-
*
|
|
5279
5360
|
* > ℹ️ **Note:** You must specify exactly one of `contains`, `is`, and `isNot`.
|
|
5280
5361
|
*/
|
|
5281
5362
|
isNot?: pulumi.Input<string>;
|
|
@@ -5311,17 +5392,16 @@ export interface HipObjectHostInfoCriteriaOsContains {
|
|
|
5311
5392
|
export interface HipObjectHostInfoCriteriaSerialNumber {
|
|
5312
5393
|
/**
|
|
5313
5394
|
* Contains
|
|
5395
|
+
* > ℹ️ **Note:** You must specify exactly one of `contains`, `is`, and `isNot`.
|
|
5314
5396
|
*/
|
|
5315
5397
|
contains?: pulumi.Input<string>;
|
|
5316
5398
|
/**
|
|
5317
5399
|
* Is
|
|
5318
|
-
*
|
|
5319
5400
|
* > ℹ️ **Note:** You must specify exactly one of `contains`, `is`, and `isNot`.
|
|
5320
5401
|
*/
|
|
5321
5402
|
is?: pulumi.Input<string>;
|
|
5322
5403
|
/**
|
|
5323
5404
|
* Is not
|
|
5324
|
-
*
|
|
5325
5405
|
* > ℹ️ **Note:** You must specify exactly one of `contains`, `is`, and `isNot`.
|
|
5326
5406
|
*/
|
|
5327
5407
|
isNot?: pulumi.Input<string>;
|
|
@@ -5387,11 +5467,11 @@ export interface HipObjectMobileDeviceCriteriaApplications {
|
|
|
5387
5467
|
export interface HipObjectMobileDeviceCriteriaApplicationsHasMalware {
|
|
5388
5468
|
/**
|
|
5389
5469
|
* No
|
|
5470
|
+
* > ℹ️ **Note:** You must specify exactly one of `no` and `yes`.
|
|
5390
5471
|
*/
|
|
5391
5472
|
no?: pulumi.Input<inputs.HipObjectMobileDeviceCriteriaApplicationsHasMalwareNo>;
|
|
5392
5473
|
/**
|
|
5393
5474
|
* Yes
|
|
5394
|
-
*
|
|
5395
5475
|
* > ℹ️ **Note:** You must specify exactly one of `no` and `yes`.
|
|
5396
5476
|
*/
|
|
5397
5477
|
yes?: pulumi.Input<inputs.HipObjectMobileDeviceCriteriaApplicationsHasMalwareYes>;
|
|
@@ -5435,17 +5515,16 @@ export interface HipObjectMobileDeviceCriteriaApplicationsInclude {
|
|
|
5435
5515
|
export interface HipObjectMobileDeviceCriteriaImei {
|
|
5436
5516
|
/**
|
|
5437
5517
|
* Contains
|
|
5518
|
+
* > ℹ️ **Note:** You must specify exactly one of `contains`, `is`, and `isNot`.
|
|
5438
5519
|
*/
|
|
5439
5520
|
contains?: pulumi.Input<string>;
|
|
5440
5521
|
/**
|
|
5441
5522
|
* Is
|
|
5442
|
-
*
|
|
5443
5523
|
* > ℹ️ **Note:** You must specify exactly one of `contains`, `is`, and `isNot`.
|
|
5444
5524
|
*/
|
|
5445
5525
|
is?: pulumi.Input<string>;
|
|
5446
5526
|
/**
|
|
5447
5527
|
* Is not
|
|
5448
|
-
*
|
|
5449
5528
|
* > ℹ️ **Note:** You must specify exactly one of `contains`, `is`, and `isNot`.
|
|
5450
5529
|
*/
|
|
5451
5530
|
isNot?: pulumi.Input<string>;
|
|
@@ -5453,11 +5532,11 @@ export interface HipObjectMobileDeviceCriteriaImei {
|
|
|
5453
5532
|
export interface HipObjectMobileDeviceCriteriaLastCheckinTime {
|
|
5454
5533
|
/**
|
|
5455
5534
|
* Not within
|
|
5535
|
+
* > ℹ️ **Note:** You must specify exactly one of `notWithin` and `within`.
|
|
5456
5536
|
*/
|
|
5457
5537
|
notWithin?: pulumi.Input<inputs.HipObjectMobileDeviceCriteriaLastCheckinTimeNotWithin>;
|
|
5458
5538
|
/**
|
|
5459
5539
|
* Within
|
|
5460
|
-
*
|
|
5461
5540
|
* > ℹ️ **Note:** You must specify exactly one of `notWithin` and `within`.
|
|
5462
5541
|
*/
|
|
5463
5542
|
within?: pulumi.Input<inputs.HipObjectMobileDeviceCriteriaLastCheckinTimeWithin>;
|
|
@@ -5477,17 +5556,16 @@ export interface HipObjectMobileDeviceCriteriaLastCheckinTimeWithin {
|
|
|
5477
5556
|
export interface HipObjectMobileDeviceCriteriaModel {
|
|
5478
5557
|
/**
|
|
5479
5558
|
* Contains
|
|
5559
|
+
* > ℹ️ **Note:** You must specify exactly one of `contains`, `is`, and `isNot`.
|
|
5480
5560
|
*/
|
|
5481
5561
|
contains?: pulumi.Input<string>;
|
|
5482
5562
|
/**
|
|
5483
5563
|
* Is
|
|
5484
|
-
*
|
|
5485
5564
|
* > ℹ️ **Note:** You must specify exactly one of `contains`, `is`, and `isNot`.
|
|
5486
5565
|
*/
|
|
5487
5566
|
is?: pulumi.Input<string>;
|
|
5488
5567
|
/**
|
|
5489
5568
|
* Is not
|
|
5490
|
-
*
|
|
5491
5569
|
* > ℹ️ **Note:** You must specify exactly one of `contains`, `is`, and `isNot`.
|
|
5492
5570
|
*/
|
|
5493
5571
|
isNot?: pulumi.Input<string>;
|
|
@@ -5495,17 +5573,16 @@ export interface HipObjectMobileDeviceCriteriaModel {
|
|
|
5495
5573
|
export interface HipObjectMobileDeviceCriteriaPhoneNumber {
|
|
5496
5574
|
/**
|
|
5497
5575
|
* Contains
|
|
5576
|
+
* > ℹ️ **Note:** You must specify exactly one of `contains`, `is`, and `isNot`.
|
|
5498
5577
|
*/
|
|
5499
5578
|
contains?: pulumi.Input<string>;
|
|
5500
5579
|
/**
|
|
5501
5580
|
* Is
|
|
5502
|
-
*
|
|
5503
5581
|
* > ℹ️ **Note:** You must specify exactly one of `contains`, `is`, and `isNot`.
|
|
5504
5582
|
*/
|
|
5505
5583
|
is?: pulumi.Input<string>;
|
|
5506
5584
|
/**
|
|
5507
5585
|
* Is not
|
|
5508
|
-
*
|
|
5509
5586
|
* > ℹ️ **Note:** You must specify exactly one of `contains`, `is`, and `isNot`.
|
|
5510
5587
|
*/
|
|
5511
5588
|
isNot?: pulumi.Input<string>;
|
|
@@ -5513,17 +5590,16 @@ export interface HipObjectMobileDeviceCriteriaPhoneNumber {
|
|
|
5513
5590
|
export interface HipObjectMobileDeviceCriteriaTag {
|
|
5514
5591
|
/**
|
|
5515
5592
|
* Contains
|
|
5593
|
+
* > ℹ️ **Note:** You must specify exactly one of `contains`, `is`, and `isNot`.
|
|
5516
5594
|
*/
|
|
5517
5595
|
contains?: pulumi.Input<string>;
|
|
5518
5596
|
/**
|
|
5519
5597
|
* Is
|
|
5520
|
-
*
|
|
5521
5598
|
* > ℹ️ **Note:** You must specify exactly one of `contains`, `is`, and `isNot`.
|
|
5522
5599
|
*/
|
|
5523
5600
|
is?: pulumi.Input<string>;
|
|
5524
5601
|
/**
|
|
5525
5602
|
* Is not
|
|
5526
|
-
*
|
|
5527
5603
|
* > ℹ️ **Note:** You must specify exactly one of `contains`, `is`, and `isNot`.
|
|
5528
5604
|
*/
|
|
5529
5605
|
isNot?: pulumi.Input<string>;
|
|
@@ -5543,11 +5619,11 @@ export interface HipObjectNetworkInfoCriteria {
|
|
|
5543
5619
|
export interface HipObjectNetworkInfoCriteriaNetwork {
|
|
5544
5620
|
/**
|
|
5545
5621
|
* Is
|
|
5622
|
+
* > ℹ️ **Note:** You must specify exactly one of `is` and `isNot`.
|
|
5546
5623
|
*/
|
|
5547
5624
|
is?: pulumi.Input<inputs.HipObjectNetworkInfoCriteriaNetworkIs>;
|
|
5548
5625
|
/**
|
|
5549
5626
|
* Is not
|
|
5550
|
-
*
|
|
5551
5627
|
* > ℹ️ **Note:** You must specify exactly one of `is` and `isNot`.
|
|
5552
5628
|
*/
|
|
5553
5629
|
isNot?: pulumi.Input<inputs.HipObjectNetworkInfoCriteriaNetworkIsNot>;
|
|
@@ -5555,17 +5631,16 @@ export interface HipObjectNetworkInfoCriteriaNetwork {
|
|
|
5555
5631
|
export interface HipObjectNetworkInfoCriteriaNetworkIs {
|
|
5556
5632
|
/**
|
|
5557
5633
|
* Mobile
|
|
5634
|
+
* > ℹ️ **Note:** You must specify exactly one of `mobile`, `unknown`, and `wifi`.
|
|
5558
5635
|
*/
|
|
5559
5636
|
mobile?: pulumi.Input<inputs.HipObjectNetworkInfoCriteriaNetworkIsMobile>;
|
|
5560
5637
|
/**
|
|
5561
5638
|
* Unknown
|
|
5562
|
-
*
|
|
5563
5639
|
* > ℹ️ **Note:** You must specify exactly one of `mobile`, `unknown`, and `wifi`.
|
|
5564
5640
|
*/
|
|
5565
5641
|
unknown?: pulumi.Input<inputs.HipObjectNetworkInfoCriteriaNetworkIsUnknown>;
|
|
5566
5642
|
/**
|
|
5567
5643
|
* Wifi
|
|
5568
|
-
*
|
|
5569
5644
|
* > ℹ️ **Note:** You must specify exactly one of `mobile`, `unknown`, and `wifi`.
|
|
5570
5645
|
*/
|
|
5571
5646
|
wifi?: pulumi.Input<inputs.HipObjectNetworkInfoCriteriaNetworkIsWifi>;
|
|
@@ -5579,23 +5654,21 @@ export interface HipObjectNetworkInfoCriteriaNetworkIsMobile {
|
|
|
5579
5654
|
export interface HipObjectNetworkInfoCriteriaNetworkIsNot {
|
|
5580
5655
|
/**
|
|
5581
5656
|
* Ethernet
|
|
5657
|
+
* > ℹ️ **Note:** You must specify exactly one of `ethernet`, `mobile`, `unknown`, and `wifi`.
|
|
5582
5658
|
*/
|
|
5583
5659
|
ethernet?: pulumi.Input<inputs.HipObjectNetworkInfoCriteriaNetworkIsNotEthernet>;
|
|
5584
5660
|
/**
|
|
5585
5661
|
* Mobile
|
|
5586
|
-
*
|
|
5587
5662
|
* > ℹ️ **Note:** You must specify exactly one of `ethernet`, `mobile`, `unknown`, and `wifi`.
|
|
5588
5663
|
*/
|
|
5589
5664
|
mobile?: pulumi.Input<inputs.HipObjectNetworkInfoCriteriaNetworkIsNotMobile>;
|
|
5590
5665
|
/**
|
|
5591
5666
|
* Unknown
|
|
5592
|
-
*
|
|
5593
5667
|
* > ℹ️ **Note:** You must specify exactly one of `ethernet`, `mobile`, `unknown`, and `wifi`.
|
|
5594
5668
|
*/
|
|
5595
5669
|
unknown?: pulumi.Input<inputs.HipObjectNetworkInfoCriteriaNetworkIsNotUnknown>;
|
|
5596
5670
|
/**
|
|
5597
5671
|
* Wifi
|
|
5598
|
-
*
|
|
5599
5672
|
* > ℹ️ **Note:** You must specify exactly one of `ethernet`, `mobile`, `unknown`, and `wifi`.
|
|
5600
5673
|
*/
|
|
5601
5674
|
wifi?: pulumi.Input<inputs.HipObjectNetworkInfoCriteriaNetworkIsNotWifi>;
|
|
@@ -5669,35 +5742,31 @@ export interface HipObjectPatchManagementCriteriaMissingPatches {
|
|
|
5669
5742
|
export interface HipObjectPatchManagementCriteriaMissingPatchesSeverity {
|
|
5670
5743
|
/**
|
|
5671
5744
|
* Greater equal
|
|
5745
|
+
* > ℹ️ **Note:** You must specify exactly one of `greaterEqual`, `greaterThan`, `is`, `isNot`, `lessEqual`, and `lessThan`.
|
|
5672
5746
|
*/
|
|
5673
5747
|
greaterEqual?: pulumi.Input<number>;
|
|
5674
5748
|
/**
|
|
5675
5749
|
* Greater than
|
|
5676
|
-
*
|
|
5677
5750
|
* > ℹ️ **Note:** You must specify exactly one of `greaterEqual`, `greaterThan`, `is`, `isNot`, `lessEqual`, and `lessThan`.
|
|
5678
5751
|
*/
|
|
5679
5752
|
greaterThan?: pulumi.Input<number>;
|
|
5680
5753
|
/**
|
|
5681
5754
|
* Is
|
|
5682
|
-
*
|
|
5683
5755
|
* > ℹ️ **Note:** You must specify exactly one of `greaterEqual`, `greaterThan`, `is`, `isNot`, `lessEqual`, and `lessThan`.
|
|
5684
5756
|
*/
|
|
5685
5757
|
is?: pulumi.Input<number>;
|
|
5686
5758
|
/**
|
|
5687
5759
|
* Is not
|
|
5688
|
-
*
|
|
5689
5760
|
* > ℹ️ **Note:** You must specify exactly one of `greaterEqual`, `greaterThan`, `is`, `isNot`, `lessEqual`, and `lessThan`.
|
|
5690
5761
|
*/
|
|
5691
5762
|
isNot?: pulumi.Input<number>;
|
|
5692
5763
|
/**
|
|
5693
5764
|
* Less equal
|
|
5694
|
-
*
|
|
5695
5765
|
* > ℹ️ **Note:** You must specify exactly one of `greaterEqual`, `greaterThan`, `is`, `isNot`, `lessEqual`, and `lessThan`.
|
|
5696
5766
|
*/
|
|
5697
5767
|
lessEqual?: pulumi.Input<number>;
|
|
5698
5768
|
/**
|
|
5699
5769
|
* Less than
|
|
5700
|
-
*
|
|
5701
5770
|
* > ℹ️ **Note:** You must specify exactly one of `greaterEqual`, `greaterThan`, `is`, `isNot`, `lessEqual`, and `lessThan`.
|
|
5702
5771
|
*/
|
|
5703
5772
|
lessThan?: pulumi.Input<number>;
|
|
@@ -5718,7 +5787,7 @@ export interface HttpHeaderProfileHttpHeaderInsertion {
|
|
|
5718
5787
|
*/
|
|
5719
5788
|
name: pulumi.Input<string>;
|
|
5720
5789
|
/**
|
|
5721
|
-
* A list of HTTP header insertion definitions
|
|
5790
|
+
* A list of HTTP header insertion definitions
|
|
5722
5791
|
*/
|
|
5723
5792
|
types: pulumi.Input<pulumi.Input<inputs.HttpHeaderProfileHttpHeaderInsertionType>[]>;
|
|
5724
5793
|
}
|
|
@@ -5732,7 +5801,7 @@ export interface HttpHeaderProfileHttpHeaderInsertionType {
|
|
|
5732
5801
|
*/
|
|
5733
5802
|
headers: pulumi.Input<pulumi.Input<inputs.HttpHeaderProfileHttpHeaderInsertionTypeHeader>[]>;
|
|
5734
5803
|
/**
|
|
5735
|
-
* The HTTP header insertion type
|
|
5804
|
+
* The HTTP header insertion type
|
|
5736
5805
|
*/
|
|
5737
5806
|
name: pulumi.Input<string>;
|
|
5738
5807
|
}
|
|
@@ -5746,9 +5815,9 @@ export interface HttpHeaderProfileHttpHeaderInsertionTypeHeader {
|
|
|
5746
5815
|
*/
|
|
5747
5816
|
log?: pulumi.Input<boolean>;
|
|
5748
5817
|
/**
|
|
5749
|
-
*
|
|
5818
|
+
* The name of the HTTP header
|
|
5750
5819
|
*/
|
|
5751
|
-
name
|
|
5820
|
+
name: pulumi.Input<string>;
|
|
5752
5821
|
/**
|
|
5753
5822
|
* The value associated with the HTTP header
|
|
5754
5823
|
*/
|
|
@@ -6571,23 +6640,21 @@ export interface HttpServerProfileServer {
|
|
|
6571
6640
|
export interface IkeCryptoProfileLifetime {
|
|
6572
6641
|
/**
|
|
6573
6642
|
* specify lifetime in days
|
|
6643
|
+
* > ℹ️ **Note:** You must specify exactly one of `days`, `hours`, `minutes`, and `seconds`.
|
|
6574
6644
|
*/
|
|
6575
6645
|
days?: pulumi.Input<number>;
|
|
6576
6646
|
/**
|
|
6577
6647
|
* specify lifetime in hours
|
|
6578
|
-
*
|
|
6579
6648
|
* > ℹ️ **Note:** You must specify exactly one of `days`, `hours`, `minutes`, and `seconds`.
|
|
6580
6649
|
*/
|
|
6581
6650
|
hours?: pulumi.Input<number>;
|
|
6582
6651
|
/**
|
|
6583
6652
|
* specify lifetime in minutes
|
|
6584
|
-
*
|
|
6585
6653
|
* > ℹ️ **Note:** You must specify exactly one of `days`, `hours`, `minutes`, and `seconds`.
|
|
6586
6654
|
*/
|
|
6587
6655
|
minutes?: pulumi.Input<number>;
|
|
6588
6656
|
/**
|
|
6589
6657
|
* specify lifetime in seconds
|
|
6590
|
-
*
|
|
6591
6658
|
* > ℹ️ **Note:** You must specify exactly one of `days`, `hours`, `minutes`, and `seconds`.
|
|
6592
6659
|
*/
|
|
6593
6660
|
seconds?: pulumi.Input<number>;
|
|
@@ -6595,11 +6662,11 @@ export interface IkeCryptoProfileLifetime {
|
|
|
6595
6662
|
export interface IkeGatewayAuthentication {
|
|
6596
6663
|
/**
|
|
6597
6664
|
* Certificate
|
|
6665
|
+
* > ℹ️ **Note:** You must specify exactly one of `certificate` and `preSharedKey`.
|
|
6598
6666
|
*/
|
|
6599
6667
|
certificate?: pulumi.Input<inputs.IkeGatewayAuthenticationCertificate>;
|
|
6600
6668
|
/**
|
|
6601
6669
|
* Pre shared key
|
|
6602
|
-
*
|
|
6603
6670
|
* > ℹ️ **Note:** You must specify exactly one of `certificate` and `preSharedKey`.
|
|
6604
6671
|
*/
|
|
6605
6672
|
preSharedKey?: pulumi.Input<inputs.IkeGatewayAuthenticationPreSharedKey>;
|
|
@@ -6657,17 +6724,16 @@ export interface IkeGatewayLocalId {
|
|
|
6657
6724
|
export interface IkeGatewayPeerAddress {
|
|
6658
6725
|
/**
|
|
6659
6726
|
* Dynamic
|
|
6727
|
+
* > ℹ️ **Note:** You must specify exactly one of `dynamic`, `fqdn`, and `ip`.
|
|
6660
6728
|
*/
|
|
6661
6729
|
dynamic?: pulumi.Input<inputs.IkeGatewayPeerAddressDynamic>;
|
|
6662
6730
|
/**
|
|
6663
6731
|
* peer gateway FQDN name
|
|
6664
|
-
*
|
|
6665
6732
|
* > ℹ️ **Note:** You must specify exactly one of `dynamic`, `fqdn`, and `ip`.
|
|
6666
6733
|
*/
|
|
6667
6734
|
fqdn?: pulumi.Input<string>;
|
|
6668
6735
|
/**
|
|
6669
6736
|
* peer gateway has static IP address
|
|
6670
|
-
*
|
|
6671
6737
|
* > ℹ️ **Note:** You must specify exactly one of `dynamic`, `fqdn`, and `ip`.
|
|
6672
6738
|
*/
|
|
6673
6739
|
ip?: pulumi.Input<string>;
|
|
@@ -6781,23 +6847,21 @@ export interface IpsecCryptoProfileEsp {
|
|
|
6781
6847
|
export interface IpsecCryptoProfileLifesize {
|
|
6782
6848
|
/**
|
|
6783
6849
|
* specify lifesize in gigabytes(GB)
|
|
6850
|
+
* > ℹ️ **Note:** You must specify exactly one of `gb`, `kb`, `mb`, and `tb`.
|
|
6784
6851
|
*/
|
|
6785
6852
|
gb?: pulumi.Input<number>;
|
|
6786
6853
|
/**
|
|
6787
6854
|
* specify lifesize in kilobytes(KB)
|
|
6788
|
-
*
|
|
6789
6855
|
* > ℹ️ **Note:** You must specify exactly one of `gb`, `kb`, `mb`, and `tb`.
|
|
6790
6856
|
*/
|
|
6791
6857
|
kb?: pulumi.Input<number>;
|
|
6792
6858
|
/**
|
|
6793
6859
|
* specify lifesize in megabytes(MB)
|
|
6794
|
-
*
|
|
6795
6860
|
* > ℹ️ **Note:** You must specify exactly one of `gb`, `kb`, `mb`, and `tb`.
|
|
6796
6861
|
*/
|
|
6797
6862
|
mb?: pulumi.Input<number>;
|
|
6798
6863
|
/**
|
|
6799
6864
|
* specify lifesize in terabytes(TB)
|
|
6800
|
-
*
|
|
6801
6865
|
* > ℹ️ **Note:** You must specify exactly one of `gb`, `kb`, `mb`, and `tb`.
|
|
6802
6866
|
*/
|
|
6803
6867
|
tb?: pulumi.Input<number>;
|
|
@@ -6805,23 +6869,21 @@ export interface IpsecCryptoProfileLifesize {
|
|
|
6805
6869
|
export interface IpsecCryptoProfileLifetime {
|
|
6806
6870
|
/**
|
|
6807
6871
|
* specify lifetime in days
|
|
6872
|
+
* > ℹ️ **Note:** You must specify exactly one of `days`, `hours`, `minutes`, and `seconds`.
|
|
6808
6873
|
*/
|
|
6809
6874
|
days?: pulumi.Input<number>;
|
|
6810
6875
|
/**
|
|
6811
6876
|
* specify lifetime in hours
|
|
6812
|
-
*
|
|
6813
6877
|
* > ℹ️ **Note:** You must specify exactly one of `days`, `hours`, `minutes`, and `seconds`.
|
|
6814
6878
|
*/
|
|
6815
6879
|
hours?: pulumi.Input<number>;
|
|
6816
6880
|
/**
|
|
6817
6881
|
* specify lifetime in minutes
|
|
6818
|
-
*
|
|
6819
6882
|
* > ℹ️ **Note:** You must specify exactly one of `days`, `hours`, `minutes`, and `seconds`.
|
|
6820
6883
|
*/
|
|
6821
6884
|
minutes?: pulumi.Input<number>;
|
|
6822
6885
|
/**
|
|
6823
6886
|
* specify lifetime in seconds
|
|
6824
|
-
*
|
|
6825
6887
|
* > ℹ️ **Note:** You must specify exactly one of `days`, `hours`, `minutes`, and `seconds`.
|
|
6826
6888
|
*/
|
|
6827
6889
|
seconds?: pulumi.Input<number>;
|
|
@@ -6871,17 +6933,16 @@ export interface IpsecTunnelAutoKeyProxyId {
|
|
|
6871
6933
|
export interface IpsecTunnelAutoKeyProxyIdProtocol {
|
|
6872
6934
|
/**
|
|
6873
6935
|
* IP protocol number
|
|
6936
|
+
* > ℹ️ **Note:** You must specify exactly one of `number`, `tcp`, and `udp`.
|
|
6874
6937
|
*/
|
|
6875
6938
|
number?: pulumi.Input<number>;
|
|
6876
6939
|
/**
|
|
6877
|
-
* IPv4 type of
|
|
6878
|
-
*
|
|
6940
|
+
* IPv4 type of proxy*id protocol values for TCP protocol
|
|
6879
6941
|
* > ℹ️ **Note:** You must specify exactly one of `number`, `tcp`, and `udp`.
|
|
6880
6942
|
*/
|
|
6881
6943
|
tcp?: pulumi.Input<inputs.IpsecTunnelAutoKeyProxyIdProtocolTcp>;
|
|
6882
6944
|
/**
|
|
6883
|
-
* IPv6 type of
|
|
6884
|
-
*
|
|
6945
|
+
* IPv6 type of proxy*id protocol values for UDP protocol
|
|
6885
6946
|
* > ℹ️ **Note:** You must specify exactly one of `number`, `tcp`, and `udp`.
|
|
6886
6947
|
*/
|
|
6887
6948
|
udp?: pulumi.Input<inputs.IpsecTunnelAutoKeyProxyIdProtocolUdp>;
|
|
@@ -6927,17 +6988,16 @@ export interface IpsecTunnelAutoKeyProxyIdV6 {
|
|
|
6927
6988
|
export interface IpsecTunnelAutoKeyProxyIdV6Protocol {
|
|
6928
6989
|
/**
|
|
6929
6990
|
* IP protocol number
|
|
6991
|
+
* > ℹ️ **Note:** You must specify exactly one of `number`, `tcp`, and `udp`.
|
|
6930
6992
|
*/
|
|
6931
6993
|
number?: pulumi.Input<number>;
|
|
6932
6994
|
/**
|
|
6933
|
-
* IPv6 type of
|
|
6934
|
-
*
|
|
6995
|
+
* IPv6 type of proxy*id protocol values for TCP protocol
|
|
6935
6996
|
* > ℹ️ **Note:** You must specify exactly one of `number`, `tcp`, and `udp`.
|
|
6936
6997
|
*/
|
|
6937
6998
|
tcp?: pulumi.Input<inputs.IpsecTunnelAutoKeyProxyIdV6ProtocolTcp>;
|
|
6938
6999
|
/**
|
|
6939
|
-
* IPv6 type of
|
|
6940
|
-
*
|
|
7000
|
+
* IPv6 type of proxy*id protocol values for UDP protocol
|
|
6941
7001
|
* > ℹ️ **Note:** You must specify exactly one of `number`, `tcp`, and `udp`.
|
|
6942
7002
|
*/
|
|
6943
7003
|
udp?: pulumi.Input<inputs.IpsecTunnelAutoKeyProxyIdV6ProtocolUdp>;
|
|
@@ -7078,6 +7138,56 @@ export interface LdapServerProfileServer {
|
|
|
7078
7138
|
*/
|
|
7079
7139
|
port?: pulumi.Input<number>;
|
|
7080
7140
|
}
|
|
7141
|
+
export interface LldpProfileOptionTlvs {
|
|
7142
|
+
/**
|
|
7143
|
+
* Management address
|
|
7144
|
+
*/
|
|
7145
|
+
managementAddress?: pulumi.Input<inputs.LldpProfileOptionTlvsManagementAddress>;
|
|
7146
|
+
/**
|
|
7147
|
+
* Option TLV Port Description
|
|
7148
|
+
*/
|
|
7149
|
+
portDescription?: pulumi.Input<boolean>;
|
|
7150
|
+
/**
|
|
7151
|
+
* Option TLV System Capabilities
|
|
7152
|
+
*/
|
|
7153
|
+
systemCapabilities?: pulumi.Input<boolean>;
|
|
7154
|
+
/**
|
|
7155
|
+
* Option TLV System Description
|
|
7156
|
+
*/
|
|
7157
|
+
systemDescription?: pulumi.Input<boolean>;
|
|
7158
|
+
/**
|
|
7159
|
+
* Option TLV System Name
|
|
7160
|
+
*/
|
|
7161
|
+
systemName?: pulumi.Input<boolean>;
|
|
7162
|
+
}
|
|
7163
|
+
export interface LldpProfileOptionTlvsManagementAddress {
|
|
7164
|
+
/**
|
|
7165
|
+
* Management address enabled
|
|
7166
|
+
*/
|
|
7167
|
+
enabled?: pulumi.Input<boolean>;
|
|
7168
|
+
/**
|
|
7169
|
+
* Iplist
|
|
7170
|
+
*/
|
|
7171
|
+
iplists?: pulumi.Input<pulumi.Input<inputs.LldpProfileOptionTlvsManagementAddressIplist>[]>;
|
|
7172
|
+
}
|
|
7173
|
+
export interface LldpProfileOptionTlvsManagementAddressIplist {
|
|
7174
|
+
/**
|
|
7175
|
+
* Interface
|
|
7176
|
+
*/
|
|
7177
|
+
interface?: pulumi.Input<string>;
|
|
7178
|
+
/**
|
|
7179
|
+
* IPv4 Address
|
|
7180
|
+
*/
|
|
7181
|
+
ipv4?: pulumi.Input<string>;
|
|
7182
|
+
/**
|
|
7183
|
+
* IPv6 Address
|
|
7184
|
+
*/
|
|
7185
|
+
ipv6?: pulumi.Input<string>;
|
|
7186
|
+
/**
|
|
7187
|
+
* Name
|
|
7188
|
+
*/
|
|
7189
|
+
name?: pulumi.Input<string>;
|
|
7190
|
+
}
|
|
7081
7191
|
export interface LogForwardingProfileMatchList {
|
|
7082
7192
|
/**
|
|
7083
7193
|
* Match profile description
|
|
@@ -7403,11 +7513,11 @@ export interface LogicalRouterVrfBgpAggregateRoute {
|
|
|
7403
7513
|
export interface LogicalRouterVrfBgpAggregateRouteType {
|
|
7404
7514
|
/**
|
|
7405
7515
|
* Ipv4
|
|
7516
|
+
* > ℹ️ **Note:** You must specify exactly one of `ipv4` and `ipv6`.
|
|
7406
7517
|
*/
|
|
7407
7518
|
ipv4?: pulumi.Input<inputs.LogicalRouterVrfBgpAggregateRouteTypeIpv4>;
|
|
7408
7519
|
/**
|
|
7409
7520
|
* Ipv6
|
|
7410
|
-
*
|
|
7411
7521
|
* > ℹ️ **Note:** You must specify exactly one of `ipv4` and `ipv6`.
|
|
7412
7522
|
*/
|
|
7413
7523
|
ipv6?: pulumi.Input<inputs.LogicalRouterVrfBgpAggregateRouteTypeIpv6>;
|
|
@@ -7697,11 +7807,11 @@ export interface LogicalRouterVrfBgpPeerGroupPeerConnectionOptionsOutgoingBgpCon
|
|
|
7697
7807
|
export interface LogicalRouterVrfBgpPeerGroupPeerInherit {
|
|
7698
7808
|
/**
|
|
7699
7809
|
* No
|
|
7810
|
+
* > ℹ️ **Note:** You must specify exactly one of `ipv4`, `no`, and `yes`.
|
|
7700
7811
|
*/
|
|
7701
7812
|
no?: pulumi.Input<inputs.LogicalRouterVrfBgpPeerGroupPeerInheritNo>;
|
|
7702
7813
|
/**
|
|
7703
7814
|
* Yes
|
|
7704
|
-
*
|
|
7705
7815
|
* > ℹ️ **Note:** You must specify exactly one of `ipv4`, `no`, and `yes`.
|
|
7706
7816
|
*/
|
|
7707
7817
|
yes?: pulumi.Input<inputs.LogicalRouterVrfBgpPeerGroupPeerInheritYes>;
|
|
@@ -7751,11 +7861,11 @@ export interface LogicalRouterVrfBgpPeerGroupPeerLocalAddress {
|
|
|
7751
7861
|
export interface LogicalRouterVrfBgpPeerGroupPeerPeerAddress {
|
|
7752
7862
|
/**
|
|
7753
7863
|
* Fqdn
|
|
7864
|
+
* > ℹ️ **Note:** You must specify exactly one of `fqdn` and `ip`.
|
|
7754
7865
|
*/
|
|
7755
7866
|
fqdn?: pulumi.Input<string>;
|
|
7756
7867
|
/**
|
|
7757
7868
|
* Ip
|
|
7758
|
-
*
|
|
7759
7869
|
* > ℹ️ **Note:** You must specify exactly one of `fqdn` and `ip`.
|
|
7760
7870
|
*/
|
|
7761
7871
|
ip?: pulumi.Input<string>;
|
|
@@ -7773,23 +7883,21 @@ export interface LogicalRouterVrfBgpPeerGroupPeerSubsequentAddressFamilyIdentifi
|
|
|
7773
7883
|
export interface LogicalRouterVrfBgpPeerGroupType {
|
|
7774
7884
|
/**
|
|
7775
7885
|
* Ebgp
|
|
7886
|
+
* > ℹ️ **Note:** You must specify exactly one of `ebgp`, `ebgpConfed`, `ibgp`, and `ibgpConfed`.
|
|
7776
7887
|
*/
|
|
7777
7888
|
ebgp?: pulumi.Input<inputs.LogicalRouterVrfBgpPeerGroupTypeEbgp>;
|
|
7778
7889
|
/**
|
|
7779
7890
|
* Ebgp confed
|
|
7780
|
-
*
|
|
7781
7891
|
* > ℹ️ **Note:** You must specify exactly one of `ebgp`, `ebgpConfed`, `ibgp`, and `ibgpConfed`.
|
|
7782
7892
|
*/
|
|
7783
7893
|
ebgpConfed?: pulumi.Input<inputs.LogicalRouterVrfBgpPeerGroupTypeEbgpConfed>;
|
|
7784
7894
|
/**
|
|
7785
7895
|
* Ibgp
|
|
7786
|
-
*
|
|
7787
7896
|
* > ℹ️ **Note:** You must specify exactly one of `ebgp`, `ebgpConfed`, `ibgp`, and `ibgpConfed`.
|
|
7788
7897
|
*/
|
|
7789
7898
|
ibgp?: pulumi.Input<inputs.LogicalRouterVrfBgpPeerGroupTypeIbgp>;
|
|
7790
7899
|
/**
|
|
7791
7900
|
* Ibgp confed
|
|
7792
|
-
*
|
|
7793
7901
|
* > ℹ️ **Note:** You must specify exactly one of `ebgp`, `ebgpConfed`, `ibgp`, and `ibgpConfed`.
|
|
7794
7902
|
*/
|
|
7795
7903
|
ibgpConfed?: pulumi.Input<inputs.LogicalRouterVrfBgpPeerGroupTypeIbgpConfed>;
|
|
@@ -8009,23 +8117,21 @@ export interface LogicalRouterVrfBgpPolicyAggregationAddressAggregateRouteAttrib
|
|
|
8009
8117
|
export interface LogicalRouterVrfBgpPolicyAggregationAddressAggregateRouteAttributesAsPath {
|
|
8010
8118
|
/**
|
|
8011
8119
|
* None
|
|
8120
|
+
* > ℹ️ **Note:** You must specify exactly one of `none`, `prepend`, `remove`, and `removeAndPrepend`.
|
|
8012
8121
|
*/
|
|
8013
8122
|
none?: pulumi.Input<inputs.LogicalRouterVrfBgpPolicyAggregationAddressAggregateRouteAttributesAsPathNone>;
|
|
8014
8123
|
/**
|
|
8015
8124
|
* Prepend
|
|
8016
|
-
*
|
|
8017
8125
|
* > ℹ️ **Note:** You must specify exactly one of `none`, `prepend`, `remove`, and `removeAndPrepend`.
|
|
8018
8126
|
*/
|
|
8019
8127
|
prepend?: pulumi.Input<number>;
|
|
8020
8128
|
/**
|
|
8021
8129
|
* Remove
|
|
8022
|
-
*
|
|
8023
8130
|
* > ℹ️ **Note:** You must specify exactly one of `none`, `prepend`, `remove`, and `removeAndPrepend`.
|
|
8024
8131
|
*/
|
|
8025
8132
|
remove?: pulumi.Input<inputs.LogicalRouterVrfBgpPolicyAggregationAddressAggregateRouteAttributesAsPathRemove>;
|
|
8026
8133
|
/**
|
|
8027
8134
|
* Remove and prepend
|
|
8028
|
-
*
|
|
8029
8135
|
* > ℹ️ **Note:** You must specify exactly one of `none`, `prepend`, `remove`, and `removeAndPrepend`.
|
|
8030
8136
|
*/
|
|
8031
8137
|
removeAndPrepend?: pulumi.Input<number>;
|
|
@@ -8037,29 +8143,26 @@ export interface LogicalRouterVrfBgpPolicyAggregationAddressAggregateRouteAttrib
|
|
|
8037
8143
|
export interface LogicalRouterVrfBgpPolicyAggregationAddressAggregateRouteAttributesCommunity {
|
|
8038
8144
|
/**
|
|
8039
8145
|
* Append
|
|
8146
|
+
* > ℹ️ **Note:** You must specify exactly one of `append`, `none`, `overwrite`, `removeAll`, and `removeRegex`.
|
|
8040
8147
|
*/
|
|
8041
8148
|
appends?: pulumi.Input<pulumi.Input<string>[]>;
|
|
8042
8149
|
/**
|
|
8043
8150
|
* None
|
|
8044
|
-
*
|
|
8045
8151
|
* > ℹ️ **Note:** You must specify exactly one of `append`, `none`, `overwrite`, `removeAll`, and `removeRegex`.
|
|
8046
8152
|
*/
|
|
8047
8153
|
none?: pulumi.Input<inputs.LogicalRouterVrfBgpPolicyAggregationAddressAggregateRouteAttributesCommunityNone>;
|
|
8048
8154
|
/**
|
|
8049
8155
|
* Overwrite
|
|
8050
|
-
*
|
|
8051
8156
|
* > ℹ️ **Note:** You must specify exactly one of `append`, `none`, `overwrite`, `removeAll`, and `removeRegex`.
|
|
8052
8157
|
*/
|
|
8053
8158
|
overwrites?: pulumi.Input<pulumi.Input<string>[]>;
|
|
8054
8159
|
/**
|
|
8055
8160
|
* Remove all
|
|
8056
|
-
*
|
|
8057
8161
|
* > ℹ️ **Note:** You must specify exactly one of `append`, `none`, `overwrite`, `removeAll`, and `removeRegex`.
|
|
8058
8162
|
*/
|
|
8059
8163
|
removeAll?: pulumi.Input<inputs.LogicalRouterVrfBgpPolicyAggregationAddressAggregateRouteAttributesCommunityRemoveAll>;
|
|
8060
8164
|
/**
|
|
8061
8165
|
* Remove regex
|
|
8062
|
-
*
|
|
8063
8166
|
* > ℹ️ **Note:** You must specify exactly one of `append`, `none`, `overwrite`, `removeAll`, and `removeRegex`.
|
|
8064
8167
|
*/
|
|
8065
8168
|
removeRegex?: pulumi.Input<string>;
|
|
@@ -8071,29 +8174,26 @@ export interface LogicalRouterVrfBgpPolicyAggregationAddressAggregateRouteAttrib
|
|
|
8071
8174
|
export interface LogicalRouterVrfBgpPolicyAggregationAddressAggregateRouteAttributesExtendedCommunity {
|
|
8072
8175
|
/**
|
|
8073
8176
|
* Append
|
|
8177
|
+
* > ℹ️ **Note:** You must specify exactly one of `append`, `none`, `overwrite`, `removeAll`, and `removeRegex`.
|
|
8074
8178
|
*/
|
|
8075
8179
|
appends?: pulumi.Input<pulumi.Input<string>[]>;
|
|
8076
8180
|
/**
|
|
8077
8181
|
* None
|
|
8078
|
-
*
|
|
8079
8182
|
* > ℹ️ **Note:** You must specify exactly one of `append`, `none`, `overwrite`, `removeAll`, and `removeRegex`.
|
|
8080
8183
|
*/
|
|
8081
8184
|
none?: pulumi.Input<inputs.LogicalRouterVrfBgpPolicyAggregationAddressAggregateRouteAttributesExtendedCommunityNone>;
|
|
8082
8185
|
/**
|
|
8083
8186
|
* Overwrite
|
|
8084
|
-
*
|
|
8085
8187
|
* > ℹ️ **Note:** You must specify exactly one of `append`, `none`, `overwrite`, `removeAll`, and `removeRegex`.
|
|
8086
8188
|
*/
|
|
8087
8189
|
overwrites?: pulumi.Input<pulumi.Input<string>[]>;
|
|
8088
8190
|
/**
|
|
8089
8191
|
* Remove all
|
|
8090
|
-
*
|
|
8091
8192
|
* > ℹ️ **Note:** You must specify exactly one of `append`, `none`, `overwrite`, `removeAll`, and `removeRegex`.
|
|
8092
8193
|
*/
|
|
8093
8194
|
removeAll?: pulumi.Input<inputs.LogicalRouterVrfBgpPolicyAggregationAddressAggregateRouteAttributesExtendedCommunityRemoveAll>;
|
|
8094
8195
|
/**
|
|
8095
8196
|
* Remove regex
|
|
8096
|
-
*
|
|
8097
8197
|
* > ℹ️ **Note:** You must specify exactly one of `append`, `none`, `overwrite`, `removeAll`, and `removeRegex`.
|
|
8098
8198
|
*/
|
|
8099
8199
|
removeRegex?: pulumi.Input<string>;
|
|
@@ -8413,11 +8513,11 @@ export interface LogicalRouterVrfBgpPolicyExportRule {
|
|
|
8413
8513
|
export interface LogicalRouterVrfBgpPolicyExportRuleAction {
|
|
8414
8514
|
/**
|
|
8415
8515
|
* Allow
|
|
8516
|
+
* > ℹ️ **Note:** You must specify exactly one of `allow` and `deny`.
|
|
8416
8517
|
*/
|
|
8417
8518
|
allow?: pulumi.Input<inputs.LogicalRouterVrfBgpPolicyExportRuleActionAllow>;
|
|
8418
8519
|
/**
|
|
8419
8520
|
* Deny
|
|
8420
|
-
*
|
|
8421
8521
|
* > ℹ️ **Note:** You must specify exactly one of `allow` and `deny`.
|
|
8422
8522
|
*/
|
|
8423
8523
|
deny?: pulumi.Input<inputs.LogicalRouterVrfBgpPolicyExportRuleActionDeny>;
|
|
@@ -8465,23 +8565,21 @@ export interface LogicalRouterVrfBgpPolicyExportRuleActionAllowUpdate {
|
|
|
8465
8565
|
export interface LogicalRouterVrfBgpPolicyExportRuleActionAllowUpdateAsPath {
|
|
8466
8566
|
/**
|
|
8467
8567
|
* None
|
|
8568
|
+
* > ℹ️ **Note:** You must specify exactly one of `none`, `prepend`, `remove`, and `removeAndPrepend`.
|
|
8468
8569
|
*/
|
|
8469
8570
|
none?: pulumi.Input<inputs.LogicalRouterVrfBgpPolicyExportRuleActionAllowUpdateAsPathNone>;
|
|
8470
8571
|
/**
|
|
8471
8572
|
* Prepend
|
|
8472
|
-
*
|
|
8473
8573
|
* > ℹ️ **Note:** You must specify exactly one of `none`, `prepend`, `remove`, and `removeAndPrepend`.
|
|
8474
8574
|
*/
|
|
8475
8575
|
prepend?: pulumi.Input<number>;
|
|
8476
8576
|
/**
|
|
8477
8577
|
* Remove
|
|
8478
|
-
*
|
|
8479
8578
|
* > ℹ️ **Note:** You must specify exactly one of `none`, `prepend`, `remove`, and `removeAndPrepend`.
|
|
8480
8579
|
*/
|
|
8481
8580
|
remove?: pulumi.Input<inputs.LogicalRouterVrfBgpPolicyExportRuleActionAllowUpdateAsPathRemove>;
|
|
8482
8581
|
/**
|
|
8483
8582
|
* Remove and prepend
|
|
8484
|
-
*
|
|
8485
8583
|
* > ℹ️ **Note:** You must specify exactly one of `none`, `prepend`, `remove`, and `removeAndPrepend`.
|
|
8486
8584
|
*/
|
|
8487
8585
|
removeAndPrepend?: pulumi.Input<number>;
|
|
@@ -8493,29 +8591,26 @@ export interface LogicalRouterVrfBgpPolicyExportRuleActionAllowUpdateAsPathRemov
|
|
|
8493
8591
|
export interface LogicalRouterVrfBgpPolicyExportRuleActionAllowUpdateCommunity {
|
|
8494
8592
|
/**
|
|
8495
8593
|
* Append
|
|
8594
|
+
* > ℹ️ **Note:** You must specify exactly one of `append`, `none`, `overwrite`, `removeAll`, and `removeRegex`.
|
|
8496
8595
|
*/
|
|
8497
8596
|
appends?: pulumi.Input<pulumi.Input<string>[]>;
|
|
8498
8597
|
/**
|
|
8499
8598
|
* None
|
|
8500
|
-
*
|
|
8501
8599
|
* > ℹ️ **Note:** You must specify exactly one of `append`, `none`, `overwrite`, `removeAll`, and `removeRegex`.
|
|
8502
8600
|
*/
|
|
8503
8601
|
none?: pulumi.Input<inputs.LogicalRouterVrfBgpPolicyExportRuleActionAllowUpdateCommunityNone>;
|
|
8504
8602
|
/**
|
|
8505
8603
|
* Overwrite
|
|
8506
|
-
*
|
|
8507
8604
|
* > ℹ️ **Note:** You must specify exactly one of `append`, `none`, `overwrite`, `removeAll`, and `removeRegex`.
|
|
8508
8605
|
*/
|
|
8509
8606
|
overwrites?: pulumi.Input<pulumi.Input<string>[]>;
|
|
8510
8607
|
/**
|
|
8511
8608
|
* Remove all
|
|
8512
|
-
*
|
|
8513
8609
|
* > ℹ️ **Note:** You must specify exactly one of `append`, `none`, `overwrite`, `removeAll`, and `removeRegex`.
|
|
8514
8610
|
*/
|
|
8515
8611
|
removeAll?: pulumi.Input<inputs.LogicalRouterVrfBgpPolicyExportRuleActionAllowUpdateCommunityRemoveAll>;
|
|
8516
8612
|
/**
|
|
8517
8613
|
* Remove regex
|
|
8518
|
-
*
|
|
8519
8614
|
* > ℹ️ **Note:** You must specify exactly one of `append`, `none`, `overwrite`, `removeAll`, and `removeRegex`.
|
|
8520
8615
|
*/
|
|
8521
8616
|
removeRegex?: pulumi.Input<string>;
|
|
@@ -8527,29 +8622,26 @@ export interface LogicalRouterVrfBgpPolicyExportRuleActionAllowUpdateCommunityRe
|
|
|
8527
8622
|
export interface LogicalRouterVrfBgpPolicyExportRuleActionAllowUpdateExtendedCommunity {
|
|
8528
8623
|
/**
|
|
8529
8624
|
* Append
|
|
8625
|
+
* > ℹ️ **Note:** You must specify exactly one of `append`, `none`, `overwrite`, `removeAll`, and `removeRegex`.
|
|
8530
8626
|
*/
|
|
8531
8627
|
appends?: pulumi.Input<pulumi.Input<string>[]>;
|
|
8532
8628
|
/**
|
|
8533
8629
|
* None
|
|
8534
|
-
*
|
|
8535
8630
|
* > ℹ️ **Note:** You must specify exactly one of `append`, `none`, `overwrite`, `removeAll`, and `removeRegex`.
|
|
8536
8631
|
*/
|
|
8537
8632
|
none?: pulumi.Input<inputs.LogicalRouterVrfBgpPolicyExportRuleActionAllowUpdateExtendedCommunityNone>;
|
|
8538
8633
|
/**
|
|
8539
8634
|
* Overwrite
|
|
8540
|
-
*
|
|
8541
8635
|
* > ℹ️ **Note:** You must specify exactly one of `append`, `none`, `overwrite`, `removeAll`, and `removeRegex`.
|
|
8542
8636
|
*/
|
|
8543
8637
|
overwrites?: pulumi.Input<pulumi.Input<string>[]>;
|
|
8544
8638
|
/**
|
|
8545
8639
|
* Remove all
|
|
8546
|
-
*
|
|
8547
8640
|
* > ℹ️ **Note:** You must specify exactly one of `append`, `none`, `overwrite`, `removeAll`, and `removeRegex`.
|
|
8548
8641
|
*/
|
|
8549
8642
|
removeAll?: pulumi.Input<inputs.LogicalRouterVrfBgpPolicyExportRuleActionAllowUpdateExtendedCommunityRemoveAll>;
|
|
8550
8643
|
/**
|
|
8551
8644
|
* Remove regex
|
|
8552
|
-
*
|
|
8553
8645
|
* > ℹ️ **Note:** You must specify exactly one of `append`, `none`, `overwrite`, `removeAll`, and `removeRegex`.
|
|
8554
8646
|
*/
|
|
8555
8647
|
removeRegex?: pulumi.Input<string>;
|
|
@@ -8661,11 +8753,11 @@ export interface LogicalRouterVrfBgpPolicyImportRule {
|
|
|
8661
8753
|
export interface LogicalRouterVrfBgpPolicyImportRuleAction {
|
|
8662
8754
|
/**
|
|
8663
8755
|
* Allow
|
|
8756
|
+
* > ℹ️ **Note:** You must specify exactly one of `allow` and `deny`.
|
|
8664
8757
|
*/
|
|
8665
8758
|
allow?: pulumi.Input<inputs.LogicalRouterVrfBgpPolicyImportRuleActionAllow>;
|
|
8666
8759
|
/**
|
|
8667
8760
|
* Deny
|
|
8668
|
-
*
|
|
8669
8761
|
* > ℹ️ **Note:** You must specify exactly one of `allow` and `deny`.
|
|
8670
8762
|
*/
|
|
8671
8763
|
deny?: pulumi.Input<inputs.LogicalRouterVrfBgpPolicyImportRuleActionDeny>;
|
|
@@ -8721,23 +8813,21 @@ export interface LogicalRouterVrfBgpPolicyImportRuleActionAllowUpdate {
|
|
|
8721
8813
|
export interface LogicalRouterVrfBgpPolicyImportRuleActionAllowUpdateAsPath {
|
|
8722
8814
|
/**
|
|
8723
8815
|
* None
|
|
8816
|
+
* > ℹ️ **Note:** You must specify exactly one of `none`, `prepend`, `remove`, and `removeAndPrepend`.
|
|
8724
8817
|
*/
|
|
8725
8818
|
none?: pulumi.Input<inputs.LogicalRouterVrfBgpPolicyImportRuleActionAllowUpdateAsPathNone>;
|
|
8726
8819
|
/**
|
|
8727
8820
|
* Prepend
|
|
8728
|
-
*
|
|
8729
8821
|
* > ℹ️ **Note:** You must specify exactly one of `none`, `prepend`, `remove`, and `removeAndPrepend`.
|
|
8730
8822
|
*/
|
|
8731
8823
|
prepend?: pulumi.Input<number>;
|
|
8732
8824
|
/**
|
|
8733
8825
|
* Remove
|
|
8734
|
-
*
|
|
8735
8826
|
* > ℹ️ **Note:** You must specify exactly one of `none`, `prepend`, `remove`, and `removeAndPrepend`.
|
|
8736
8827
|
*/
|
|
8737
8828
|
remove?: pulumi.Input<inputs.LogicalRouterVrfBgpPolicyImportRuleActionAllowUpdateAsPathRemove>;
|
|
8738
8829
|
/**
|
|
8739
8830
|
* Remove and prepend
|
|
8740
|
-
*
|
|
8741
8831
|
* > ℹ️ **Note:** You must specify exactly one of `none`, `prepend`, `remove`, and `removeAndPrepend`.
|
|
8742
8832
|
*/
|
|
8743
8833
|
removeAndPrepend?: pulumi.Input<number>;
|
|
@@ -8749,29 +8839,26 @@ export interface LogicalRouterVrfBgpPolicyImportRuleActionAllowUpdateAsPathRemov
|
|
|
8749
8839
|
export interface LogicalRouterVrfBgpPolicyImportRuleActionAllowUpdateCommunity {
|
|
8750
8840
|
/**
|
|
8751
8841
|
* Append
|
|
8842
|
+
* > ℹ️ **Note:** You must specify exactly one of `append`, `none`, `overwrite`, `removeAll`, and `removeRegex`.
|
|
8752
8843
|
*/
|
|
8753
8844
|
appends?: pulumi.Input<pulumi.Input<string>[]>;
|
|
8754
8845
|
/**
|
|
8755
8846
|
* None
|
|
8756
|
-
*
|
|
8757
8847
|
* > ℹ️ **Note:** You must specify exactly one of `append`, `none`, `overwrite`, `removeAll`, and `removeRegex`.
|
|
8758
8848
|
*/
|
|
8759
8849
|
none?: pulumi.Input<inputs.LogicalRouterVrfBgpPolicyImportRuleActionAllowUpdateCommunityNone>;
|
|
8760
8850
|
/**
|
|
8761
8851
|
* Overwrite
|
|
8762
|
-
*
|
|
8763
8852
|
* > ℹ️ **Note:** You must specify exactly one of `append`, `none`, `overwrite`, `removeAll`, and `removeRegex`.
|
|
8764
8853
|
*/
|
|
8765
8854
|
overwrites?: pulumi.Input<pulumi.Input<string>[]>;
|
|
8766
8855
|
/**
|
|
8767
8856
|
* Remove all
|
|
8768
|
-
*
|
|
8769
8857
|
* > ℹ️ **Note:** You must specify exactly one of `append`, `none`, `overwrite`, `removeAll`, and `removeRegex`.
|
|
8770
8858
|
*/
|
|
8771
8859
|
removeAll?: pulumi.Input<inputs.LogicalRouterVrfBgpPolicyImportRuleActionAllowUpdateCommunityRemoveAll>;
|
|
8772
8860
|
/**
|
|
8773
8861
|
* Remove regex
|
|
8774
|
-
*
|
|
8775
8862
|
* > ℹ️ **Note:** You must specify exactly one of `append`, `none`, `overwrite`, `removeAll`, and `removeRegex`.
|
|
8776
8863
|
*/
|
|
8777
8864
|
removeRegex?: pulumi.Input<string>;
|
|
@@ -8783,29 +8870,26 @@ export interface LogicalRouterVrfBgpPolicyImportRuleActionAllowUpdateCommunityRe
|
|
|
8783
8870
|
export interface LogicalRouterVrfBgpPolicyImportRuleActionAllowUpdateExtendedCommunity {
|
|
8784
8871
|
/**
|
|
8785
8872
|
* Append
|
|
8873
|
+
* > ℹ️ **Note:** You must specify exactly one of `append`, `none`, `overwrite`, `removeAll`, and `removeRegex`.
|
|
8786
8874
|
*/
|
|
8787
8875
|
appends?: pulumi.Input<pulumi.Input<string>[]>;
|
|
8788
8876
|
/**
|
|
8789
8877
|
* None
|
|
8790
|
-
*
|
|
8791
8878
|
* > ℹ️ **Note:** You must specify exactly one of `append`, `none`, `overwrite`, `removeAll`, and `removeRegex`.
|
|
8792
8879
|
*/
|
|
8793
8880
|
none?: pulumi.Input<inputs.LogicalRouterVrfBgpPolicyImportRuleActionAllowUpdateExtendedCommunityNone>;
|
|
8794
8881
|
/**
|
|
8795
8882
|
* Overwrite
|
|
8796
|
-
*
|
|
8797
8883
|
* > ℹ️ **Note:** You must specify exactly one of `append`, `none`, `overwrite`, `removeAll`, and `removeRegex`.
|
|
8798
8884
|
*/
|
|
8799
8885
|
overwrites?: pulumi.Input<pulumi.Input<string>[]>;
|
|
8800
8886
|
/**
|
|
8801
8887
|
* Remove all
|
|
8802
|
-
*
|
|
8803
8888
|
* > ℹ️ **Note:** You must specify exactly one of `append`, `none`, `overwrite`, `removeAll`, and `removeRegex`.
|
|
8804
8889
|
*/
|
|
8805
8890
|
removeAll?: pulumi.Input<inputs.LogicalRouterVrfBgpPolicyImportRuleActionAllowUpdateExtendedCommunityRemoveAll>;
|
|
8806
8891
|
/**
|
|
8807
8892
|
* Remove regex
|
|
8808
|
-
*
|
|
8809
8893
|
* > ℹ️ **Note:** You must specify exactly one of `append`, `none`, `overwrite`, `removeAll`, and `removeRegex`.
|
|
8810
8894
|
*/
|
|
8811
8895
|
removeRegex?: pulumi.Input<string>;
|
|
@@ -8979,23 +9063,21 @@ export interface LogicalRouterVrfEcmp {
|
|
|
8979
9063
|
export interface LogicalRouterVrfEcmpAlgorithm {
|
|
8980
9064
|
/**
|
|
8981
9065
|
* Balanced round robin
|
|
9066
|
+
* > ℹ️ **Note:** You must specify exactly one of `balancedRoundRobin`, `ipHash`, `ipModulo`, and `weightedRoundRobin`.
|
|
8982
9067
|
*/
|
|
8983
9068
|
balancedRoundRobin?: pulumi.Input<inputs.LogicalRouterVrfEcmpAlgorithmBalancedRoundRobin>;
|
|
8984
9069
|
/**
|
|
8985
9070
|
* Ip hash
|
|
8986
|
-
*
|
|
8987
9071
|
* > ℹ️ **Note:** You must specify exactly one of `balancedRoundRobin`, `ipHash`, `ipModulo`, and `weightedRoundRobin`.
|
|
8988
9072
|
*/
|
|
8989
9073
|
ipHash?: pulumi.Input<inputs.LogicalRouterVrfEcmpAlgorithmIpHash>;
|
|
8990
9074
|
/**
|
|
8991
9075
|
* Ip modulo
|
|
8992
|
-
*
|
|
8993
9076
|
* > ℹ️ **Note:** You must specify exactly one of `balancedRoundRobin`, `ipHash`, `ipModulo`, and `weightedRoundRobin`.
|
|
8994
9077
|
*/
|
|
8995
9078
|
ipModulo?: pulumi.Input<inputs.LogicalRouterVrfEcmpAlgorithmIpModulo>;
|
|
8996
9079
|
/**
|
|
8997
9080
|
* Weighted round robin
|
|
8998
|
-
*
|
|
8999
9081
|
* > ℹ️ **Note:** You must specify exactly one of `balancedRoundRobin`, `ipHash`, `ipModulo`, and `weightedRoundRobin`.
|
|
9000
9082
|
*/
|
|
9001
9083
|
weightedRoundRobin?: pulumi.Input<inputs.LogicalRouterVrfEcmpAlgorithmWeightedRoundRobin>;
|
|
@@ -9389,11 +9471,11 @@ export interface LogicalRouterVrfMulticastMsdpPeerLocalAddress {
|
|
|
9389
9471
|
export interface LogicalRouterVrfMulticastMsdpPeerPeerAddress {
|
|
9390
9472
|
/**
|
|
9391
9473
|
* Fqdn
|
|
9474
|
+
* > ℹ️ **Note:** You must specify exactly one of `fqdn` and `ip`.
|
|
9392
9475
|
*/
|
|
9393
9476
|
fqdn?: pulumi.Input<string>;
|
|
9394
9477
|
/**
|
|
9395
9478
|
* Ip
|
|
9396
|
-
*
|
|
9397
9479
|
* > ℹ️ **Note:** You must specify exactly one of `fqdn` and `ip`.
|
|
9398
9480
|
*/
|
|
9399
9481
|
ip?: pulumi.Input<string>;
|
|
@@ -9489,11 +9571,11 @@ export interface LogicalRouterVrfMulticastPimRpExternalRp {
|
|
|
9489
9571
|
export interface LogicalRouterVrfMulticastPimRpLocalRp {
|
|
9490
9572
|
/**
|
|
9491
9573
|
* Candidate rp
|
|
9574
|
+
* > ℹ️ **Note:** You must specify exactly one of `candidateRp` and `staticRp`.
|
|
9492
9575
|
*/
|
|
9493
9576
|
candidateRp?: pulumi.Input<inputs.LogicalRouterVrfMulticastPimRpLocalRpCandidateRp>;
|
|
9494
9577
|
/**
|
|
9495
9578
|
* Static rp
|
|
9496
|
-
*
|
|
9497
9579
|
* > ℹ️ **Note:** You must specify exactly one of `candidateRp` and `staticRp`.
|
|
9498
9580
|
*/
|
|
9499
9581
|
staticRp?: pulumi.Input<inputs.LogicalRouterVrfMulticastPimRpLocalRpStaticRp>;
|
|
@@ -9581,11 +9663,11 @@ export interface LogicalRouterVrfMulticastRpExternalRp {
|
|
|
9581
9663
|
export interface LogicalRouterVrfMulticastRpLocalRp {
|
|
9582
9664
|
/**
|
|
9583
9665
|
* Candidate rp
|
|
9666
|
+
* > ℹ️ **Note:** You must specify exactly one of `candidateRp` and `staticRp`.
|
|
9584
9667
|
*/
|
|
9585
9668
|
candidateRp?: pulumi.Input<inputs.LogicalRouterVrfMulticastRpLocalRpCandidateRp>;
|
|
9586
9669
|
/**
|
|
9587
9670
|
* Static rp
|
|
9588
|
-
*
|
|
9589
9671
|
* > ℹ️ **Note:** You must specify exactly one of `candidateRp` and `staticRp`.
|
|
9590
9672
|
*/
|
|
9591
9673
|
staticRp?: pulumi.Input<inputs.LogicalRouterVrfMulticastRpLocalRpStaticRp>;
|
|
@@ -9829,17 +9911,16 @@ export interface LogicalRouterVrfOspfAreaInterfaceBfd {
|
|
|
9829
9911
|
export interface LogicalRouterVrfOspfAreaInterfaceLinkType {
|
|
9830
9912
|
/**
|
|
9831
9913
|
* Broadcast
|
|
9914
|
+
* > ℹ️ **Note:** You must specify exactly one of `broadcast`, `p2mp`, and `p2p`.
|
|
9832
9915
|
*/
|
|
9833
9916
|
broadcast?: pulumi.Input<inputs.LogicalRouterVrfOspfAreaInterfaceLinkTypeBroadcast>;
|
|
9834
9917
|
/**
|
|
9835
9918
|
* P2mp
|
|
9836
|
-
*
|
|
9837
9919
|
* > ℹ️ **Note:** You must specify exactly one of `broadcast`, `p2mp`, and `p2p`.
|
|
9838
9920
|
*/
|
|
9839
9921
|
p2mp?: pulumi.Input<inputs.LogicalRouterVrfOspfAreaInterfaceLinkTypeP2mp>;
|
|
9840
9922
|
/**
|
|
9841
9923
|
* P2p
|
|
9842
|
-
*
|
|
9843
9924
|
* > ℹ️ **Note:** You must specify exactly one of `broadcast`, `p2mp`, and `p2p`.
|
|
9844
9925
|
*/
|
|
9845
9926
|
p2p?: pulumi.Input<inputs.LogicalRouterVrfOspfAreaInterfaceLinkTypeP2p>;
|
|
@@ -9903,17 +9984,16 @@ export interface LogicalRouterVrfOspfAreaRange {
|
|
|
9903
9984
|
export interface LogicalRouterVrfOspfAreaType {
|
|
9904
9985
|
/**
|
|
9905
9986
|
* Normal
|
|
9987
|
+
* > ℹ️ **Note:** You must specify exactly one of `normal`, `nssa`, and `stub`.
|
|
9906
9988
|
*/
|
|
9907
9989
|
normal?: pulumi.Input<inputs.LogicalRouterVrfOspfAreaTypeNormal>;
|
|
9908
9990
|
/**
|
|
9909
9991
|
* Nssa
|
|
9910
|
-
*
|
|
9911
9992
|
* > ℹ️ **Note:** You must specify exactly one of `normal`, `nssa`, and `stub`.
|
|
9912
9993
|
*/
|
|
9913
9994
|
nssa?: pulumi.Input<inputs.LogicalRouterVrfOspfAreaTypeNssa>;
|
|
9914
9995
|
/**
|
|
9915
9996
|
* Stub
|
|
9916
|
-
*
|
|
9917
9997
|
* > ℹ️ **Note:** You must specify exactly one of `normal`, `nssa`, and `stub`.
|
|
9918
9998
|
*/
|
|
9919
9999
|
stub?: pulumi.Input<inputs.LogicalRouterVrfOspfAreaTypeStub>;
|
|
@@ -10017,11 +10097,11 @@ export interface LogicalRouterVrfOspfAreaTypeNssaDefaultInformationOriginate {
|
|
|
10017
10097
|
export interface LogicalRouterVrfOspfAreaTypeNssaDefaultRoute {
|
|
10018
10098
|
/**
|
|
10019
10099
|
* Advertise
|
|
10100
|
+
* > ℹ️ **Note:** You must specify exactly one of `advertise` and `disable`.
|
|
10020
10101
|
*/
|
|
10021
10102
|
advertise?: pulumi.Input<inputs.LogicalRouterVrfOspfAreaTypeNssaDefaultRouteAdvertise>;
|
|
10022
10103
|
/**
|
|
10023
10104
|
* Disable
|
|
10024
|
-
*
|
|
10025
10105
|
* > ℹ️ **Note:** You must specify exactly one of `advertise` and `disable`.
|
|
10026
10106
|
*/
|
|
10027
10107
|
disable?: pulumi.Input<inputs.LogicalRouterVrfOspfAreaTypeNssaDefaultRouteDisable>;
|
|
@@ -10099,11 +10179,11 @@ export interface LogicalRouterVrfOspfAreaTypeStubAbr {
|
|
|
10099
10179
|
export interface LogicalRouterVrfOspfAreaTypeStubDefaultRoute {
|
|
10100
10180
|
/**
|
|
10101
10181
|
* Advertise
|
|
10182
|
+
* > ℹ️ **Note:** You must specify exactly one of `advertise` and `disable`.
|
|
10102
10183
|
*/
|
|
10103
10184
|
advertise?: pulumi.Input<inputs.LogicalRouterVrfOspfAreaTypeStubDefaultRouteAdvertise>;
|
|
10104
10185
|
/**
|
|
10105
10186
|
* Disable
|
|
10106
|
-
*
|
|
10107
10187
|
* > ℹ️ **Note:** You must specify exactly one of `advertise` and `disable`.
|
|
10108
10188
|
*/
|
|
10109
10189
|
disable?: pulumi.Input<inputs.LogicalRouterVrfOspfAreaTypeStubDefaultRouteDisable>;
|
|
@@ -10469,17 +10549,16 @@ export interface LogicalRouterVrfOspfv3AreaInterfaceBfd {
|
|
|
10469
10549
|
export interface LogicalRouterVrfOspfv3AreaInterfaceLinkType {
|
|
10470
10550
|
/**
|
|
10471
10551
|
* Broadcast
|
|
10552
|
+
* > ℹ️ **Note:** You must specify exactly one of `broadcast`, `p2mp`, and `p2p`.
|
|
10472
10553
|
*/
|
|
10473
10554
|
broadcast?: pulumi.Input<inputs.LogicalRouterVrfOspfv3AreaInterfaceLinkTypeBroadcast>;
|
|
10474
10555
|
/**
|
|
10475
10556
|
* P2mp
|
|
10476
|
-
*
|
|
10477
10557
|
* > ℹ️ **Note:** You must specify exactly one of `broadcast`, `p2mp`, and `p2p`.
|
|
10478
10558
|
*/
|
|
10479
10559
|
p2mp?: pulumi.Input<inputs.LogicalRouterVrfOspfv3AreaInterfaceLinkTypeP2mp>;
|
|
10480
10560
|
/**
|
|
10481
10561
|
* P2p
|
|
10482
|
-
*
|
|
10483
10562
|
* > ℹ️ **Note:** You must specify exactly one of `broadcast`, `p2mp`, and `p2p`.
|
|
10484
10563
|
*/
|
|
10485
10564
|
p2p?: pulumi.Input<inputs.LogicalRouterVrfOspfv3AreaInterfaceLinkTypeP2p>;
|
|
@@ -10545,17 +10624,16 @@ export interface LogicalRouterVrfOspfv3AreaRange {
|
|
|
10545
10624
|
export interface LogicalRouterVrfOspfv3AreaType {
|
|
10546
10625
|
/**
|
|
10547
10626
|
* Normal
|
|
10627
|
+
* > ℹ️ **Note:** You must specify exactly one of `normal`, `nssa`, and `stub`.
|
|
10548
10628
|
*/
|
|
10549
10629
|
normal?: pulumi.Input<inputs.LogicalRouterVrfOspfv3AreaTypeNormal>;
|
|
10550
10630
|
/**
|
|
10551
10631
|
* Nssa
|
|
10552
|
-
*
|
|
10553
10632
|
* > ℹ️ **Note:** You must specify exactly one of `normal`, `nssa`, and `stub`.
|
|
10554
10633
|
*/
|
|
10555
10634
|
nssa?: pulumi.Input<inputs.LogicalRouterVrfOspfv3AreaTypeNssa>;
|
|
10556
10635
|
/**
|
|
10557
10636
|
* Stub
|
|
10558
|
-
*
|
|
10559
10637
|
* > ℹ️ **Note:** You must specify exactly one of `normal`, `nssa`, and `stub`.
|
|
10560
10638
|
*/
|
|
10561
10639
|
stub?: pulumi.Input<inputs.LogicalRouterVrfOspfv3AreaTypeStub>;
|
|
@@ -10667,11 +10745,11 @@ export interface LogicalRouterVrfOspfv3AreaTypeNssaDefaultInformationOriginate {
|
|
|
10667
10745
|
export interface LogicalRouterVrfOspfv3AreaTypeNssaDefaultRoute {
|
|
10668
10746
|
/**
|
|
10669
10747
|
* Advertise
|
|
10748
|
+
* > ℹ️ **Note:** You must specify exactly one of `advertise` and `disable`.
|
|
10670
10749
|
*/
|
|
10671
10750
|
advertise?: pulumi.Input<inputs.LogicalRouterVrfOspfv3AreaTypeNssaDefaultRouteAdvertise>;
|
|
10672
10751
|
/**
|
|
10673
10752
|
* Disable
|
|
10674
|
-
*
|
|
10675
10753
|
* > ℹ️ **Note:** You must specify exactly one of `advertise` and `disable`.
|
|
10676
10754
|
*/
|
|
10677
10755
|
disable?: pulumi.Input<inputs.LogicalRouterVrfOspfv3AreaTypeNssaDefaultRouteDisable>;
|
|
@@ -10753,11 +10831,11 @@ export interface LogicalRouterVrfOspfv3AreaTypeStubAbr {
|
|
|
10753
10831
|
export interface LogicalRouterVrfOspfv3AreaTypeStubDefaultRoute {
|
|
10754
10832
|
/**
|
|
10755
10833
|
* Advertise
|
|
10834
|
+
* > ℹ️ **Note:** You must specify exactly one of `advertise` and `disable`.
|
|
10756
10835
|
*/
|
|
10757
10836
|
advertise?: pulumi.Input<inputs.LogicalRouterVrfOspfv3AreaTypeStubDefaultRouteAdvertise>;
|
|
10758
10837
|
/**
|
|
10759
10838
|
* Disable
|
|
10760
|
-
*
|
|
10761
10839
|
* > ℹ️ **Note:** You must specify exactly one of `advertise` and `disable`.
|
|
10762
10840
|
*/
|
|
10763
10841
|
disable?: pulumi.Input<inputs.LogicalRouterVrfOspfv3AreaTypeStubDefaultRouteDisable>;
|
|
@@ -10879,29 +10957,26 @@ export interface LogicalRouterVrfOspfv3AuthProfile {
|
|
|
10879
10957
|
export interface LogicalRouterVrfOspfv3AuthProfileAh {
|
|
10880
10958
|
/**
|
|
10881
10959
|
* Md5
|
|
10960
|
+
* > ℹ️ **Note:** You must specify exactly one of `md5`, `sha1`, `sha256`, `sha384`, and `sha512`.
|
|
10882
10961
|
*/
|
|
10883
10962
|
md5?: pulumi.Input<inputs.LogicalRouterVrfOspfv3AuthProfileAhMd5>;
|
|
10884
10963
|
/**
|
|
10885
10964
|
* Sha1
|
|
10886
|
-
*
|
|
10887
10965
|
* > ℹ️ **Note:** You must specify exactly one of `md5`, `sha1`, `sha256`, `sha384`, and `sha512`.
|
|
10888
10966
|
*/
|
|
10889
10967
|
sha1?: pulumi.Input<inputs.LogicalRouterVrfOspfv3AuthProfileAhSha1>;
|
|
10890
10968
|
/**
|
|
10891
10969
|
* Sha256
|
|
10892
|
-
*
|
|
10893
10970
|
* > ℹ️ **Note:** You must specify exactly one of `md5`, `sha1`, `sha256`, `sha384`, and `sha512`.
|
|
10894
10971
|
*/
|
|
10895
10972
|
sha256?: pulumi.Input<inputs.LogicalRouterVrfOspfv3AuthProfileAhSha256>;
|
|
10896
10973
|
/**
|
|
10897
10974
|
* Sha384
|
|
10898
|
-
*
|
|
10899
10975
|
* > ℹ️ **Note:** You must specify exactly one of `md5`, `sha1`, `sha256`, `sha384`, and `sha512`.
|
|
10900
10976
|
*/
|
|
10901
10977
|
sha384?: pulumi.Input<inputs.LogicalRouterVrfOspfv3AuthProfileAhSha384>;
|
|
10902
10978
|
/**
|
|
10903
10979
|
* Sha512
|
|
10904
|
-
*
|
|
10905
10980
|
* > ℹ️ **Note:** You must specify exactly one of `md5`, `sha1`, `sha256`, `sha384`, and `sha512`.
|
|
10906
10981
|
*/
|
|
10907
10982
|
sha512?: pulumi.Input<inputs.LogicalRouterVrfOspfv3AuthProfileAhSha512>;
|
|
@@ -10949,35 +11024,31 @@ export interface LogicalRouterVrfOspfv3AuthProfileEsp {
|
|
|
10949
11024
|
export interface LogicalRouterVrfOspfv3AuthProfileEspAuthentication {
|
|
10950
11025
|
/**
|
|
10951
11026
|
* Md5
|
|
11027
|
+
* > ℹ️ **Note:** You must specify exactly one of `md5`, `none`, `sha1`, `sha256`, `sha384`, and `sha512`.
|
|
10952
11028
|
*/
|
|
10953
11029
|
md5?: pulumi.Input<inputs.LogicalRouterVrfOspfv3AuthProfileEspAuthenticationMd5>;
|
|
10954
11030
|
/**
|
|
10955
11031
|
* None
|
|
10956
|
-
*
|
|
10957
11032
|
* > ℹ️ **Note:** You must specify exactly one of `md5`, `none`, `sha1`, `sha256`, `sha384`, and `sha512`.
|
|
10958
11033
|
*/
|
|
10959
11034
|
none?: pulumi.Input<inputs.LogicalRouterVrfOspfv3AuthProfileEspAuthenticationNone>;
|
|
10960
11035
|
/**
|
|
10961
11036
|
* Sha1
|
|
10962
|
-
*
|
|
10963
11037
|
* > ℹ️ **Note:** You must specify exactly one of `md5`, `none`, `sha1`, `sha256`, `sha384`, and `sha512`.
|
|
10964
11038
|
*/
|
|
10965
11039
|
sha1?: pulumi.Input<inputs.LogicalRouterVrfOspfv3AuthProfileEspAuthenticationSha1>;
|
|
10966
11040
|
/**
|
|
10967
11041
|
* Sha256
|
|
10968
|
-
*
|
|
10969
11042
|
* > ℹ️ **Note:** You must specify exactly one of `md5`, `none`, `sha1`, `sha256`, `sha384`, and `sha512`.
|
|
10970
11043
|
*/
|
|
10971
11044
|
sha256?: pulumi.Input<inputs.LogicalRouterVrfOspfv3AuthProfileEspAuthenticationSha256>;
|
|
10972
11045
|
/**
|
|
10973
11046
|
* Sha384
|
|
10974
|
-
*
|
|
10975
11047
|
* > ℹ️ **Note:** You must specify exactly one of `md5`, `none`, `sha1`, `sha256`, `sha384`, and `sha512`.
|
|
10976
11048
|
*/
|
|
10977
11049
|
sha384?: pulumi.Input<inputs.LogicalRouterVrfOspfv3AuthProfileEspAuthenticationSha384>;
|
|
10978
11050
|
/**
|
|
10979
11051
|
* Sha512
|
|
10980
|
-
*
|
|
10981
11052
|
* > ℹ️ **Note:** You must specify exactly one of `md5`, `none`, `sha1`, `sha256`, `sha384`, and `sha512`.
|
|
10982
11053
|
*/
|
|
10983
11054
|
sha512?: pulumi.Input<inputs.LogicalRouterVrfOspfv3AuthProfileEspAuthenticationSha512>;
|
|
@@ -11343,47 +11414,41 @@ export interface LogicalRouterVrfRoutingTableIpStaticRouteBfd {
|
|
|
11343
11414
|
export interface LogicalRouterVrfRoutingTableIpStaticRouteNexthop {
|
|
11344
11415
|
/**
|
|
11345
11416
|
* Discard
|
|
11417
|
+
* > ℹ️ **Note:** You must specify exactly one of `discard`, `fqdn`, `ipAddress`, `ipv6Address`, `nextLr`, `nextVr`, `receive`, and `tunnel`.
|
|
11346
11418
|
*/
|
|
11347
11419
|
discard?: pulumi.Input<inputs.LogicalRouterVrfRoutingTableIpStaticRouteNexthopDiscard>;
|
|
11348
11420
|
/**
|
|
11349
11421
|
* Fqdn
|
|
11350
|
-
*
|
|
11351
11422
|
* > ℹ️ **Note:** You must specify exactly one of `discard`, `fqdn`, `ipAddress`, `ipv6Address`, `nextLr`, `nextVr`, `receive`, and `tunnel`.
|
|
11352
11423
|
*/
|
|
11353
11424
|
fqdn?: pulumi.Input<string>;
|
|
11354
11425
|
/**
|
|
11355
11426
|
* Ip address
|
|
11356
|
-
*
|
|
11357
11427
|
* > ℹ️ **Note:** You must specify exactly one of `discard`, `fqdn`, `ipAddress`, `ipv6Address`, `nextLr`, `nextVr`, `receive`, and `tunnel`.
|
|
11358
11428
|
*/
|
|
11359
11429
|
ipAddress?: pulumi.Input<string>;
|
|
11360
11430
|
/**
|
|
11361
11431
|
* Ipv6 address
|
|
11362
|
-
*
|
|
11363
11432
|
* > ℹ️ **Note:** You must specify exactly one of `discard`, `fqdn`, `ipAddress`, `ipv6Address`, `nextLr`, `nextVr`, `receive`, and `tunnel`.
|
|
11364
11433
|
*/
|
|
11365
11434
|
ipv6Address?: pulumi.Input<string>;
|
|
11366
11435
|
/**
|
|
11367
11436
|
* Next lr
|
|
11368
|
-
*
|
|
11369
11437
|
* > ℹ️ **Note:** You must specify exactly one of `discard`, `fqdn`, `ipAddress`, `ipv6Address`, `nextLr`, `nextVr`, `receive`, and `tunnel`.
|
|
11370
11438
|
*/
|
|
11371
11439
|
nextLr?: pulumi.Input<string>;
|
|
11372
11440
|
/**
|
|
11373
11441
|
* Next vr
|
|
11374
|
-
*
|
|
11375
11442
|
* > ℹ️ **Note:** You must specify exactly one of `discard`, `fqdn`, `ipAddress`, `ipv6Address`, `nextLr`, `nextVr`, `receive`, and `tunnel`.
|
|
11376
11443
|
*/
|
|
11377
11444
|
nextVr?: pulumi.Input<string>;
|
|
11378
11445
|
/**
|
|
11379
11446
|
* Receive
|
|
11380
|
-
*
|
|
11381
11447
|
* > ℹ️ **Note:** You must specify exactly one of `discard`, `fqdn`, `ipAddress`, `ipv6Address`, `nextLr`, `nextVr`, `receive`, and `tunnel`.
|
|
11382
11448
|
*/
|
|
11383
11449
|
receive?: pulumi.Input<inputs.LogicalRouterVrfRoutingTableIpStaticRouteNexthopReceive>;
|
|
11384
11450
|
/**
|
|
11385
11451
|
* Tunnel
|
|
11386
|
-
*
|
|
11387
11452
|
* > ℹ️ **Note:** You must specify exactly one of `discard`, `fqdn`, `ipAddress`, `ipv6Address`, `nextLr`, `nextVr`, `receive`, and `tunnel`.
|
|
11388
11453
|
*/
|
|
11389
11454
|
tunnel?: pulumi.Input<string>;
|
|
@@ -11443,23 +11508,21 @@ export interface LogicalRouterVrfRoutingTableIpStaticRoutePathMonitorMonitorDest
|
|
|
11443
11508
|
export interface LogicalRouterVrfRoutingTableIpStaticRouteRouteTable {
|
|
11444
11509
|
/**
|
|
11445
11510
|
* Both
|
|
11511
|
+
* > ℹ️ **Note:** You must specify exactly one of `both`, `multicast`, `noInstall`, and `unicast`.
|
|
11446
11512
|
*/
|
|
11447
11513
|
both?: pulumi.Input<inputs.LogicalRouterVrfRoutingTableIpStaticRouteRouteTableBoth>;
|
|
11448
11514
|
/**
|
|
11449
11515
|
* Multicast
|
|
11450
|
-
*
|
|
11451
11516
|
* > ℹ️ **Note:** You must specify exactly one of `both`, `multicast`, `noInstall`, and `unicast`.
|
|
11452
11517
|
*/
|
|
11453
11518
|
multicast?: pulumi.Input<inputs.LogicalRouterVrfRoutingTableIpStaticRouteRouteTableMulticast>;
|
|
11454
11519
|
/**
|
|
11455
11520
|
* No install
|
|
11456
|
-
*
|
|
11457
11521
|
* > ℹ️ **Note:** You must specify exactly one of `both`, `multicast`, `noInstall`, and `unicast`.
|
|
11458
11522
|
*/
|
|
11459
11523
|
noInstall?: pulumi.Input<inputs.LogicalRouterVrfRoutingTableIpStaticRouteRouteTableNoInstall>;
|
|
11460
11524
|
/**
|
|
11461
11525
|
* Unicast
|
|
11462
|
-
*
|
|
11463
11526
|
* > ℹ️ **Note:** You must specify exactly one of `both`, `multicast`, `noInstall`, and `unicast`.
|
|
11464
11527
|
*/
|
|
11465
11528
|
unicast?: pulumi.Input<inputs.LogicalRouterVrfRoutingTableIpStaticRouteRouteTableUnicast>;
|
|
@@ -11529,41 +11592,36 @@ export interface LogicalRouterVrfRoutingTableIpv6StaticRouteBfd {
|
|
|
11529
11592
|
export interface LogicalRouterVrfRoutingTableIpv6StaticRouteNexthop {
|
|
11530
11593
|
/**
|
|
11531
11594
|
* Discard
|
|
11595
|
+
* > ℹ️ **Note:** You must specify exactly one of `discard`, `fqdn`, `ipv6Address`, `nextLr`, `nextVr`, `receive`, and `tunnel`.
|
|
11532
11596
|
*/
|
|
11533
11597
|
discard?: pulumi.Input<inputs.LogicalRouterVrfRoutingTableIpv6StaticRouteNexthopDiscard>;
|
|
11534
11598
|
/**
|
|
11535
11599
|
* Fqdn
|
|
11536
|
-
*
|
|
11537
11600
|
* > ℹ️ **Note:** You must specify exactly one of `discard`, `fqdn`, `ipv6Address`, `nextLr`, `nextVr`, `receive`, and `tunnel`.
|
|
11538
11601
|
*/
|
|
11539
11602
|
fqdn?: pulumi.Input<string>;
|
|
11540
11603
|
/**
|
|
11541
11604
|
* Ipv6 address
|
|
11542
|
-
*
|
|
11543
11605
|
* > ℹ️ **Note:** You must specify exactly one of `discard`, `fqdn`, `ipv6Address`, `nextLr`, `nextVr`, `receive`, and `tunnel`.
|
|
11544
11606
|
*/
|
|
11545
11607
|
ipv6Address?: pulumi.Input<string>;
|
|
11546
11608
|
/**
|
|
11547
11609
|
* Next lr
|
|
11548
|
-
*
|
|
11549
11610
|
* > ℹ️ **Note:** You must specify exactly one of `discard`, `fqdn`, `ipv6Address`, `nextLr`, `nextVr`, `receive`, and `tunnel`.
|
|
11550
11611
|
*/
|
|
11551
11612
|
nextLr?: pulumi.Input<string>;
|
|
11552
11613
|
/**
|
|
11553
11614
|
* Next vr
|
|
11554
|
-
*
|
|
11555
11615
|
* > ℹ️ **Note:** You must specify exactly one of `discard`, `fqdn`, `ipv6Address`, `nextLr`, `nextVr`, `receive`, and `tunnel`.
|
|
11556
11616
|
*/
|
|
11557
11617
|
nextVr?: pulumi.Input<string>;
|
|
11558
11618
|
/**
|
|
11559
11619
|
* Receive
|
|
11560
|
-
*
|
|
11561
11620
|
* > ℹ️ **Note:** You must specify exactly one of `discard`, `fqdn`, `ipv6Address`, `nextLr`, `nextVr`, `receive`, and `tunnel`.
|
|
11562
11621
|
*/
|
|
11563
11622
|
receive?: pulumi.Input<inputs.LogicalRouterVrfRoutingTableIpv6StaticRouteNexthopReceive>;
|
|
11564
11623
|
/**
|
|
11565
11624
|
* Tunnel
|
|
11566
|
-
*
|
|
11567
11625
|
* > ℹ️ **Note:** You must specify exactly one of `discard`, `fqdn`, `ipv6Address`, `nextLr`, `nextVr`, `receive`, and `tunnel`.
|
|
11568
11626
|
*/
|
|
11569
11627
|
tunnel?: pulumi.Input<string>;
|
|
@@ -11722,6 +11780,124 @@ export interface LoopbackInterfaceIpv6Address {
|
|
|
11722
11780
|
*/
|
|
11723
11781
|
name?: pulumi.Input<string>;
|
|
11724
11782
|
}
|
|
11783
|
+
export interface ManagementInterfaceManagementInterface {
|
|
11784
|
+
/**
|
|
11785
|
+
* IP type
|
|
11786
|
+
*/
|
|
11787
|
+
mgmtType?: pulumi.Input<inputs.ManagementInterfaceManagementInterfaceMgmtType>;
|
|
11788
|
+
/**
|
|
11789
|
+
* MTU
|
|
11790
|
+
*/
|
|
11791
|
+
mtu?: pulumi.Input<number>;
|
|
11792
|
+
/**
|
|
11793
|
+
* Permitting IP addresses
|
|
11794
|
+
*/
|
|
11795
|
+
permittedIps?: pulumi.Input<pulumi.Input<inputs.ManagementInterfaceManagementInterfacePermittedIp>[]>;
|
|
11796
|
+
/**
|
|
11797
|
+
* Network services
|
|
11798
|
+
*/
|
|
11799
|
+
service?: pulumi.Input<inputs.ManagementInterfaceManagementInterfaceService>;
|
|
11800
|
+
/**
|
|
11801
|
+
* Speed and duplex
|
|
11802
|
+
*/
|
|
11803
|
+
speedDuplex?: pulumi.Input<string>;
|
|
11804
|
+
}
|
|
11805
|
+
export interface ManagementInterfaceManagementInterfaceMgmtType {
|
|
11806
|
+
/**
|
|
11807
|
+
* Dhcp client
|
|
11808
|
+
* > ℹ️ **Note:** You must specify exactly one of `dhcpClient` and `static`.
|
|
11809
|
+
*/
|
|
11810
|
+
dhcpClient?: pulumi.Input<inputs.ManagementInterfaceManagementInterfaceMgmtTypeDhcpClient>;
|
|
11811
|
+
/**
|
|
11812
|
+
* Static
|
|
11813
|
+
* > ℹ️ **Note:** You must specify exactly one of `dhcpClient` and `static`.
|
|
11814
|
+
*/
|
|
11815
|
+
static?: pulumi.Input<inputs.ManagementInterfaceManagementInterfaceMgmtTypeStatic>;
|
|
11816
|
+
}
|
|
11817
|
+
export interface ManagementInterfaceManagementInterfaceMgmtTypeDhcpClient {
|
|
11818
|
+
/**
|
|
11819
|
+
* Accept DHCP server provided domain name
|
|
11820
|
+
*/
|
|
11821
|
+
acceptDhcpDomain?: pulumi.Input<boolean>;
|
|
11822
|
+
/**
|
|
11823
|
+
* Accept DHCP server provided hostname
|
|
11824
|
+
*/
|
|
11825
|
+
acceptDhcpHostname?: pulumi.Input<boolean>;
|
|
11826
|
+
/**
|
|
11827
|
+
* Send client ID
|
|
11828
|
+
*/
|
|
11829
|
+
sendClientId?: pulumi.Input<boolean>;
|
|
11830
|
+
/**
|
|
11831
|
+
* Send hostname
|
|
11832
|
+
*/
|
|
11833
|
+
sendHostname?: pulumi.Input<boolean>;
|
|
11834
|
+
}
|
|
11835
|
+
export interface ManagementInterfaceManagementInterfaceMgmtTypeStatic {
|
|
11836
|
+
/**
|
|
11837
|
+
* Default gateway
|
|
11838
|
+
*/
|
|
11839
|
+
defaultGateway: pulumi.Input<string>;
|
|
11840
|
+
/**
|
|
11841
|
+
* IP address
|
|
11842
|
+
*/
|
|
11843
|
+
ipAddress: pulumi.Input<string>;
|
|
11844
|
+
/**
|
|
11845
|
+
* Netmask
|
|
11846
|
+
*/
|
|
11847
|
+
netmask: pulumi.Input<string>;
|
|
11848
|
+
}
|
|
11849
|
+
export interface ManagementInterfaceManagementInterfacePermittedIp {
|
|
11850
|
+
/**
|
|
11851
|
+
* Description
|
|
11852
|
+
*/
|
|
11853
|
+
description?: pulumi.Input<string>;
|
|
11854
|
+
/**
|
|
11855
|
+
* IP address
|
|
11856
|
+
*/
|
|
11857
|
+
name?: pulumi.Input<string>;
|
|
11858
|
+
}
|
|
11859
|
+
export interface ManagementInterfaceManagementInterfaceService {
|
|
11860
|
+
/**
|
|
11861
|
+
* HTTP
|
|
11862
|
+
*/
|
|
11863
|
+
disableHttp?: pulumi.Input<boolean>;
|
|
11864
|
+
/**
|
|
11865
|
+
* HTTP OCSP
|
|
11866
|
+
*/
|
|
11867
|
+
disableHttpOcsp?: pulumi.Input<boolean>;
|
|
11868
|
+
/**
|
|
11869
|
+
* HTTPS
|
|
11870
|
+
*/
|
|
11871
|
+
disableHttps?: pulumi.Input<boolean>;
|
|
11872
|
+
/**
|
|
11873
|
+
* Ping
|
|
11874
|
+
*/
|
|
11875
|
+
disableIcmp?: pulumi.Input<boolean>;
|
|
11876
|
+
/**
|
|
11877
|
+
* SNMP
|
|
11878
|
+
*/
|
|
11879
|
+
disableSnmp?: pulumi.Input<boolean>;
|
|
11880
|
+
/**
|
|
11881
|
+
* SSH
|
|
11882
|
+
*/
|
|
11883
|
+
disableSsh?: pulumi.Input<boolean>;
|
|
11884
|
+
/**
|
|
11885
|
+
* Telnet
|
|
11886
|
+
*/
|
|
11887
|
+
disableTelnet?: pulumi.Input<boolean>;
|
|
11888
|
+
/**
|
|
11889
|
+
* User-ID
|
|
11890
|
+
*/
|
|
11891
|
+
disableUseridService?: pulumi.Input<boolean>;
|
|
11892
|
+
/**
|
|
11893
|
+
* User-ID syslog listener over SSL
|
|
11894
|
+
*/
|
|
11895
|
+
disableUseridSyslogListenerSsl?: pulumi.Input<boolean>;
|
|
11896
|
+
/**
|
|
11897
|
+
* User-ID syslog listener over UDP
|
|
11898
|
+
*/
|
|
11899
|
+
disableUseridSyslogListenerUdp?: pulumi.Input<boolean>;
|
|
11900
|
+
}
|
|
11725
11901
|
export interface MfaServerMfaVendorType {
|
|
11726
11902
|
/**
|
|
11727
11903
|
* Integration with [Duo Security](https://duo.com/product)
|
|
@@ -11729,19 +11905,16 @@ export interface MfaServerMfaVendorType {
|
|
|
11729
11905
|
duoSecurityV2?: pulumi.Input<inputs.MfaServerMfaVendorTypeDuoSecurityV2>;
|
|
11730
11906
|
/**
|
|
11731
11907
|
* Integration with [Okta Adaptive MFA](https://www.okta.com/products/adaptive-multi-factor-authentication)
|
|
11732
|
-
*
|
|
11733
11908
|
* > ℹ️ **Note:** You must specify exactly one of `duoSecurityV2`, `oktaAdaptiveV1`, `pingIdentityV1`, and `rsaSecuridAccessV1`.
|
|
11734
11909
|
*/
|
|
11735
11910
|
oktaAdaptiveV1?: pulumi.Input<inputs.MfaServerMfaVendorTypeOktaAdaptiveV1>;
|
|
11736
11911
|
/**
|
|
11737
11912
|
* Integation with [Ping Identity](https://www.pingidentity.com/en/platform.html)
|
|
11738
|
-
*
|
|
11739
11913
|
* > ℹ️ **Note:** You must specify exactly one of `duoSecurityV2`, `oktaAdaptiveV1`, `pingIdentityV1`, and `rsaSecuridAccessV1`.
|
|
11740
11914
|
*/
|
|
11741
11915
|
pingIdentityV1?: pulumi.Input<inputs.MfaServerMfaVendorTypePingIdentityV1>;
|
|
11742
11916
|
/**
|
|
11743
11917
|
* Integration with [RSA SecurID](https://www.rsa.com/products/securid/)
|
|
11744
|
-
*
|
|
11745
11918
|
* > ℹ️ **Note:** You must specify exactly one of `duoSecurityV2`, `oktaAdaptiveV1`, `pingIdentityV1`, and `rsaSecuridAccessV1`.
|
|
11746
11919
|
*/
|
|
11747
11920
|
rsaSecuridAccessV1?: pulumi.Input<inputs.MfaServerMfaVendorTypeRsaSecuridAccessV1>;
|
|
@@ -11842,6 +12015,60 @@ export interface MfaServerMfaVendorTypeRsaSecuridAccessV1 {
|
|
|
11842
12015
|
*/
|
|
11843
12016
|
rsaTimeout?: pulumi.Input<number>;
|
|
11844
12017
|
}
|
|
12018
|
+
export interface MotdBannerSettingMotdAndBanner {
|
|
12019
|
+
/**
|
|
12020
|
+
* Banner footer
|
|
12021
|
+
*/
|
|
12022
|
+
bannerFooter?: pulumi.Input<string>;
|
|
12023
|
+
/**
|
|
12024
|
+
* The following list details the supported values and their colors.
|
|
12025
|
+
*/
|
|
12026
|
+
bannerFooterColor?: pulumi.Input<string>;
|
|
12027
|
+
/**
|
|
12028
|
+
* The following list details the supported values and their colors.
|
|
12029
|
+
*/
|
|
12030
|
+
bannerFooterTextColor?: pulumi.Input<string>;
|
|
12031
|
+
/**
|
|
12032
|
+
* Banner header
|
|
12033
|
+
*/
|
|
12034
|
+
bannerHeader?: pulumi.Input<string>;
|
|
12035
|
+
/**
|
|
12036
|
+
* The following list details the supported values and their colors.
|
|
12037
|
+
*/
|
|
12038
|
+
bannerHeaderColor?: pulumi.Input<string>;
|
|
12039
|
+
/**
|
|
12040
|
+
* Banner header footer match
|
|
12041
|
+
*/
|
|
12042
|
+
bannerHeaderFooterMatch?: pulumi.Input<boolean>;
|
|
12043
|
+
/**
|
|
12044
|
+
* The following list details the supported values and their colors.
|
|
12045
|
+
*/
|
|
12046
|
+
bannerHeaderTextColor?: pulumi.Input<string>;
|
|
12047
|
+
/**
|
|
12048
|
+
* Message
|
|
12049
|
+
*/
|
|
12050
|
+
message?: pulumi.Input<string>;
|
|
12051
|
+
/**
|
|
12052
|
+
* The following list details the supported values and their colors.
|
|
12053
|
+
*/
|
|
12054
|
+
motdColor?: pulumi.Input<string>;
|
|
12055
|
+
/**
|
|
12056
|
+
* Motd do not display again
|
|
12057
|
+
*/
|
|
12058
|
+
motdDoNotDisplayAgain?: pulumi.Input<boolean>;
|
|
12059
|
+
/**
|
|
12060
|
+
* Motd enable
|
|
12061
|
+
*/
|
|
12062
|
+
motdEnable?: pulumi.Input<boolean>;
|
|
12063
|
+
/**
|
|
12064
|
+
* Motd title
|
|
12065
|
+
*/
|
|
12066
|
+
motdTitle?: pulumi.Input<string>;
|
|
12067
|
+
/**
|
|
12068
|
+
* Severity
|
|
12069
|
+
*/
|
|
12070
|
+
severity?: pulumi.Input<string>;
|
|
12071
|
+
}
|
|
11845
12072
|
export interface NatRuleDestinationTranslation {
|
|
11846
12073
|
/**
|
|
11847
12074
|
* DNS rewrite
|
|
@@ -11975,17 +12202,16 @@ export interface OspfAuthProfileMd5 {
|
|
|
11975
12202
|
export interface PbfRuleAction {
|
|
11976
12203
|
/**
|
|
11977
12204
|
* Discard
|
|
12205
|
+
* > ℹ️ **Note:** You must specify exactly one of `discard`, `forward`, and `noPbf`.
|
|
11978
12206
|
*/
|
|
11979
12207
|
discard?: pulumi.Input<inputs.PbfRuleActionDiscard>;
|
|
11980
12208
|
/**
|
|
11981
12209
|
* Forward
|
|
11982
|
-
*
|
|
11983
12210
|
* > ℹ️ **Note:** You must specify exactly one of `discard`, `forward`, and `noPbf`.
|
|
11984
12211
|
*/
|
|
11985
12212
|
forward?: pulumi.Input<inputs.PbfRuleActionForward>;
|
|
11986
12213
|
/**
|
|
11987
12214
|
* No pbf
|
|
11988
|
-
*
|
|
11989
12215
|
* > ℹ️ **Note:** You must specify exactly one of `discard`, `forward`, and `noPbf`.
|
|
11990
12216
|
*/
|
|
11991
12217
|
noPbf?: pulumi.Input<inputs.PbfRuleActionNoPbf>;
|
|
@@ -12023,11 +12249,11 @@ export interface PbfRuleActionForwardMonitor {
|
|
|
12023
12249
|
export interface PbfRuleActionForwardNexthop {
|
|
12024
12250
|
/**
|
|
12025
12251
|
* Next hop FQDN
|
|
12252
|
+
* > ℹ️ **Note:** You must specify exactly one of `fqdn` and `ipAddress`.
|
|
12026
12253
|
*/
|
|
12027
12254
|
fqdn?: pulumi.Input<string>;
|
|
12028
12255
|
/**
|
|
12029
12256
|
* Next hop IP address
|
|
12030
|
-
*
|
|
12031
12257
|
* > ℹ️ **Note:** You must specify exactly one of `fqdn` and `ipAddress`.
|
|
12032
12258
|
*/
|
|
12033
12259
|
ipAddress?: pulumi.Input<string>;
|
|
@@ -12053,11 +12279,11 @@ export interface PbfRuleEnforceSymmetricReturnNexthopAddressList {
|
|
|
12053
12279
|
export interface PbfRuleFrom {
|
|
12054
12280
|
/**
|
|
12055
12281
|
* Source interfaces
|
|
12282
|
+
* > ℹ️ **Note:** You must specify exactly one of `interface` and `zone`.
|
|
12056
12283
|
*/
|
|
12057
12284
|
interfaces?: pulumi.Input<pulumi.Input<string>[]>;
|
|
12058
12285
|
/**
|
|
12059
12286
|
* Source zones
|
|
12060
|
-
*
|
|
12061
12287
|
* > ℹ️ **Note:** You must specify exactly one of `interface` and `zone`.
|
|
12062
12288
|
*/
|
|
12063
12289
|
zones?: pulumi.Input<pulumi.Input<string>[]>;
|
|
@@ -12087,29 +12313,26 @@ export interface QosPolicyRuleDscpTosCodepoint {
|
|
|
12087
12313
|
export interface QosPolicyRuleDscpTosCodepointType {
|
|
12088
12314
|
/**
|
|
12089
12315
|
* Af
|
|
12316
|
+
* > ℹ️ **Note:** You must specify exactly one of `af`, `cs`, `custom`, `ef`, and `tos`.
|
|
12090
12317
|
*/
|
|
12091
12318
|
af?: pulumi.Input<inputs.QosPolicyRuleDscpTosCodepointTypeAf>;
|
|
12092
12319
|
/**
|
|
12093
12320
|
* Cs
|
|
12094
|
-
*
|
|
12095
12321
|
* > ℹ️ **Note:** You must specify exactly one of `af`, `cs`, `custom`, `ef`, and `tos`.
|
|
12096
12322
|
*/
|
|
12097
12323
|
cs?: pulumi.Input<inputs.QosPolicyRuleDscpTosCodepointTypeCs>;
|
|
12098
12324
|
/**
|
|
12099
12325
|
* Custom
|
|
12100
|
-
*
|
|
12101
12326
|
* > ℹ️ **Note:** You must specify exactly one of `af`, `cs`, `custom`, `ef`, and `tos`.
|
|
12102
12327
|
*/
|
|
12103
12328
|
custom?: pulumi.Input<inputs.QosPolicyRuleDscpTosCodepointTypeCustom>;
|
|
12104
12329
|
/**
|
|
12105
12330
|
* Ef
|
|
12106
|
-
*
|
|
12107
12331
|
* > ℹ️ **Note:** You must specify exactly one of `af`, `cs`, `custom`, `ef`, and `tos`.
|
|
12108
12332
|
*/
|
|
12109
12333
|
ef?: pulumi.Input<inputs.QosPolicyRuleDscpTosCodepointTypeEf>;
|
|
12110
12334
|
/**
|
|
12111
12335
|
* Tos
|
|
12112
|
-
*
|
|
12113
12336
|
* > ℹ️ **Note:** You must specify exactly one of `af`, `cs`, `custom`, `ef`, and `tos`.
|
|
12114
12337
|
*/
|
|
12115
12338
|
tos?: pulumi.Input<inputs.QosPolicyRuleDscpTosCodepointTypeTos>;
|
|
@@ -12163,11 +12386,11 @@ export interface QosProfileAggregateBandwidth {
|
|
|
12163
12386
|
export interface QosProfileClassBandwidthType {
|
|
12164
12387
|
/**
|
|
12165
12388
|
* Mbps
|
|
12389
|
+
* > ℹ️ **Note:** You must specify exactly one of `mbps` and `percentage`.
|
|
12166
12390
|
*/
|
|
12167
12391
|
mbps?: pulumi.Input<inputs.QosProfileClassBandwidthTypeMbps>;
|
|
12168
12392
|
/**
|
|
12169
12393
|
* Percentage
|
|
12170
|
-
*
|
|
12171
12394
|
* > ℹ️ **Note:** You must specify exactly one of `mbps` and `percentage`.
|
|
12172
12395
|
*/
|
|
12173
12396
|
percentage?: pulumi.Input<inputs.QosProfileClassBandwidthTypePercentage>;
|
|
@@ -12513,17 +12736,16 @@ export interface RouteAccessListTypeIpv4Ipv4EntrySourceAddressEntry {
|
|
|
12513
12736
|
export interface RouteCommunityListType {
|
|
12514
12737
|
/**
|
|
12515
12738
|
* Extended
|
|
12739
|
+
* > ℹ️ **Note:** You must specify exactly one of `extended`, `large`, and `regular`.
|
|
12516
12740
|
*/
|
|
12517
12741
|
extended?: pulumi.Input<inputs.RouteCommunityListTypeExtended>;
|
|
12518
12742
|
/**
|
|
12519
12743
|
* Large
|
|
12520
|
-
*
|
|
12521
12744
|
* > ℹ️ **Note:** You must specify exactly one of `extended`, `large`, and `regular`.
|
|
12522
12745
|
*/
|
|
12523
12746
|
large?: pulumi.Input<inputs.RouteCommunityListTypeLarge>;
|
|
12524
12747
|
/**
|
|
12525
12748
|
* Regular
|
|
12526
|
-
*
|
|
12527
12749
|
* > ℹ️ **Note:** You must specify exactly one of `extended`, `large`, and `regular`.
|
|
12528
12750
|
*/
|
|
12529
12751
|
regular?: pulumi.Input<inputs.RouteCommunityListTypeRegular>;
|
|
@@ -12631,11 +12853,11 @@ export interface RoutePrefixListTypeIpv4Ipv4Entry {
|
|
|
12631
12853
|
export interface RoutePrefixListTypeIpv4Ipv4EntryPrefix {
|
|
12632
12854
|
/**
|
|
12633
12855
|
* Entry
|
|
12856
|
+
* > ℹ️ **Note:** You must specify exactly one of `entry` and `network`.
|
|
12634
12857
|
*/
|
|
12635
12858
|
entry?: pulumi.Input<inputs.RoutePrefixListTypeIpv4Ipv4EntryPrefixEntry>;
|
|
12636
12859
|
/**
|
|
12637
12860
|
* Network
|
|
12638
|
-
*
|
|
12639
12861
|
* > ℹ️ **Note:** You must specify exactly one of `entry` and `network`.
|
|
12640
12862
|
*/
|
|
12641
12863
|
network?: pulumi.Input<string>;
|
|
@@ -12669,17 +12891,16 @@ export interface ScepProfileAlgorithmRsa {
|
|
|
12669
12891
|
export interface ScepProfileCertificateAttributes {
|
|
12670
12892
|
/**
|
|
12671
12893
|
* Dnsname
|
|
12894
|
+
* > ℹ️ **Note:** You must specify exactly one of `dnsname`, `rfc822name`, and `uniformResourceIdentifier`.
|
|
12672
12895
|
*/
|
|
12673
12896
|
dnsname?: pulumi.Input<string>;
|
|
12674
12897
|
/**
|
|
12675
12898
|
* Rfc822name
|
|
12676
|
-
*
|
|
12677
12899
|
* > ℹ️ **Note:** You must specify exactly one of `dnsname`, `rfc822name`, and `uniformResourceIdentifier`.
|
|
12678
12900
|
*/
|
|
12679
12901
|
rfc822name?: pulumi.Input<string>;
|
|
12680
12902
|
/**
|
|
12681
12903
|
* Uniform resource identifier
|
|
12682
|
-
*
|
|
12683
12904
|
* > ℹ️ **Note:** You must specify exactly one of `dnsname`, `rfc822name`, and `uniformResourceIdentifier`.
|
|
12684
12905
|
*/
|
|
12685
12906
|
uniformResourceIdentifier?: pulumi.Input<string>;
|
|
@@ -12687,17 +12908,16 @@ export interface ScepProfileCertificateAttributes {
|
|
|
12687
12908
|
export interface ScepProfileScepChallenge {
|
|
12688
12909
|
/**
|
|
12689
12910
|
* Dynamic
|
|
12911
|
+
* > ℹ️ **Note:** You must specify exactly one of `dynamic`, `fixed`, and `none`.
|
|
12690
12912
|
*/
|
|
12691
12913
|
dynamic?: pulumi.Input<inputs.ScepProfileScepChallengeDynamic>;
|
|
12692
12914
|
/**
|
|
12693
12915
|
* Challenge to use for SCEP server on mobile clients
|
|
12694
|
-
*
|
|
12695
12916
|
* > ℹ️ **Note:** You must specify exactly one of `dynamic`, `fixed`, and `none`.
|
|
12696
12917
|
*/
|
|
12697
12918
|
fixed?: pulumi.Input<string>;
|
|
12698
12919
|
/**
|
|
12699
12920
|
* No OTP
|
|
12700
|
-
*
|
|
12701
12921
|
* > ℹ️ **Note:** You must specify exactly one of `dynamic`, `fixed`, and `none`.
|
|
12702
12922
|
*/
|
|
12703
12923
|
none?: pulumi.Input<string>;
|
|
@@ -12719,11 +12939,11 @@ export interface ScepProfileScepChallengeDynamic {
|
|
|
12719
12939
|
export interface ScheduleScheduleType {
|
|
12720
12940
|
/**
|
|
12721
12941
|
* Non recurring
|
|
12942
|
+
* > ℹ️ **Note:** You must specify exactly one of `nonRecurring` and `recurring`.
|
|
12722
12943
|
*/
|
|
12723
12944
|
nonRecurrings?: pulumi.Input<pulumi.Input<string>[]>;
|
|
12724
12945
|
/**
|
|
12725
12946
|
* Recurring
|
|
12726
|
-
*
|
|
12727
12947
|
* > ℹ️ **Note:** You must specify exactly one of `nonRecurring` and `recurring`.
|
|
12728
12948
|
*/
|
|
12729
12949
|
recurring?: pulumi.Input<inputs.ScheduleScheduleTypeRecurring>;
|
|
@@ -12731,11 +12951,11 @@ export interface ScheduleScheduleType {
|
|
|
12731
12951
|
export interface ScheduleScheduleTypeRecurring {
|
|
12732
12952
|
/**
|
|
12733
12953
|
* Daily
|
|
12954
|
+
* > ℹ️ **Note:** You must specify exactly one of `daily` and `weekly`.
|
|
12734
12955
|
*/
|
|
12735
12956
|
dailies?: pulumi.Input<pulumi.Input<string>[]>;
|
|
12736
12957
|
/**
|
|
12737
12958
|
* Weekly
|
|
12738
|
-
*
|
|
12739
12959
|
* > ℹ️ **Note:** You must specify exactly one of `daily` and `weekly`.
|
|
12740
12960
|
*/
|
|
12741
12961
|
weekly?: pulumi.Input<inputs.ScheduleScheduleTypeRecurringWeekly>;
|
|
@@ -12773,11 +12993,11 @@ export interface ScheduleScheduleTypeRecurringWeekly {
|
|
|
12773
12993
|
export interface SdwanErrorCorrectionProfileMode {
|
|
12774
12994
|
/**
|
|
12775
12995
|
* Forward error correction
|
|
12996
|
+
* > ℹ️ **Note:** You must specify exactly one of `forwardErrorCorrection` and `packetDuplication`.
|
|
12776
12997
|
*/
|
|
12777
12998
|
forwardErrorCorrection?: pulumi.Input<inputs.SdwanErrorCorrectionProfileModeForwardErrorCorrection>;
|
|
12778
12999
|
/**
|
|
12779
13000
|
* Packet duplication
|
|
12780
|
-
*
|
|
12781
13001
|
* > ℹ️ **Note:** You must specify exactly one of `forwardErrorCorrection` and `packetDuplication`.
|
|
12782
13002
|
*/
|
|
12783
13003
|
packetDuplication?: pulumi.Input<inputs.SdwanErrorCorrectionProfileModePacketDuplication>;
|
|
@@ -12851,17 +13071,16 @@ export interface SdwanRuleAction {
|
|
|
12851
13071
|
export interface SdwanSaasQualityProfileMonitorMode {
|
|
12852
13072
|
/**
|
|
12853
13073
|
* Adaptive
|
|
13074
|
+
* > ℹ️ **Note:** You must specify exactly one of `adaptive`, `httpHttps`, and `staticIp`.
|
|
12854
13075
|
*/
|
|
12855
13076
|
adaptive?: pulumi.Input<inputs.SdwanSaasQualityProfileMonitorModeAdaptive>;
|
|
12856
13077
|
/**
|
|
12857
13078
|
* Http https
|
|
12858
|
-
*
|
|
12859
13079
|
* > ℹ️ **Note:** You must specify exactly one of `adaptive`, `httpHttps`, and `staticIp`.
|
|
12860
13080
|
*/
|
|
12861
13081
|
httpHttps?: pulumi.Input<inputs.SdwanSaasQualityProfileMonitorModeHttpHttps>;
|
|
12862
13082
|
/**
|
|
12863
13083
|
* Static ip
|
|
12864
|
-
*
|
|
12865
13084
|
* > ℹ️ **Note:** You must specify exactly one of `adaptive`, `httpHttps`, and `staticIp`.
|
|
12866
13085
|
*/
|
|
12867
13086
|
staticIp?: pulumi.Input<inputs.SdwanSaasQualityProfileMonitorModeStaticIp>;
|
|
@@ -12881,11 +13100,11 @@ export interface SdwanSaasQualityProfileMonitorModeHttpHttps {
|
|
|
12881
13100
|
export interface SdwanSaasQualityProfileMonitorModeStaticIp {
|
|
12882
13101
|
/**
|
|
12883
13102
|
* Fqdn
|
|
13103
|
+
* > ℹ️ **Note:** You must specify exactly one of `fqdn` and `ipAddress`.
|
|
12884
13104
|
*/
|
|
12885
13105
|
fqdn?: pulumi.Input<inputs.SdwanSaasQualityProfileMonitorModeStaticIpFqdn>;
|
|
12886
13106
|
/**
|
|
12887
13107
|
* List of IP addresses
|
|
12888
|
-
*
|
|
12889
13108
|
* > ℹ️ **Note:** You must specify exactly one of `fqdn` and `ipAddress`.
|
|
12890
13109
|
*/
|
|
12891
13110
|
ipAddresses?: pulumi.Input<pulumi.Input<inputs.SdwanSaasQualityProfileMonitorModeStaticIpIpAddress>[]>;
|
|
@@ -13177,11 +13396,11 @@ export interface ServiceConnectionQos {
|
|
|
13177
13396
|
export interface ServiceProtocol {
|
|
13178
13397
|
/**
|
|
13179
13398
|
* Tcp
|
|
13399
|
+
* > ℹ️ **Note:** You must specify exactly one of `tcp` and `udp`.
|
|
13180
13400
|
*/
|
|
13181
13401
|
tcp?: pulumi.Input<inputs.ServiceProtocolTcp>;
|
|
13182
13402
|
/**
|
|
13183
13403
|
* Udp
|
|
13184
|
-
*
|
|
13185
13404
|
* > ℹ️ **Note:** You must specify exactly one of `tcp` and `udp`.
|
|
13186
13405
|
*/
|
|
13187
13406
|
udp?: pulumi.Input<inputs.ServiceProtocolUdp>;
|
|
@@ -13234,187 +13453,691 @@ export interface ServiceProtocolUdpOverride {
|
|
|
13234
13453
|
*/
|
|
13235
13454
|
timeout?: pulumi.Input<number>;
|
|
13236
13455
|
}
|
|
13237
|
-
export interface
|
|
13456
|
+
export interface ServiceRouteRoute {
|
|
13238
13457
|
/**
|
|
13239
|
-
*
|
|
13458
|
+
* Destination
|
|
13240
13459
|
*/
|
|
13241
|
-
|
|
13460
|
+
destinations?: pulumi.Input<pulumi.Input<inputs.ServiceRouteRouteDestination>[]>;
|
|
13242
13461
|
/**
|
|
13243
|
-
*
|
|
13462
|
+
* Service
|
|
13244
13463
|
*/
|
|
13245
|
-
|
|
13464
|
+
services?: pulumi.Input<pulumi.Input<inputs.ServiceRouteRouteService>[]>;
|
|
13465
|
+
}
|
|
13466
|
+
export interface ServiceRouteRouteDestination {
|
|
13246
13467
|
/**
|
|
13247
|
-
*
|
|
13468
|
+
* Name
|
|
13248
13469
|
*/
|
|
13249
|
-
name
|
|
13470
|
+
name?: pulumi.Input<string>;
|
|
13250
13471
|
/**
|
|
13251
|
-
*
|
|
13472
|
+
* Source
|
|
13252
13473
|
*/
|
|
13253
|
-
|
|
13474
|
+
source?: pulumi.Input<inputs.ServiceRouteRouteDestinationSource>;
|
|
13254
13475
|
}
|
|
13255
|
-
export interface
|
|
13476
|
+
export interface ServiceRouteRouteDestinationSource {
|
|
13256
13477
|
/**
|
|
13257
|
-
*
|
|
13478
|
+
* Address
|
|
13258
13479
|
*/
|
|
13259
|
-
|
|
13480
|
+
address?: pulumi.Input<string>;
|
|
13260
13481
|
/**
|
|
13261
|
-
*
|
|
13482
|
+
* Interface
|
|
13262
13483
|
*/
|
|
13263
|
-
|
|
13484
|
+
interface?: pulumi.Input<string>;
|
|
13485
|
+
}
|
|
13486
|
+
export interface ServiceRouteRouteService {
|
|
13264
13487
|
/**
|
|
13265
|
-
* The
|
|
13488
|
+
* The follow list details the accepted `name` values and their corresponding service description.
|
|
13266
13489
|
*/
|
|
13267
|
-
|
|
13268
|
-
}
|
|
13269
|
-
export interface SyslogServerProfileFormat {
|
|
13490
|
+
name?: pulumi.Input<string>;
|
|
13270
13491
|
/**
|
|
13271
|
-
*
|
|
13492
|
+
* Source
|
|
13272
13493
|
*/
|
|
13273
|
-
|
|
13494
|
+
source?: pulumi.Input<inputs.ServiceRouteRouteServiceSource>;
|
|
13274
13495
|
/**
|
|
13275
|
-
*
|
|
13496
|
+
* Source v6
|
|
13276
13497
|
*/
|
|
13277
|
-
|
|
13498
|
+
sourceV6?: pulumi.Input<inputs.ServiceRouteRouteServiceSourceV6>;
|
|
13499
|
+
}
|
|
13500
|
+
export interface ServiceRouteRouteServiceSource {
|
|
13278
13501
|
/**
|
|
13279
|
-
*
|
|
13502
|
+
* Address
|
|
13280
13503
|
*/
|
|
13281
|
-
|
|
13504
|
+
address?: pulumi.Input<string>;
|
|
13282
13505
|
/**
|
|
13283
|
-
*
|
|
13506
|
+
* Interface
|
|
13284
13507
|
*/
|
|
13285
|
-
|
|
13508
|
+
interface?: pulumi.Input<string>;
|
|
13509
|
+
}
|
|
13510
|
+
export interface ServiceRouteRouteServiceSourceV6 {
|
|
13286
13511
|
/**
|
|
13287
|
-
*
|
|
13512
|
+
* Address
|
|
13288
13513
|
*/
|
|
13289
|
-
|
|
13514
|
+
address?: pulumi.Input<string>;
|
|
13290
13515
|
/**
|
|
13291
|
-
*
|
|
13516
|
+
* Interface
|
|
13292
13517
|
*/
|
|
13293
|
-
|
|
13518
|
+
interface?: pulumi.Input<string>;
|
|
13519
|
+
}
|
|
13520
|
+
export interface ServiceSettingServices {
|
|
13294
13521
|
/**
|
|
13295
|
-
*
|
|
13522
|
+
* Dns setting
|
|
13296
13523
|
*/
|
|
13297
|
-
|
|
13524
|
+
dnsSetting?: pulumi.Input<inputs.ServiceSettingServicesDnsSetting>;
|
|
13298
13525
|
/**
|
|
13299
|
-
*
|
|
13526
|
+
* Fqdn refresh time
|
|
13300
13527
|
*/
|
|
13301
|
-
|
|
13528
|
+
fqdnRefreshTime?: pulumi.Input<number>;
|
|
13302
13529
|
/**
|
|
13303
|
-
*
|
|
13530
|
+
* Fqdn stale entry timeout
|
|
13304
13531
|
*/
|
|
13305
|
-
|
|
13532
|
+
fqdnStaleEntryTimeout?: pulumi.Input<number>;
|
|
13306
13533
|
/**
|
|
13307
|
-
*
|
|
13534
|
+
* Inline cloud proxy
|
|
13308
13535
|
*/
|
|
13309
|
-
|
|
13536
|
+
inlineCloudProxy?: pulumi.Input<boolean>;
|
|
13310
13537
|
/**
|
|
13311
|
-
*
|
|
13538
|
+
* Lcaas use proxy
|
|
13312
13539
|
*/
|
|
13313
|
-
|
|
13540
|
+
lcaasUseProxy?: pulumi.Input<boolean>;
|
|
13314
13541
|
/**
|
|
13315
|
-
*
|
|
13542
|
+
* Ntp servers
|
|
13316
13543
|
*/
|
|
13317
|
-
|
|
13544
|
+
ntpServers?: pulumi.Input<inputs.ServiceSettingServicesNtpServers>;
|
|
13318
13545
|
/**
|
|
13319
|
-
*
|
|
13546
|
+
* Secure proxy password
|
|
13320
13547
|
*/
|
|
13321
|
-
|
|
13548
|
+
secureProxyPassword?: pulumi.Input<string>;
|
|
13322
13549
|
/**
|
|
13323
|
-
*
|
|
13550
|
+
* Secure proxy port
|
|
13324
13551
|
*/
|
|
13325
|
-
|
|
13552
|
+
secureProxyPort?: pulumi.Input<number>;
|
|
13326
13553
|
/**
|
|
13327
|
-
*
|
|
13554
|
+
* Secure proxy server
|
|
13328
13555
|
*/
|
|
13329
|
-
|
|
13556
|
+
secureProxyServer?: pulumi.Input<string>;
|
|
13330
13557
|
/**
|
|
13331
|
-
*
|
|
13558
|
+
* Secure proxy user
|
|
13332
13559
|
*/
|
|
13333
|
-
|
|
13560
|
+
secureProxyUser?: pulumi.Input<string>;
|
|
13334
13561
|
/**
|
|
13335
|
-
*
|
|
13562
|
+
* Server verification
|
|
13336
13563
|
*/
|
|
13337
|
-
|
|
13564
|
+
serverVerification?: pulumi.Input<boolean>;
|
|
13338
13565
|
/**
|
|
13339
|
-
*
|
|
13566
|
+
* Update server
|
|
13340
13567
|
*/
|
|
13341
|
-
|
|
13568
|
+
updateServer?: pulumi.Input<string>;
|
|
13342
13569
|
}
|
|
13343
|
-
export interface
|
|
13570
|
+
export interface ServiceSettingServicesDnsSetting {
|
|
13344
13571
|
/**
|
|
13345
|
-
*
|
|
13572
|
+
* Dns proxy object
|
|
13573
|
+
* > ℹ️ **Note:** You must specify exactly one of `dnsProxyObject` and `servers`.
|
|
13346
13574
|
*/
|
|
13347
|
-
|
|
13575
|
+
dnsProxyObject?: pulumi.Input<string>;
|
|
13348
13576
|
/**
|
|
13349
|
-
*
|
|
13577
|
+
* Servers
|
|
13578
|
+
* > ℹ️ **Note:** You must specify exactly one of `dnsProxyObject` and `servers`.
|
|
13350
13579
|
*/
|
|
13351
|
-
|
|
13580
|
+
servers?: pulumi.Input<inputs.ServiceSettingServicesDnsSettingServers>;
|
|
13352
13581
|
}
|
|
13353
|
-
export interface
|
|
13582
|
+
export interface ServiceSettingServicesDnsSettingServers {
|
|
13354
13583
|
/**
|
|
13355
|
-
*
|
|
13584
|
+
* Primary
|
|
13356
13585
|
*/
|
|
13357
|
-
|
|
13586
|
+
primary?: pulumi.Input<string>;
|
|
13358
13587
|
/**
|
|
13359
|
-
*
|
|
13588
|
+
* Secondary
|
|
13360
13589
|
*/
|
|
13361
|
-
|
|
13590
|
+
secondary?: pulumi.Input<string>;
|
|
13591
|
+
}
|
|
13592
|
+
export interface ServiceSettingServicesNtpServers {
|
|
13362
13593
|
/**
|
|
13363
|
-
*
|
|
13594
|
+
* Primary ntp server
|
|
13364
13595
|
*/
|
|
13365
|
-
|
|
13596
|
+
primaryNtpServer?: pulumi.Input<inputs.ServiceSettingServicesNtpServersPrimaryNtpServer>;
|
|
13366
13597
|
/**
|
|
13367
|
-
*
|
|
13598
|
+
* Secondary ntp server
|
|
13368
13599
|
*/
|
|
13369
|
-
|
|
13600
|
+
secondaryNtpServer?: pulumi.Input<inputs.ServiceSettingServicesNtpServersSecondaryNtpServer>;
|
|
13601
|
+
}
|
|
13602
|
+
export interface ServiceSettingServicesNtpServersPrimaryNtpServer {
|
|
13370
13603
|
/**
|
|
13371
|
-
*
|
|
13604
|
+
* Authentication type
|
|
13372
13605
|
*/
|
|
13373
|
-
|
|
13606
|
+
authenticationType?: pulumi.Input<inputs.ServiceSettingServicesNtpServersPrimaryNtpServerAuthenticationType>;
|
|
13374
13607
|
/**
|
|
13375
|
-
*
|
|
13608
|
+
* Ntp server address
|
|
13376
13609
|
*/
|
|
13377
|
-
|
|
13610
|
+
ntpServerAddress?: pulumi.Input<string>;
|
|
13378
13611
|
}
|
|
13379
|
-
export interface
|
|
13612
|
+
export interface ServiceSettingServicesNtpServersPrimaryNtpServerAuthenticationType {
|
|
13380
13613
|
/**
|
|
13381
|
-
*
|
|
13614
|
+
* Autokey
|
|
13615
|
+
* > ℹ️ **Note:** You must specify exactly one of `autokey`, `none`, and `symmetricKey`.
|
|
13382
13616
|
*/
|
|
13383
|
-
|
|
13617
|
+
autokey?: pulumi.Input<inputs.ServiceSettingServicesNtpServersPrimaryNtpServerAuthenticationTypeAutokey>;
|
|
13384
13618
|
/**
|
|
13385
|
-
*
|
|
13619
|
+
* None
|
|
13620
|
+
* > ℹ️ **Note:** You must specify exactly one of `autokey`, `none`, and `symmetricKey`.
|
|
13386
13621
|
*/
|
|
13387
|
-
|
|
13622
|
+
none?: pulumi.Input<inputs.ServiceSettingServicesNtpServersPrimaryNtpServerAuthenticationTypeNone>;
|
|
13388
13623
|
/**
|
|
13389
|
-
*
|
|
13624
|
+
* Symmetric key
|
|
13625
|
+
* > ℹ️ **Note:** You must specify exactly one of `autokey`, `none`, and `symmetricKey`.
|
|
13390
13626
|
*/
|
|
13391
|
-
|
|
13627
|
+
symmetricKey?: pulumi.Input<inputs.ServiceSettingServicesNtpServersPrimaryNtpServerAuthenticationTypeSymmetricKey>;
|
|
13628
|
+
}
|
|
13629
|
+
export interface ServiceSettingServicesNtpServersPrimaryNtpServerAuthenticationTypeAutokey {
|
|
13630
|
+
}
|
|
13631
|
+
export interface ServiceSettingServicesNtpServersPrimaryNtpServerAuthenticationTypeNone {
|
|
13632
|
+
}
|
|
13633
|
+
export interface ServiceSettingServicesNtpServersPrimaryNtpServerAuthenticationTypeSymmetricKey {
|
|
13392
13634
|
/**
|
|
13393
|
-
*
|
|
13635
|
+
* Algorithm
|
|
13394
13636
|
*/
|
|
13395
|
-
|
|
13637
|
+
algorithm?: pulumi.Input<inputs.ServiceSettingServicesNtpServersPrimaryNtpServerAuthenticationTypeSymmetricKeyAlgorithm>;
|
|
13638
|
+
/**
|
|
13639
|
+
* Key id
|
|
13640
|
+
*/
|
|
13641
|
+
keyId?: pulumi.Input<number>;
|
|
13396
13642
|
}
|
|
13397
|
-
export interface
|
|
13643
|
+
export interface ServiceSettingServicesNtpServersPrimaryNtpServerAuthenticationTypeSymmetricKeyAlgorithm {
|
|
13398
13644
|
/**
|
|
13399
|
-
*
|
|
13645
|
+
* Md5
|
|
13400
13646
|
*/
|
|
13401
|
-
|
|
13647
|
+
md5?: pulumi.Input<inputs.ServiceSettingServicesNtpServersPrimaryNtpServerAuthenticationTypeSymmetricKeyAlgorithmMd5>;
|
|
13402
13648
|
/**
|
|
13403
|
-
*
|
|
13649
|
+
* Sha1
|
|
13404
13650
|
*/
|
|
13405
|
-
|
|
13651
|
+
sha1?: pulumi.Input<inputs.ServiceSettingServicesNtpServersPrimaryNtpServerAuthenticationTypeSymmetricKeyAlgorithmSha1>;
|
|
13652
|
+
}
|
|
13653
|
+
export interface ServiceSettingServicesNtpServersPrimaryNtpServerAuthenticationTypeSymmetricKeyAlgorithmMd5 {
|
|
13406
13654
|
/**
|
|
13407
|
-
*
|
|
13655
|
+
* Authentication key
|
|
13408
13656
|
*/
|
|
13409
|
-
|
|
13657
|
+
authenticationKey?: pulumi.Input<string>;
|
|
13658
|
+
}
|
|
13659
|
+
export interface ServiceSettingServicesNtpServersPrimaryNtpServerAuthenticationTypeSymmetricKeyAlgorithmSha1 {
|
|
13410
13660
|
/**
|
|
13411
|
-
*
|
|
13661
|
+
* Authentication key
|
|
13412
13662
|
*/
|
|
13413
|
-
|
|
13663
|
+
authenticationKey?: pulumi.Input<string>;
|
|
13664
|
+
}
|
|
13665
|
+
export interface ServiceSettingServicesNtpServersSecondaryNtpServer {
|
|
13414
13666
|
/**
|
|
13415
|
-
*
|
|
13667
|
+
* Authentication type
|
|
13416
13668
|
*/
|
|
13417
|
-
|
|
13669
|
+
authenticationType?: pulumi.Input<inputs.ServiceSettingServicesNtpServersSecondaryNtpServerAuthenticationType>;
|
|
13670
|
+
/**
|
|
13671
|
+
* Ntp server address
|
|
13672
|
+
*/
|
|
13673
|
+
ntpServerAddress?: pulumi.Input<string>;
|
|
13674
|
+
}
|
|
13675
|
+
export interface ServiceSettingServicesNtpServersSecondaryNtpServerAuthenticationType {
|
|
13676
|
+
/**
|
|
13677
|
+
* Autokey
|
|
13678
|
+
* > ℹ️ **Note:** You must specify exactly one of `autokey`, `none`, and `symmetricKey`.
|
|
13679
|
+
*/
|
|
13680
|
+
autokey?: pulumi.Input<inputs.ServiceSettingServicesNtpServersSecondaryNtpServerAuthenticationTypeAutokey>;
|
|
13681
|
+
/**
|
|
13682
|
+
* None
|
|
13683
|
+
* > ℹ️ **Note:** You must specify exactly one of `autokey`, `none`, and `symmetricKey`.
|
|
13684
|
+
*/
|
|
13685
|
+
none?: pulumi.Input<inputs.ServiceSettingServicesNtpServersSecondaryNtpServerAuthenticationTypeNone>;
|
|
13686
|
+
/**
|
|
13687
|
+
* Symmetric key
|
|
13688
|
+
* > ℹ️ **Note:** You must specify exactly one of `autokey`, `none`, and `symmetricKey`.
|
|
13689
|
+
*/
|
|
13690
|
+
symmetricKey?: pulumi.Input<inputs.ServiceSettingServicesNtpServersSecondaryNtpServerAuthenticationTypeSymmetricKey>;
|
|
13691
|
+
}
|
|
13692
|
+
export interface ServiceSettingServicesNtpServersSecondaryNtpServerAuthenticationTypeAutokey {
|
|
13693
|
+
}
|
|
13694
|
+
export interface ServiceSettingServicesNtpServersSecondaryNtpServerAuthenticationTypeNone {
|
|
13695
|
+
}
|
|
13696
|
+
export interface ServiceSettingServicesNtpServersSecondaryNtpServerAuthenticationTypeSymmetricKey {
|
|
13697
|
+
/**
|
|
13698
|
+
* Algorithm
|
|
13699
|
+
*/
|
|
13700
|
+
algorithm?: pulumi.Input<inputs.ServiceSettingServicesNtpServersSecondaryNtpServerAuthenticationTypeSymmetricKeyAlgorithm>;
|
|
13701
|
+
/**
|
|
13702
|
+
* Key id
|
|
13703
|
+
*/
|
|
13704
|
+
keyId?: pulumi.Input<number>;
|
|
13705
|
+
}
|
|
13706
|
+
export interface ServiceSettingServicesNtpServersSecondaryNtpServerAuthenticationTypeSymmetricKeyAlgorithm {
|
|
13707
|
+
/**
|
|
13708
|
+
* Md5
|
|
13709
|
+
*/
|
|
13710
|
+
md5?: pulumi.Input<inputs.ServiceSettingServicesNtpServersSecondaryNtpServerAuthenticationTypeSymmetricKeyAlgorithmMd5>;
|
|
13711
|
+
/**
|
|
13712
|
+
* Sha1
|
|
13713
|
+
*/
|
|
13714
|
+
sha1?: pulumi.Input<inputs.ServiceSettingServicesNtpServersSecondaryNtpServerAuthenticationTypeSymmetricKeyAlgorithmSha1>;
|
|
13715
|
+
}
|
|
13716
|
+
export interface ServiceSettingServicesNtpServersSecondaryNtpServerAuthenticationTypeSymmetricKeyAlgorithmMd5 {
|
|
13717
|
+
/**
|
|
13718
|
+
* Authentication key
|
|
13719
|
+
*/
|
|
13720
|
+
authenticationKey?: pulumi.Input<string>;
|
|
13721
|
+
}
|
|
13722
|
+
export interface ServiceSettingServicesNtpServersSecondaryNtpServerAuthenticationTypeSymmetricKeyAlgorithmSha1 {
|
|
13723
|
+
/**
|
|
13724
|
+
* Authentication key
|
|
13725
|
+
*/
|
|
13726
|
+
authenticationKey?: pulumi.Input<string>;
|
|
13727
|
+
}
|
|
13728
|
+
export interface SessionSettingSessionSettings {
|
|
13729
|
+
/**
|
|
13730
|
+
* Enable accelerated aging
|
|
13731
|
+
*/
|
|
13732
|
+
acceleratedAgingEnable?: pulumi.Input<boolean>;
|
|
13733
|
+
/**
|
|
13734
|
+
* Accelerated aging scaling factor
|
|
13735
|
+
*/
|
|
13736
|
+
acceleratedAgingScalingFactor?: pulumi.Input<number>;
|
|
13737
|
+
/**
|
|
13738
|
+
* Accelerated aging threshold
|
|
13739
|
+
*/
|
|
13740
|
+
acceleratedAgingThreshold?: pulumi.Input<number>;
|
|
13741
|
+
/**
|
|
13742
|
+
* Config
|
|
13743
|
+
*/
|
|
13744
|
+
config?: pulumi.Input<inputs.SessionSettingSessionSettingsConfig>;
|
|
13745
|
+
/**
|
|
13746
|
+
* Enable DHCP broadcast session
|
|
13747
|
+
*/
|
|
13748
|
+
dhcpBcastSessionOn?: pulumi.Input<boolean>;
|
|
13749
|
+
/**
|
|
13750
|
+
* Enable ERSPAN support
|
|
13751
|
+
*/
|
|
13752
|
+
erspan?: pulumi.Input<boolean>;
|
|
13753
|
+
/**
|
|
13754
|
+
* ICMP unreachable packet rate (per second)
|
|
13755
|
+
*/
|
|
13756
|
+
icmpUnreachableRate?: pulumi.Input<number>;
|
|
13757
|
+
/**
|
|
13758
|
+
* ICMPv6 rate limiting
|
|
13759
|
+
*/
|
|
13760
|
+
icmpv6RateLimit?: pulumi.Input<inputs.SessionSettingSessionSettingsIcmpv6RateLimit>;
|
|
13761
|
+
/**
|
|
13762
|
+
* Enable IPv6 firewalling
|
|
13763
|
+
*/
|
|
13764
|
+
ipv6Firewalling?: pulumi.Input<boolean>;
|
|
13765
|
+
/**
|
|
13766
|
+
* Enable jumbo frame support
|
|
13767
|
+
*/
|
|
13768
|
+
jumboFrame?: pulumi.Input<inputs.SessionSettingSessionSettingsJumboFrame>;
|
|
13769
|
+
/**
|
|
13770
|
+
* Multicast route setup buffer size
|
|
13771
|
+
*/
|
|
13772
|
+
maxPendingMcastPktsPerSession?: pulumi.Input<number>;
|
|
13773
|
+
/**
|
|
13774
|
+
* Multicast route setup buffering
|
|
13775
|
+
*/
|
|
13776
|
+
multicastRouteSetupBuffering?: pulumi.Input<boolean>;
|
|
13777
|
+
/**
|
|
13778
|
+
* Nat
|
|
13779
|
+
*/
|
|
13780
|
+
nat?: pulumi.Input<inputs.SessionSettingSessionSettingsNat>;
|
|
13781
|
+
/**
|
|
13782
|
+
* Nat64
|
|
13783
|
+
*/
|
|
13784
|
+
nat64?: pulumi.Input<inputs.SessionSettingSessionSettingsNat64>;
|
|
13785
|
+
/**
|
|
13786
|
+
* Activate (%)
|
|
13787
|
+
*/
|
|
13788
|
+
packetBufferProtectionActivate?: pulumi.Input<number>;
|
|
13789
|
+
/**
|
|
13790
|
+
* Alert (%)
|
|
13791
|
+
*/
|
|
13792
|
+
packetBufferProtectionAlert?: pulumi.Input<number>;
|
|
13793
|
+
/**
|
|
13794
|
+
* Block countdown threshold (%)
|
|
13795
|
+
*/
|
|
13796
|
+
packetBufferProtectionBlockCountdown?: pulumi.Input<number>;
|
|
13797
|
+
/**
|
|
13798
|
+
* Block duration (seconds)
|
|
13799
|
+
*/
|
|
13800
|
+
packetBufferProtectionBlockDurationTime?: pulumi.Input<number>;
|
|
13801
|
+
/**
|
|
13802
|
+
* Block hold time (seconds)
|
|
13803
|
+
*/
|
|
13804
|
+
packetBufferProtectionBlockHoldTime?: pulumi.Input<number>;
|
|
13805
|
+
/**
|
|
13806
|
+
* Enable packet buffer protection
|
|
13807
|
+
*/
|
|
13808
|
+
packetBufferProtectionEnable?: pulumi.Input<boolean>;
|
|
13809
|
+
/**
|
|
13810
|
+
* Latency activate (milliseconds)
|
|
13811
|
+
*/
|
|
13812
|
+
packetBufferProtectionLatencyActivate?: pulumi.Input<number>;
|
|
13813
|
+
/**
|
|
13814
|
+
* Latency alert (milliseconds)
|
|
13815
|
+
*/
|
|
13816
|
+
packetBufferProtectionLatencyAlert?: pulumi.Input<number>;
|
|
13817
|
+
/**
|
|
13818
|
+
* Block countdown threshold (milliseconds)
|
|
13819
|
+
*/
|
|
13820
|
+
packetBufferProtectionLatencyBlockCountdown?: pulumi.Input<number>;
|
|
13821
|
+
/**
|
|
13822
|
+
* Latency max tolerate (milliseconds)
|
|
13823
|
+
*/
|
|
13824
|
+
packetBufferProtectionLatencyMaxTolerate?: pulumi.Input<number>;
|
|
13825
|
+
/**
|
|
13826
|
+
* Packet buffer protection monitor only
|
|
13827
|
+
*/
|
|
13828
|
+
packetBufferProtectionMonitorOnly?: pulumi.Input<boolean>;
|
|
13829
|
+
/**
|
|
13830
|
+
* Enabled latency-based activation
|
|
13831
|
+
*/
|
|
13832
|
+
packetBufferProtectionUseLatency?: pulumi.Input<boolean>;
|
|
13833
|
+
}
|
|
13834
|
+
export interface SessionSettingSessionSettingsConfig {
|
|
13835
|
+
/**
|
|
13836
|
+
* Rematch all sessions on config policy change
|
|
13837
|
+
*/
|
|
13838
|
+
rematch?: pulumi.Input<boolean>;
|
|
13839
|
+
}
|
|
13840
|
+
export interface SessionSettingSessionSettingsIcmpv6RateLimit {
|
|
13841
|
+
/**
|
|
13842
|
+
* ICMPv6 token bucket size
|
|
13843
|
+
*/
|
|
13844
|
+
bucketSize?: pulumi.Input<number>;
|
|
13845
|
+
/**
|
|
13846
|
+
* ICMPv6 error packet pate (per second)
|
|
13847
|
+
*/
|
|
13848
|
+
packetRate?: pulumi.Input<number>;
|
|
13849
|
+
}
|
|
13850
|
+
export interface SessionSettingSessionSettingsJumboFrame {
|
|
13851
|
+
/**
|
|
13852
|
+
* Global MTU
|
|
13853
|
+
*/
|
|
13854
|
+
mtu?: pulumi.Input<number>;
|
|
13855
|
+
}
|
|
13856
|
+
export interface SessionSettingSessionSettingsNat {
|
|
13857
|
+
/**
|
|
13858
|
+
* NAT oversubscription rate
|
|
13859
|
+
*/
|
|
13860
|
+
dippOversub?: pulumi.Input<string>;
|
|
13861
|
+
}
|
|
13862
|
+
export interface SessionSettingSessionSettingsNat64 {
|
|
13863
|
+
/**
|
|
13864
|
+
* NAT64 IPv6 minimum network MTU
|
|
13865
|
+
*/
|
|
13866
|
+
ipv6MinNetworkMtu?: pulumi.Input<number>;
|
|
13867
|
+
}
|
|
13868
|
+
export interface SessionTimeoutSessionTimeouts {
|
|
13869
|
+
/**
|
|
13870
|
+
* Captive Portal (seconds)
|
|
13871
|
+
*/
|
|
13872
|
+
timeoutCaptivePortal?: pulumi.Input<number>;
|
|
13873
|
+
/**
|
|
13874
|
+
* Default timeout (seconds)
|
|
13875
|
+
*/
|
|
13876
|
+
timeoutDefault?: pulumi.Input<number>;
|
|
13877
|
+
/**
|
|
13878
|
+
* Discard default (seconds)
|
|
13879
|
+
*/
|
|
13880
|
+
timeoutDiscardDefault?: pulumi.Input<number>;
|
|
13881
|
+
/**
|
|
13882
|
+
* Discard TCP (seconds)
|
|
13883
|
+
*/
|
|
13884
|
+
timeoutDiscardTcp?: pulumi.Input<number>;
|
|
13885
|
+
/**
|
|
13886
|
+
* Discard UDP (seconds)
|
|
13887
|
+
*/
|
|
13888
|
+
timeoutDiscardUdp?: pulumi.Input<number>;
|
|
13889
|
+
/**
|
|
13890
|
+
* ICMP (seconds)
|
|
13891
|
+
*/
|
|
13892
|
+
timeoutIcmp?: pulumi.Input<number>;
|
|
13893
|
+
/**
|
|
13894
|
+
* Scan (seconds)
|
|
13895
|
+
*/
|
|
13896
|
+
timeoutScan?: pulumi.Input<number>;
|
|
13897
|
+
/**
|
|
13898
|
+
* TCP (seconds)
|
|
13899
|
+
*/
|
|
13900
|
+
timeoutTcp?: pulumi.Input<number>;
|
|
13901
|
+
/**
|
|
13902
|
+
* TCP Half Closed (seconds)
|
|
13903
|
+
*/
|
|
13904
|
+
timeoutTcpHalfClosed?: pulumi.Input<number>;
|
|
13905
|
+
/**
|
|
13906
|
+
* TCP Time Wait (seconds)
|
|
13907
|
+
*/
|
|
13908
|
+
timeoutTcpTimeWait?: pulumi.Input<number>;
|
|
13909
|
+
/**
|
|
13910
|
+
* Unverified RST (seconds)
|
|
13911
|
+
*/
|
|
13912
|
+
timeoutTcpUnverifiedRst?: pulumi.Input<number>;
|
|
13913
|
+
/**
|
|
13914
|
+
* TCP handshake (seconds)
|
|
13915
|
+
*/
|
|
13916
|
+
timeoutTcphandshake?: pulumi.Input<number>;
|
|
13917
|
+
/**
|
|
13918
|
+
* TCP init (seconds)
|
|
13919
|
+
*/
|
|
13920
|
+
timeoutTcpinit?: pulumi.Input<number>;
|
|
13921
|
+
/**
|
|
13922
|
+
* UDP (seconds)
|
|
13923
|
+
*/
|
|
13924
|
+
timeoutUdp?: pulumi.Input<number>;
|
|
13925
|
+
}
|
|
13926
|
+
export interface SiteMember {
|
|
13927
|
+
/**
|
|
13928
|
+
* UUID of the remote network
|
|
13929
|
+
*/
|
|
13930
|
+
id?: pulumi.Input<string>;
|
|
13931
|
+
/**
|
|
13932
|
+
* The mode of the remote network
|
|
13933
|
+
*/
|
|
13934
|
+
mode: pulumi.Input<string>;
|
|
13935
|
+
/**
|
|
13936
|
+
* The member name
|
|
13937
|
+
*/
|
|
13938
|
+
name: pulumi.Input<string>;
|
|
13939
|
+
/**
|
|
13940
|
+
* The remote network name
|
|
13941
|
+
*/
|
|
13942
|
+
remoteNetwork?: pulumi.Input<string>;
|
|
13943
|
+
}
|
|
13944
|
+
export interface SiteQos {
|
|
13945
|
+
/**
|
|
13946
|
+
* The backup CIR in Mbps. This is distributed equally for all tunnels in the site.
|
|
13947
|
+
*/
|
|
13948
|
+
backupCir?: pulumi.Input<number>;
|
|
13949
|
+
/**
|
|
13950
|
+
* The CIR in Mbps. This is distributed equally for all tunnels in the site.
|
|
13951
|
+
*/
|
|
13952
|
+
cir?: pulumi.Input<number>;
|
|
13953
|
+
/**
|
|
13954
|
+
* The name of the site QoS profile
|
|
13955
|
+
*/
|
|
13956
|
+
profile?: pulumi.Input<string>;
|
|
13957
|
+
}
|
|
13958
|
+
export interface SyslogServerProfileFormat {
|
|
13959
|
+
/**
|
|
13960
|
+
* Auth
|
|
13961
|
+
*/
|
|
13962
|
+
auth?: pulumi.Input<string>;
|
|
13963
|
+
/**
|
|
13964
|
+
* Config
|
|
13965
|
+
*/
|
|
13966
|
+
config?: pulumi.Input<string>;
|
|
13967
|
+
/**
|
|
13968
|
+
* Correlation
|
|
13969
|
+
*/
|
|
13970
|
+
correlation?: pulumi.Input<string>;
|
|
13971
|
+
/**
|
|
13972
|
+
* Data
|
|
13973
|
+
*/
|
|
13974
|
+
data?: pulumi.Input<string>;
|
|
13975
|
+
/**
|
|
13976
|
+
* Decryption
|
|
13977
|
+
*/
|
|
13978
|
+
decryption?: pulumi.Input<string>;
|
|
13979
|
+
/**
|
|
13980
|
+
* Escaping
|
|
13981
|
+
*/
|
|
13982
|
+
escaping?: pulumi.Input<inputs.SyslogServerProfileFormatEscaping>;
|
|
13983
|
+
/**
|
|
13984
|
+
* Globalprotect
|
|
13985
|
+
*/
|
|
13986
|
+
globalprotect?: pulumi.Input<string>;
|
|
13987
|
+
/**
|
|
13988
|
+
* Gtp
|
|
13989
|
+
*/
|
|
13990
|
+
gtp?: pulumi.Input<string>;
|
|
13991
|
+
/**
|
|
13992
|
+
* Hip match
|
|
13993
|
+
*/
|
|
13994
|
+
hipMatch?: pulumi.Input<string>;
|
|
13995
|
+
/**
|
|
13996
|
+
* Iptag
|
|
13997
|
+
*/
|
|
13998
|
+
iptag?: pulumi.Input<string>;
|
|
13999
|
+
/**
|
|
14000
|
+
* Sctp
|
|
14001
|
+
*/
|
|
14002
|
+
sctp?: pulumi.Input<string>;
|
|
14003
|
+
/**
|
|
14004
|
+
* System
|
|
14005
|
+
*/
|
|
14006
|
+
system?: pulumi.Input<string>;
|
|
14007
|
+
/**
|
|
14008
|
+
* Threat
|
|
14009
|
+
*/
|
|
14010
|
+
threat?: pulumi.Input<string>;
|
|
14011
|
+
/**
|
|
14012
|
+
* Traffic
|
|
14013
|
+
*/
|
|
14014
|
+
traffic?: pulumi.Input<string>;
|
|
14015
|
+
/**
|
|
14016
|
+
* Tunnel
|
|
14017
|
+
*/
|
|
14018
|
+
tunnel?: pulumi.Input<string>;
|
|
14019
|
+
/**
|
|
14020
|
+
* Url
|
|
14021
|
+
*/
|
|
14022
|
+
url?: pulumi.Input<string>;
|
|
14023
|
+
/**
|
|
14024
|
+
* Userid
|
|
14025
|
+
*/
|
|
14026
|
+
userid?: pulumi.Input<string>;
|
|
14027
|
+
/**
|
|
14028
|
+
* Wildfire
|
|
14029
|
+
*/
|
|
14030
|
+
wildfire?: pulumi.Input<string>;
|
|
14031
|
+
}
|
|
14032
|
+
export interface SyslogServerProfileFormatEscaping {
|
|
14033
|
+
/**
|
|
14034
|
+
* Escape sequence delimiter
|
|
14035
|
+
*/
|
|
14036
|
+
escapeCharacter?: pulumi.Input<string>;
|
|
14037
|
+
/**
|
|
14038
|
+
* A list of all the characters to be escaped (without spaces).
|
|
14039
|
+
*/
|
|
14040
|
+
escapedCharacters?: pulumi.Input<string>;
|
|
14041
|
+
}
|
|
14042
|
+
export interface SyslogServerProfileServer {
|
|
14043
|
+
/**
|
|
14044
|
+
* Syslog facility
|
|
14045
|
+
*/
|
|
14046
|
+
facility?: pulumi.Input<string>;
|
|
14047
|
+
/**
|
|
14048
|
+
* Syslog format
|
|
14049
|
+
*/
|
|
14050
|
+
format?: pulumi.Input<string>;
|
|
14051
|
+
/**
|
|
14052
|
+
* Syslog server name
|
|
14053
|
+
*/
|
|
14054
|
+
name?: pulumi.Input<string>;
|
|
14055
|
+
/**
|
|
14056
|
+
* Syslog server port
|
|
14057
|
+
*/
|
|
14058
|
+
port?: pulumi.Input<number>;
|
|
14059
|
+
/**
|
|
14060
|
+
* Syslog server address
|
|
14061
|
+
*/
|
|
14062
|
+
server?: pulumi.Input<string>;
|
|
14063
|
+
/**
|
|
14064
|
+
* Transport protocol
|
|
14065
|
+
*/
|
|
14066
|
+
transport?: pulumi.Input<string>;
|
|
14067
|
+
}
|
|
14068
|
+
export interface TacacsServerProfileServer {
|
|
14069
|
+
/**
|
|
14070
|
+
* The IP address of the TACACS+ server
|
|
14071
|
+
*/
|
|
14072
|
+
address?: pulumi.Input<string>;
|
|
14073
|
+
/**
|
|
14074
|
+
* The name of the TACACS+ server
|
|
14075
|
+
*/
|
|
14076
|
+
name?: pulumi.Input<string>;
|
|
14077
|
+
/**
|
|
14078
|
+
* The TACACS+ server port
|
|
14079
|
+
*/
|
|
14080
|
+
port?: pulumi.Input<number>;
|
|
14081
|
+
/**
|
|
14082
|
+
* The TACACS+ secret
|
|
14083
|
+
*/
|
|
14084
|
+
secret?: pulumi.Input<string>;
|
|
14085
|
+
}
|
|
14086
|
+
export interface TcpSettingTcp {
|
|
14087
|
+
/**
|
|
14088
|
+
* Allow arbitrary ACK in response to SYN?
|
|
14089
|
+
*/
|
|
14090
|
+
allowChallengeAck?: pulumi.Input<boolean>;
|
|
14091
|
+
/**
|
|
14092
|
+
* Asymmetric path action
|
|
14093
|
+
*/
|
|
14094
|
+
asymmetricPath?: pulumi.Input<string>;
|
|
14095
|
+
/**
|
|
14096
|
+
* Forward segments exceeding TCP out-of-order queue?
|
|
14097
|
+
*/
|
|
14098
|
+
bypassExceedOoQueue?: pulumi.Input<boolean>;
|
|
14099
|
+
/**
|
|
14100
|
+
* Drop segments with null timestamp option?
|
|
14101
|
+
*/
|
|
14102
|
+
checkTimestampOption?: pulumi.Input<boolean>;
|
|
14103
|
+
/**
|
|
14104
|
+
* Drop segments without flag?
|
|
14105
|
+
*/
|
|
14106
|
+
dropZeroFlag?: pulumi.Input<boolean>;
|
|
14107
|
+
/**
|
|
14108
|
+
* SIP TCP cleartext action (`'0'` = Always Off, `'1'` = Always Enabled, `'2'` = Automatically enable proxy when needed)
|
|
14109
|
+
*/
|
|
14110
|
+
siptcpCleartextProxy?: pulumi.Input<string>;
|
|
14111
|
+
/**
|
|
14112
|
+
* Strip MPTCP option?
|
|
14113
|
+
*/
|
|
14114
|
+
stripMptcpOption?: pulumi.Input<boolean>;
|
|
14115
|
+
/**
|
|
14116
|
+
* TCP retransmit scan?
|
|
14117
|
+
*/
|
|
14118
|
+
tcpRetransmitScan?: pulumi.Input<boolean>;
|
|
14119
|
+
/**
|
|
14120
|
+
* Urgent data flag action
|
|
14121
|
+
*/
|
|
14122
|
+
urgentData?: pulumi.Input<string>;
|
|
14123
|
+
}
|
|
14124
|
+
export interface TlsServiceProfileProtocolSettings {
|
|
14125
|
+
/**
|
|
14126
|
+
* Allow SHA1 authentication?
|
|
14127
|
+
*/
|
|
14128
|
+
authAlgoSha1?: pulumi.Input<boolean>;
|
|
14129
|
+
/**
|
|
14130
|
+
* Allow SHA256 authentication?
|
|
14131
|
+
*/
|
|
14132
|
+
authAlgoSha256?: pulumi.Input<boolean>;
|
|
14133
|
+
/**
|
|
14134
|
+
* Allow SHA384 authentication?
|
|
14135
|
+
*/
|
|
14136
|
+
authAlgoSha384?: pulumi.Input<boolean>;
|
|
14137
|
+
/**
|
|
14138
|
+
* Allow AES-128-CBC algorithm?
|
|
14139
|
+
*/
|
|
14140
|
+
encAlgoAes128Cbc?: pulumi.Input<boolean>;
|
|
13418
14141
|
/**
|
|
13419
14142
|
* Allow AES-128-GCM algorithm?
|
|
13420
14143
|
*/
|
|
@@ -13427,10 +14150,6 @@ export interface TlsServiceProfileProtocolSettings {
|
|
|
13427
14150
|
* Allow algorithm AES-256-GCM
|
|
13428
14151
|
*/
|
|
13429
14152
|
encAlgoAes256Gcm?: pulumi.Input<boolean>;
|
|
13430
|
-
/**
|
|
13431
|
-
* Allow RC4 algorithm?
|
|
13432
|
-
*/
|
|
13433
|
-
encAlgoRc4?: pulumi.Input<boolean>;
|
|
13434
14153
|
/**
|
|
13435
14154
|
* Allow DHE algorithm?
|
|
13436
14155
|
*/
|
|
@@ -13482,6 +14201,293 @@ export interface TunnelInterfaceIp {
|
|
|
13482
14201
|
*/
|
|
13483
14202
|
name: pulumi.Input<string>;
|
|
13484
14203
|
}
|
|
14204
|
+
export interface UpdateScheduleUpdateSchedule {
|
|
14205
|
+
/**
|
|
14206
|
+
* Anti virus
|
|
14207
|
+
*/
|
|
14208
|
+
antiVirus: pulumi.Input<inputs.UpdateScheduleUpdateScheduleAntiVirus>;
|
|
14209
|
+
/**
|
|
14210
|
+
* Threats
|
|
14211
|
+
*/
|
|
14212
|
+
threats: pulumi.Input<inputs.UpdateScheduleUpdateScheduleThreats>;
|
|
14213
|
+
/**
|
|
14214
|
+
* Wildfire
|
|
14215
|
+
*/
|
|
14216
|
+
wildfire: pulumi.Input<inputs.UpdateScheduleUpdateScheduleWildfire>;
|
|
14217
|
+
}
|
|
14218
|
+
export interface UpdateScheduleUpdateScheduleAntiVirus {
|
|
14219
|
+
/**
|
|
14220
|
+
* Recurring
|
|
14221
|
+
*/
|
|
14222
|
+
recurring: pulumi.Input<inputs.UpdateScheduleUpdateScheduleAntiVirusRecurring>;
|
|
14223
|
+
}
|
|
14224
|
+
export interface UpdateScheduleUpdateScheduleAntiVirusRecurring {
|
|
14225
|
+
/**
|
|
14226
|
+
* Daily
|
|
14227
|
+
* > ℹ️ **Note:** You must specify exactly one of `daily`, `hourly`, `none`, and `weekly`.
|
|
14228
|
+
*/
|
|
14229
|
+
daily?: pulumi.Input<inputs.UpdateScheduleUpdateScheduleAntiVirusRecurringDaily>;
|
|
14230
|
+
/**
|
|
14231
|
+
* Hourly
|
|
14232
|
+
* > ℹ️ **Note:** You must specify exactly one of `daily`, `hourly`, `none`, and `weekly`.
|
|
14233
|
+
*/
|
|
14234
|
+
hourly?: pulumi.Input<inputs.UpdateScheduleUpdateScheduleAntiVirusRecurringHourly>;
|
|
14235
|
+
/**
|
|
14236
|
+
* None
|
|
14237
|
+
* > ℹ️ **Note:** You must specify exactly one of `daily`, `hourly`, `none`, and `weekly`.
|
|
14238
|
+
*/
|
|
14239
|
+
none?: pulumi.Input<inputs.UpdateScheduleUpdateScheduleAntiVirusRecurringNone>;
|
|
14240
|
+
/**
|
|
14241
|
+
* Sync to peer
|
|
14242
|
+
*/
|
|
14243
|
+
syncToPeer: pulumi.Input<boolean>;
|
|
14244
|
+
/**
|
|
14245
|
+
* Threshold
|
|
14246
|
+
*/
|
|
14247
|
+
threshold?: pulumi.Input<number>;
|
|
14248
|
+
/**
|
|
14249
|
+
* Weekly
|
|
14250
|
+
* > ℹ️ **Note:** You must specify exactly one of `daily`, `hourly`, `none`, and `weekly`.
|
|
14251
|
+
*/
|
|
14252
|
+
weekly?: pulumi.Input<inputs.UpdateScheduleUpdateScheduleAntiVirusRecurringWeekly>;
|
|
14253
|
+
}
|
|
14254
|
+
export interface UpdateScheduleUpdateScheduleAntiVirusRecurringDaily {
|
|
14255
|
+
/**
|
|
14256
|
+
* Action
|
|
14257
|
+
*/
|
|
14258
|
+
action?: pulumi.Input<string>;
|
|
14259
|
+
/**
|
|
14260
|
+
* At
|
|
14261
|
+
*/
|
|
14262
|
+
at: pulumi.Input<string>;
|
|
14263
|
+
}
|
|
14264
|
+
export interface UpdateScheduleUpdateScheduleAntiVirusRecurringHourly {
|
|
14265
|
+
/**
|
|
14266
|
+
* Action
|
|
14267
|
+
*/
|
|
14268
|
+
action?: pulumi.Input<string>;
|
|
14269
|
+
/**
|
|
14270
|
+
* At
|
|
14271
|
+
*/
|
|
14272
|
+
at: pulumi.Input<number>;
|
|
14273
|
+
}
|
|
14274
|
+
export interface UpdateScheduleUpdateScheduleAntiVirusRecurringNone {
|
|
14275
|
+
}
|
|
14276
|
+
export interface UpdateScheduleUpdateScheduleAntiVirusRecurringWeekly {
|
|
14277
|
+
/**
|
|
14278
|
+
* Action
|
|
14279
|
+
*/
|
|
14280
|
+
action?: pulumi.Input<string>;
|
|
14281
|
+
/**
|
|
14282
|
+
* At
|
|
14283
|
+
*/
|
|
14284
|
+
at?: pulumi.Input<string>;
|
|
14285
|
+
/**
|
|
14286
|
+
* Day of week
|
|
14287
|
+
*/
|
|
14288
|
+
dayOfWeek?: pulumi.Input<string>;
|
|
14289
|
+
}
|
|
14290
|
+
export interface UpdateScheduleUpdateScheduleThreats {
|
|
14291
|
+
/**
|
|
14292
|
+
* Recurring
|
|
14293
|
+
*/
|
|
14294
|
+
recurring: pulumi.Input<inputs.UpdateScheduleUpdateScheduleThreatsRecurring>;
|
|
14295
|
+
}
|
|
14296
|
+
export interface UpdateScheduleUpdateScheduleThreatsRecurring {
|
|
14297
|
+
/**
|
|
14298
|
+
* Daily
|
|
14299
|
+
* > ℹ️ **Note:** You must specify exactly one of `daily`, `every30Mins`, `hourly`, `none`, and `weekly`.
|
|
14300
|
+
*/
|
|
14301
|
+
daily?: pulumi.Input<inputs.UpdateScheduleUpdateScheduleThreatsRecurringDaily>;
|
|
14302
|
+
/**
|
|
14303
|
+
* Every30 mins
|
|
14304
|
+
* > ℹ️ **Note:** You must specify exactly one of `daily`, `every30Mins`, `hourly`, `none`, and `weekly`.
|
|
14305
|
+
*/
|
|
14306
|
+
every30Mins?: pulumi.Input<inputs.UpdateScheduleUpdateScheduleThreatsRecurringEvery30Mins>;
|
|
14307
|
+
/**
|
|
14308
|
+
* Hourly
|
|
14309
|
+
* > ℹ️ **Note:** You must specify exactly one of `daily`, `every30Mins`, `hourly`, `none`, and `weekly`.
|
|
14310
|
+
*/
|
|
14311
|
+
hourly?: pulumi.Input<inputs.UpdateScheduleUpdateScheduleThreatsRecurringHourly>;
|
|
14312
|
+
/**
|
|
14313
|
+
* New app threshold
|
|
14314
|
+
*/
|
|
14315
|
+
newAppThreshold?: pulumi.Input<number>;
|
|
14316
|
+
/**
|
|
14317
|
+
* None
|
|
14318
|
+
* > ℹ️ **Note:** You must specify exactly one of `daily`, `every30Mins`, `hourly`, `none`, and `weekly`.
|
|
14319
|
+
*/
|
|
14320
|
+
none?: pulumi.Input<inputs.UpdateScheduleUpdateScheduleThreatsRecurringNone>;
|
|
14321
|
+
/**
|
|
14322
|
+
* Sync to peer
|
|
14323
|
+
*/
|
|
14324
|
+
syncToPeer: pulumi.Input<boolean>;
|
|
14325
|
+
/**
|
|
14326
|
+
* Threshold
|
|
14327
|
+
*/
|
|
14328
|
+
threshold?: pulumi.Input<number>;
|
|
14329
|
+
/**
|
|
14330
|
+
* Weekly
|
|
14331
|
+
* > ℹ️ **Note:** You must specify exactly one of `daily`, `every30Mins`, `hourly`, `none`, and `weekly`.
|
|
14332
|
+
*/
|
|
14333
|
+
weekly?: pulumi.Input<inputs.UpdateScheduleUpdateScheduleThreatsRecurringWeekly>;
|
|
14334
|
+
}
|
|
14335
|
+
export interface UpdateScheduleUpdateScheduleThreatsRecurringDaily {
|
|
14336
|
+
/**
|
|
14337
|
+
* Action
|
|
14338
|
+
*/
|
|
14339
|
+
action?: pulumi.Input<string>;
|
|
14340
|
+
/**
|
|
14341
|
+
* At
|
|
14342
|
+
*/
|
|
14343
|
+
at: pulumi.Input<string>;
|
|
14344
|
+
/**
|
|
14345
|
+
* Disable new content
|
|
14346
|
+
*/
|
|
14347
|
+
disableNewContent?: pulumi.Input<boolean>;
|
|
14348
|
+
}
|
|
14349
|
+
export interface UpdateScheduleUpdateScheduleThreatsRecurringEvery30Mins {
|
|
14350
|
+
/**
|
|
14351
|
+
* Action
|
|
14352
|
+
*/
|
|
14353
|
+
action?: pulumi.Input<string>;
|
|
14354
|
+
/**
|
|
14355
|
+
* At
|
|
14356
|
+
*/
|
|
14357
|
+
at?: pulumi.Input<number>;
|
|
14358
|
+
/**
|
|
14359
|
+
* Disable new content
|
|
14360
|
+
*/
|
|
14361
|
+
disableNewContent?: pulumi.Input<boolean>;
|
|
14362
|
+
}
|
|
14363
|
+
export interface UpdateScheduleUpdateScheduleThreatsRecurringHourly {
|
|
14364
|
+
/**
|
|
14365
|
+
* Action
|
|
14366
|
+
*/
|
|
14367
|
+
action?: pulumi.Input<string>;
|
|
14368
|
+
/**
|
|
14369
|
+
* At
|
|
14370
|
+
*/
|
|
14371
|
+
at: pulumi.Input<number>;
|
|
14372
|
+
/**
|
|
14373
|
+
* Disable new content
|
|
14374
|
+
*/
|
|
14375
|
+
disableNewContent?: pulumi.Input<boolean>;
|
|
14376
|
+
}
|
|
14377
|
+
export interface UpdateScheduleUpdateScheduleThreatsRecurringNone {
|
|
14378
|
+
}
|
|
14379
|
+
export interface UpdateScheduleUpdateScheduleThreatsRecurringWeekly {
|
|
14380
|
+
/**
|
|
14381
|
+
* Action
|
|
14382
|
+
*/
|
|
14383
|
+
action?: pulumi.Input<string>;
|
|
14384
|
+
/**
|
|
14385
|
+
* At
|
|
14386
|
+
*/
|
|
14387
|
+
at: pulumi.Input<string>;
|
|
14388
|
+
/**
|
|
14389
|
+
* Day of week
|
|
14390
|
+
*/
|
|
14391
|
+
dayOfWeek: pulumi.Input<string>;
|
|
14392
|
+
/**
|
|
14393
|
+
* Disable new content
|
|
14394
|
+
*/
|
|
14395
|
+
disableNewContent?: pulumi.Input<boolean>;
|
|
14396
|
+
}
|
|
14397
|
+
export interface UpdateScheduleUpdateScheduleWildfire {
|
|
14398
|
+
/**
|
|
14399
|
+
* Recurring
|
|
14400
|
+
*/
|
|
14401
|
+
recurring: pulumi.Input<inputs.UpdateScheduleUpdateScheduleWildfireRecurring>;
|
|
14402
|
+
}
|
|
14403
|
+
export interface UpdateScheduleUpdateScheduleWildfireRecurring {
|
|
14404
|
+
/**
|
|
14405
|
+
* Every15 mins
|
|
14406
|
+
* > ℹ️ **Note:** You must specify exactly one of `every15Mins`, `every30Mins`, `everyHour`, `everyMin`, `none`, and `realTime`.
|
|
14407
|
+
*/
|
|
14408
|
+
every15Mins?: pulumi.Input<inputs.UpdateScheduleUpdateScheduleWildfireRecurringEvery15Mins>;
|
|
14409
|
+
/**
|
|
14410
|
+
* Every30 mins
|
|
14411
|
+
* > ℹ️ **Note:** You must specify exactly one of `every15Mins`, `every30Mins`, `everyHour`, `everyMin`, `none`, and `realTime`.
|
|
14412
|
+
*/
|
|
14413
|
+
every30Mins?: pulumi.Input<inputs.UpdateScheduleUpdateScheduleWildfireRecurringEvery30Mins>;
|
|
14414
|
+
/**
|
|
14415
|
+
* Every hour
|
|
14416
|
+
* > ℹ️ **Note:** You must specify exactly one of `every15Mins`, `every30Mins`, `everyHour`, `everyMin`, `none`, and `realTime`.
|
|
14417
|
+
*/
|
|
14418
|
+
everyHour?: pulumi.Input<inputs.UpdateScheduleUpdateScheduleWildfireRecurringEveryHour>;
|
|
14419
|
+
/**
|
|
14420
|
+
* Every min
|
|
14421
|
+
* > ℹ️ **Note:** You must specify exactly one of `every15Mins`, `every30Mins`, `everyHour`, `everyMin`, `none`, and `realTime`.
|
|
14422
|
+
*/
|
|
14423
|
+
everyMin?: pulumi.Input<inputs.UpdateScheduleUpdateScheduleWildfireRecurringEveryMin>;
|
|
14424
|
+
/**
|
|
14425
|
+
* None
|
|
14426
|
+
* > ℹ️ **Note:** You must specify exactly one of `every15Mins`, `every30Mins`, `everyHour`, `everyMin`, `none`, and `realTime`.
|
|
14427
|
+
*/
|
|
14428
|
+
none?: pulumi.Input<inputs.UpdateScheduleUpdateScheduleWildfireRecurringNone>;
|
|
14429
|
+
/**
|
|
14430
|
+
* Real time
|
|
14431
|
+
* > ℹ️ **Note:** You must specify exactly one of `every15Mins`, `every30Mins`, `everyHour`, `everyMin`, `none`, and `realTime`.
|
|
14432
|
+
*/
|
|
14433
|
+
realTime?: pulumi.Input<inputs.UpdateScheduleUpdateScheduleWildfireRecurringRealTime>;
|
|
14434
|
+
}
|
|
14435
|
+
export interface UpdateScheduleUpdateScheduleWildfireRecurringEvery15Mins {
|
|
14436
|
+
/**
|
|
14437
|
+
* Action
|
|
14438
|
+
*/
|
|
14439
|
+
action?: pulumi.Input<string>;
|
|
14440
|
+
/**
|
|
14441
|
+
* At
|
|
14442
|
+
*/
|
|
14443
|
+
at?: pulumi.Input<number>;
|
|
14444
|
+
/**
|
|
14445
|
+
* Sync to peer
|
|
14446
|
+
*/
|
|
14447
|
+
syncToPeer?: pulumi.Input<boolean>;
|
|
14448
|
+
}
|
|
14449
|
+
export interface UpdateScheduleUpdateScheduleWildfireRecurringEvery30Mins {
|
|
14450
|
+
/**
|
|
14451
|
+
* Action
|
|
14452
|
+
*/
|
|
14453
|
+
action?: pulumi.Input<string>;
|
|
14454
|
+
/**
|
|
14455
|
+
* At
|
|
14456
|
+
*/
|
|
14457
|
+
at?: pulumi.Input<number>;
|
|
14458
|
+
/**
|
|
14459
|
+
* Sync to peer
|
|
14460
|
+
*/
|
|
14461
|
+
syncToPeer?: pulumi.Input<boolean>;
|
|
14462
|
+
}
|
|
14463
|
+
export interface UpdateScheduleUpdateScheduleWildfireRecurringEveryHour {
|
|
14464
|
+
/**
|
|
14465
|
+
* Action
|
|
14466
|
+
*/
|
|
14467
|
+
action?: pulumi.Input<string>;
|
|
14468
|
+
/**
|
|
14469
|
+
* At
|
|
14470
|
+
*/
|
|
14471
|
+
at?: pulumi.Input<number>;
|
|
14472
|
+
/**
|
|
14473
|
+
* Sync to peer
|
|
14474
|
+
*/
|
|
14475
|
+
syncToPeer?: pulumi.Input<boolean>;
|
|
14476
|
+
}
|
|
14477
|
+
export interface UpdateScheduleUpdateScheduleWildfireRecurringEveryMin {
|
|
14478
|
+
/**
|
|
14479
|
+
* Action
|
|
14480
|
+
*/
|
|
14481
|
+
action?: pulumi.Input<string>;
|
|
14482
|
+
/**
|
|
14483
|
+
* Sync to peer
|
|
14484
|
+
*/
|
|
14485
|
+
syncToPeer?: pulumi.Input<boolean>;
|
|
14486
|
+
}
|
|
14487
|
+
export interface UpdateScheduleUpdateScheduleWildfireRecurringNone {
|
|
14488
|
+
}
|
|
14489
|
+
export interface UpdateScheduleUpdateScheduleWildfireRecurringRealTime {
|
|
14490
|
+
}
|
|
13485
14491
|
export interface UrlAccessProfileCredentialEnforcement {
|
|
13486
14492
|
/**
|
|
13487
14493
|
* Alert
|
|
@@ -13610,6 +14616,26 @@ export interface VlanInterfaceIp {
|
|
|
13610
14616
|
*/
|
|
13611
14617
|
name: pulumi.Input<string>;
|
|
13612
14618
|
}
|
|
14619
|
+
export interface VpnSettingVpn {
|
|
14620
|
+
/**
|
|
14621
|
+
* Ikev2
|
|
14622
|
+
*/
|
|
14623
|
+
ikev2?: pulumi.Input<inputs.VpnSettingVpnIkev2>;
|
|
14624
|
+
}
|
|
14625
|
+
export interface VpnSettingVpnIkev2 {
|
|
14626
|
+
/**
|
|
14627
|
+
* Maximum cached certificates
|
|
14628
|
+
*/
|
|
14629
|
+
certificateCacheSize?: pulumi.Input<number>;
|
|
14630
|
+
/**
|
|
14631
|
+
* Cookie activation threshold
|
|
14632
|
+
*/
|
|
14633
|
+
cookieThreshold?: pulumi.Input<number>;
|
|
14634
|
+
/**
|
|
14635
|
+
* Maximum half-opened SA
|
|
14636
|
+
*/
|
|
14637
|
+
maxHalfOpenedSa?: pulumi.Input<number>;
|
|
14638
|
+
}
|
|
13613
14639
|
export interface VulnerabilityProtectionProfileRule {
|
|
13614
14640
|
/**
|
|
13615
14641
|
* vulnerability profiles threat exception default action
|
|
@@ -13651,47 +14677,41 @@ export interface VulnerabilityProtectionProfileRule {
|
|
|
13651
14677
|
export interface VulnerabilityProtectionProfileRuleAction {
|
|
13652
14678
|
/**
|
|
13653
14679
|
* Alert
|
|
14680
|
+
* > ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `blockIp`, `default`, `drop`, `resetBoth`, `resetClient`, and `resetServer`.
|
|
13654
14681
|
*/
|
|
13655
14682
|
alert?: pulumi.Input<inputs.VulnerabilityProtectionProfileRuleActionAlert>;
|
|
13656
14683
|
/**
|
|
13657
14684
|
* Allow
|
|
13658
|
-
*
|
|
13659
14685
|
* > ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `blockIp`, `default`, `drop`, `resetBoth`, `resetClient`, and `resetServer`.
|
|
13660
14686
|
*/
|
|
13661
14687
|
allow?: pulumi.Input<inputs.VulnerabilityProtectionProfileRuleActionAllow>;
|
|
13662
14688
|
/**
|
|
13663
14689
|
* vulnerability protection block ip
|
|
13664
|
-
*
|
|
13665
14690
|
* > ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `blockIp`, `default`, `drop`, `resetBoth`, `resetClient`, and `resetServer`.
|
|
13666
14691
|
*/
|
|
13667
14692
|
blockIp?: pulumi.Input<inputs.VulnerabilityProtectionProfileRuleActionBlockIp>;
|
|
13668
14693
|
/**
|
|
13669
14694
|
* Default
|
|
13670
|
-
*
|
|
13671
14695
|
* > ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `blockIp`, `default`, `drop`, `resetBoth`, `resetClient`, and `resetServer`.
|
|
13672
14696
|
*/
|
|
13673
14697
|
default?: pulumi.Input<inputs.VulnerabilityProtectionProfileRuleActionDefault>;
|
|
13674
14698
|
/**
|
|
13675
14699
|
* Drop
|
|
13676
|
-
*
|
|
13677
14700
|
* > ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `blockIp`, `default`, `drop`, `resetBoth`, `resetClient`, and `resetServer`.
|
|
13678
14701
|
*/
|
|
13679
14702
|
drop?: pulumi.Input<inputs.VulnerabilityProtectionProfileRuleActionDrop>;
|
|
13680
14703
|
/**
|
|
13681
14704
|
* Reset both
|
|
13682
|
-
*
|
|
13683
14705
|
* > ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `blockIp`, `default`, `drop`, `resetBoth`, `resetClient`, and `resetServer`.
|
|
13684
14706
|
*/
|
|
13685
14707
|
resetBoth?: pulumi.Input<inputs.VulnerabilityProtectionProfileRuleActionResetBoth>;
|
|
13686
14708
|
/**
|
|
13687
14709
|
* Reset client
|
|
13688
|
-
*
|
|
13689
14710
|
* > ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `blockIp`, `default`, `drop`, `resetBoth`, `resetClient`, and `resetServer`.
|
|
13690
14711
|
*/
|
|
13691
14712
|
resetClient?: pulumi.Input<inputs.VulnerabilityProtectionProfileRuleActionResetClient>;
|
|
13692
14713
|
/**
|
|
13693
14714
|
* Reset server
|
|
13694
|
-
*
|
|
13695
14715
|
* > ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `blockIp`, `default`, `drop`, `resetBoth`, `resetClient`, and `resetServer`.
|
|
13696
14716
|
*/
|
|
13697
14717
|
resetServer?: pulumi.Input<inputs.VulnerabilityProtectionProfileRuleActionResetServer>;
|
|
@@ -13749,47 +14769,41 @@ export interface VulnerabilityProtectionProfileThreatException {
|
|
|
13749
14769
|
export interface VulnerabilityProtectionProfileThreatExceptionAction {
|
|
13750
14770
|
/**
|
|
13751
14771
|
* Alert
|
|
14772
|
+
* > ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `blockIp`, `default`, `drop`, `resetBoth`, `resetClient`, and `resetServer`.
|
|
13752
14773
|
*/
|
|
13753
14774
|
alert?: pulumi.Input<inputs.VulnerabilityProtectionProfileThreatExceptionActionAlert>;
|
|
13754
14775
|
/**
|
|
13755
14776
|
* Allow
|
|
13756
|
-
*
|
|
13757
14777
|
* > ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `blockIp`, `default`, `drop`, `resetBoth`, `resetClient`, and `resetServer`.
|
|
13758
14778
|
*/
|
|
13759
14779
|
allow?: pulumi.Input<inputs.VulnerabilityProtectionProfileThreatExceptionActionAllow>;
|
|
13760
14780
|
/**
|
|
13761
14781
|
* vulnerability protection threat exception block ip
|
|
13762
|
-
*
|
|
13763
14782
|
* > ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `blockIp`, `default`, `drop`, `resetBoth`, `resetClient`, and `resetServer`.
|
|
13764
14783
|
*/
|
|
13765
14784
|
blockIp?: pulumi.Input<inputs.VulnerabilityProtectionProfileThreatExceptionActionBlockIp>;
|
|
13766
14785
|
/**
|
|
13767
14786
|
* Default
|
|
13768
|
-
*
|
|
13769
14787
|
* > ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `blockIp`, `default`, `drop`, `resetBoth`, `resetClient`, and `resetServer`.
|
|
13770
14788
|
*/
|
|
13771
14789
|
default?: pulumi.Input<inputs.VulnerabilityProtectionProfileThreatExceptionActionDefault>;
|
|
13772
14790
|
/**
|
|
13773
14791
|
* Drop
|
|
13774
|
-
*
|
|
13775
14792
|
* > ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `blockIp`, `default`, `drop`, `resetBoth`, `resetClient`, and `resetServer`.
|
|
13776
14793
|
*/
|
|
13777
14794
|
drop?: pulumi.Input<inputs.VulnerabilityProtectionProfileThreatExceptionActionDrop>;
|
|
13778
14795
|
/**
|
|
13779
14796
|
* Reset both
|
|
13780
|
-
*
|
|
13781
14797
|
* > ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `blockIp`, `default`, `drop`, `resetBoth`, `resetClient`, and `resetServer`.
|
|
13782
14798
|
*/
|
|
13783
14799
|
resetBoth?: pulumi.Input<inputs.VulnerabilityProtectionProfileThreatExceptionActionResetBoth>;
|
|
13784
14800
|
/**
|
|
13785
14801
|
* Reset client
|
|
13786
|
-
*
|
|
13787
14802
|
* > ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `blockIp`, `default`, `drop`, `resetBoth`, `resetClient`, and `resetServer`.
|
|
13788
14803
|
*/
|
|
13789
14804
|
resetClient?: pulumi.Input<inputs.VulnerabilityProtectionProfileThreatExceptionActionResetClient>;
|
|
13790
14805
|
/**
|
|
13791
14806
|
* Reset server
|
|
13792
|
-
*
|
|
13793
14807
|
* > ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `blockIp`, `default`, `drop`, `resetBoth`, `resetClient`, and `resetServer`.
|
|
13794
14808
|
*/
|
|
13795
14809
|
resetServer?: pulumi.Input<inputs.VulnerabilityProtectionProfileThreatExceptionActionResetServer>;
|
|
@@ -13841,11 +14855,11 @@ export interface VulnerabilityProtectionProfileThreatExceptionTimeAttribute {
|
|
|
13841
14855
|
export interface VulnerabilityProtectionSignatureAffectedHost {
|
|
13842
14856
|
/**
|
|
13843
14857
|
* Client
|
|
14858
|
+
* > ℹ️ **Note:** You must specify exactly one of `client` and `server`.
|
|
13844
14859
|
*/
|
|
13845
14860
|
client?: pulumi.Input<boolean>;
|
|
13846
14861
|
/**
|
|
13847
14862
|
* Server
|
|
13848
|
-
*
|
|
13849
14863
|
* > ℹ️ **Note:** You must specify exactly one of `client` and `server`.
|
|
13850
14864
|
*/
|
|
13851
14865
|
server?: pulumi.Input<boolean>;
|
|
@@ -13853,41 +14867,36 @@ export interface VulnerabilityProtectionSignatureAffectedHost {
|
|
|
13853
14867
|
export interface VulnerabilityProtectionSignatureDefaultAction {
|
|
13854
14868
|
/**
|
|
13855
14869
|
* Alert
|
|
14870
|
+
* > ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `blockIp`, `drop`, `resetBoth`, `resetClient`, and `resetServer`.
|
|
13856
14871
|
*/
|
|
13857
14872
|
alert?: pulumi.Input<inputs.VulnerabilityProtectionSignatureDefaultActionAlert>;
|
|
13858
14873
|
/**
|
|
13859
14874
|
* Allow
|
|
13860
|
-
*
|
|
13861
14875
|
* > ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `blockIp`, `drop`, `resetBoth`, `resetClient`, and `resetServer`.
|
|
13862
14876
|
*/
|
|
13863
14877
|
allow?: pulumi.Input<inputs.VulnerabilityProtectionSignatureDefaultActionAllow>;
|
|
13864
14878
|
/**
|
|
13865
14879
|
* vulnerability protection bugtraq block ip
|
|
13866
|
-
*
|
|
13867
14880
|
* > ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `blockIp`, `drop`, `resetBoth`, `resetClient`, and `resetServer`.
|
|
13868
14881
|
*/
|
|
13869
14882
|
blockIp?: pulumi.Input<inputs.VulnerabilityProtectionSignatureDefaultActionBlockIp>;
|
|
13870
14883
|
/**
|
|
13871
14884
|
* Drop
|
|
13872
|
-
*
|
|
13873
14885
|
* > ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `blockIp`, `drop`, `resetBoth`, `resetClient`, and `resetServer`.
|
|
13874
14886
|
*/
|
|
13875
14887
|
drop?: pulumi.Input<inputs.VulnerabilityProtectionSignatureDefaultActionDrop>;
|
|
13876
14888
|
/**
|
|
13877
14889
|
* Reset both
|
|
13878
|
-
*
|
|
13879
14890
|
* > ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `blockIp`, `drop`, `resetBoth`, `resetClient`, and `resetServer`.
|
|
13880
14891
|
*/
|
|
13881
14892
|
resetBoth?: pulumi.Input<inputs.VulnerabilityProtectionSignatureDefaultActionResetBoth>;
|
|
13882
14893
|
/**
|
|
13883
14894
|
* Reset client
|
|
13884
|
-
*
|
|
13885
14895
|
* > ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `blockIp`, `drop`, `resetBoth`, `resetClient`, and `resetServer`.
|
|
13886
14896
|
*/
|
|
13887
14897
|
resetClient?: pulumi.Input<inputs.VulnerabilityProtectionSignatureDefaultActionResetClient>;
|
|
13888
14898
|
/**
|
|
13889
14899
|
* Reset server
|
|
13890
|
-
*
|
|
13891
14900
|
* > ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `blockIp`, `drop`, `resetBoth`, `resetClient`, and `resetServer`.
|
|
13892
14901
|
*/
|
|
13893
14902
|
resetServer?: pulumi.Input<inputs.VulnerabilityProtectionSignatureDefaultActionResetServer>;
|
|
@@ -13917,11 +14926,11 @@ export interface VulnerabilityProtectionSignatureDefaultActionResetServer {
|
|
|
13917
14926
|
export interface VulnerabilityProtectionSignatureSignature {
|
|
13918
14927
|
/**
|
|
13919
14928
|
* vulnerability protection signature combination object
|
|
14929
|
+
* > ℹ️ **Note:** You must specify exactly one of `combination` and `standard`.
|
|
13920
14930
|
*/
|
|
13921
14931
|
combination?: pulumi.Input<inputs.VulnerabilityProtectionSignatureSignatureCombination>;
|
|
13922
14932
|
/**
|
|
13923
14933
|
* vulnerability protection signature standard array
|
|
13924
|
-
*
|
|
13925
14934
|
* > ℹ️ **Note:** You must specify exactly one of `combination` and `standard`.
|
|
13926
14935
|
*/
|
|
13927
14936
|
standards?: pulumi.Input<pulumi.Input<inputs.VulnerabilityProtectionSignatureSignatureStandard>[]>;
|