@huaweicloud/huaweicloud-sdk-cfw 3.1.11

Sign up to get free protection for your applications and to get access to all the features.
Files changed (317) hide show
  1. package/LICENSE +13 -0
  2. package/README.md +1 -0
  3. package/huaweicloud-sdk-cfw.d.ts +1 -0
  4. package/huaweicloud-sdk-cfw.js +17 -0
  5. package/package.json +19 -0
  6. package/v1/CfwClient.d.ts +1434 -0
  7. package/v1/CfwClient.js +3455 -0
  8. package/v1/CfwRegion.d.ts +16 -0
  9. package/v1/CfwRegion.js +47 -0
  10. package/v1/model/AddAddressItemsInfoDto.d.ts +12 -0
  11. package/v1/model/AddAddressItemsInfoDto.js +37 -0
  12. package/v1/model/AddAddressItemsInfoDtoAddressItems.d.ts +13 -0
  13. package/v1/model/AddAddressItemsInfoDtoAddressItems.js +36 -0
  14. package/v1/model/AddAddressItemsUsingPostRequest.d.ts +10 -0
  15. package/v1/model/AddAddressItemsUsingPostRequest.js +28 -0
  16. package/v1/model/AddAddressItemsUsingPostResponse.d.ts +7 -0
  17. package/v1/model/AddAddressItemsUsingPostResponse.js +31 -0
  18. package/v1/model/AddAddressSetDto.d.ts +23 -0
  19. package/v1/model/AddAddressSetDto.js +56 -0
  20. package/v1/model/AddAddressSetInfoUsingPostRequest.d.ts +10 -0
  21. package/v1/model/AddAddressSetInfoUsingPostRequest.js +28 -0
  22. package/v1/model/AddAddressSetInfoUsingPostResponse.d.ts +7 -0
  23. package/v1/model/AddAddressSetInfoUsingPostResponse.js +31 -0
  24. package/v1/model/AddBlackWhiteListDto.d.ts +23 -0
  25. package/v1/model/AddBlackWhiteListDto.js +74 -0
  26. package/v1/model/AddBlackWhiteListUsingPostRequest.d.ts +10 -0
  27. package/v1/model/AddBlackWhiteListUsingPostRequest.js +28 -0
  28. package/v1/model/AddBlackWhiteListUsingPostResponse.d.ts +7 -0
  29. package/v1/model/AddBlackWhiteListUsingPostResponse.js +31 -0
  30. package/v1/model/AddRuleAclDto.d.ts +21 -0
  31. package/v1/model/AddRuleAclDto.js +44 -0
  32. package/v1/model/AddRuleAclDtoRules.d.ts +83 -0
  33. package/v1/model/AddRuleAclDtoRules.js +189 -0
  34. package/v1/model/AddRuleAclUsingPostRequest.d.ts +10 -0
  35. package/v1/model/AddRuleAclUsingPostRequest.js +28 -0
  36. package/v1/model/AddRuleAclUsingPostResponse.d.ts +7 -0
  37. package/v1/model/AddRuleAclUsingPostResponse.js +31 -0
  38. package/v1/model/AddServiceItemsUsingPOSTRequestBody.d.ts +12 -0
  39. package/v1/model/AddServiceItemsUsingPOSTRequestBody.js +39 -0
  40. package/v1/model/AddServiceItemsUsingPOSTRequestBodyServiceItems.d.ts +21 -0
  41. package/v1/model/AddServiceItemsUsingPOSTRequestBodyServiceItems.js +66 -0
  42. package/v1/model/AddServiceItemsUsingPostRequest.d.ts +10 -0
  43. package/v1/model/AddServiceItemsUsingPostRequest.js +28 -0
  44. package/v1/model/AddServiceItemsUsingPostResponse.d.ts +7 -0
  45. package/v1/model/AddServiceItemsUsingPostResponse.js +31 -0
  46. package/v1/model/AddServiceSetUsingPOSTRequestBody.d.ts +11 -0
  47. package/v1/model/AddServiceSetUsingPOSTRequestBody.js +33 -0
  48. package/v1/model/AddServiceSetUsingPostRequest.d.ts +10 -0
  49. package/v1/model/AddServiceSetUsingPostRequest.js +28 -0
  50. package/v1/model/AddServiceSetUsingPostResponse.d.ts +7 -0
  51. package/v1/model/AddServiceSetUsingPostResponse.js +31 -0
  52. package/v1/model/AddressItemListResponseDTOData.d.ts +16 -0
  53. package/v1/model/AddressItemListResponseDTOData.js +39 -0
  54. package/v1/model/AddressItemListResponseDTODataRecords.d.ts +17 -0
  55. package/v1/model/AddressItemListResponseDTODataRecords.js +49 -0
  56. package/v1/model/AddressItems.d.ts +6 -0
  57. package/v1/model/AddressItems.js +13 -0
  58. package/v1/model/AddressSetDetailResponseDTOData.d.ts +21 -0
  59. package/v1/model/AddressSetDetailResponseDTOData.js +44 -0
  60. package/v1/model/AddressSetListResponseDTOData.d.ts +12 -0
  61. package/v1/model/AddressSetListResponseDTOData.js +25 -0
  62. package/v1/model/AddressSetListResponseDTODataRecords.d.ts +19 -0
  63. package/v1/model/AddressSetListResponseDTODataRecords.js +59 -0
  64. package/v1/model/BlackWhiteListResponseData.d.ts +16 -0
  65. package/v1/model/BlackWhiteListResponseData.js +39 -0
  66. package/v1/model/BlackWhiteListResponseDataRecords.d.ts +19 -0
  67. package/v1/model/BlackWhiteListResponseDataRecords.js +53 -0
  68. package/v1/model/ChangeEwProtectStatusRequest.d.ts +10 -0
  69. package/v1/model/ChangeEwProtectStatusRequest.js +28 -0
  70. package/v1/model/ChangeEwProtectStatusResponse.d.ts +11 -0
  71. package/v1/model/ChangeEwProtectStatusResponse.js +45 -0
  72. package/v1/model/ChangeIpsProtectModeUsingPostRequest.d.ts +10 -0
  73. package/v1/model/ChangeIpsProtectModeUsingPostRequest.js +28 -0
  74. package/v1/model/ChangeIpsProtectModeUsingPostResponse.d.ts +7 -0
  75. package/v1/model/ChangeIpsProtectModeUsingPostResponse.js +31 -0
  76. package/v1/model/ChangeIpsSwitchUsingPostRequest.d.ts +10 -0
  77. package/v1/model/ChangeIpsSwitchUsingPostRequest.js +28 -0
  78. package/v1/model/ChangeIpsSwitchUsingPostResponse.d.ts +11 -0
  79. package/v1/model/ChangeIpsSwitchUsingPostResponse.js +45 -0
  80. package/v1/model/ChangeProtectEipRequest.d.ts +10 -0
  81. package/v1/model/ChangeProtectEipRequest.js +28 -0
  82. package/v1/model/ChangeProtectEipResponse.d.ts +7 -0
  83. package/v1/model/ChangeProtectEipResponse.js +31 -0
  84. package/v1/model/ChangeProtectStatusRequestBody.d.ts +17 -0
  85. package/v1/model/ChangeProtectStatusRequestBody.js +38 -0
  86. package/v1/model/ClearAccessLogRuleHitCountsDto.d.ts +7 -0
  87. package/v1/model/ClearAccessLogRuleHitCountsDto.js +24 -0
  88. package/v1/model/CommonResponseDTOData.d.ts +5 -0
  89. package/v1/model/CommonResponseDTOData.js +13 -0
  90. package/v1/model/CountEipsRequest.d.ts +11 -0
  91. package/v1/model/CountEipsRequest.js +39 -0
  92. package/v1/model/CountEipsResponse.d.ts +16 -0
  93. package/v1/model/CountEipsResponse.js +69 -0
  94. package/v1/model/DeleteAclRuleCountRequest.d.ts +10 -0
  95. package/v1/model/DeleteAclRuleCountRequest.js +28 -0
  96. package/v1/model/DeleteAclRuleCountResponse.d.ts +6 -0
  97. package/v1/model/DeleteAclRuleCountResponse.js +31 -0
  98. package/v1/model/DeleteAddressItemUsingDeleteRequest.d.ts +11 -0
  99. package/v1/model/DeleteAddressItemUsingDeleteRequest.js +39 -0
  100. package/v1/model/DeleteAddressItemUsingDeleteResponse.d.ts +7 -0
  101. package/v1/model/DeleteAddressItemUsingDeleteResponse.js +31 -0
  102. package/v1/model/DeleteAddressSetInfoUsingDeleteRequest.d.ts +11 -0
  103. package/v1/model/DeleteAddressSetInfoUsingDeleteRequest.js +39 -0
  104. package/v1/model/DeleteAddressSetInfoUsingDeleteResponse.d.ts +7 -0
  105. package/v1/model/DeleteAddressSetInfoUsingDeleteResponse.js +31 -0
  106. package/v1/model/DeleteBlackWhiteListUsingDeleteRequest.d.ts +11 -0
  107. package/v1/model/DeleteBlackWhiteListUsingDeleteRequest.js +39 -0
  108. package/v1/model/DeleteBlackWhiteListUsingDeleteResponse.d.ts +7 -0
  109. package/v1/model/DeleteBlackWhiteListUsingDeleteResponse.js +31 -0
  110. package/v1/model/DeleteRuleAclUsingDeleteRequest.d.ts +11 -0
  111. package/v1/model/DeleteRuleAclUsingDeleteRequest.js +39 -0
  112. package/v1/model/DeleteRuleAclUsingDeleteResponse.d.ts +7 -0
  113. package/v1/model/DeleteRuleAclUsingDeleteResponse.js +31 -0
  114. package/v1/model/DeleteServiceItemUsingDeleteRequest.d.ts +11 -0
  115. package/v1/model/DeleteServiceItemUsingDeleteRequest.js +39 -0
  116. package/v1/model/DeleteServiceItemUsingDeleteResponse.d.ts +7 -0
  117. package/v1/model/DeleteServiceItemUsingDeleteResponse.js +31 -0
  118. package/v1/model/DeleteServiceSetUsingDeleteRequest.d.ts +11 -0
  119. package/v1/model/DeleteServiceSetUsingDeleteRequest.js +39 -0
  120. package/v1/model/DeleteServiceSetUsingDeleteResponse.d.ts +7 -0
  121. package/v1/model/DeleteServiceSetUsingDeleteResponse.js +31 -0
  122. package/v1/model/DnsServersResponseDTO.d.ts +17 -0
  123. package/v1/model/DnsServersResponseDTO.js +55 -0
  124. package/v1/model/EipOperateProtectReq.d.ts +14 -0
  125. package/v1/model/EipOperateProtectReq.js +44 -0
  126. package/v1/model/EipOperateProtectReqIpInfos.d.ts +13 -0
  127. package/v1/model/EipOperateProtectReqIpInfos.js +41 -0
  128. package/v1/model/ErInstance.d.ts +21 -0
  129. package/v1/model/ErInstance.js +63 -0
  130. package/v1/model/EwProtectResourceInfo.d.ts +27 -0
  131. package/v1/model/EwProtectResourceInfo.js +96 -0
  132. package/v1/model/Flavor.d.ts +29 -0
  133. package/v1/model/Flavor.js +70 -0
  134. package/v1/model/GetEastWestFirewallResponseBody.d.ts +41 -0
  135. package/v1/model/GetEastWestFirewallResponseBody.js +113 -0
  136. package/v1/model/HttpQueryCfwAccessControllerLogsResponseDTOData.d.ts +10 -0
  137. package/v1/model/HttpQueryCfwAccessControllerLogsResponseDTOData.js +21 -0
  138. package/v1/model/HttpQueryCfwAccessControllerLogsResponseDTODataRecords.d.ts +41 -0
  139. package/v1/model/HttpQueryCfwAccessControllerLogsResponseDTODataRecords.js +133 -0
  140. package/v1/model/HttpQueryCfwAttackLogsResponseDTOData.d.ts +10 -0
  141. package/v1/model/HttpQueryCfwAttackLogsResponseDTOData.js +21 -0
  142. package/v1/model/HttpQueryCfwAttackLogsResponseDTODataRecords.d.ts +70 -0
  143. package/v1/model/HttpQueryCfwAttackLogsResponseDTODataRecords.js +200 -0
  144. package/v1/model/HttpQueryCfwFlowLogsResponseDTOData.d.ts +10 -0
  145. package/v1/model/HttpQueryCfwFlowLogsResponseDTOData.js +21 -0
  146. package/v1/model/HttpQueryCfwFlowLogsResponseDTODataRecords.d.ts +49 -0
  147. package/v1/model/HttpQueryCfwFlowLogsResponseDTODataRecords.js +136 -0
  148. package/v1/model/IdObject.d.ts +5 -0
  149. package/v1/model/IdObject.js +13 -0
  150. package/v1/model/IpsProtectDTO.d.ts +9 -0
  151. package/v1/model/IpsProtectDTO.js +27 -0
  152. package/v1/model/IpsSwitchDTO.d.ts +21 -0
  153. package/v1/model/IpsSwitchDTO.js +52 -0
  154. package/v1/model/ListAccessControlLogsRequest.d.ts +68 -0
  155. package/v1/model/ListAccessControlLogsRequest.js +208 -0
  156. package/v1/model/ListAccessControlLogsResponse.d.ts +7 -0
  157. package/v1/model/ListAccessControlLogsResponse.js +31 -0
  158. package/v1/model/ListAddressItemsUsingGetRequest.d.ts +21 -0
  159. package/v1/model/ListAddressItemsUsingGetRequest.js +67 -0
  160. package/v1/model/ListAddressItemsUsingGetResponse.d.ts +7 -0
  161. package/v1/model/ListAddressItemsUsingGetResponse.js +31 -0
  162. package/v1/model/ListAddressSetDetailUsingGetRequest.d.ts +11 -0
  163. package/v1/model/ListAddressSetDetailUsingGetRequest.js +39 -0
  164. package/v1/model/ListAddressSetDetailUsingGetResponse.d.ts +7 -0
  165. package/v1/model/ListAddressSetDetailUsingGetResponse.js +31 -0
  166. package/v1/model/ListAddressSetListUsingGetRequest.d.ts +33 -0
  167. package/v1/model/ListAddressSetListUsingGetRequest.js +90 -0
  168. package/v1/model/ListAddressSetListUsingGetResponse.d.ts +7 -0
  169. package/v1/model/ListAddressSetListUsingGetResponse.js +31 -0
  170. package/v1/model/ListAttackLogsRequest.d.ts +93 -0
  171. package/v1/model/ListAttackLogsRequest.js +242 -0
  172. package/v1/model/ListAttackLogsResponse.d.ts +7 -0
  173. package/v1/model/ListAttackLogsResponse.js +31 -0
  174. package/v1/model/ListBlackWhiteListsUsingGetRequest.d.ts +44 -0
  175. package/v1/model/ListBlackWhiteListsUsingGetRequest.js +105 -0
  176. package/v1/model/ListBlackWhiteListsUsingGetResponse.d.ts +7 -0
  177. package/v1/model/ListBlackWhiteListsUsingGetResponse.js +31 -0
  178. package/v1/model/ListDnsServersRequest.d.ts +11 -0
  179. package/v1/model/ListDnsServersRequest.js +32 -0
  180. package/v1/model/ListDnsServersResponse.d.ts +9 -0
  181. package/v1/model/ListDnsServersResponse.js +35 -0
  182. package/v1/model/ListEastWestFirewallRequest.d.ts +11 -0
  183. package/v1/model/ListEastWestFirewallRequest.js +34 -0
  184. package/v1/model/ListEastWestFirewallResponse.d.ts +7 -0
  185. package/v1/model/ListEastWestFirewallResponse.js +31 -0
  186. package/v1/model/ListEipResourcesRequest.d.ts +52 -0
  187. package/v1/model/ListEipResourcesRequest.js +132 -0
  188. package/v1/model/ListEipResourcesResponse.d.ts +44 -0
  189. package/v1/model/ListEipResourcesResponse.js +142 -0
  190. package/v1/model/ListFirewallUsingGetRequest.d.ts +23 -0
  191. package/v1/model/ListFirewallUsingGetRequest.js +58 -0
  192. package/v1/model/ListFirewallUsingGetResponse.d.ts +79 -0
  193. package/v1/model/ListFirewallUsingGetResponse.js +203 -0
  194. package/v1/model/ListFlowLogsRequest.d.ts +76 -0
  195. package/v1/model/ListFlowLogsRequest.js +209 -0
  196. package/v1/model/ListFlowLogsResponse.d.ts +7 -0
  197. package/v1/model/ListFlowLogsResponse.js +31 -0
  198. package/v1/model/ListIpsProtectModeUsingPostRequest.d.ts +11 -0
  199. package/v1/model/ListIpsProtectModeUsingPostRequest.js +39 -0
  200. package/v1/model/ListIpsProtectModeUsingPostResponse.d.ts +10 -0
  201. package/v1/model/ListIpsProtectModeUsingPostResponse.js +45 -0
  202. package/v1/model/ListIpsSwitchStatusUsingGetRequest.d.ts +11 -0
  203. package/v1/model/ListIpsSwitchStatusUsingGetRequest.js +39 -0
  204. package/v1/model/ListIpsSwitchStatusUsingGetResponse.d.ts +16 -0
  205. package/v1/model/ListIpsSwitchStatusUsingGetResponse.js +69 -0
  206. package/v1/model/ListParseDomainDetailsRequest.d.ts +11 -0
  207. package/v1/model/ListParseDomainDetailsRequest.js +39 -0
  208. package/v1/model/ListParseDomainDetailsResponse.d.ts +6 -0
  209. package/v1/model/ListParseDomainDetailsResponse.js +31 -0
  210. package/v1/model/ListRuleAclUsingPutRequest.d.ts +14 -0
  211. package/v1/model/ListRuleAclUsingPutRequest.js +43 -0
  212. package/v1/model/ListRuleAclUsingPutResponse.d.ts +7 -0
  213. package/v1/model/ListRuleAclUsingPutResponse.js +31 -0
  214. package/v1/model/ListRuleAclsUsingGetRequest.d.ts +79 -0
  215. package/v1/model/ListRuleAclsUsingGetRequest.js +150 -0
  216. package/v1/model/ListRuleAclsUsingGetResponse.d.ts +7 -0
  217. package/v1/model/ListRuleAclsUsingGetResponse.js +31 -0
  218. package/v1/model/ListRuleHitCountDto.d.ts +7 -0
  219. package/v1/model/ListRuleHitCountDto.js +24 -0
  220. package/v1/model/ListRuleHitCountRequest.d.ts +10 -0
  221. package/v1/model/ListRuleHitCountRequest.js +28 -0
  222. package/v1/model/ListRuleHitCountResponse.d.ts +7 -0
  223. package/v1/model/ListRuleHitCountResponse.js +31 -0
  224. package/v1/model/ListServiceItemsDetailsRequest.d.ts +19 -0
  225. package/v1/model/ListServiceItemsDetailsRequest.js +63 -0
  226. package/v1/model/ListServiceItemsDetailsResponse.d.ts +7 -0
  227. package/v1/model/ListServiceItemsDetailsResponse.js +31 -0
  228. package/v1/model/ListServiceSetDetailsRequest.d.ts +11 -0
  229. package/v1/model/ListServiceSetDetailsRequest.js +39 -0
  230. package/v1/model/ListServiceSetDetailsResponse.d.ts +10 -0
  231. package/v1/model/ListServiceSetDetailsResponse.js +39 -0
  232. package/v1/model/ListServiceSetRequest.d.ts +19 -0
  233. package/v1/model/ListServiceSetRequest.js +63 -0
  234. package/v1/model/ListServiceSetResponse.d.ts +7 -0
  235. package/v1/model/ListServiceSetResponse.js +31 -0
  236. package/v1/model/ListVpcProtectsRequest.d.ts +11 -0
  237. package/v1/model/ListVpcProtectsRequest.js +39 -0
  238. package/v1/model/ListVpcProtectsResponse.d.ts +11 -0
  239. package/v1/model/ListVpcProtectsResponse.js +45 -0
  240. package/v1/model/OrderRuleAclDto.d.ts +9 -0
  241. package/v1/model/OrderRuleAclDto.js +27 -0
  242. package/v1/model/Packet.d.ts +13 -0
  243. package/v1/model/Packet.js +41 -0
  244. package/v1/model/ProtectObjectVO.d.ts +21 -0
  245. package/v1/model/ProtectObjectVO.js +50 -0
  246. package/v1/model/RuleAclListResponseDTOData.d.ts +16 -0
  247. package/v1/model/RuleAclListResponseDTOData.js +39 -0
  248. package/v1/model/RuleAclListResponseDTODataRecords.d.ts +62 -0
  249. package/v1/model/RuleAclListResponseDTODataRecords.js +162 -0
  250. package/v1/model/RuleAddressDto.d.ts +23 -0
  251. package/v1/model/RuleAddressDto.js +74 -0
  252. package/v1/model/RuleHitCountObject.d.ts +11 -0
  253. package/v1/model/RuleHitCountObject.js +37 -0
  254. package/v1/model/RuleHitCountRecords.d.ts +12 -0
  255. package/v1/model/RuleHitCountRecords.js +25 -0
  256. package/v1/model/RuleId.d.ts +5 -0
  257. package/v1/model/RuleId.js +13 -0
  258. package/v1/model/RuleIdList.d.ts +6 -0
  259. package/v1/model/RuleIdList.js +13 -0
  260. package/v1/model/RuleServiceDto.d.ts +23 -0
  261. package/v1/model/RuleServiceDto.js +74 -0
  262. package/v1/model/ServiceItemIds.d.ts +6 -0
  263. package/v1/model/ServiceItemIds.js +13 -0
  264. package/v1/model/ServiceItemListResponseDtoData.d.ts +12 -0
  265. package/v1/model/ServiceItemListResponseDtoData.js +25 -0
  266. package/v1/model/ServiceItemListResponseDtoDataRecords.d.ts +21 -0
  267. package/v1/model/ServiceItemListResponseDtoDataRecords.js +63 -0
  268. package/v1/model/ServiceSet.d.ts +17 -0
  269. package/v1/model/ServiceSet.js +49 -0
  270. package/v1/model/ServiceSetRecords.d.ts +12 -0
  271. package/v1/model/ServiceSetRecords.js +25 -0
  272. package/v1/model/SubnetInfo.d.ts +23 -0
  273. package/v1/model/SubnetInfo.js +69 -0
  274. package/v1/model/SuccessRspData.d.ts +5 -0
  275. package/v1/model/SuccessRspData.js +13 -0
  276. package/v1/model/Tag.d.ts +7 -0
  277. package/v1/model/Tag.js +17 -0
  278. package/v1/model/UpdateAddressSetDto.d.ts +7 -0
  279. package/v1/model/UpdateAddressSetDto.js +17 -0
  280. package/v1/model/UpdateAddressSetInfoUsingPutRequest.d.ts +14 -0
  281. package/v1/model/UpdateAddressSetInfoUsingPutRequest.js +43 -0
  282. package/v1/model/UpdateAddressSetInfoUsingPutResponse.d.ts +7 -0
  283. package/v1/model/UpdateAddressSetInfoUsingPutResponse.js +31 -0
  284. package/v1/model/UpdateBlackWhiteListDto.d.ts +15 -0
  285. package/v1/model/UpdateBlackWhiteListDto.js +39 -0
  286. package/v1/model/UpdateBlackWhiteListUsingPutRequest.d.ts +14 -0
  287. package/v1/model/UpdateBlackWhiteListUsingPutRequest.js +43 -0
  288. package/v1/model/UpdateBlackWhiteListUsingPutResponse.d.ts +7 -0
  289. package/v1/model/UpdateBlackWhiteListUsingPutResponse.js +31 -0
  290. package/v1/model/UpdateDnsServersRequest.d.ts +10 -0
  291. package/v1/model/UpdateDnsServersRequest.js +28 -0
  292. package/v1/model/UpdateDnsServersRequestBody.d.ts +8 -0
  293. package/v1/model/UpdateDnsServersRequestBody.js +23 -0
  294. package/v1/model/UpdateDnsServersRequestBodyDnsServer.d.ts +15 -0
  295. package/v1/model/UpdateDnsServersRequestBodyDnsServer.js +51 -0
  296. package/v1/model/UpdateDnsServersResponse.d.ts +6 -0
  297. package/v1/model/UpdateDnsServersResponse.js +31 -0
  298. package/v1/model/UpdateRuleAclDto.d.ts +82 -0
  299. package/v1/model/UpdateRuleAclDto.js +175 -0
  300. package/v1/model/UpdateRuleAclUsingPutRequest.d.ts +14 -0
  301. package/v1/model/UpdateRuleAclUsingPutRequest.js +43 -0
  302. package/v1/model/UpdateRuleAclUsingPutResponse.d.ts +7 -0
  303. package/v1/model/UpdateRuleAclUsingPutResponse.js +31 -0
  304. package/v1/model/UpdateServiceSetUsingPUTRequestBody.d.ts +7 -0
  305. package/v1/model/UpdateServiceSetUsingPUTRequestBody.js +17 -0
  306. package/v1/model/UpdateServiceSetUsingPutRequest.d.ts +14 -0
  307. package/v1/model/UpdateServiceSetUsingPutRequest.js +43 -0
  308. package/v1/model/UpdateServiceSetUsingPutResponse.d.ts +7 -0
  309. package/v1/model/UpdateServiceSetUsingPutResponse.js +31 -0
  310. package/v1/model/VPCProtectsVo.d.ts +26 -0
  311. package/v1/model/VPCProtectsVo.js +83 -0
  312. package/v1/model/VpcAttachmentDetail.d.ts +42 -0
  313. package/v1/model/VpcAttachmentDetail.js +127 -0
  314. package/v1/model/VpcDetail.d.ts +11 -0
  315. package/v1/model/VpcDetail.js +25 -0
  316. package/v1/public-api.d.ts +155 -0
  317. package/v1/public-api.js +171 -0
@@ -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.ListAddressSetListUsingGetResponse = void 0;
19
+ var SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
20
+ var ListAddressSetListUsingGetResponse = /** @class */ (function (_super) {
21
+ __extends(ListAddressSetListUsingGetResponse, _super);
22
+ function ListAddressSetListUsingGetResponse() {
23
+ return _super.call(this) || this;
24
+ }
25
+ ListAddressSetListUsingGetResponse.prototype.withData = function (data) {
26
+ this['data'] = data;
27
+ return this;
28
+ };
29
+ return ListAddressSetListUsingGetResponse;
30
+ }(SdkResponse_1.SdkResponse));
31
+ exports.ListAddressSetListUsingGetResponse = ListAddressSetListUsingGetResponse;
@@ -0,0 +1,93 @@
1
+ export declare class ListAttackLogsRequest {
2
+ private 'project_id';
3
+ private 'start_time';
4
+ private 'end_time';
5
+ private 'src_ip'?;
6
+ private 'src_port'?;
7
+ private 'dst_ip'?;
8
+ private 'dst_port'?;
9
+ protocol?: ListAttackLogsRequestProtocolEnum;
10
+ app?: string;
11
+ private 'log_id'?;
12
+ private 'next_date'?;
13
+ offset?: number;
14
+ limit: number;
15
+ private 'fw_instance_id'?;
16
+ action?: ListAttackLogsRequestActionEnum;
17
+ direction?: ListAttackLogsRequestDirectionEnum;
18
+ private 'attack_type'?;
19
+ private 'attack_rule'?;
20
+ level?: string;
21
+ source?: string;
22
+ constructor(projectId?: any, startTime?: any, endTime?: any, limit?: any);
23
+ withProjectId(projectId: string): ListAttackLogsRequest;
24
+ set projectId(projectId: string | undefined);
25
+ get projectId(): string | undefined;
26
+ withStartTime(startTime: number): ListAttackLogsRequest;
27
+ set startTime(startTime: number | undefined);
28
+ get startTime(): number | undefined;
29
+ withEndTime(endTime: number): ListAttackLogsRequest;
30
+ set endTime(endTime: number | undefined);
31
+ get endTime(): number | undefined;
32
+ withSrcIp(srcIp: string): ListAttackLogsRequest;
33
+ set srcIp(srcIp: string | undefined);
34
+ get srcIp(): string | undefined;
35
+ withSrcPort(srcPort: number): ListAttackLogsRequest;
36
+ set srcPort(srcPort: number | undefined);
37
+ get srcPort(): number | undefined;
38
+ withDstIp(dstIp: string): ListAttackLogsRequest;
39
+ set dstIp(dstIp: string | undefined);
40
+ get dstIp(): string | undefined;
41
+ withDstPort(dstPort: number): ListAttackLogsRequest;
42
+ set dstPort(dstPort: number | undefined);
43
+ get dstPort(): number | undefined;
44
+ withProtocol(protocol: ListAttackLogsRequestProtocolEnum): ListAttackLogsRequest;
45
+ withApp(app: string): ListAttackLogsRequest;
46
+ withLogId(logId: string): ListAttackLogsRequest;
47
+ set logId(logId: string | undefined);
48
+ get logId(): string | undefined;
49
+ withNextDate(nextDate: number): ListAttackLogsRequest;
50
+ set nextDate(nextDate: number | undefined);
51
+ get nextDate(): number | undefined;
52
+ withOffset(offset: number): ListAttackLogsRequest;
53
+ withLimit(limit: number): ListAttackLogsRequest;
54
+ withFwInstanceId(fwInstanceId: string): ListAttackLogsRequest;
55
+ set fwInstanceId(fwInstanceId: string | undefined);
56
+ get fwInstanceId(): string | undefined;
57
+ withAction(action: ListAttackLogsRequestActionEnum): ListAttackLogsRequest;
58
+ withDirection(direction: ListAttackLogsRequestDirectionEnum): ListAttackLogsRequest;
59
+ withAttackType(attackType: string): ListAttackLogsRequest;
60
+ set attackType(attackType: string | undefined);
61
+ get attackType(): string | undefined;
62
+ withAttackRule(attackRule: string): ListAttackLogsRequest;
63
+ set attackRule(attackRule: string | undefined);
64
+ get attackRule(): string | undefined;
65
+ withLevel(level: string): ListAttackLogsRequest;
66
+ withSource(source: string): ListAttackLogsRequest;
67
+ }
68
+ /**
69
+ * @export
70
+ * @enum {string}
71
+ */
72
+ export declare enum ListAttackLogsRequestProtocolEnum {
73
+ E_6 = "6",
74
+ E_17 = "17",
75
+ E_1 = "1",
76
+ E_58 = "58"
77
+ }
78
+ /**
79
+ * @export
80
+ * @enum {string}
81
+ */
82
+ export declare enum ListAttackLogsRequestActionEnum {
83
+ E_0 = "0",
84
+ E_1 = "1"
85
+ }
86
+ /**
87
+ * @export
88
+ * @enum {string}
89
+ */
90
+ export declare enum ListAttackLogsRequestDirectionEnum {
91
+ E_0 = "0",
92
+ E_1 = "1"
93
+ }
@@ -0,0 +1,242 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ListAttackLogsRequestDirectionEnum = exports.ListAttackLogsRequestActionEnum = exports.ListAttackLogsRequestProtocolEnum = exports.ListAttackLogsRequest = void 0;
4
+ var ListAttackLogsRequest = /** @class */ (function () {
5
+ function ListAttackLogsRequest(projectId, startTime, endTime, limit) {
6
+ this['project_id'] = projectId;
7
+ this['start_time'] = startTime;
8
+ this['end_time'] = endTime;
9
+ this['limit'] = limit;
10
+ }
11
+ ListAttackLogsRequest.prototype.withProjectId = function (projectId) {
12
+ this['project_id'] = projectId;
13
+ return this;
14
+ };
15
+ Object.defineProperty(ListAttackLogsRequest.prototype, "projectId", {
16
+ get: function () {
17
+ return this['project_id'];
18
+ },
19
+ set: function (projectId) {
20
+ this['project_id'] = projectId;
21
+ },
22
+ enumerable: false,
23
+ configurable: true
24
+ });
25
+ ListAttackLogsRequest.prototype.withStartTime = function (startTime) {
26
+ this['start_time'] = startTime;
27
+ return this;
28
+ };
29
+ Object.defineProperty(ListAttackLogsRequest.prototype, "startTime", {
30
+ get: function () {
31
+ return this['start_time'];
32
+ },
33
+ set: function (startTime) {
34
+ this['start_time'] = startTime;
35
+ },
36
+ enumerable: false,
37
+ configurable: true
38
+ });
39
+ ListAttackLogsRequest.prototype.withEndTime = function (endTime) {
40
+ this['end_time'] = endTime;
41
+ return this;
42
+ };
43
+ Object.defineProperty(ListAttackLogsRequest.prototype, "endTime", {
44
+ get: function () {
45
+ return this['end_time'];
46
+ },
47
+ set: function (endTime) {
48
+ this['end_time'] = endTime;
49
+ },
50
+ enumerable: false,
51
+ configurable: true
52
+ });
53
+ ListAttackLogsRequest.prototype.withSrcIp = function (srcIp) {
54
+ this['src_ip'] = srcIp;
55
+ return this;
56
+ };
57
+ Object.defineProperty(ListAttackLogsRequest.prototype, "srcIp", {
58
+ get: function () {
59
+ return this['src_ip'];
60
+ },
61
+ set: function (srcIp) {
62
+ this['src_ip'] = srcIp;
63
+ },
64
+ enumerable: false,
65
+ configurable: true
66
+ });
67
+ ListAttackLogsRequest.prototype.withSrcPort = function (srcPort) {
68
+ this['src_port'] = srcPort;
69
+ return this;
70
+ };
71
+ Object.defineProperty(ListAttackLogsRequest.prototype, "srcPort", {
72
+ get: function () {
73
+ return this['src_port'];
74
+ },
75
+ set: function (srcPort) {
76
+ this['src_port'] = srcPort;
77
+ },
78
+ enumerable: false,
79
+ configurable: true
80
+ });
81
+ ListAttackLogsRequest.prototype.withDstIp = function (dstIp) {
82
+ this['dst_ip'] = dstIp;
83
+ return this;
84
+ };
85
+ Object.defineProperty(ListAttackLogsRequest.prototype, "dstIp", {
86
+ get: function () {
87
+ return this['dst_ip'];
88
+ },
89
+ set: function (dstIp) {
90
+ this['dst_ip'] = dstIp;
91
+ },
92
+ enumerable: false,
93
+ configurable: true
94
+ });
95
+ ListAttackLogsRequest.prototype.withDstPort = function (dstPort) {
96
+ this['dst_port'] = dstPort;
97
+ return this;
98
+ };
99
+ Object.defineProperty(ListAttackLogsRequest.prototype, "dstPort", {
100
+ get: function () {
101
+ return this['dst_port'];
102
+ },
103
+ set: function (dstPort) {
104
+ this['dst_port'] = dstPort;
105
+ },
106
+ enumerable: false,
107
+ configurable: true
108
+ });
109
+ ListAttackLogsRequest.prototype.withProtocol = function (protocol) {
110
+ this['protocol'] = protocol;
111
+ return this;
112
+ };
113
+ ListAttackLogsRequest.prototype.withApp = function (app) {
114
+ this['app'] = app;
115
+ return this;
116
+ };
117
+ ListAttackLogsRequest.prototype.withLogId = function (logId) {
118
+ this['log_id'] = logId;
119
+ return this;
120
+ };
121
+ Object.defineProperty(ListAttackLogsRequest.prototype, "logId", {
122
+ get: function () {
123
+ return this['log_id'];
124
+ },
125
+ set: function (logId) {
126
+ this['log_id'] = logId;
127
+ },
128
+ enumerable: false,
129
+ configurable: true
130
+ });
131
+ ListAttackLogsRequest.prototype.withNextDate = function (nextDate) {
132
+ this['next_date'] = nextDate;
133
+ return this;
134
+ };
135
+ Object.defineProperty(ListAttackLogsRequest.prototype, "nextDate", {
136
+ get: function () {
137
+ return this['next_date'];
138
+ },
139
+ set: function (nextDate) {
140
+ this['next_date'] = nextDate;
141
+ },
142
+ enumerable: false,
143
+ configurable: true
144
+ });
145
+ ListAttackLogsRequest.prototype.withOffset = function (offset) {
146
+ this['offset'] = offset;
147
+ return this;
148
+ };
149
+ ListAttackLogsRequest.prototype.withLimit = function (limit) {
150
+ this['limit'] = limit;
151
+ return this;
152
+ };
153
+ ListAttackLogsRequest.prototype.withFwInstanceId = function (fwInstanceId) {
154
+ this['fw_instance_id'] = fwInstanceId;
155
+ return this;
156
+ };
157
+ Object.defineProperty(ListAttackLogsRequest.prototype, "fwInstanceId", {
158
+ get: function () {
159
+ return this['fw_instance_id'];
160
+ },
161
+ set: function (fwInstanceId) {
162
+ this['fw_instance_id'] = fwInstanceId;
163
+ },
164
+ enumerable: false,
165
+ configurable: true
166
+ });
167
+ ListAttackLogsRequest.prototype.withAction = function (action) {
168
+ this['action'] = action;
169
+ return this;
170
+ };
171
+ ListAttackLogsRequest.prototype.withDirection = function (direction) {
172
+ this['direction'] = direction;
173
+ return this;
174
+ };
175
+ ListAttackLogsRequest.prototype.withAttackType = function (attackType) {
176
+ this['attack_type'] = attackType;
177
+ return this;
178
+ };
179
+ Object.defineProperty(ListAttackLogsRequest.prototype, "attackType", {
180
+ get: function () {
181
+ return this['attack_type'];
182
+ },
183
+ set: function (attackType) {
184
+ this['attack_type'] = attackType;
185
+ },
186
+ enumerable: false,
187
+ configurable: true
188
+ });
189
+ ListAttackLogsRequest.prototype.withAttackRule = function (attackRule) {
190
+ this['attack_rule'] = attackRule;
191
+ return this;
192
+ };
193
+ Object.defineProperty(ListAttackLogsRequest.prototype, "attackRule", {
194
+ get: function () {
195
+ return this['attack_rule'];
196
+ },
197
+ set: function (attackRule) {
198
+ this['attack_rule'] = attackRule;
199
+ },
200
+ enumerable: false,
201
+ configurable: true
202
+ });
203
+ ListAttackLogsRequest.prototype.withLevel = function (level) {
204
+ this['level'] = level;
205
+ return this;
206
+ };
207
+ ListAttackLogsRequest.prototype.withSource = function (source) {
208
+ this['source'] = source;
209
+ return this;
210
+ };
211
+ return ListAttackLogsRequest;
212
+ }());
213
+ exports.ListAttackLogsRequest = ListAttackLogsRequest;
214
+ /**
215
+ * @export
216
+ * @enum {string}
217
+ */
218
+ var ListAttackLogsRequestProtocolEnum;
219
+ (function (ListAttackLogsRequestProtocolEnum) {
220
+ ListAttackLogsRequestProtocolEnum["E_6"] = "6";
221
+ ListAttackLogsRequestProtocolEnum["E_17"] = "17";
222
+ ListAttackLogsRequestProtocolEnum["E_1"] = "1";
223
+ ListAttackLogsRequestProtocolEnum["E_58"] = "58";
224
+ })(ListAttackLogsRequestProtocolEnum = exports.ListAttackLogsRequestProtocolEnum || (exports.ListAttackLogsRequestProtocolEnum = {}));
225
+ /**
226
+ * @export
227
+ * @enum {string}
228
+ */
229
+ var ListAttackLogsRequestActionEnum;
230
+ (function (ListAttackLogsRequestActionEnum) {
231
+ ListAttackLogsRequestActionEnum["E_0"] = "0";
232
+ ListAttackLogsRequestActionEnum["E_1"] = "1";
233
+ })(ListAttackLogsRequestActionEnum = exports.ListAttackLogsRequestActionEnum || (exports.ListAttackLogsRequestActionEnum = {}));
234
+ /**
235
+ * @export
236
+ * @enum {string}
237
+ */
238
+ var ListAttackLogsRequestDirectionEnum;
239
+ (function (ListAttackLogsRequestDirectionEnum) {
240
+ ListAttackLogsRequestDirectionEnum["E_0"] = "0";
241
+ ListAttackLogsRequestDirectionEnum["E_1"] = "1";
242
+ })(ListAttackLogsRequestDirectionEnum = exports.ListAttackLogsRequestDirectionEnum || (exports.ListAttackLogsRequestDirectionEnum = {}));
@@ -0,0 +1,7 @@
1
+ import { HttpQueryCfwAttackLogsResponseDTOData } from './HttpQueryCfwAttackLogsResponseDTOData';
2
+ import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
3
+ export declare class ListAttackLogsResponse extends SdkResponse {
4
+ data?: HttpQueryCfwAttackLogsResponseDTOData;
5
+ constructor();
6
+ withData(data: HttpQueryCfwAttackLogsResponseDTOData): ListAttackLogsResponse;
7
+ }
@@ -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.ListAttackLogsResponse = void 0;
19
+ var SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
20
+ var ListAttackLogsResponse = /** @class */ (function (_super) {
21
+ __extends(ListAttackLogsResponse, _super);
22
+ function ListAttackLogsResponse() {
23
+ return _super.call(this) || this;
24
+ }
25
+ ListAttackLogsResponse.prototype.withData = function (data) {
26
+ this['data'] = data;
27
+ return this;
28
+ };
29
+ return ListAttackLogsResponse;
30
+ }(SdkResponse_1.SdkResponse));
31
+ exports.ListAttackLogsResponse = ListAttackLogsResponse;
@@ -0,0 +1,44 @@
1
+ export declare class ListBlackWhiteListsUsingGetRequest {
2
+ private 'project_id';
3
+ private 'object_id';
4
+ private 'list_type';
5
+ private 'address_type'?;
6
+ address?: string;
7
+ port?: string;
8
+ limit: number;
9
+ offset: number;
10
+ constructor(projectId?: any, objectId?: any, listType?: any, limit?: any, offset?: any);
11
+ withProjectId(projectId: string): ListBlackWhiteListsUsingGetRequest;
12
+ set projectId(projectId: string | undefined);
13
+ get projectId(): string | undefined;
14
+ withObjectId(objectId: string): ListBlackWhiteListsUsingGetRequest;
15
+ set objectId(objectId: string | undefined);
16
+ get objectId(): string | undefined;
17
+ withListType(listType: ListBlackWhiteListsUsingGetRequestListTypeEnum): ListBlackWhiteListsUsingGetRequest;
18
+ set listType(listType: ListBlackWhiteListsUsingGetRequestListTypeEnum | undefined);
19
+ get listType(): ListBlackWhiteListsUsingGetRequestListTypeEnum | undefined;
20
+ withAddressType(addressType: ListBlackWhiteListsUsingGetRequestAddressTypeEnum): ListBlackWhiteListsUsingGetRequest;
21
+ set addressType(addressType: ListBlackWhiteListsUsingGetRequestAddressTypeEnum | undefined);
22
+ get addressType(): ListBlackWhiteListsUsingGetRequestAddressTypeEnum | undefined;
23
+ withAddress(address: string): ListBlackWhiteListsUsingGetRequest;
24
+ withPort(port: string): ListBlackWhiteListsUsingGetRequest;
25
+ withLimit(limit: number): ListBlackWhiteListsUsingGetRequest;
26
+ withOffset(offset: number): ListBlackWhiteListsUsingGetRequest;
27
+ }
28
+ /**
29
+ * @export
30
+ * @enum {string}
31
+ */
32
+ export declare enum ListBlackWhiteListsUsingGetRequestListTypeEnum {
33
+ NUMBER_4 = 4,
34
+ NUMBER_5 = 5
35
+ }
36
+ /**
37
+ * @export
38
+ * @enum {string}
39
+ */
40
+ export declare enum ListBlackWhiteListsUsingGetRequestAddressTypeEnum {
41
+ NUMBER_0 = 0,
42
+ NUMBER_1 = 1,
43
+ NUMBER_2 = 2
44
+ }
@@ -0,0 +1,105 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ListBlackWhiteListsUsingGetRequestAddressTypeEnum = exports.ListBlackWhiteListsUsingGetRequestListTypeEnum = exports.ListBlackWhiteListsUsingGetRequest = void 0;
4
+ var ListBlackWhiteListsUsingGetRequest = /** @class */ (function () {
5
+ function ListBlackWhiteListsUsingGetRequest(projectId, objectId, listType, limit, offset) {
6
+ this['project_id'] = projectId;
7
+ this['object_id'] = objectId;
8
+ this['list_type'] = listType;
9
+ this['limit'] = limit;
10
+ this['offset'] = offset;
11
+ }
12
+ ListBlackWhiteListsUsingGetRequest.prototype.withProjectId = function (projectId) {
13
+ this['project_id'] = projectId;
14
+ return this;
15
+ };
16
+ Object.defineProperty(ListBlackWhiteListsUsingGetRequest.prototype, "projectId", {
17
+ get: function () {
18
+ return this['project_id'];
19
+ },
20
+ set: function (projectId) {
21
+ this['project_id'] = projectId;
22
+ },
23
+ enumerable: false,
24
+ configurable: true
25
+ });
26
+ ListBlackWhiteListsUsingGetRequest.prototype.withObjectId = function (objectId) {
27
+ this['object_id'] = objectId;
28
+ return this;
29
+ };
30
+ Object.defineProperty(ListBlackWhiteListsUsingGetRequest.prototype, "objectId", {
31
+ get: function () {
32
+ return this['object_id'];
33
+ },
34
+ set: function (objectId) {
35
+ this['object_id'] = objectId;
36
+ },
37
+ enumerable: false,
38
+ configurable: true
39
+ });
40
+ ListBlackWhiteListsUsingGetRequest.prototype.withListType = function (listType) {
41
+ this['list_type'] = listType;
42
+ return this;
43
+ };
44
+ Object.defineProperty(ListBlackWhiteListsUsingGetRequest.prototype, "listType", {
45
+ get: function () {
46
+ return this['list_type'];
47
+ },
48
+ set: function (listType) {
49
+ this['list_type'] = listType;
50
+ },
51
+ enumerable: false,
52
+ configurable: true
53
+ });
54
+ ListBlackWhiteListsUsingGetRequest.prototype.withAddressType = function (addressType) {
55
+ this['address_type'] = addressType;
56
+ return this;
57
+ };
58
+ Object.defineProperty(ListBlackWhiteListsUsingGetRequest.prototype, "addressType", {
59
+ get: function () {
60
+ return this['address_type'];
61
+ },
62
+ set: function (addressType) {
63
+ this['address_type'] = addressType;
64
+ },
65
+ enumerable: false,
66
+ configurable: true
67
+ });
68
+ ListBlackWhiteListsUsingGetRequest.prototype.withAddress = function (address) {
69
+ this['address'] = address;
70
+ return this;
71
+ };
72
+ ListBlackWhiteListsUsingGetRequest.prototype.withPort = function (port) {
73
+ this['port'] = port;
74
+ return this;
75
+ };
76
+ ListBlackWhiteListsUsingGetRequest.prototype.withLimit = function (limit) {
77
+ this['limit'] = limit;
78
+ return this;
79
+ };
80
+ ListBlackWhiteListsUsingGetRequest.prototype.withOffset = function (offset) {
81
+ this['offset'] = offset;
82
+ return this;
83
+ };
84
+ return ListBlackWhiteListsUsingGetRequest;
85
+ }());
86
+ exports.ListBlackWhiteListsUsingGetRequest = ListBlackWhiteListsUsingGetRequest;
87
+ /**
88
+ * @export
89
+ * @enum {string}
90
+ */
91
+ var ListBlackWhiteListsUsingGetRequestListTypeEnum;
92
+ (function (ListBlackWhiteListsUsingGetRequestListTypeEnum) {
93
+ ListBlackWhiteListsUsingGetRequestListTypeEnum[ListBlackWhiteListsUsingGetRequestListTypeEnum["NUMBER_4"] = 4] = "NUMBER_4";
94
+ ListBlackWhiteListsUsingGetRequestListTypeEnum[ListBlackWhiteListsUsingGetRequestListTypeEnum["NUMBER_5"] = 5] = "NUMBER_5";
95
+ })(ListBlackWhiteListsUsingGetRequestListTypeEnum = exports.ListBlackWhiteListsUsingGetRequestListTypeEnum || (exports.ListBlackWhiteListsUsingGetRequestListTypeEnum = {}));
96
+ /**
97
+ * @export
98
+ * @enum {string}
99
+ */
100
+ var ListBlackWhiteListsUsingGetRequestAddressTypeEnum;
101
+ (function (ListBlackWhiteListsUsingGetRequestAddressTypeEnum) {
102
+ ListBlackWhiteListsUsingGetRequestAddressTypeEnum[ListBlackWhiteListsUsingGetRequestAddressTypeEnum["NUMBER_0"] = 0] = "NUMBER_0";
103
+ ListBlackWhiteListsUsingGetRequestAddressTypeEnum[ListBlackWhiteListsUsingGetRequestAddressTypeEnum["NUMBER_1"] = 1] = "NUMBER_1";
104
+ ListBlackWhiteListsUsingGetRequestAddressTypeEnum[ListBlackWhiteListsUsingGetRequestAddressTypeEnum["NUMBER_2"] = 2] = "NUMBER_2";
105
+ })(ListBlackWhiteListsUsingGetRequestAddressTypeEnum = exports.ListBlackWhiteListsUsingGetRequestAddressTypeEnum || (exports.ListBlackWhiteListsUsingGetRequestAddressTypeEnum = {}));
@@ -0,0 +1,7 @@
1
+ import { BlackWhiteListResponseData } from './BlackWhiteListResponseData';
2
+ import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
3
+ export declare class ListBlackWhiteListsUsingGetResponse extends SdkResponse {
4
+ data?: BlackWhiteListResponseData;
5
+ constructor();
6
+ withData(data: BlackWhiteListResponseData): ListBlackWhiteListsUsingGetResponse;
7
+ }
@@ -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.ListBlackWhiteListsUsingGetResponse = void 0;
19
+ var SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
20
+ var ListBlackWhiteListsUsingGetResponse = /** @class */ (function (_super) {
21
+ __extends(ListBlackWhiteListsUsingGetResponse, _super);
22
+ function ListBlackWhiteListsUsingGetResponse() {
23
+ return _super.call(this) || this;
24
+ }
25
+ ListBlackWhiteListsUsingGetResponse.prototype.withData = function (data) {
26
+ this['data'] = data;
27
+ return this;
28
+ };
29
+ return ListBlackWhiteListsUsingGetResponse;
30
+ }(SdkResponse_1.SdkResponse));
31
+ exports.ListBlackWhiteListsUsingGetResponse = ListBlackWhiteListsUsingGetResponse;
@@ -0,0 +1,11 @@
1
+ export declare class ListDnsServersRequest {
2
+ private 'project_id';
3
+ limit?: number;
4
+ offset?: number;
5
+ constructor(projectId?: any);
6
+ withProjectId(projectId: string): ListDnsServersRequest;
7
+ set projectId(projectId: string | undefined);
8
+ get projectId(): string | undefined;
9
+ withLimit(limit: number): ListDnsServersRequest;
10
+ withOffset(offset: number): ListDnsServersRequest;
11
+ }
@@ -0,0 +1,32 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ListDnsServersRequest = void 0;
4
+ var ListDnsServersRequest = /** @class */ (function () {
5
+ function ListDnsServersRequest(projectId) {
6
+ this['project_id'] = projectId;
7
+ }
8
+ ListDnsServersRequest.prototype.withProjectId = function (projectId) {
9
+ this['project_id'] = projectId;
10
+ return this;
11
+ };
12
+ Object.defineProperty(ListDnsServersRequest.prototype, "projectId", {
13
+ get: function () {
14
+ return this['project_id'];
15
+ },
16
+ set: function (projectId) {
17
+ this['project_id'] = projectId;
18
+ },
19
+ enumerable: false,
20
+ configurable: true
21
+ });
22
+ ListDnsServersRequest.prototype.withLimit = function (limit) {
23
+ this['limit'] = limit;
24
+ return this;
25
+ };
26
+ ListDnsServersRequest.prototype.withOffset = function (offset) {
27
+ this['offset'] = offset;
28
+ return this;
29
+ };
30
+ return ListDnsServersRequest;
31
+ }());
32
+ exports.ListDnsServersRequest = ListDnsServersRequest;
@@ -0,0 +1,9 @@
1
+ import { DnsServersResponseDTO } from './DnsServersResponseDTO';
2
+ import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
3
+ export declare class ListDnsServersResponse extends SdkResponse {
4
+ data?: Array<DnsServersResponseDTO>;
5
+ total?: number;
6
+ constructor();
7
+ withData(data: Array<DnsServersResponseDTO>): ListDnsServersResponse;
8
+ withTotal(total: number): ListDnsServersResponse;
9
+ }