@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,27 @@
|
|
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.DownloadStatisticsExcelResponse = void 0;
|
19
|
+
var SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
20
|
+
var DownloadStatisticsExcelResponse = /** @class */ (function (_super) {
|
21
|
+
__extends(DownloadStatisticsExcelResponse, _super);
|
22
|
+
function DownloadStatisticsExcelResponse() {
|
23
|
+
return _super.call(this) || this;
|
24
|
+
}
|
25
|
+
return DownloadStatisticsExcelResponse;
|
26
|
+
}(SdkResponse_1.SdkResponse));
|
27
|
+
exports.DownloadStatisticsExcelResponse = DownloadStatisticsExcelResponse;
|
@@ -0,0 +1,11 @@
|
|
1
|
+
export declare class ErrMsg {
|
2
|
+
private 'error_code';
|
3
|
+
private 'error_msg';
|
4
|
+
constructor(errorCode?: any, errorMsg?: any);
|
5
|
+
withErrorCode(errorCode: string): ErrMsg;
|
6
|
+
set errorCode(errorCode: string | undefined);
|
7
|
+
get errorCode(): string | undefined;
|
8
|
+
withErrorMsg(errorMsg: string): ErrMsg;
|
9
|
+
set errorMsg(errorMsg: string | undefined);
|
10
|
+
get errorMsg(): string | undefined;
|
11
|
+
}
|
@@ -0,0 +1,39 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.ErrMsg = void 0;
|
4
|
+
var ErrMsg = /** @class */ (function () {
|
5
|
+
function ErrMsg(errorCode, errorMsg) {
|
6
|
+
this['error_code'] = errorCode;
|
7
|
+
this['error_msg'] = errorMsg;
|
8
|
+
}
|
9
|
+
ErrMsg.prototype.withErrorCode = function (errorCode) {
|
10
|
+
this['error_code'] = errorCode;
|
11
|
+
return this;
|
12
|
+
};
|
13
|
+
Object.defineProperty(ErrMsg.prototype, "errorCode", {
|
14
|
+
get: function () {
|
15
|
+
return this['error_code'];
|
16
|
+
},
|
17
|
+
set: function (errorCode) {
|
18
|
+
this['error_code'] = errorCode;
|
19
|
+
},
|
20
|
+
enumerable: false,
|
21
|
+
configurable: true
|
22
|
+
});
|
23
|
+
ErrMsg.prototype.withErrorMsg = function (errorMsg) {
|
24
|
+
this['error_msg'] = errorMsg;
|
25
|
+
return this;
|
26
|
+
};
|
27
|
+
Object.defineProperty(ErrMsg.prototype, "errorMsg", {
|
28
|
+
get: function () {
|
29
|
+
return this['error_msg'];
|
30
|
+
},
|
31
|
+
set: function (errorMsg) {
|
32
|
+
this['error_msg'] = errorMsg;
|
33
|
+
},
|
34
|
+
enumerable: false,
|
35
|
+
configurable: true
|
36
|
+
});
|
37
|
+
return ErrMsg;
|
38
|
+
}());
|
39
|
+
exports.ErrMsg = ErrMsg;
|
@@ -0,0 +1,14 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.ErrRsp = void 0;
|
4
|
+
var ErrRsp = /** @class */ (function () {
|
5
|
+
function ErrRsp(error) {
|
6
|
+
this['error'] = error;
|
7
|
+
}
|
8
|
+
ErrRsp.prototype.withError = function (error) {
|
9
|
+
this['error'] = error;
|
10
|
+
return this;
|
11
|
+
};
|
12
|
+
return ErrRsp;
|
13
|
+
}());
|
14
|
+
exports.ErrRsp = ErrRsp;
|
@@ -0,0 +1,15 @@
|
|
1
|
+
export declare class SetChargeModesBody {
|
2
|
+
private 'charge_mode';
|
3
|
+
private 'product_type';
|
4
|
+
private 'service_area';
|
5
|
+
constructor(chargeMode?: any, productType?: any, serviceArea?: any);
|
6
|
+
withChargeMode(chargeMode: string): SetChargeModesBody;
|
7
|
+
set chargeMode(chargeMode: string | undefined);
|
8
|
+
get chargeMode(): string | undefined;
|
9
|
+
withProductType(productType: string): SetChargeModesBody;
|
10
|
+
set productType(productType: string | undefined);
|
11
|
+
get productType(): string | undefined;
|
12
|
+
withServiceArea(serviceArea: string): SetChargeModesBody;
|
13
|
+
set serviceArea(serviceArea: string | undefined);
|
14
|
+
get serviceArea(): string | undefined;
|
15
|
+
}
|
@@ -0,0 +1,54 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.SetChargeModesBody = void 0;
|
4
|
+
var SetChargeModesBody = /** @class */ (function () {
|
5
|
+
function SetChargeModesBody(chargeMode, productType, serviceArea) {
|
6
|
+
this['charge_mode'] = chargeMode;
|
7
|
+
this['product_type'] = productType;
|
8
|
+
this['service_area'] = serviceArea;
|
9
|
+
}
|
10
|
+
SetChargeModesBody.prototype.withChargeMode = function (chargeMode) {
|
11
|
+
this['charge_mode'] = chargeMode;
|
12
|
+
return this;
|
13
|
+
};
|
14
|
+
Object.defineProperty(SetChargeModesBody.prototype, "chargeMode", {
|
15
|
+
get: function () {
|
16
|
+
return this['charge_mode'];
|
17
|
+
},
|
18
|
+
set: function (chargeMode) {
|
19
|
+
this['charge_mode'] = chargeMode;
|
20
|
+
},
|
21
|
+
enumerable: false,
|
22
|
+
configurable: true
|
23
|
+
});
|
24
|
+
SetChargeModesBody.prototype.withProductType = function (productType) {
|
25
|
+
this['product_type'] = productType;
|
26
|
+
return this;
|
27
|
+
};
|
28
|
+
Object.defineProperty(SetChargeModesBody.prototype, "productType", {
|
29
|
+
get: function () {
|
30
|
+
return this['product_type'];
|
31
|
+
},
|
32
|
+
set: function (productType) {
|
33
|
+
this['product_type'] = productType;
|
34
|
+
},
|
35
|
+
enumerable: false,
|
36
|
+
configurable: true
|
37
|
+
});
|
38
|
+
SetChargeModesBody.prototype.withServiceArea = function (serviceArea) {
|
39
|
+
this['service_area'] = serviceArea;
|
40
|
+
return this;
|
41
|
+
};
|
42
|
+
Object.defineProperty(SetChargeModesBody.prototype, "serviceArea", {
|
43
|
+
get: function () {
|
44
|
+
return this['service_area'];
|
45
|
+
},
|
46
|
+
set: function (serviceArea) {
|
47
|
+
this['service_area'] = serviceArea;
|
48
|
+
},
|
49
|
+
enumerable: false,
|
50
|
+
configurable: true
|
51
|
+
});
|
52
|
+
return SetChargeModesBody;
|
53
|
+
}());
|
54
|
+
exports.SetChargeModesBody = SetChargeModesBody;
|
@@ -0,0 +1,13 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.SetChargeModesRequest = void 0;
|
4
|
+
var SetChargeModesRequest = /** @class */ (function () {
|
5
|
+
function SetChargeModesRequest() {
|
6
|
+
}
|
7
|
+
SetChargeModesRequest.prototype.withBody = function (body) {
|
8
|
+
this['body'] = body;
|
9
|
+
return this;
|
10
|
+
};
|
11
|
+
return SetChargeModesRequest;
|
12
|
+
}());
|
13
|
+
exports.SetChargeModesRequest = SetChargeModesRequest;
|
@@ -0,0 +1,26 @@
|
|
1
|
+
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
2
|
+
export declare class SetChargeModesResponse extends SdkResponse {
|
3
|
+
private 'charge_mode'?;
|
4
|
+
private 'product_type'?;
|
5
|
+
private 'effective_time'?;
|
6
|
+
private 'create_time'?;
|
7
|
+
private 'service_area'?;
|
8
|
+
status?: string;
|
9
|
+
constructor();
|
10
|
+
withChargeMode(chargeMode: string): SetChargeModesResponse;
|
11
|
+
set chargeMode(chargeMode: string | undefined);
|
12
|
+
get chargeMode(): string | undefined;
|
13
|
+
withProductType(productType: string): SetChargeModesResponse;
|
14
|
+
set productType(productType: string | undefined);
|
15
|
+
get productType(): string | undefined;
|
16
|
+
withEffectiveTime(effectiveTime: number): SetChargeModesResponse;
|
17
|
+
set effectiveTime(effectiveTime: number | undefined);
|
18
|
+
get effectiveTime(): number | undefined;
|
19
|
+
withCreateTime(createTime: number): SetChargeModesResponse;
|
20
|
+
set createTime(createTime: number | undefined);
|
21
|
+
get createTime(): number | undefined;
|
22
|
+
withServiceArea(serviceArea: string): SetChargeModesResponse;
|
23
|
+
set serviceArea(serviceArea: string | undefined);
|
24
|
+
get serviceArea(): string | undefined;
|
25
|
+
withStatus(status: string): SetChargeModesResponse;
|
26
|
+
}
|
@@ -0,0 +1,101 @@
|
|
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.SetChargeModesResponse = void 0;
|
19
|
+
var SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
20
|
+
var SetChargeModesResponse = /** @class */ (function (_super) {
|
21
|
+
__extends(SetChargeModesResponse, _super);
|
22
|
+
function SetChargeModesResponse() {
|
23
|
+
return _super.call(this) || this;
|
24
|
+
}
|
25
|
+
SetChargeModesResponse.prototype.withChargeMode = function (chargeMode) {
|
26
|
+
this['charge_mode'] = chargeMode;
|
27
|
+
return this;
|
28
|
+
};
|
29
|
+
Object.defineProperty(SetChargeModesResponse.prototype, "chargeMode", {
|
30
|
+
get: function () {
|
31
|
+
return this['charge_mode'];
|
32
|
+
},
|
33
|
+
set: function (chargeMode) {
|
34
|
+
this['charge_mode'] = chargeMode;
|
35
|
+
},
|
36
|
+
enumerable: false,
|
37
|
+
configurable: true
|
38
|
+
});
|
39
|
+
SetChargeModesResponse.prototype.withProductType = function (productType) {
|
40
|
+
this['product_type'] = productType;
|
41
|
+
return this;
|
42
|
+
};
|
43
|
+
Object.defineProperty(SetChargeModesResponse.prototype, "productType", {
|
44
|
+
get: function () {
|
45
|
+
return this['product_type'];
|
46
|
+
},
|
47
|
+
set: function (productType) {
|
48
|
+
this['product_type'] = productType;
|
49
|
+
},
|
50
|
+
enumerable: false,
|
51
|
+
configurable: true
|
52
|
+
});
|
53
|
+
SetChargeModesResponse.prototype.withEffectiveTime = function (effectiveTime) {
|
54
|
+
this['effective_time'] = effectiveTime;
|
55
|
+
return this;
|
56
|
+
};
|
57
|
+
Object.defineProperty(SetChargeModesResponse.prototype, "effectiveTime", {
|
58
|
+
get: function () {
|
59
|
+
return this['effective_time'];
|
60
|
+
},
|
61
|
+
set: function (effectiveTime) {
|
62
|
+
this['effective_time'] = effectiveTime;
|
63
|
+
},
|
64
|
+
enumerable: false,
|
65
|
+
configurable: true
|
66
|
+
});
|
67
|
+
SetChargeModesResponse.prototype.withCreateTime = function (createTime) {
|
68
|
+
this['create_time'] = createTime;
|
69
|
+
return this;
|
70
|
+
};
|
71
|
+
Object.defineProperty(SetChargeModesResponse.prototype, "createTime", {
|
72
|
+
get: function () {
|
73
|
+
return this['create_time'];
|
74
|
+
},
|
75
|
+
set: function (createTime) {
|
76
|
+
this['create_time'] = createTime;
|
77
|
+
},
|
78
|
+
enumerable: false,
|
79
|
+
configurable: true
|
80
|
+
});
|
81
|
+
SetChargeModesResponse.prototype.withServiceArea = function (serviceArea) {
|
82
|
+
this['service_area'] = serviceArea;
|
83
|
+
return this;
|
84
|
+
};
|
85
|
+
Object.defineProperty(SetChargeModesResponse.prototype, "serviceArea", {
|
86
|
+
get: function () {
|
87
|
+
return this['service_area'];
|
88
|
+
},
|
89
|
+
set: function (serviceArea) {
|
90
|
+
this['service_area'] = serviceArea;
|
91
|
+
},
|
92
|
+
enumerable: false,
|
93
|
+
configurable: true
|
94
|
+
});
|
95
|
+
SetChargeModesResponse.prototype.withStatus = function (status) {
|
96
|
+
this['status'] = status;
|
97
|
+
return this;
|
98
|
+
};
|
99
|
+
return SetChargeModesResponse;
|
100
|
+
}(SdkResponse_1.SdkResponse));
|
101
|
+
exports.SetChargeModesResponse = SetChargeModesResponse;
|
@@ -0,0 +1,27 @@
|
|
1
|
+
export declare class ShowBandwidthCalcRequest {
|
2
|
+
private 'start_time';
|
3
|
+
private 'end_time';
|
4
|
+
private 'domain_name';
|
5
|
+
private 'service_area'?;
|
6
|
+
private 'enterprise_project_id'?;
|
7
|
+
private 'calc_type';
|
8
|
+
constructor(startTime?: any, endTime?: any, domainName?: any, calcType?: any);
|
9
|
+
withStartTime(startTime: number): ShowBandwidthCalcRequest;
|
10
|
+
set startTime(startTime: number | undefined);
|
11
|
+
get startTime(): number | undefined;
|
12
|
+
withEndTime(endTime: number): ShowBandwidthCalcRequest;
|
13
|
+
set endTime(endTime: number | undefined);
|
14
|
+
get endTime(): number | undefined;
|
15
|
+
withDomainName(domainName: string): ShowBandwidthCalcRequest;
|
16
|
+
set domainName(domainName: string | undefined);
|
17
|
+
get domainName(): string | undefined;
|
18
|
+
withServiceArea(serviceArea: string): ShowBandwidthCalcRequest;
|
19
|
+
set serviceArea(serviceArea: string | undefined);
|
20
|
+
get serviceArea(): string | undefined;
|
21
|
+
withEnterpriseProjectId(enterpriseProjectId: string): ShowBandwidthCalcRequest;
|
22
|
+
set enterpriseProjectId(enterpriseProjectId: string | undefined);
|
23
|
+
get enterpriseProjectId(): string | undefined;
|
24
|
+
withCalcType(calcType: string): ShowBandwidthCalcRequest;
|
25
|
+
set calcType(calcType: string | undefined);
|
26
|
+
get calcType(): string | undefined;
|
27
|
+
}
|
@@ -0,0 +1,97 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.ShowBandwidthCalcRequest = void 0;
|
4
|
+
var ShowBandwidthCalcRequest = /** @class */ (function () {
|
5
|
+
function ShowBandwidthCalcRequest(startTime, endTime, domainName, calcType) {
|
6
|
+
this['start_time'] = startTime;
|
7
|
+
this['end_time'] = endTime;
|
8
|
+
this['domain_name'] = domainName;
|
9
|
+
this['calc_type'] = calcType;
|
10
|
+
}
|
11
|
+
ShowBandwidthCalcRequest.prototype.withStartTime = function (startTime) {
|
12
|
+
this['start_time'] = startTime;
|
13
|
+
return this;
|
14
|
+
};
|
15
|
+
Object.defineProperty(ShowBandwidthCalcRequest.prototype, "startTime", {
|
16
|
+
get: function () {
|
17
|
+
return this['start_time'];
|
18
|
+
},
|
19
|
+
set: function (startTime) {
|
20
|
+
this['start_time'] = startTime;
|
21
|
+
},
|
22
|
+
enumerable: false,
|
23
|
+
configurable: true
|
24
|
+
});
|
25
|
+
ShowBandwidthCalcRequest.prototype.withEndTime = function (endTime) {
|
26
|
+
this['end_time'] = endTime;
|
27
|
+
return this;
|
28
|
+
};
|
29
|
+
Object.defineProperty(ShowBandwidthCalcRequest.prototype, "endTime", {
|
30
|
+
get: function () {
|
31
|
+
return this['end_time'];
|
32
|
+
},
|
33
|
+
set: function (endTime) {
|
34
|
+
this['end_time'] = endTime;
|
35
|
+
},
|
36
|
+
enumerable: false,
|
37
|
+
configurable: true
|
38
|
+
});
|
39
|
+
ShowBandwidthCalcRequest.prototype.withDomainName = function (domainName) {
|
40
|
+
this['domain_name'] = domainName;
|
41
|
+
return this;
|
42
|
+
};
|
43
|
+
Object.defineProperty(ShowBandwidthCalcRequest.prototype, "domainName", {
|
44
|
+
get: function () {
|
45
|
+
return this['domain_name'];
|
46
|
+
},
|
47
|
+
set: function (domainName) {
|
48
|
+
this['domain_name'] = domainName;
|
49
|
+
},
|
50
|
+
enumerable: false,
|
51
|
+
configurable: true
|
52
|
+
});
|
53
|
+
ShowBandwidthCalcRequest.prototype.withServiceArea = function (serviceArea) {
|
54
|
+
this['service_area'] = serviceArea;
|
55
|
+
return this;
|
56
|
+
};
|
57
|
+
Object.defineProperty(ShowBandwidthCalcRequest.prototype, "serviceArea", {
|
58
|
+
get: function () {
|
59
|
+
return this['service_area'];
|
60
|
+
},
|
61
|
+
set: function (serviceArea) {
|
62
|
+
this['service_area'] = serviceArea;
|
63
|
+
},
|
64
|
+
enumerable: false,
|
65
|
+
configurable: true
|
66
|
+
});
|
67
|
+
ShowBandwidthCalcRequest.prototype.withEnterpriseProjectId = function (enterpriseProjectId) {
|
68
|
+
this['enterprise_project_id'] = enterpriseProjectId;
|
69
|
+
return this;
|
70
|
+
};
|
71
|
+
Object.defineProperty(ShowBandwidthCalcRequest.prototype, "enterpriseProjectId", {
|
72
|
+
get: function () {
|
73
|
+
return this['enterprise_project_id'];
|
74
|
+
},
|
75
|
+
set: function (enterpriseProjectId) {
|
76
|
+
this['enterprise_project_id'] = enterpriseProjectId;
|
77
|
+
},
|
78
|
+
enumerable: false,
|
79
|
+
configurable: true
|
80
|
+
});
|
81
|
+
ShowBandwidthCalcRequest.prototype.withCalcType = function (calcType) {
|
82
|
+
this['calc_type'] = calcType;
|
83
|
+
return this;
|
84
|
+
};
|
85
|
+
Object.defineProperty(ShowBandwidthCalcRequest.prototype, "calcType", {
|
86
|
+
get: function () {
|
87
|
+
return this['calc_type'];
|
88
|
+
},
|
89
|
+
set: function (calcType) {
|
90
|
+
this['calc_type'] = calcType;
|
91
|
+
},
|
92
|
+
enumerable: false,
|
93
|
+
configurable: true
|
94
|
+
});
|
95
|
+
return ShowBandwidthCalcRequest;
|
96
|
+
}());
|
97
|
+
exports.ShowBandwidthCalcRequest = ShowBandwidthCalcRequest;
|
@@ -0,0 +1,14 @@
|
|
1
|
+
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
2
|
+
export declare class ShowBandwidthCalcResponse extends SdkResponse {
|
3
|
+
private 'bandwidth_calc'?;
|
4
|
+
constructor();
|
5
|
+
withBandwidthCalc(bandwidthCalc: {
|
6
|
+
[key: string]: object;
|
7
|
+
}): ShowBandwidthCalcResponse;
|
8
|
+
set bandwidthCalc(bandwidthCalc: {
|
9
|
+
[key: string]: object;
|
10
|
+
} | undefined);
|
11
|
+
get bandwidthCalc(): {
|
12
|
+
[key: string]: object;
|
13
|
+
} | undefined;
|
14
|
+
}
|
@@ -0,0 +1,41 @@
|
|
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.ShowBandwidthCalcResponse = void 0;
|
19
|
+
var SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
20
|
+
var ShowBandwidthCalcResponse = /** @class */ (function (_super) {
|
21
|
+
__extends(ShowBandwidthCalcResponse, _super);
|
22
|
+
function ShowBandwidthCalcResponse() {
|
23
|
+
return _super.call(this) || this;
|
24
|
+
}
|
25
|
+
ShowBandwidthCalcResponse.prototype.withBandwidthCalc = function (bandwidthCalc) {
|
26
|
+
this['bandwidth_calc'] = bandwidthCalc;
|
27
|
+
return this;
|
28
|
+
};
|
29
|
+
Object.defineProperty(ShowBandwidthCalcResponse.prototype, "bandwidthCalc", {
|
30
|
+
get: function () {
|
31
|
+
return this['bandwidth_calc'];
|
32
|
+
},
|
33
|
+
set: function (bandwidthCalc) {
|
34
|
+
this['bandwidth_calc'] = bandwidthCalc;
|
35
|
+
},
|
36
|
+
enumerable: false,
|
37
|
+
configurable: true
|
38
|
+
});
|
39
|
+
return ShowBandwidthCalcResponse;
|
40
|
+
}(SdkResponse_1.SdkResponse));
|
41
|
+
exports.ShowBandwidthCalcResponse = ShowBandwidthCalcResponse;
|
@@ -0,0 +1,13 @@
|
|
1
|
+
export declare class ShowChargeModesRequest {
|
2
|
+
private 'product_type';
|
3
|
+
status?: string;
|
4
|
+
private 'service_area'?;
|
5
|
+
constructor(productType?: any);
|
6
|
+
withProductType(productType: string): ShowChargeModesRequest;
|
7
|
+
set productType(productType: string | undefined);
|
8
|
+
get productType(): string | undefined;
|
9
|
+
withStatus(status: string): ShowChargeModesRequest;
|
10
|
+
withServiceArea(serviceArea: string): ShowChargeModesRequest;
|
11
|
+
set serviceArea(serviceArea: string | undefined);
|
12
|
+
get serviceArea(): string | undefined;
|
13
|
+
}
|
@@ -0,0 +1,42 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.ShowChargeModesRequest = void 0;
|
4
|
+
var ShowChargeModesRequest = /** @class */ (function () {
|
5
|
+
function ShowChargeModesRequest(productType) {
|
6
|
+
this['product_type'] = productType;
|
7
|
+
}
|
8
|
+
ShowChargeModesRequest.prototype.withProductType = function (productType) {
|
9
|
+
this['product_type'] = productType;
|
10
|
+
return this;
|
11
|
+
};
|
12
|
+
Object.defineProperty(ShowChargeModesRequest.prototype, "productType", {
|
13
|
+
get: function () {
|
14
|
+
return this['product_type'];
|
15
|
+
},
|
16
|
+
set: function (productType) {
|
17
|
+
this['product_type'] = productType;
|
18
|
+
},
|
19
|
+
enumerable: false,
|
20
|
+
configurable: true
|
21
|
+
});
|
22
|
+
ShowChargeModesRequest.prototype.withStatus = function (status) {
|
23
|
+
this['status'] = status;
|
24
|
+
return this;
|
25
|
+
};
|
26
|
+
ShowChargeModesRequest.prototype.withServiceArea = function (serviceArea) {
|
27
|
+
this['service_area'] = serviceArea;
|
28
|
+
return this;
|
29
|
+
};
|
30
|
+
Object.defineProperty(ShowChargeModesRequest.prototype, "serviceArea", {
|
31
|
+
get: function () {
|
32
|
+
return this['service_area'];
|
33
|
+
},
|
34
|
+
set: function (serviceArea) {
|
35
|
+
this['service_area'] = serviceArea;
|
36
|
+
},
|
37
|
+
enumerable: false,
|
38
|
+
configurable: true
|
39
|
+
});
|
40
|
+
return ShowChargeModesRequest;
|
41
|
+
}());
|
42
|
+
exports.ShowChargeModesRequest = ShowChargeModesRequest;
|
@@ -0,0 +1,10 @@
|
|
1
|
+
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
2
|
+
export declare class ShowChargeModesResponse extends SdkResponse {
|
3
|
+
result?: Array<{
|
4
|
+
[key: string]: object;
|
5
|
+
}>;
|
6
|
+
constructor();
|
7
|
+
withResult(result: Array<{
|
8
|
+
[key: string]: object;
|
9
|
+
}>): ShowChargeModesResponse;
|
10
|
+
}
|
@@ -0,0 +1,31 @@
|
|
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.ShowChargeModesResponse = void 0;
|
19
|
+
var SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
20
|
+
var ShowChargeModesResponse = /** @class */ (function (_super) {
|
21
|
+
__extends(ShowChargeModesResponse, _super);
|
22
|
+
function ShowChargeModesResponse() {
|
23
|
+
return _super.call(this) || this;
|
24
|
+
}
|
25
|
+
ShowChargeModesResponse.prototype.withResult = function (result) {
|
26
|
+
this['result'] = result;
|
27
|
+
return this;
|
28
|
+
};
|
29
|
+
return ShowChargeModesResponse;
|
30
|
+
}(SdkResponse_1.SdkResponse));
|
31
|
+
exports.ShowChargeModesResponse = ShowChargeModesResponse;
|
@@ -0,0 +1,37 @@
|
|
1
|
+
export declare class ShowDomainLocationStatsRequest {
|
2
|
+
action: string;
|
3
|
+
private 'start_time';
|
4
|
+
private 'end_time';
|
5
|
+
private 'domain_name';
|
6
|
+
private 'stat_type';
|
7
|
+
interval?: number;
|
8
|
+
country?: string;
|
9
|
+
province?: string;
|
10
|
+
isp?: string;
|
11
|
+
private 'group_by'?;
|
12
|
+
private 'enterprise_project_id'?;
|
13
|
+
constructor(action?: any, startTime?: any, endTime?: any, domainName?: any, statType?: any);
|
14
|
+
withAction(action: string): ShowDomainLocationStatsRequest;
|
15
|
+
withStartTime(startTime: number): ShowDomainLocationStatsRequest;
|
16
|
+
set startTime(startTime: number | undefined);
|
17
|
+
get startTime(): number | undefined;
|
18
|
+
withEndTime(endTime: number): ShowDomainLocationStatsRequest;
|
19
|
+
set endTime(endTime: number | undefined);
|
20
|
+
get endTime(): number | undefined;
|
21
|
+
withDomainName(domainName: string): ShowDomainLocationStatsRequest;
|
22
|
+
set domainName(domainName: string | undefined);
|
23
|
+
get domainName(): string | undefined;
|
24
|
+
withStatType(statType: string): ShowDomainLocationStatsRequest;
|
25
|
+
set statType(statType: string | undefined);
|
26
|
+
get statType(): string | undefined;
|
27
|
+
withInterval(interval: number): ShowDomainLocationStatsRequest;
|
28
|
+
withCountry(country: string): ShowDomainLocationStatsRequest;
|
29
|
+
withProvince(province: string): ShowDomainLocationStatsRequest;
|
30
|
+
withIsp(isp: string): ShowDomainLocationStatsRequest;
|
31
|
+
withGroupBy(groupBy: string): ShowDomainLocationStatsRequest;
|
32
|
+
set groupBy(groupBy: string | undefined);
|
33
|
+
get groupBy(): string | undefined;
|
34
|
+
withEnterpriseProjectId(enterpriseProjectId: string): ShowDomainLocationStatsRequest;
|
35
|
+
set enterpriseProjectId(enterpriseProjectId: string | undefined);
|
36
|
+
get enterpriseProjectId(): string | undefined;
|
37
|
+
}
|