@huaweicloud/huaweicloud-sdk-cdn 3.1.23
Sign up to get free protection for your applications and to get access to all the features.
- package/LICENSE +13 -0
- package/README.md +1 -0
- package/huaweicloud-sdk-cdn.d.ts +2 -0
- package/huaweicloud-sdk-cdn.js +18 -0
- package/package.json +19 -0
- package/v1/CdnClient.d.ts +1372 -0
- package/v1/CdnClient.js +3128 -0
- package/v1/CdnRegion.d.ts +7 -0
- package/v1/CdnRegion.js +29 -0
- package/v1/model/BatchDeleteTagsRequest.d.ts +6 -0
- package/v1/model/BatchDeleteTagsRequest.js +13 -0
- package/v1/model/BatchDeleteTagsResponse.d.ts +4 -0
- package/v1/model/BatchDeleteTagsResponse.js +27 -0
- package/v1/model/BlackWhiteListBody.d.ts +9 -0
- package/v1/model/BlackWhiteListBody.js +28 -0
- package/v1/model/CacheConfig.d.ts +17 -0
- package/v1/model/CacheConfig.js +45 -0
- package/v1/model/CacheConfigRequest.d.ts +17 -0
- package/v1/model/CacheConfigRequest.js +45 -0
- package/v1/model/CacheConfigRequestBody.d.ts +8 -0
- package/v1/model/CacheConfigRequestBody.js +24 -0
- package/v1/model/CacheUrlParameterFilter.d.ts +7 -0
- package/v1/model/CacheUrlParameterFilter.js +17 -0
- package/v1/model/CdnIps.d.ts +13 -0
- package/v1/model/CdnIps.js +29 -0
- package/v1/model/Compress.d.ts +7 -0
- package/v1/model/Compress.js +18 -0
- package/v1/model/CompressRequest.d.ts +7 -0
- package/v1/model/CompressRequest.js +23 -0
- package/v1/model/CompressResponse.d.ts +12 -0
- package/v1/model/CompressResponse.js +38 -0
- package/v1/model/CompressRules.d.ts +11 -0
- package/v1/model/CompressRules.js +37 -0
- package/v1/model/Configs.d.ts +69 -0
- package/v1/model/Configs.js +189 -0
- package/v1/model/ConfigsGetBody.d.ts +69 -0
- package/v1/model/ConfigsGetBody.js +189 -0
- package/v1/model/CreateDomainRequest.d.ts +6 -0
- package/v1/model/CreateDomainRequest.js +13 -0
- package/v1/model/CreateDomainRequestBody.d.ts +6 -0
- package/v1/model/CreateDomainRequestBody.js +14 -0
- package/v1/model/CreateDomainResponse.d.ts +7 -0
- package/v1/model/CreateDomainResponse.js +31 -0
- package/v1/model/CreateDomainResponseBodyContent.d.ts +67 -0
- package/v1/model/CreateDomainResponseBodyContent.js +211 -0
- package/v1/model/CreatePreheatingTasksRequest.d.ts +10 -0
- package/v1/model/CreatePreheatingTasksRequest.js +27 -0
- package/v1/model/CreatePreheatingTasksResponse.d.ts +8 -0
- package/v1/model/CreatePreheatingTasksResponse.js +41 -0
- package/v1/model/CreateRefreshTasksRequest.d.ts +10 -0
- package/v1/model/CreateRefreshTasksRequest.js +27 -0
- package/v1/model/CreateRefreshTasksResponse.d.ts +8 -0
- package/v1/model/CreateRefreshTasksResponse.js +41 -0
- package/v1/model/CreateTagsRequest.d.ts +6 -0
- package/v1/model/CreateTagsRequest.js +13 -0
- package/v1/model/CreateTagsRequestBody.d.ts +9 -0
- package/v1/model/CreateTagsRequestBody.js +29 -0
- package/v1/model/CreateTagsResponse.d.ts +4 -0
- package/v1/model/CreateTagsResponse.js +27 -0
- package/v1/model/DeleteDomainRequest.d.ts +11 -0
- package/v1/model/DeleteDomainRequest.js +38 -0
- package/v1/model/DeleteDomainResponse.d.ts +7 -0
- package/v1/model/DeleteDomainResponse.js +31 -0
- package/v1/model/DeleteTagsRequestBody.d.ts +9 -0
- package/v1/model/DeleteTagsRequestBody.js +29 -0
- package/v1/model/DisableDomainRequest.d.ts +11 -0
- package/v1/model/DisableDomainRequest.js +38 -0
- package/v1/model/DisableDomainResponse.d.ts +7 -0
- package/v1/model/DisableDomainResponse.js +31 -0
- package/v1/model/DomainBody.d.ts +41 -0
- package/v1/model/DomainBody.js +94 -0
- package/v1/model/DomainItemDetail.d.ts +21 -0
- package/v1/model/DomainItemDetail.js +55 -0
- package/v1/model/DomainItemLocationDetails.d.ts +18 -0
- package/v1/model/DomainItemLocationDetails.js +55 -0
- package/v1/model/DomainOriginHost.d.ts +15 -0
- package/v1/model/DomainOriginHost.js +52 -0
- package/v1/model/DomainRegion.d.ts +17 -0
- package/v1/model/DomainRegion.js +37 -0
- package/v1/model/Domains.d.ts +88 -0
- package/v1/model/Domains.js +263 -0
- package/v1/model/DomainsWithPort.d.ts +88 -0
- package/v1/model/DomainsWithPort.js +263 -0
- package/v1/model/EnableDomainRequest.d.ts +11 -0
- package/v1/model/EnableDomainRequest.js +38 -0
- package/v1/model/EnableDomainResponse.d.ts +7 -0
- package/v1/model/EnableDomainResponse.js +31 -0
- package/v1/model/ErrorCodeCache.d.ts +7 -0
- package/v1/model/ErrorCodeCache.js +17 -0
- package/v1/model/ErrorCodeRedirectRules.d.ts +15 -0
- package/v1/model/ErrorCodeRedirectRules.js +54 -0
- package/v1/model/Follow302StatusBody.d.ts +19 -0
- package/v1/model/Follow302StatusBody.js +46 -0
- package/v1/model/Follow302StatusRequest.d.ts +15 -0
- package/v1/model/Follow302StatusRequest.js +33 -0
- package/v1/model/ForceRedirect.d.ts +11 -0
- package/v1/model/ForceRedirect.js +38 -0
- package/v1/model/ForceRedirectConfig.d.ts +7 -0
- package/v1/model/ForceRedirectConfig.js +18 -0
- package/v1/model/HeaderBody.d.ts +6 -0
- package/v1/model/HeaderBody.js +13 -0
- package/v1/model/HeaderMap.d.ts +27 -0
- package/v1/model/HeaderMap.js +93 -0
- package/v1/model/HttpGetBody.d.ts +27 -0
- package/v1/model/HttpGetBody.js +93 -0
- package/v1/model/HttpInfoRequest.d.ts +6 -0
- package/v1/model/HttpInfoRequest.js +14 -0
- package/v1/model/HttpInfoRequestBody.d.ts +32 -0
- package/v1/model/HttpInfoRequestBody.js +103 -0
- package/v1/model/HttpInfoResponseBody.d.ts +36 -0
- package/v1/model/HttpInfoResponseBody.js +115 -0
- package/v1/model/HttpPutBody.d.ts +31 -0
- package/v1/model/HttpPutBody.js +107 -0
- package/v1/model/HttpResponseHeader.d.ts +9 -0
- package/v1/model/HttpResponseHeader.js +23 -0
- package/v1/model/HttpsDetail.d.ts +44 -0
- package/v1/model/HttpsDetail.js +143 -0
- package/v1/model/ListDomainsRequest.d.ts +63 -0
- package/v1/model/ListDomainsRequest.js +142 -0
- package/v1/model/ListDomainsResponse.d.ts +9 -0
- package/v1/model/ListDomainsResponse.js +35 -0
- package/v1/model/LogObject.d.ts +21 -0
- package/v1/model/LogObject.js +63 -0
- package/v1/model/ModelMap.d.ts +7 -0
- package/v1/model/ModelMap.js +18 -0
- package/v1/model/ModifyDomainConfigRequestBody.d.ts +6 -0
- package/v1/model/ModifyDomainConfigRequestBody.js +13 -0
- package/v1/model/OriginHostBody.d.ts +19 -0
- package/v1/model/OriginHostBody.js +47 -0
- package/v1/model/OriginHostRequest.d.ts +8 -0
- package/v1/model/OriginHostRequest.js +24 -0
- package/v1/model/OriginRangeBody.d.ts +19 -0
- package/v1/model/OriginRangeBody.js +46 -0
- package/v1/model/OriginRequest.d.ts +6 -0
- package/v1/model/OriginRequest.js +14 -0
- package/v1/model/OriginRequestHeader.d.ts +9 -0
- package/v1/model/OriginRequestHeader.js +23 -0
- package/v1/model/OriginRequestUrlRewrite.d.ts +17 -0
- package/v1/model/OriginRequestUrlRewrite.js +58 -0
- package/v1/model/PreheatingTaskRequest.d.ts +8 -0
- package/v1/model/PreheatingTaskRequest.js +24 -0
- package/v1/model/PreheatingTaskRequestBody.d.ts +5 -0
- package/v1/model/PreheatingTaskRequestBody.js +14 -0
- package/v1/model/Quotas.d.ts +15 -0
- package/v1/model/Quotas.js +45 -0
- package/v1/model/RangeStatusRequest.d.ts +15 -0
- package/v1/model/RangeStatusRequest.js +33 -0
- package/v1/model/Referer.d.ts +15 -0
- package/v1/model/Referer.js +52 -0
- package/v1/model/RefererBody.d.ts +6 -0
- package/v1/model/RefererBody.js +14 -0
- package/v1/model/RefererRsp.d.ts +15 -0
- package/v1/model/RefererRsp.js +51 -0
- package/v1/model/RefreshTaskRequest.d.ts +8 -0
- package/v1/model/RefreshTaskRequest.js +24 -0
- package/v1/model/RefreshTaskRequestBody.d.ts +15 -0
- package/v1/model/RefreshTaskRequestBody.js +27 -0
- package/v1/model/ResourceBody.d.ts +6 -0
- package/v1/model/ResourceBody.js +14 -0
- package/v1/model/Rules.d.ts +17 -0
- package/v1/model/Rules.js +53 -0
- package/v1/model/ShowBlackWhiteListRequest.d.ts +11 -0
- package/v1/model/ShowBlackWhiteListRequest.js +38 -0
- package/v1/model/ShowBlackWhiteListResponse.d.ts +10 -0
- package/v1/model/ShowBlackWhiteListResponse.js +45 -0
- package/v1/model/ShowCacheRulesRequest.d.ts +11 -0
- package/v1/model/ShowCacheRulesRequest.js +38 -0
- package/v1/model/ShowCacheRulesResponse.d.ts +9 -0
- package/v1/model/ShowCacheRulesResponse.js +41 -0
- package/v1/model/ShowCertificatesHttpsInfoRequest.d.ts +23 -0
- package/v1/model/ShowCertificatesHttpsInfoRequest.js +79 -0
- package/v1/model/ShowCertificatesHttpsInfoResponse.d.ts +9 -0
- package/v1/model/ShowCertificatesHttpsInfoResponse.js +35 -0
- package/v1/model/ShowDomainDetailRequest.d.ts +11 -0
- package/v1/model/ShowDomainDetailRequest.js +38 -0
- package/v1/model/ShowDomainDetailResponse.d.ts +7 -0
- package/v1/model/ShowDomainDetailResponse.js +31 -0
- package/v1/model/ShowDomainFullConfigRequest.d.ts +11 -0
- package/v1/model/ShowDomainFullConfigRequest.js +38 -0
- package/v1/model/ShowDomainFullConfigResponse.d.ts +7 -0
- package/v1/model/ShowDomainFullConfigResponse.js +31 -0
- package/v1/model/ShowDomainItemDetailsRequest.d.ts +27 -0
- package/v1/model/ShowDomainItemDetailsRequest.js +97 -0
- package/v1/model/ShowDomainItemDetailsResponse.d.ts +9 -0
- package/v1/model/ShowDomainItemDetailsResponse.js +41 -0
- package/v1/model/ShowDomainItemLocationDetailsRequest.d.ts +27 -0
- package/v1/model/ShowDomainItemLocationDetailsRequest.js +93 -0
- package/v1/model/ShowDomainItemLocationDetailsResponse.d.ts +9 -0
- package/v1/model/ShowDomainItemLocationDetailsResponse.js +41 -0
- package/v1/model/ShowDomainLocationStatsRequest.d.ts +37 -0
- package/v1/model/ShowDomainLocationStatsRequest.js +118 -0
- package/v1/model/ShowDomainLocationStatsResponse.d.ts +14 -0
- package/v1/model/ShowDomainLocationStatsResponse.js +45 -0
- package/v1/model/ShowDomainStatsRequest.d.ts +35 -0
- package/v1/model/ShowDomainStatsRequest.js +120 -0
- package/v1/model/ShowDomainStatsResponse.d.ts +10 -0
- package/v1/model/ShowDomainStatsResponse.js +31 -0
- package/v1/model/ShowHistoryTaskDetailsRequest.d.ts +27 -0
- package/v1/model/ShowHistoryTaskDetailsRequest.js +88 -0
- package/v1/model/ShowHistoryTaskDetailsResponse.d.ts +31 -0
- package/v1/model/ShowHistoryTaskDetailsResponse.js +97 -0
- package/v1/model/ShowHistoryTasksRequest.d.ts +53 -0
- package/v1/model/ShowHistoryTasksRequest.js +143 -0
- package/v1/model/ShowHistoryTasksResponse.d.ts +9 -0
- package/v1/model/ShowHistoryTasksResponse.js +35 -0
- package/v1/model/ShowHttpInfoRequest.d.ts +11 -0
- package/v1/model/ShowHttpInfoRequest.js +38 -0
- package/v1/model/ShowHttpInfoResponse.d.ts +7 -0
- package/v1/model/ShowHttpInfoResponse.js +31 -0
- package/v1/model/ShowIpInfoRequest.d.ts +9 -0
- package/v1/model/ShowIpInfoRequest.js +28 -0
- package/v1/model/ShowIpInfoResponse.d.ts +9 -0
- package/v1/model/ShowIpInfoResponse.js +41 -0
- package/v1/model/ShowLogsRequest.d.ts +23 -0
- package/v1/model/ShowLogsRequest.js +81 -0
- package/v1/model/ShowLogsResponse.d.ts +9 -0
- package/v1/model/ShowLogsResponse.js +35 -0
- package/v1/model/ShowOriginHostRequest.d.ts +11 -0
- package/v1/model/ShowOriginHostRequest.js +38 -0
- package/v1/model/ShowOriginHostResponse.d.ts +9 -0
- package/v1/model/ShowOriginHostResponse.js +41 -0
- package/v1/model/ShowQuotaRequest.d.ts +3 -0
- package/v1/model/ShowQuotaRequest.js +9 -0
- package/v1/model/ShowQuotaResponse.d.ts +7 -0
- package/v1/model/ShowQuotaResponse.js +31 -0
- package/v1/model/ShowReferRequest.d.ts +11 -0
- package/v1/model/ShowReferRequest.js +38 -0
- package/v1/model/ShowReferResponse.d.ts +7 -0
- package/v1/model/ShowReferResponse.js +31 -0
- package/v1/model/ShowResponseHeaderRequest.d.ts +11 -0
- package/v1/model/ShowResponseHeaderRequest.js +38 -0
- package/v1/model/ShowResponseHeaderResponse.d.ts +7 -0
- package/v1/model/ShowResponseHeaderResponse.js +31 -0
- package/v1/model/ShowTagsRequest.d.ts +7 -0
- package/v1/model/ShowTagsRequest.js +24 -0
- package/v1/model/ShowTagsResponse.d.ts +6 -0
- package/v1/model/ShowTagsResponse.js +31 -0
- package/v1/model/ShowTopUrlRequest.d.ts +43 -0
- package/v1/model/ShowTopUrlRequest.js +115 -0
- package/v1/model/ShowTopUrlResponse.d.ts +13 -0
- package/v1/model/ShowTopUrlResponse.js +55 -0
- package/v1/model/ShowUrlTaskInfoRequest.d.ts +27 -0
- package/v1/model/ShowUrlTaskInfoRequest.js +81 -0
- package/v1/model/ShowUrlTaskInfoResponse.d.ts +15 -0
- package/v1/model/ShowUrlTaskInfoResponse.js +53 -0
- package/v1/model/SourceWithPort.d.ts +40 -0
- package/v1/model/SourceWithPort.js +120 -0
- package/v1/model/Sources.d.ts +32 -0
- package/v1/model/Sources.js +92 -0
- package/v1/model/SourcesConfig.d.ts +29 -0
- package/v1/model/SourcesConfig.js +100 -0
- package/v1/model/TasksObject.d.ts +43 -0
- package/v1/model/TasksObject.js +93 -0
- package/v1/model/TopUrlSummary.d.ts +19 -0
- package/v1/model/TopUrlSummary.js +59 -0
- package/v1/model/UpdateBlackWhiteListRequest.d.ts +14 -0
- package/v1/model/UpdateBlackWhiteListRequest.js +42 -0
- package/v1/model/UpdateBlackWhiteListResponse.d.ts +10 -0
- package/v1/model/UpdateBlackWhiteListResponse.js +39 -0
- package/v1/model/UpdateCacheRulesRequest.d.ts +14 -0
- package/v1/model/UpdateCacheRulesRequest.js +42 -0
- package/v1/model/UpdateCacheRulesResponse.d.ts +9 -0
- package/v1/model/UpdateCacheRulesResponse.js +41 -0
- package/v1/model/UpdateDomainFullConfigRequest.d.ts +14 -0
- package/v1/model/UpdateDomainFullConfigRequest.js +42 -0
- package/v1/model/UpdateDomainFullConfigResponse.d.ts +4 -0
- package/v1/model/UpdateDomainFullConfigResponse.js +27 -0
- package/v1/model/UpdateDomainMultiCertificatesRequest.d.ts +10 -0
- package/v1/model/UpdateDomainMultiCertificatesRequest.js +27 -0
- package/v1/model/UpdateDomainMultiCertificatesRequestBody.d.ts +6 -0
- package/v1/model/UpdateDomainMultiCertificatesRequestBody.js +13 -0
- package/v1/model/UpdateDomainMultiCertificatesRequestBodyContent.d.ts +40 -0
- package/v1/model/UpdateDomainMultiCertificatesRequestBodyContent.js +131 -0
- package/v1/model/UpdateDomainMultiCertificatesResponse.d.ts +7 -0
- package/v1/model/UpdateDomainMultiCertificatesResponse.js +31 -0
- package/v1/model/UpdateDomainMultiCertificatesResponseBodyContent.d.ts +40 -0
- package/v1/model/UpdateDomainMultiCertificatesResponseBodyContent.js +130 -0
- package/v1/model/UpdateDomainOriginRequest.d.ts +14 -0
- package/v1/model/UpdateDomainOriginRequest.js +42 -0
- package/v1/model/UpdateDomainOriginResponse.d.ts +7 -0
- package/v1/model/UpdateDomainOriginResponse.js +31 -0
- package/v1/model/UpdateFollow302SwitchRequest.d.ts +14 -0
- package/v1/model/UpdateFollow302SwitchRequest.js +42 -0
- package/v1/model/UpdateFollow302SwitchResponse.d.ts +9 -0
- package/v1/model/UpdateFollow302SwitchResponse.js +41 -0
- package/v1/model/UpdateHttpsInfoRequest.d.ts +14 -0
- package/v1/model/UpdateHttpsInfoRequest.js +42 -0
- package/v1/model/UpdateHttpsInfoResponse.d.ts +7 -0
- package/v1/model/UpdateHttpsInfoResponse.js +31 -0
- package/v1/model/UpdateOriginHostRequest.d.ts +14 -0
- package/v1/model/UpdateOriginHostRequest.js +42 -0
- package/v1/model/UpdateOriginHostResponse.d.ts +9 -0
- package/v1/model/UpdateOriginHostResponse.js +41 -0
- package/v1/model/UpdatePrivateBucketAccessBody.d.ts +5 -0
- package/v1/model/UpdatePrivateBucketAccessBody.js +13 -0
- package/v1/model/UpdatePrivateBucketAccessRequest.d.ts +14 -0
- package/v1/model/UpdatePrivateBucketAccessRequest.js +42 -0
- package/v1/model/UpdatePrivateBucketAccessResponse.d.ts +6 -0
- package/v1/model/UpdatePrivateBucketAccessResponse.js +31 -0
- package/v1/model/UpdateRangeSwitchRequest.d.ts +14 -0
- package/v1/model/UpdateRangeSwitchRequest.js +42 -0
- package/v1/model/UpdateRangeSwitchResponse.d.ts +9 -0
- package/v1/model/UpdateRangeSwitchResponse.js +41 -0
- package/v1/model/UpdateReferRequest.d.ts +14 -0
- package/v1/model/UpdateReferRequest.js +42 -0
- package/v1/model/UpdateReferResponse.d.ts +7 -0
- package/v1/model/UpdateReferResponse.js +31 -0
- package/v1/model/UpdateResponseHeaderRequest.d.ts +14 -0
- package/v1/model/UpdateResponseHeaderRequest.js +42 -0
- package/v1/model/UpdateResponseHeaderResponse.d.ts +7 -0
- package/v1/model/UpdateResponseHeaderResponse.js +31 -0
- package/v1/model/UrlAuth.d.ts +17 -0
- package/v1/model/UrlAuth.js +50 -0
- package/v1/model/UrlAuthGetBody.d.ts +15 -0
- package/v1/model/UrlAuthGetBody.js +46 -0
- package/v1/model/UrlObject.d.ts +21 -0
- package/v1/model/UrlObject.js +63 -0
- package/v1/model/Urls.d.ts +27 -0
- package/v1/model/Urls.js +81 -0
- package/v1/model/UserAgentFilter.d.ts +7 -0
- package/v1/model/UserAgentFilter.js +18 -0
- package/v1/public-api.d.ts +158 -0
- package/v1/public-api.js +174 -0
- package/v2/CdnClient.d.ts +532 -0
- package/v2/CdnClient.js +1196 -0
- package/v2/CdnRegion.d.ts +7 -0
- package/v2/CdnRegion.js +29 -0
- package/v2/model/BatchCopyConfigs.d.ts +15 -0
- package/v2/model/BatchCopyConfigs.js +54 -0
- package/v2/model/BatchCopyDRequestBody.d.ts +6 -0
- package/v2/model/BatchCopyDRequestBody.js +14 -0
- package/v2/model/BatchCopyDomainRequest.d.ts +6 -0
- package/v2/model/BatchCopyDomainRequest.js +13 -0
- package/v2/model/BatchCopyDomainResponse.d.ts +7 -0
- package/v2/model/BatchCopyDomainResponse.js +31 -0
- package/v2/model/BatchCopyErrorRsp.d.ts +6 -0
- package/v2/model/BatchCopyErrorRsp.js +13 -0
- package/v2/model/BatchCopyErrorRspError.d.ts +11 -0
- package/v2/model/BatchCopyErrorRspError.js +37 -0
- package/v2/model/BatchCopyResultVo.d.ts +19 -0
- package/v2/model/BatchCopyResultVo.js +42 -0
- package/v2/model/DownloadRegionCarrierExcelRequest.d.ts +35 -0
- package/v2/model/DownloadRegionCarrierExcelRequest.js +113 -0
- package/v2/model/DownloadRegionCarrierExcelResponse.d.ts +4 -0
- package/v2/model/DownloadRegionCarrierExcelResponse.js +27 -0
- package/v2/model/DownloadStatisticsExcelRequest.d.ts +33 -0
- package/v2/model/DownloadStatisticsExcelRequest.js +115 -0
- package/v2/model/DownloadStatisticsExcelResponse.d.ts +4 -0
- package/v2/model/DownloadStatisticsExcelResponse.js +27 -0
- package/v2/model/ErrMsg.d.ts +11 -0
- package/v2/model/ErrMsg.js +39 -0
- package/v2/model/ErrRsp.d.ts +6 -0
- package/v2/model/ErrRsp.js +14 -0
- package/v2/model/SetChargeModesBody.d.ts +15 -0
- package/v2/model/SetChargeModesBody.js +54 -0
- package/v2/model/SetChargeModesRequest.d.ts +6 -0
- package/v2/model/SetChargeModesRequest.js +13 -0
- package/v2/model/SetChargeModesResponse.d.ts +26 -0
- package/v2/model/SetChargeModesResponse.js +101 -0
- package/v2/model/ShowBandwidthCalcRequest.d.ts +27 -0
- package/v2/model/ShowBandwidthCalcRequest.js +97 -0
- package/v2/model/ShowBandwidthCalcResponse.d.ts +14 -0
- package/v2/model/ShowBandwidthCalcResponse.js +41 -0
- package/v2/model/ShowChargeModesRequest.d.ts +13 -0
- package/v2/model/ShowChargeModesRequest.js +42 -0
- package/v2/model/ShowChargeModesResponse.d.ts +10 -0
- package/v2/model/ShowChargeModesResponse.js +31 -0
- package/v2/model/ShowDomainLocationStatsRequest.d.ts +37 -0
- package/v2/model/ShowDomainLocationStatsRequest.js +118 -0
- package/v2/model/ShowDomainLocationStatsResponse.d.ts +14 -0
- package/v2/model/ShowDomainLocationStatsResponse.js +45 -0
- package/v2/model/ShowDomainStatsRequest.d.ts +35 -0
- package/v2/model/ShowDomainStatsRequest.js +120 -0
- package/v2/model/ShowDomainStatsResponse.d.ts +10 -0
- package/v2/model/ShowDomainStatsResponse.js +31 -0
- package/v2/model/ShowTopDomainNamesRequest.d.ts +25 -0
- package/v2/model/ShowTopDomainNamesRequest.js +86 -0
- package/v2/model/ShowTopDomainNamesResponse.d.ts +14 -0
- package/v2/model/ShowTopDomainNamesResponse.js +41 -0
- package/v2/model/ShowTopUrlRequest.d.ts +27 -0
- package/v2/model/ShowTopUrlRequest.js +97 -0
- package/v2/model/ShowTopUrlResponse.d.ts +13 -0
- package/v2/model/ShowTopUrlResponse.js +55 -0
- package/v2/model/TopUrlSummary.d.ts +19 -0
- package/v2/model/TopUrlSummary.js +59 -0
- package/v2/public-api.d.ts +31 -0
- package/v2/public-api.js +47 -0
@@ -0,0 +1,14 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.PreheatingTaskRequestBody = void 0;
|
4
|
+
var PreheatingTaskRequestBody = /** @class */ (function () {
|
5
|
+
function PreheatingTaskRequestBody(urls) {
|
6
|
+
this['urls'] = urls;
|
7
|
+
}
|
8
|
+
PreheatingTaskRequestBody.prototype.withUrls = function (urls) {
|
9
|
+
this['urls'] = urls;
|
10
|
+
return this;
|
11
|
+
};
|
12
|
+
return PreheatingTaskRequestBody;
|
13
|
+
}());
|
14
|
+
exports.PreheatingTaskRequestBody = PreheatingTaskRequestBody;
|
@@ -0,0 +1,15 @@
|
|
1
|
+
export declare class Quotas {
|
2
|
+
private 'quota_limit'?;
|
3
|
+
type?: string;
|
4
|
+
used?: number;
|
5
|
+
private 'user_domain_id'?;
|
6
|
+
constructor();
|
7
|
+
withQuotaLimit(quotaLimit: number): Quotas;
|
8
|
+
set quotaLimit(quotaLimit: number | undefined);
|
9
|
+
get quotaLimit(): number | undefined;
|
10
|
+
withType(type: string): Quotas;
|
11
|
+
withUsed(used: number): Quotas;
|
12
|
+
withUserDomainId(userDomainId: string): Quotas;
|
13
|
+
set userDomainId(userDomainId: string | undefined);
|
14
|
+
get userDomainId(): string | undefined;
|
15
|
+
}
|
@@ -0,0 +1,45 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.Quotas = void 0;
|
4
|
+
var Quotas = /** @class */ (function () {
|
5
|
+
function Quotas() {
|
6
|
+
}
|
7
|
+
Quotas.prototype.withQuotaLimit = function (quotaLimit) {
|
8
|
+
this['quota_limit'] = quotaLimit;
|
9
|
+
return this;
|
10
|
+
};
|
11
|
+
Object.defineProperty(Quotas.prototype, "quotaLimit", {
|
12
|
+
get: function () {
|
13
|
+
return this['quota_limit'];
|
14
|
+
},
|
15
|
+
set: function (quotaLimit) {
|
16
|
+
this['quota_limit'] = quotaLimit;
|
17
|
+
},
|
18
|
+
enumerable: false,
|
19
|
+
configurable: true
|
20
|
+
});
|
21
|
+
Quotas.prototype.withType = function (type) {
|
22
|
+
this['type'] = type;
|
23
|
+
return this;
|
24
|
+
};
|
25
|
+
Quotas.prototype.withUsed = function (used) {
|
26
|
+
this['used'] = used;
|
27
|
+
return this;
|
28
|
+
};
|
29
|
+
Quotas.prototype.withUserDomainId = function (userDomainId) {
|
30
|
+
this['user_domain_id'] = userDomainId;
|
31
|
+
return this;
|
32
|
+
};
|
33
|
+
Object.defineProperty(Quotas.prototype, "userDomainId", {
|
34
|
+
get: function () {
|
35
|
+
return this['user_domain_id'];
|
36
|
+
},
|
37
|
+
set: function (userDomainId) {
|
38
|
+
this['user_domain_id'] = userDomainId;
|
39
|
+
},
|
40
|
+
enumerable: false,
|
41
|
+
configurable: true
|
42
|
+
});
|
43
|
+
return Quotas;
|
44
|
+
}());
|
45
|
+
exports.Quotas = Quotas;
|
@@ -0,0 +1,15 @@
|
|
1
|
+
export declare class RangeStatusRequest {
|
2
|
+
private 'range_status';
|
3
|
+
constructor(rangeStatus?: any);
|
4
|
+
withRangeStatus(rangeStatus: RangeStatusRequestRangeStatusEnum): RangeStatusRequest;
|
5
|
+
set rangeStatus(rangeStatus: RangeStatusRequestRangeStatusEnum | undefined);
|
6
|
+
get rangeStatus(): RangeStatusRequestRangeStatusEnum | undefined;
|
7
|
+
}
|
8
|
+
/**
|
9
|
+
* @export
|
10
|
+
* @enum {string}
|
11
|
+
*/
|
12
|
+
export declare enum RangeStatusRequestRangeStatusEnum {
|
13
|
+
OFF = "off",
|
14
|
+
ON = "on"
|
15
|
+
}
|
@@ -0,0 +1,33 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.RangeStatusRequestRangeStatusEnum = exports.RangeStatusRequest = void 0;
|
4
|
+
var RangeStatusRequest = /** @class */ (function () {
|
5
|
+
function RangeStatusRequest(rangeStatus) {
|
6
|
+
this['range_status'] = rangeStatus;
|
7
|
+
}
|
8
|
+
RangeStatusRequest.prototype.withRangeStatus = function (rangeStatus) {
|
9
|
+
this['range_status'] = rangeStatus;
|
10
|
+
return this;
|
11
|
+
};
|
12
|
+
Object.defineProperty(RangeStatusRequest.prototype, "rangeStatus", {
|
13
|
+
get: function () {
|
14
|
+
return this['range_status'];
|
15
|
+
},
|
16
|
+
set: function (rangeStatus) {
|
17
|
+
this['range_status'] = rangeStatus;
|
18
|
+
},
|
19
|
+
enumerable: false,
|
20
|
+
configurable: true
|
21
|
+
});
|
22
|
+
return RangeStatusRequest;
|
23
|
+
}());
|
24
|
+
exports.RangeStatusRequest = RangeStatusRequest;
|
25
|
+
/**
|
26
|
+
* @export
|
27
|
+
* @enum {string}
|
28
|
+
*/
|
29
|
+
var RangeStatusRequestRangeStatusEnum;
|
30
|
+
(function (RangeStatusRequestRangeStatusEnum) {
|
31
|
+
RangeStatusRequestRangeStatusEnum["OFF"] = "off";
|
32
|
+
RangeStatusRequestRangeStatusEnum["ON"] = "on";
|
33
|
+
})(RangeStatusRequestRangeStatusEnum = exports.RangeStatusRequestRangeStatusEnum || (exports.RangeStatusRequestRangeStatusEnum = {}));
|
@@ -0,0 +1,15 @@
|
|
1
|
+
export declare class Referer {
|
2
|
+
private 'referer_type';
|
3
|
+
private 'referer_list'?;
|
4
|
+
private 'include_empty'?;
|
5
|
+
constructor(refererType?: any);
|
6
|
+
withRefererType(refererType: number): Referer;
|
7
|
+
set refererType(refererType: number | undefined);
|
8
|
+
get refererType(): number | undefined;
|
9
|
+
withRefererList(refererList: string): Referer;
|
10
|
+
set refererList(refererList: string | undefined);
|
11
|
+
get refererList(): string | undefined;
|
12
|
+
withIncludeEmpty(includeEmpty: boolean): Referer;
|
13
|
+
set includeEmpty(includeEmpty: boolean | undefined);
|
14
|
+
get includeEmpty(): boolean | undefined;
|
15
|
+
}
|
@@ -0,0 +1,52 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.Referer = void 0;
|
4
|
+
var Referer = /** @class */ (function () {
|
5
|
+
function Referer(refererType) {
|
6
|
+
this['referer_type'] = refererType;
|
7
|
+
}
|
8
|
+
Referer.prototype.withRefererType = function (refererType) {
|
9
|
+
this['referer_type'] = refererType;
|
10
|
+
return this;
|
11
|
+
};
|
12
|
+
Object.defineProperty(Referer.prototype, "refererType", {
|
13
|
+
get: function () {
|
14
|
+
return this['referer_type'];
|
15
|
+
},
|
16
|
+
set: function (refererType) {
|
17
|
+
this['referer_type'] = refererType;
|
18
|
+
},
|
19
|
+
enumerable: false,
|
20
|
+
configurable: true
|
21
|
+
});
|
22
|
+
Referer.prototype.withRefererList = function (refererList) {
|
23
|
+
this['referer_list'] = refererList;
|
24
|
+
return this;
|
25
|
+
};
|
26
|
+
Object.defineProperty(Referer.prototype, "refererList", {
|
27
|
+
get: function () {
|
28
|
+
return this['referer_list'];
|
29
|
+
},
|
30
|
+
set: function (refererList) {
|
31
|
+
this['referer_list'] = refererList;
|
32
|
+
},
|
33
|
+
enumerable: false,
|
34
|
+
configurable: true
|
35
|
+
});
|
36
|
+
Referer.prototype.withIncludeEmpty = function (includeEmpty) {
|
37
|
+
this['include_empty'] = includeEmpty;
|
38
|
+
return this;
|
39
|
+
};
|
40
|
+
Object.defineProperty(Referer.prototype, "includeEmpty", {
|
41
|
+
get: function () {
|
42
|
+
return this['include_empty'];
|
43
|
+
},
|
44
|
+
set: function (includeEmpty) {
|
45
|
+
this['include_empty'] = includeEmpty;
|
46
|
+
},
|
47
|
+
enumerable: false,
|
48
|
+
configurable: true
|
49
|
+
});
|
50
|
+
return Referer;
|
51
|
+
}());
|
52
|
+
exports.Referer = Referer;
|
@@ -0,0 +1,14 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.RefererBody = void 0;
|
4
|
+
var RefererBody = /** @class */ (function () {
|
5
|
+
function RefererBody(referer) {
|
6
|
+
this['referer'] = referer;
|
7
|
+
}
|
8
|
+
RefererBody.prototype.withReferer = function (referer) {
|
9
|
+
this['referer'] = referer;
|
10
|
+
return this;
|
11
|
+
};
|
12
|
+
return RefererBody;
|
13
|
+
}());
|
14
|
+
exports.RefererBody = RefererBody;
|
@@ -0,0 +1,15 @@
|
|
1
|
+
export declare class RefererRsp {
|
2
|
+
private 'referer_type'?;
|
3
|
+
private 'referer_list'?;
|
4
|
+
private 'include_empty'?;
|
5
|
+
constructor();
|
6
|
+
withRefererType(refererType: number): RefererRsp;
|
7
|
+
set refererType(refererType: number | undefined);
|
8
|
+
get refererType(): number | undefined;
|
9
|
+
withRefererList(refererList: string): RefererRsp;
|
10
|
+
set refererList(refererList: string | undefined);
|
11
|
+
get refererList(): string | undefined;
|
12
|
+
withIncludeEmpty(includeEmpty: boolean): RefererRsp;
|
13
|
+
set includeEmpty(includeEmpty: boolean | undefined);
|
14
|
+
get includeEmpty(): boolean | undefined;
|
15
|
+
}
|
@@ -0,0 +1,51 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.RefererRsp = void 0;
|
4
|
+
var RefererRsp = /** @class */ (function () {
|
5
|
+
function RefererRsp() {
|
6
|
+
}
|
7
|
+
RefererRsp.prototype.withRefererType = function (refererType) {
|
8
|
+
this['referer_type'] = refererType;
|
9
|
+
return this;
|
10
|
+
};
|
11
|
+
Object.defineProperty(RefererRsp.prototype, "refererType", {
|
12
|
+
get: function () {
|
13
|
+
return this['referer_type'];
|
14
|
+
},
|
15
|
+
set: function (refererType) {
|
16
|
+
this['referer_type'] = refererType;
|
17
|
+
},
|
18
|
+
enumerable: false,
|
19
|
+
configurable: true
|
20
|
+
});
|
21
|
+
RefererRsp.prototype.withRefererList = function (refererList) {
|
22
|
+
this['referer_list'] = refererList;
|
23
|
+
return this;
|
24
|
+
};
|
25
|
+
Object.defineProperty(RefererRsp.prototype, "refererList", {
|
26
|
+
get: function () {
|
27
|
+
return this['referer_list'];
|
28
|
+
},
|
29
|
+
set: function (refererList) {
|
30
|
+
this['referer_list'] = refererList;
|
31
|
+
},
|
32
|
+
enumerable: false,
|
33
|
+
configurable: true
|
34
|
+
});
|
35
|
+
RefererRsp.prototype.withIncludeEmpty = function (includeEmpty) {
|
36
|
+
this['include_empty'] = includeEmpty;
|
37
|
+
return this;
|
38
|
+
};
|
39
|
+
Object.defineProperty(RefererRsp.prototype, "includeEmpty", {
|
40
|
+
get: function () {
|
41
|
+
return this['include_empty'];
|
42
|
+
},
|
43
|
+
set: function (includeEmpty) {
|
44
|
+
this['include_empty'] = includeEmpty;
|
45
|
+
},
|
46
|
+
enumerable: false,
|
47
|
+
configurable: true
|
48
|
+
});
|
49
|
+
return RefererRsp;
|
50
|
+
}());
|
51
|
+
exports.RefererRsp = RefererRsp;
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import { RefreshTaskRequestBody } from './RefreshTaskRequestBody';
|
2
|
+
export declare class RefreshTaskRequest {
|
3
|
+
private 'refresh_task';
|
4
|
+
constructor(refreshTask?: any);
|
5
|
+
withRefreshTask(refreshTask: RefreshTaskRequestBody): RefreshTaskRequest;
|
6
|
+
set refreshTask(refreshTask: RefreshTaskRequestBody | undefined);
|
7
|
+
get refreshTask(): RefreshTaskRequestBody | undefined;
|
8
|
+
}
|
@@ -0,0 +1,24 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.RefreshTaskRequest = void 0;
|
4
|
+
var RefreshTaskRequest = /** @class */ (function () {
|
5
|
+
function RefreshTaskRequest(refreshTask) {
|
6
|
+
this['refresh_task'] = refreshTask;
|
7
|
+
}
|
8
|
+
RefreshTaskRequest.prototype.withRefreshTask = function (refreshTask) {
|
9
|
+
this['refresh_task'] = refreshTask;
|
10
|
+
return this;
|
11
|
+
};
|
12
|
+
Object.defineProperty(RefreshTaskRequest.prototype, "refreshTask", {
|
13
|
+
get: function () {
|
14
|
+
return this['refresh_task'];
|
15
|
+
},
|
16
|
+
set: function (refreshTask) {
|
17
|
+
this['refresh_task'] = refreshTask;
|
18
|
+
},
|
19
|
+
enumerable: false,
|
20
|
+
configurable: true
|
21
|
+
});
|
22
|
+
return RefreshTaskRequest;
|
23
|
+
}());
|
24
|
+
exports.RefreshTaskRequest = RefreshTaskRequest;
|
@@ -0,0 +1,15 @@
|
|
1
|
+
export declare class RefreshTaskRequestBody {
|
2
|
+
type?: RefreshTaskRequestBodyTypeEnum;
|
3
|
+
urls: Array<string>;
|
4
|
+
constructor(urls?: any);
|
5
|
+
withType(type: RefreshTaskRequestBodyTypeEnum): RefreshTaskRequestBody;
|
6
|
+
withUrls(urls: Array<string>): RefreshTaskRequestBody;
|
7
|
+
}
|
8
|
+
/**
|
9
|
+
* @export
|
10
|
+
* @enum {string}
|
11
|
+
*/
|
12
|
+
export declare enum RefreshTaskRequestBodyTypeEnum {
|
13
|
+
FILE = "file",
|
14
|
+
DIRECTORY = "directory"
|
15
|
+
}
|
@@ -0,0 +1,27 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.RefreshTaskRequestBodyTypeEnum = exports.RefreshTaskRequestBody = void 0;
|
4
|
+
var RefreshTaskRequestBody = /** @class */ (function () {
|
5
|
+
function RefreshTaskRequestBody(urls) {
|
6
|
+
this['urls'] = urls;
|
7
|
+
}
|
8
|
+
RefreshTaskRequestBody.prototype.withType = function (type) {
|
9
|
+
this['type'] = type;
|
10
|
+
return this;
|
11
|
+
};
|
12
|
+
RefreshTaskRequestBody.prototype.withUrls = function (urls) {
|
13
|
+
this['urls'] = urls;
|
14
|
+
return this;
|
15
|
+
};
|
16
|
+
return RefreshTaskRequestBody;
|
17
|
+
}());
|
18
|
+
exports.RefreshTaskRequestBody = RefreshTaskRequestBody;
|
19
|
+
/**
|
20
|
+
* @export
|
21
|
+
* @enum {string}
|
22
|
+
*/
|
23
|
+
var RefreshTaskRequestBodyTypeEnum;
|
24
|
+
(function (RefreshTaskRequestBodyTypeEnum) {
|
25
|
+
RefreshTaskRequestBodyTypeEnum["FILE"] = "file";
|
26
|
+
RefreshTaskRequestBodyTypeEnum["DIRECTORY"] = "directory";
|
27
|
+
})(RefreshTaskRequestBodyTypeEnum = exports.RefreshTaskRequestBodyTypeEnum || (exports.RefreshTaskRequestBodyTypeEnum = {}));
|
@@ -0,0 +1,14 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.ResourceBody = void 0;
|
4
|
+
var ResourceBody = /** @class */ (function () {
|
5
|
+
function ResourceBody(sources) {
|
6
|
+
this['sources'] = sources;
|
7
|
+
}
|
8
|
+
ResourceBody.prototype.withSources = function (sources) {
|
9
|
+
this['sources'] = sources;
|
10
|
+
return this;
|
11
|
+
};
|
12
|
+
return ResourceBody;
|
13
|
+
}());
|
14
|
+
exports.ResourceBody = ResourceBody;
|
@@ -0,0 +1,17 @@
|
|
1
|
+
export declare class Rules {
|
2
|
+
private 'rule_type';
|
3
|
+
content?: string;
|
4
|
+
ttl: number;
|
5
|
+
private 'ttl_type';
|
6
|
+
priority: number;
|
7
|
+
constructor(ruleType?: any, ttl?: any, ttlType?: any, priority?: any);
|
8
|
+
withRuleType(ruleType: number): Rules;
|
9
|
+
set ruleType(ruleType: number | undefined);
|
10
|
+
get ruleType(): number | undefined;
|
11
|
+
withContent(content: string): Rules;
|
12
|
+
withTtl(ttl: number): Rules;
|
13
|
+
withTtlType(ttlType: number): Rules;
|
14
|
+
set ttlType(ttlType: number | undefined);
|
15
|
+
get ttlType(): number | undefined;
|
16
|
+
withPriority(priority: number): Rules;
|
17
|
+
}
|
@@ -0,0 +1,53 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.Rules = void 0;
|
4
|
+
var Rules = /** @class */ (function () {
|
5
|
+
function Rules(ruleType, ttl, ttlType, priority) {
|
6
|
+
this['rule_type'] = ruleType;
|
7
|
+
this['ttl'] = ttl;
|
8
|
+
this['ttl_type'] = ttlType;
|
9
|
+
this['priority'] = priority;
|
10
|
+
}
|
11
|
+
Rules.prototype.withRuleType = function (ruleType) {
|
12
|
+
this['rule_type'] = ruleType;
|
13
|
+
return this;
|
14
|
+
};
|
15
|
+
Object.defineProperty(Rules.prototype, "ruleType", {
|
16
|
+
get: function () {
|
17
|
+
return this['rule_type'];
|
18
|
+
},
|
19
|
+
set: function (ruleType) {
|
20
|
+
this['rule_type'] = ruleType;
|
21
|
+
},
|
22
|
+
enumerable: false,
|
23
|
+
configurable: true
|
24
|
+
});
|
25
|
+
Rules.prototype.withContent = function (content) {
|
26
|
+
this['content'] = content;
|
27
|
+
return this;
|
28
|
+
};
|
29
|
+
Rules.prototype.withTtl = function (ttl) {
|
30
|
+
this['ttl'] = ttl;
|
31
|
+
return this;
|
32
|
+
};
|
33
|
+
Rules.prototype.withTtlType = function (ttlType) {
|
34
|
+
this['ttl_type'] = ttlType;
|
35
|
+
return this;
|
36
|
+
};
|
37
|
+
Object.defineProperty(Rules.prototype, "ttlType", {
|
38
|
+
get: function () {
|
39
|
+
return this['ttl_type'];
|
40
|
+
},
|
41
|
+
set: function (ttlType) {
|
42
|
+
this['ttl_type'] = ttlType;
|
43
|
+
},
|
44
|
+
enumerable: false,
|
45
|
+
configurable: true
|
46
|
+
});
|
47
|
+
Rules.prototype.withPriority = function (priority) {
|
48
|
+
this['priority'] = priority;
|
49
|
+
return this;
|
50
|
+
};
|
51
|
+
return Rules;
|
52
|
+
}());
|
53
|
+
exports.Rules = Rules;
|
@@ -0,0 +1,11 @@
|
|
1
|
+
export declare class ShowBlackWhiteListRequest {
|
2
|
+
private 'domain_id';
|
3
|
+
private 'enterprise_project_id'?;
|
4
|
+
constructor(domainId?: any);
|
5
|
+
withDomainId(domainId: string): ShowBlackWhiteListRequest;
|
6
|
+
set domainId(domainId: string | undefined);
|
7
|
+
get domainId(): string | undefined;
|
8
|
+
withEnterpriseProjectId(enterpriseProjectId: string): ShowBlackWhiteListRequest;
|
9
|
+
set enterpriseProjectId(enterpriseProjectId: string | undefined);
|
10
|
+
get enterpriseProjectId(): string | undefined;
|
11
|
+
}
|
@@ -0,0 +1,38 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.ShowBlackWhiteListRequest = void 0;
|
4
|
+
var ShowBlackWhiteListRequest = /** @class */ (function () {
|
5
|
+
function ShowBlackWhiteListRequest(domainId) {
|
6
|
+
this['domain_id'] = domainId;
|
7
|
+
}
|
8
|
+
ShowBlackWhiteListRequest.prototype.withDomainId = function (domainId) {
|
9
|
+
this['domain_id'] = domainId;
|
10
|
+
return this;
|
11
|
+
};
|
12
|
+
Object.defineProperty(ShowBlackWhiteListRequest.prototype, "domainId", {
|
13
|
+
get: function () {
|
14
|
+
return this['domain_id'];
|
15
|
+
},
|
16
|
+
set: function (domainId) {
|
17
|
+
this['domain_id'] = domainId;
|
18
|
+
},
|
19
|
+
enumerable: false,
|
20
|
+
configurable: true
|
21
|
+
});
|
22
|
+
ShowBlackWhiteListRequest.prototype.withEnterpriseProjectId = function (enterpriseProjectId) {
|
23
|
+
this['enterprise_project_id'] = enterpriseProjectId;
|
24
|
+
return this;
|
25
|
+
};
|
26
|
+
Object.defineProperty(ShowBlackWhiteListRequest.prototype, "enterpriseProjectId", {
|
27
|
+
get: function () {
|
28
|
+
return this['enterprise_project_id'];
|
29
|
+
},
|
30
|
+
set: function (enterpriseProjectId) {
|
31
|
+
this['enterprise_project_id'] = enterpriseProjectId;
|
32
|
+
},
|
33
|
+
enumerable: false,
|
34
|
+
configurable: true
|
35
|
+
});
|
36
|
+
return ShowBlackWhiteListRequest;
|
37
|
+
}());
|
38
|
+
exports.ShowBlackWhiteListRequest = ShowBlackWhiteListRequest;
|
@@ -0,0 +1,10 @@
|
|
1
|
+
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
2
|
+
export declare class ShowBlackWhiteListResponse extends SdkResponse {
|
3
|
+
type?: number;
|
4
|
+
private 'ip_list'?;
|
5
|
+
constructor();
|
6
|
+
withType(type: number): ShowBlackWhiteListResponse;
|
7
|
+
withIpList(ipList: Array<string>): ShowBlackWhiteListResponse;
|
8
|
+
set ipList(ipList: Array<string> | undefined);
|
9
|
+
get ipList(): Array<string> | undefined;
|
10
|
+
}
|
@@ -0,0 +1,45 @@
|
|
1
|
+
"use strict";
|
2
|
+
var __extends = (this && this.__extends) || (function () {
|
3
|
+
var extendStatics = function (d, b) {
|
4
|
+
extendStatics = Object.setPrototypeOf ||
|
5
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
6
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
7
|
+
return extendStatics(d, b);
|
8
|
+
};
|
9
|
+
return function (d, b) {
|
10
|
+
if (typeof b !== "function" && b !== null)
|
11
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
12
|
+
extendStatics(d, b);
|
13
|
+
function __() { this.constructor = d; }
|
14
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
15
|
+
};
|
16
|
+
})();
|
17
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
18
|
+
exports.ShowBlackWhiteListResponse = void 0;
|
19
|
+
var SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
20
|
+
var ShowBlackWhiteListResponse = /** @class */ (function (_super) {
|
21
|
+
__extends(ShowBlackWhiteListResponse, _super);
|
22
|
+
function ShowBlackWhiteListResponse() {
|
23
|
+
return _super.call(this) || this;
|
24
|
+
}
|
25
|
+
ShowBlackWhiteListResponse.prototype.withType = function (type) {
|
26
|
+
this['type'] = type;
|
27
|
+
return this;
|
28
|
+
};
|
29
|
+
ShowBlackWhiteListResponse.prototype.withIpList = function (ipList) {
|
30
|
+
this['ip_list'] = ipList;
|
31
|
+
return this;
|
32
|
+
};
|
33
|
+
Object.defineProperty(ShowBlackWhiteListResponse.prototype, "ipList", {
|
34
|
+
get: function () {
|
35
|
+
return this['ip_list'];
|
36
|
+
},
|
37
|
+
set: function (ipList) {
|
38
|
+
this['ip_list'] = ipList;
|
39
|
+
},
|
40
|
+
enumerable: false,
|
41
|
+
configurable: true
|
42
|
+
});
|
43
|
+
return ShowBlackWhiteListResponse;
|
44
|
+
}(SdkResponse_1.SdkResponse));
|
45
|
+
exports.ShowBlackWhiteListResponse = ShowBlackWhiteListResponse;
|
@@ -0,0 +1,11 @@
|
|
1
|
+
export declare class ShowCacheRulesRequest {
|
2
|
+
private 'domain_id';
|
3
|
+
private 'enterprise_project_id'?;
|
4
|
+
constructor(domainId?: any);
|
5
|
+
withDomainId(domainId: string): ShowCacheRulesRequest;
|
6
|
+
set domainId(domainId: string | undefined);
|
7
|
+
get domainId(): string | undefined;
|
8
|
+
withEnterpriseProjectId(enterpriseProjectId: string): ShowCacheRulesRequest;
|
9
|
+
set enterpriseProjectId(enterpriseProjectId: string | undefined);
|
10
|
+
get enterpriseProjectId(): string | undefined;
|
11
|
+
}
|
@@ -0,0 +1,38 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.ShowCacheRulesRequest = void 0;
|
4
|
+
var ShowCacheRulesRequest = /** @class */ (function () {
|
5
|
+
function ShowCacheRulesRequest(domainId) {
|
6
|
+
this['domain_id'] = domainId;
|
7
|
+
}
|
8
|
+
ShowCacheRulesRequest.prototype.withDomainId = function (domainId) {
|
9
|
+
this['domain_id'] = domainId;
|
10
|
+
return this;
|
11
|
+
};
|
12
|
+
Object.defineProperty(ShowCacheRulesRequest.prototype, "domainId", {
|
13
|
+
get: function () {
|
14
|
+
return this['domain_id'];
|
15
|
+
},
|
16
|
+
set: function (domainId) {
|
17
|
+
this['domain_id'] = domainId;
|
18
|
+
},
|
19
|
+
enumerable: false,
|
20
|
+
configurable: true
|
21
|
+
});
|
22
|
+
ShowCacheRulesRequest.prototype.withEnterpriseProjectId = function (enterpriseProjectId) {
|
23
|
+
this['enterprise_project_id'] = enterpriseProjectId;
|
24
|
+
return this;
|
25
|
+
};
|
26
|
+
Object.defineProperty(ShowCacheRulesRequest.prototype, "enterpriseProjectId", {
|
27
|
+
get: function () {
|
28
|
+
return this['enterprise_project_id'];
|
29
|
+
},
|
30
|
+
set: function (enterpriseProjectId) {
|
31
|
+
this['enterprise_project_id'] = enterpriseProjectId;
|
32
|
+
},
|
33
|
+
enumerable: false,
|
34
|
+
configurable: true
|
35
|
+
});
|
36
|
+
return ShowCacheRulesRequest;
|
37
|
+
}());
|
38
|
+
exports.ShowCacheRulesRequest = ShowCacheRulesRequest;
|
@@ -0,0 +1,9 @@
|
|
1
|
+
import { CacheConfig } from './CacheConfig';
|
2
|
+
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
3
|
+
export declare class ShowCacheRulesResponse extends SdkResponse {
|
4
|
+
private 'cache_config'?;
|
5
|
+
constructor();
|
6
|
+
withCacheConfig(cacheConfig: CacheConfig): ShowCacheRulesResponse;
|
7
|
+
set cacheConfig(cacheConfig: CacheConfig | undefined);
|
8
|
+
get cacheConfig(): CacheConfig | undefined;
|
9
|
+
}
|