@huaweicloud/huaweicloud-sdk-cfw 3.1.11
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-cfw.d.ts +1 -0
- package/huaweicloud-sdk-cfw.js +17 -0
- package/package.json +19 -0
- package/v1/CfwClient.d.ts +1434 -0
- package/v1/CfwClient.js +3455 -0
- package/v1/CfwRegion.d.ts +16 -0
- package/v1/CfwRegion.js +47 -0
- package/v1/model/AddAddressItemsInfoDto.d.ts +12 -0
- package/v1/model/AddAddressItemsInfoDto.js +37 -0
- package/v1/model/AddAddressItemsInfoDtoAddressItems.d.ts +13 -0
- package/v1/model/AddAddressItemsInfoDtoAddressItems.js +36 -0
- package/v1/model/AddAddressItemsUsingPostRequest.d.ts +10 -0
- package/v1/model/AddAddressItemsUsingPostRequest.js +28 -0
- package/v1/model/AddAddressItemsUsingPostResponse.d.ts +7 -0
- package/v1/model/AddAddressItemsUsingPostResponse.js +31 -0
- package/v1/model/AddAddressSetDto.d.ts +23 -0
- package/v1/model/AddAddressSetDto.js +56 -0
- package/v1/model/AddAddressSetInfoUsingPostRequest.d.ts +10 -0
- package/v1/model/AddAddressSetInfoUsingPostRequest.js +28 -0
- package/v1/model/AddAddressSetInfoUsingPostResponse.d.ts +7 -0
- package/v1/model/AddAddressSetInfoUsingPostResponse.js +31 -0
- package/v1/model/AddBlackWhiteListDto.d.ts +23 -0
- package/v1/model/AddBlackWhiteListDto.js +74 -0
- package/v1/model/AddBlackWhiteListUsingPostRequest.d.ts +10 -0
- package/v1/model/AddBlackWhiteListUsingPostRequest.js +28 -0
- package/v1/model/AddBlackWhiteListUsingPostResponse.d.ts +7 -0
- package/v1/model/AddBlackWhiteListUsingPostResponse.js +31 -0
- package/v1/model/AddRuleAclDto.d.ts +21 -0
- package/v1/model/AddRuleAclDto.js +44 -0
- package/v1/model/AddRuleAclDtoRules.d.ts +83 -0
- package/v1/model/AddRuleAclDtoRules.js +189 -0
- package/v1/model/AddRuleAclUsingPostRequest.d.ts +10 -0
- package/v1/model/AddRuleAclUsingPostRequest.js +28 -0
- package/v1/model/AddRuleAclUsingPostResponse.d.ts +7 -0
- package/v1/model/AddRuleAclUsingPostResponse.js +31 -0
- package/v1/model/AddServiceItemsUsingPOSTRequestBody.d.ts +12 -0
- package/v1/model/AddServiceItemsUsingPOSTRequestBody.js +39 -0
- package/v1/model/AddServiceItemsUsingPOSTRequestBodyServiceItems.d.ts +21 -0
- package/v1/model/AddServiceItemsUsingPOSTRequestBodyServiceItems.js +66 -0
- package/v1/model/AddServiceItemsUsingPostRequest.d.ts +10 -0
- package/v1/model/AddServiceItemsUsingPostRequest.js +28 -0
- package/v1/model/AddServiceItemsUsingPostResponse.d.ts +7 -0
- package/v1/model/AddServiceItemsUsingPostResponse.js +31 -0
- package/v1/model/AddServiceSetUsingPOSTRequestBody.d.ts +11 -0
- package/v1/model/AddServiceSetUsingPOSTRequestBody.js +33 -0
- package/v1/model/AddServiceSetUsingPostRequest.d.ts +10 -0
- package/v1/model/AddServiceSetUsingPostRequest.js +28 -0
- package/v1/model/AddServiceSetUsingPostResponse.d.ts +7 -0
- package/v1/model/AddServiceSetUsingPostResponse.js +31 -0
- package/v1/model/AddressItemListResponseDTOData.d.ts +16 -0
- package/v1/model/AddressItemListResponseDTOData.js +39 -0
- package/v1/model/AddressItemListResponseDTODataRecords.d.ts +17 -0
- package/v1/model/AddressItemListResponseDTODataRecords.js +49 -0
- package/v1/model/AddressItems.d.ts +6 -0
- package/v1/model/AddressItems.js +13 -0
- package/v1/model/AddressSetDetailResponseDTOData.d.ts +21 -0
- package/v1/model/AddressSetDetailResponseDTOData.js +44 -0
- package/v1/model/AddressSetListResponseDTOData.d.ts +12 -0
- package/v1/model/AddressSetListResponseDTOData.js +25 -0
- package/v1/model/AddressSetListResponseDTODataRecords.d.ts +19 -0
- package/v1/model/AddressSetListResponseDTODataRecords.js +59 -0
- package/v1/model/BlackWhiteListResponseData.d.ts +16 -0
- package/v1/model/BlackWhiteListResponseData.js +39 -0
- package/v1/model/BlackWhiteListResponseDataRecords.d.ts +19 -0
- package/v1/model/BlackWhiteListResponseDataRecords.js +53 -0
- package/v1/model/ChangeEwProtectStatusRequest.d.ts +10 -0
- package/v1/model/ChangeEwProtectStatusRequest.js +28 -0
- package/v1/model/ChangeEwProtectStatusResponse.d.ts +11 -0
- package/v1/model/ChangeEwProtectStatusResponse.js +45 -0
- package/v1/model/ChangeIpsProtectModeUsingPostRequest.d.ts +10 -0
- package/v1/model/ChangeIpsProtectModeUsingPostRequest.js +28 -0
- package/v1/model/ChangeIpsProtectModeUsingPostResponse.d.ts +7 -0
- package/v1/model/ChangeIpsProtectModeUsingPostResponse.js +31 -0
- package/v1/model/ChangeIpsSwitchUsingPostRequest.d.ts +10 -0
- package/v1/model/ChangeIpsSwitchUsingPostRequest.js +28 -0
- package/v1/model/ChangeIpsSwitchUsingPostResponse.d.ts +11 -0
- package/v1/model/ChangeIpsSwitchUsingPostResponse.js +45 -0
- package/v1/model/ChangeProtectEipRequest.d.ts +10 -0
- package/v1/model/ChangeProtectEipRequest.js +28 -0
- package/v1/model/ChangeProtectEipResponse.d.ts +7 -0
- package/v1/model/ChangeProtectEipResponse.js +31 -0
- package/v1/model/ChangeProtectStatusRequestBody.d.ts +17 -0
- package/v1/model/ChangeProtectStatusRequestBody.js +38 -0
- package/v1/model/ClearAccessLogRuleHitCountsDto.d.ts +7 -0
- package/v1/model/ClearAccessLogRuleHitCountsDto.js +24 -0
- package/v1/model/CommonResponseDTOData.d.ts +5 -0
- package/v1/model/CommonResponseDTOData.js +13 -0
- package/v1/model/CountEipsRequest.d.ts +11 -0
- package/v1/model/CountEipsRequest.js +39 -0
- package/v1/model/CountEipsResponse.d.ts +16 -0
- package/v1/model/CountEipsResponse.js +69 -0
- package/v1/model/DeleteAclRuleCountRequest.d.ts +10 -0
- package/v1/model/DeleteAclRuleCountRequest.js +28 -0
- package/v1/model/DeleteAclRuleCountResponse.d.ts +6 -0
- package/v1/model/DeleteAclRuleCountResponse.js +31 -0
- package/v1/model/DeleteAddressItemUsingDeleteRequest.d.ts +11 -0
- package/v1/model/DeleteAddressItemUsingDeleteRequest.js +39 -0
- package/v1/model/DeleteAddressItemUsingDeleteResponse.d.ts +7 -0
- package/v1/model/DeleteAddressItemUsingDeleteResponse.js +31 -0
- package/v1/model/DeleteAddressSetInfoUsingDeleteRequest.d.ts +11 -0
- package/v1/model/DeleteAddressSetInfoUsingDeleteRequest.js +39 -0
- package/v1/model/DeleteAddressSetInfoUsingDeleteResponse.d.ts +7 -0
- package/v1/model/DeleteAddressSetInfoUsingDeleteResponse.js +31 -0
- package/v1/model/DeleteBlackWhiteListUsingDeleteRequest.d.ts +11 -0
- package/v1/model/DeleteBlackWhiteListUsingDeleteRequest.js +39 -0
- package/v1/model/DeleteBlackWhiteListUsingDeleteResponse.d.ts +7 -0
- package/v1/model/DeleteBlackWhiteListUsingDeleteResponse.js +31 -0
- package/v1/model/DeleteRuleAclUsingDeleteRequest.d.ts +11 -0
- package/v1/model/DeleteRuleAclUsingDeleteRequest.js +39 -0
- package/v1/model/DeleteRuleAclUsingDeleteResponse.d.ts +7 -0
- package/v1/model/DeleteRuleAclUsingDeleteResponse.js +31 -0
- package/v1/model/DeleteServiceItemUsingDeleteRequest.d.ts +11 -0
- package/v1/model/DeleteServiceItemUsingDeleteRequest.js +39 -0
- package/v1/model/DeleteServiceItemUsingDeleteResponse.d.ts +7 -0
- package/v1/model/DeleteServiceItemUsingDeleteResponse.js +31 -0
- package/v1/model/DeleteServiceSetUsingDeleteRequest.d.ts +11 -0
- package/v1/model/DeleteServiceSetUsingDeleteRequest.js +39 -0
- package/v1/model/DeleteServiceSetUsingDeleteResponse.d.ts +7 -0
- package/v1/model/DeleteServiceSetUsingDeleteResponse.js +31 -0
- package/v1/model/DnsServersResponseDTO.d.ts +17 -0
- package/v1/model/DnsServersResponseDTO.js +55 -0
- package/v1/model/EipOperateProtectReq.d.ts +14 -0
- package/v1/model/EipOperateProtectReq.js +44 -0
- package/v1/model/EipOperateProtectReqIpInfos.d.ts +13 -0
- package/v1/model/EipOperateProtectReqIpInfos.js +41 -0
- package/v1/model/ErInstance.d.ts +21 -0
- package/v1/model/ErInstance.js +63 -0
- package/v1/model/EwProtectResourceInfo.d.ts +27 -0
- package/v1/model/EwProtectResourceInfo.js +96 -0
- package/v1/model/Flavor.d.ts +29 -0
- package/v1/model/Flavor.js +70 -0
- package/v1/model/GetEastWestFirewallResponseBody.d.ts +41 -0
- package/v1/model/GetEastWestFirewallResponseBody.js +113 -0
- package/v1/model/HttpQueryCfwAccessControllerLogsResponseDTOData.d.ts +10 -0
- package/v1/model/HttpQueryCfwAccessControllerLogsResponseDTOData.js +21 -0
- package/v1/model/HttpQueryCfwAccessControllerLogsResponseDTODataRecords.d.ts +41 -0
- package/v1/model/HttpQueryCfwAccessControllerLogsResponseDTODataRecords.js +133 -0
- package/v1/model/HttpQueryCfwAttackLogsResponseDTOData.d.ts +10 -0
- package/v1/model/HttpQueryCfwAttackLogsResponseDTOData.js +21 -0
- package/v1/model/HttpQueryCfwAttackLogsResponseDTODataRecords.d.ts +70 -0
- package/v1/model/HttpQueryCfwAttackLogsResponseDTODataRecords.js +200 -0
- package/v1/model/HttpQueryCfwFlowLogsResponseDTOData.d.ts +10 -0
- package/v1/model/HttpQueryCfwFlowLogsResponseDTOData.js +21 -0
- package/v1/model/HttpQueryCfwFlowLogsResponseDTODataRecords.d.ts +49 -0
- package/v1/model/HttpQueryCfwFlowLogsResponseDTODataRecords.js +136 -0
- package/v1/model/IdObject.d.ts +5 -0
- package/v1/model/IdObject.js +13 -0
- package/v1/model/IpsProtectDTO.d.ts +9 -0
- package/v1/model/IpsProtectDTO.js +27 -0
- package/v1/model/IpsSwitchDTO.d.ts +21 -0
- package/v1/model/IpsSwitchDTO.js +52 -0
- package/v1/model/ListAccessControlLogsRequest.d.ts +68 -0
- package/v1/model/ListAccessControlLogsRequest.js +208 -0
- package/v1/model/ListAccessControlLogsResponse.d.ts +7 -0
- package/v1/model/ListAccessControlLogsResponse.js +31 -0
- package/v1/model/ListAddressItemsUsingGetRequest.d.ts +21 -0
- package/v1/model/ListAddressItemsUsingGetRequest.js +67 -0
- package/v1/model/ListAddressItemsUsingGetResponse.d.ts +7 -0
- package/v1/model/ListAddressItemsUsingGetResponse.js +31 -0
- package/v1/model/ListAddressSetDetailUsingGetRequest.d.ts +11 -0
- package/v1/model/ListAddressSetDetailUsingGetRequest.js +39 -0
- package/v1/model/ListAddressSetDetailUsingGetResponse.d.ts +7 -0
- package/v1/model/ListAddressSetDetailUsingGetResponse.js +31 -0
- package/v1/model/ListAddressSetListUsingGetRequest.d.ts +33 -0
- package/v1/model/ListAddressSetListUsingGetRequest.js +90 -0
- package/v1/model/ListAddressSetListUsingGetResponse.d.ts +7 -0
- package/v1/model/ListAddressSetListUsingGetResponse.js +31 -0
- package/v1/model/ListAttackLogsRequest.d.ts +93 -0
- package/v1/model/ListAttackLogsRequest.js +242 -0
- package/v1/model/ListAttackLogsResponse.d.ts +7 -0
- package/v1/model/ListAttackLogsResponse.js +31 -0
- package/v1/model/ListBlackWhiteListsUsingGetRequest.d.ts +44 -0
- package/v1/model/ListBlackWhiteListsUsingGetRequest.js +105 -0
- package/v1/model/ListBlackWhiteListsUsingGetResponse.d.ts +7 -0
- package/v1/model/ListBlackWhiteListsUsingGetResponse.js +31 -0
- package/v1/model/ListDnsServersRequest.d.ts +11 -0
- package/v1/model/ListDnsServersRequest.js +32 -0
- package/v1/model/ListDnsServersResponse.d.ts +9 -0
- package/v1/model/ListDnsServersResponse.js +35 -0
- package/v1/model/ListEastWestFirewallRequest.d.ts +11 -0
- package/v1/model/ListEastWestFirewallRequest.js +34 -0
- package/v1/model/ListEastWestFirewallResponse.d.ts +7 -0
- package/v1/model/ListEastWestFirewallResponse.js +31 -0
- package/v1/model/ListEipResourcesRequest.d.ts +52 -0
- package/v1/model/ListEipResourcesRequest.js +132 -0
- package/v1/model/ListEipResourcesResponse.d.ts +44 -0
- package/v1/model/ListEipResourcesResponse.js +142 -0
- package/v1/model/ListFirewallUsingGetRequest.d.ts +23 -0
- package/v1/model/ListFirewallUsingGetRequest.js +58 -0
- package/v1/model/ListFirewallUsingGetResponse.d.ts +79 -0
- package/v1/model/ListFirewallUsingGetResponse.js +203 -0
- package/v1/model/ListFlowLogsRequest.d.ts +76 -0
- package/v1/model/ListFlowLogsRequest.js +209 -0
- package/v1/model/ListFlowLogsResponse.d.ts +7 -0
- package/v1/model/ListFlowLogsResponse.js +31 -0
- package/v1/model/ListIpsProtectModeUsingPostRequest.d.ts +11 -0
- package/v1/model/ListIpsProtectModeUsingPostRequest.js +39 -0
- package/v1/model/ListIpsProtectModeUsingPostResponse.d.ts +10 -0
- package/v1/model/ListIpsProtectModeUsingPostResponse.js +45 -0
- package/v1/model/ListIpsSwitchStatusUsingGetRequest.d.ts +11 -0
- package/v1/model/ListIpsSwitchStatusUsingGetRequest.js +39 -0
- package/v1/model/ListIpsSwitchStatusUsingGetResponse.d.ts +16 -0
- package/v1/model/ListIpsSwitchStatusUsingGetResponse.js +69 -0
- package/v1/model/ListParseDomainDetailsRequest.d.ts +11 -0
- package/v1/model/ListParseDomainDetailsRequest.js +39 -0
- package/v1/model/ListParseDomainDetailsResponse.d.ts +6 -0
- package/v1/model/ListParseDomainDetailsResponse.js +31 -0
- package/v1/model/ListRuleAclUsingPutRequest.d.ts +14 -0
- package/v1/model/ListRuleAclUsingPutRequest.js +43 -0
- package/v1/model/ListRuleAclUsingPutResponse.d.ts +7 -0
- package/v1/model/ListRuleAclUsingPutResponse.js +31 -0
- package/v1/model/ListRuleAclsUsingGetRequest.d.ts +79 -0
- package/v1/model/ListRuleAclsUsingGetRequest.js +150 -0
- package/v1/model/ListRuleAclsUsingGetResponse.d.ts +7 -0
- package/v1/model/ListRuleAclsUsingGetResponse.js +31 -0
- package/v1/model/ListRuleHitCountDto.d.ts +7 -0
- package/v1/model/ListRuleHitCountDto.js +24 -0
- package/v1/model/ListRuleHitCountRequest.d.ts +10 -0
- package/v1/model/ListRuleHitCountRequest.js +28 -0
- package/v1/model/ListRuleHitCountResponse.d.ts +7 -0
- package/v1/model/ListRuleHitCountResponse.js +31 -0
- package/v1/model/ListServiceItemsDetailsRequest.d.ts +19 -0
- package/v1/model/ListServiceItemsDetailsRequest.js +63 -0
- package/v1/model/ListServiceItemsDetailsResponse.d.ts +7 -0
- package/v1/model/ListServiceItemsDetailsResponse.js +31 -0
- package/v1/model/ListServiceSetDetailsRequest.d.ts +11 -0
- package/v1/model/ListServiceSetDetailsRequest.js +39 -0
- package/v1/model/ListServiceSetDetailsResponse.d.ts +10 -0
- package/v1/model/ListServiceSetDetailsResponse.js +39 -0
- package/v1/model/ListServiceSetRequest.d.ts +19 -0
- package/v1/model/ListServiceSetRequest.js +63 -0
- package/v1/model/ListServiceSetResponse.d.ts +7 -0
- package/v1/model/ListServiceSetResponse.js +31 -0
- package/v1/model/ListVpcProtectsRequest.d.ts +11 -0
- package/v1/model/ListVpcProtectsRequest.js +39 -0
- package/v1/model/ListVpcProtectsResponse.d.ts +11 -0
- package/v1/model/ListVpcProtectsResponse.js +45 -0
- package/v1/model/OrderRuleAclDto.d.ts +9 -0
- package/v1/model/OrderRuleAclDto.js +27 -0
- package/v1/model/Packet.d.ts +13 -0
- package/v1/model/Packet.js +41 -0
- package/v1/model/ProtectObjectVO.d.ts +21 -0
- package/v1/model/ProtectObjectVO.js +50 -0
- package/v1/model/RuleAclListResponseDTOData.d.ts +16 -0
- package/v1/model/RuleAclListResponseDTOData.js +39 -0
- package/v1/model/RuleAclListResponseDTODataRecords.d.ts +62 -0
- package/v1/model/RuleAclListResponseDTODataRecords.js +162 -0
- package/v1/model/RuleAddressDto.d.ts +23 -0
- package/v1/model/RuleAddressDto.js +74 -0
- package/v1/model/RuleHitCountObject.d.ts +11 -0
- package/v1/model/RuleHitCountObject.js +37 -0
- package/v1/model/RuleHitCountRecords.d.ts +12 -0
- package/v1/model/RuleHitCountRecords.js +25 -0
- package/v1/model/RuleId.d.ts +5 -0
- package/v1/model/RuleId.js +13 -0
- package/v1/model/RuleIdList.d.ts +6 -0
- package/v1/model/RuleIdList.js +13 -0
- package/v1/model/RuleServiceDto.d.ts +23 -0
- package/v1/model/RuleServiceDto.js +74 -0
- package/v1/model/ServiceItemIds.d.ts +6 -0
- package/v1/model/ServiceItemIds.js +13 -0
- package/v1/model/ServiceItemListResponseDtoData.d.ts +12 -0
- package/v1/model/ServiceItemListResponseDtoData.js +25 -0
- package/v1/model/ServiceItemListResponseDtoDataRecords.d.ts +21 -0
- package/v1/model/ServiceItemListResponseDtoDataRecords.js +63 -0
- package/v1/model/ServiceSet.d.ts +17 -0
- package/v1/model/ServiceSet.js +49 -0
- package/v1/model/ServiceSetRecords.d.ts +12 -0
- package/v1/model/ServiceSetRecords.js +25 -0
- package/v1/model/SubnetInfo.d.ts +23 -0
- package/v1/model/SubnetInfo.js +69 -0
- package/v1/model/SuccessRspData.d.ts +5 -0
- package/v1/model/SuccessRspData.js +13 -0
- package/v1/model/Tag.d.ts +7 -0
- package/v1/model/Tag.js +17 -0
- package/v1/model/UpdateAddressSetDto.d.ts +7 -0
- package/v1/model/UpdateAddressSetDto.js +17 -0
- package/v1/model/UpdateAddressSetInfoUsingPutRequest.d.ts +14 -0
- package/v1/model/UpdateAddressSetInfoUsingPutRequest.js +43 -0
- package/v1/model/UpdateAddressSetInfoUsingPutResponse.d.ts +7 -0
- package/v1/model/UpdateAddressSetInfoUsingPutResponse.js +31 -0
- package/v1/model/UpdateBlackWhiteListDto.d.ts +15 -0
- package/v1/model/UpdateBlackWhiteListDto.js +39 -0
- package/v1/model/UpdateBlackWhiteListUsingPutRequest.d.ts +14 -0
- package/v1/model/UpdateBlackWhiteListUsingPutRequest.js +43 -0
- package/v1/model/UpdateBlackWhiteListUsingPutResponse.d.ts +7 -0
- package/v1/model/UpdateBlackWhiteListUsingPutResponse.js +31 -0
- package/v1/model/UpdateDnsServersRequest.d.ts +10 -0
- package/v1/model/UpdateDnsServersRequest.js +28 -0
- package/v1/model/UpdateDnsServersRequestBody.d.ts +8 -0
- package/v1/model/UpdateDnsServersRequestBody.js +23 -0
- package/v1/model/UpdateDnsServersRequestBodyDnsServer.d.ts +15 -0
- package/v1/model/UpdateDnsServersRequestBodyDnsServer.js +51 -0
- package/v1/model/UpdateDnsServersResponse.d.ts +6 -0
- package/v1/model/UpdateDnsServersResponse.js +31 -0
- package/v1/model/UpdateRuleAclDto.d.ts +82 -0
- package/v1/model/UpdateRuleAclDto.js +175 -0
- package/v1/model/UpdateRuleAclUsingPutRequest.d.ts +14 -0
- package/v1/model/UpdateRuleAclUsingPutRequest.js +43 -0
- package/v1/model/UpdateRuleAclUsingPutResponse.d.ts +7 -0
- package/v1/model/UpdateRuleAclUsingPutResponse.js +31 -0
- package/v1/model/UpdateServiceSetUsingPUTRequestBody.d.ts +7 -0
- package/v1/model/UpdateServiceSetUsingPUTRequestBody.js +17 -0
- package/v1/model/UpdateServiceSetUsingPutRequest.d.ts +14 -0
- package/v1/model/UpdateServiceSetUsingPutRequest.js +43 -0
- package/v1/model/UpdateServiceSetUsingPutResponse.d.ts +7 -0
- package/v1/model/UpdateServiceSetUsingPutResponse.js +31 -0
- package/v1/model/VPCProtectsVo.d.ts +26 -0
- package/v1/model/VPCProtectsVo.js +83 -0
- package/v1/model/VpcAttachmentDetail.d.ts +42 -0
- package/v1/model/VpcAttachmentDetail.js +127 -0
- package/v1/model/VpcDetail.d.ts +11 -0
- package/v1/model/VpcDetail.js +25 -0
- package/v1/public-api.d.ts +155 -0
- package/v1/public-api.js +171 -0
@@ -0,0 +1,10 @@
|
|
1
|
+
import { HttpQueryCfwAttackLogsResponseDTODataRecords } from './HttpQueryCfwAttackLogsResponseDTODataRecords';
|
2
|
+
export declare class HttpQueryCfwAttackLogsResponseDTOData {
|
3
|
+
total?: number;
|
4
|
+
limit?: number;
|
5
|
+
records?: Array<HttpQueryCfwAttackLogsResponseDTODataRecords>;
|
6
|
+
constructor();
|
7
|
+
withTotal(total: number): HttpQueryCfwAttackLogsResponseDTOData;
|
8
|
+
withLimit(limit: number): HttpQueryCfwAttackLogsResponseDTOData;
|
9
|
+
withRecords(records: Array<HttpQueryCfwAttackLogsResponseDTODataRecords>): HttpQueryCfwAttackLogsResponseDTOData;
|
10
|
+
}
|
@@ -0,0 +1,21 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.HttpQueryCfwAttackLogsResponseDTOData = void 0;
|
4
|
+
var HttpQueryCfwAttackLogsResponseDTOData = /** @class */ (function () {
|
5
|
+
function HttpQueryCfwAttackLogsResponseDTOData() {
|
6
|
+
}
|
7
|
+
HttpQueryCfwAttackLogsResponseDTOData.prototype.withTotal = function (total) {
|
8
|
+
this['total'] = total;
|
9
|
+
return this;
|
10
|
+
};
|
11
|
+
HttpQueryCfwAttackLogsResponseDTOData.prototype.withLimit = function (limit) {
|
12
|
+
this['limit'] = limit;
|
13
|
+
return this;
|
14
|
+
};
|
15
|
+
HttpQueryCfwAttackLogsResponseDTOData.prototype.withRecords = function (records) {
|
16
|
+
this['records'] = records;
|
17
|
+
return this;
|
18
|
+
};
|
19
|
+
return HttpQueryCfwAttackLogsResponseDTOData;
|
20
|
+
}());
|
21
|
+
exports.HttpQueryCfwAttackLogsResponseDTOData = HttpQueryCfwAttackLogsResponseDTOData;
|
@@ -0,0 +1,70 @@
|
|
1
|
+
import { Packet } from './Packet';
|
2
|
+
export declare class HttpQueryCfwAttackLogsResponseDTODataRecords {
|
3
|
+
direction?: HttpQueryCfwAttackLogsResponseDTODataRecordsDirectionEnum;
|
4
|
+
action?: string;
|
5
|
+
private 'event_time'?;
|
6
|
+
private 'attack_type'?;
|
7
|
+
private 'attack_rule'?;
|
8
|
+
level?: string;
|
9
|
+
source?: string;
|
10
|
+
private 'packet_length'?;
|
11
|
+
private 'attack_rule_id'?;
|
12
|
+
private 'hit_time'?;
|
13
|
+
private 'log_id'?;
|
14
|
+
private 'src_ip'?;
|
15
|
+
private 'src_port'?;
|
16
|
+
private 'dst_ip'?;
|
17
|
+
private 'dst_port'?;
|
18
|
+
protocol?: string;
|
19
|
+
packet?: Packet;
|
20
|
+
app?: string;
|
21
|
+
constructor();
|
22
|
+
withDirection(direction: HttpQueryCfwAttackLogsResponseDTODataRecordsDirectionEnum): HttpQueryCfwAttackLogsResponseDTODataRecords;
|
23
|
+
withAction(action: string): HttpQueryCfwAttackLogsResponseDTODataRecords;
|
24
|
+
withEventTime(eventTime: string): HttpQueryCfwAttackLogsResponseDTODataRecords;
|
25
|
+
set eventTime(eventTime: string | undefined);
|
26
|
+
get eventTime(): string | undefined;
|
27
|
+
withAttackType(attackType: string): HttpQueryCfwAttackLogsResponseDTODataRecords;
|
28
|
+
set attackType(attackType: string | undefined);
|
29
|
+
get attackType(): string | undefined;
|
30
|
+
withAttackRule(attackRule: string): HttpQueryCfwAttackLogsResponseDTODataRecords;
|
31
|
+
set attackRule(attackRule: string | undefined);
|
32
|
+
get attackRule(): string | undefined;
|
33
|
+
withLevel(level: string): HttpQueryCfwAttackLogsResponseDTODataRecords;
|
34
|
+
withSource(source: string): HttpQueryCfwAttackLogsResponseDTODataRecords;
|
35
|
+
withPacketLength(packetLength: number): HttpQueryCfwAttackLogsResponseDTODataRecords;
|
36
|
+
set packetLength(packetLength: number | undefined);
|
37
|
+
get packetLength(): number | undefined;
|
38
|
+
withAttackRuleId(attackRuleId: number): HttpQueryCfwAttackLogsResponseDTODataRecords;
|
39
|
+
set attackRuleId(attackRuleId: number | undefined);
|
40
|
+
get attackRuleId(): number | undefined;
|
41
|
+
withHitTime(hitTime: number): HttpQueryCfwAttackLogsResponseDTODataRecords;
|
42
|
+
set hitTime(hitTime: number | undefined);
|
43
|
+
get hitTime(): number | undefined;
|
44
|
+
withLogId(logId: string): HttpQueryCfwAttackLogsResponseDTODataRecords;
|
45
|
+
set logId(logId: string | undefined);
|
46
|
+
get logId(): string | undefined;
|
47
|
+
withSrcIp(srcIp: string): HttpQueryCfwAttackLogsResponseDTODataRecords;
|
48
|
+
set srcIp(srcIp: string | undefined);
|
49
|
+
get srcIp(): string | undefined;
|
50
|
+
withSrcPort(srcPort: number): HttpQueryCfwAttackLogsResponseDTODataRecords;
|
51
|
+
set srcPort(srcPort: number | undefined);
|
52
|
+
get srcPort(): number | undefined;
|
53
|
+
withDstIp(dstIp: string): HttpQueryCfwAttackLogsResponseDTODataRecords;
|
54
|
+
set dstIp(dstIp: string | undefined);
|
55
|
+
get dstIp(): string | undefined;
|
56
|
+
withDstPort(dstPort: number): HttpQueryCfwAttackLogsResponseDTODataRecords;
|
57
|
+
set dstPort(dstPort: number | undefined);
|
58
|
+
get dstPort(): number | undefined;
|
59
|
+
withProtocol(protocol: string): HttpQueryCfwAttackLogsResponseDTODataRecords;
|
60
|
+
withPacket(packet: Packet): HttpQueryCfwAttackLogsResponseDTODataRecords;
|
61
|
+
withApp(app: string): HttpQueryCfwAttackLogsResponseDTODataRecords;
|
62
|
+
}
|
63
|
+
/**
|
64
|
+
* @export
|
65
|
+
* @enum {string}
|
66
|
+
*/
|
67
|
+
export declare enum HttpQueryCfwAttackLogsResponseDTODataRecordsDirectionEnum {
|
68
|
+
OUT2IN = "out2in",
|
69
|
+
IN2OUT = "in2out"
|
70
|
+
}
|
@@ -0,0 +1,200 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.HttpQueryCfwAttackLogsResponseDTODataRecordsDirectionEnum = exports.HttpQueryCfwAttackLogsResponseDTODataRecords = void 0;
|
4
|
+
var HttpQueryCfwAttackLogsResponseDTODataRecords = /** @class */ (function () {
|
5
|
+
function HttpQueryCfwAttackLogsResponseDTODataRecords() {
|
6
|
+
}
|
7
|
+
HttpQueryCfwAttackLogsResponseDTODataRecords.prototype.withDirection = function (direction) {
|
8
|
+
this['direction'] = direction;
|
9
|
+
return this;
|
10
|
+
};
|
11
|
+
HttpQueryCfwAttackLogsResponseDTODataRecords.prototype.withAction = function (action) {
|
12
|
+
this['action'] = action;
|
13
|
+
return this;
|
14
|
+
};
|
15
|
+
HttpQueryCfwAttackLogsResponseDTODataRecords.prototype.withEventTime = function (eventTime) {
|
16
|
+
this['event_time'] = eventTime;
|
17
|
+
return this;
|
18
|
+
};
|
19
|
+
Object.defineProperty(HttpQueryCfwAttackLogsResponseDTODataRecords.prototype, "eventTime", {
|
20
|
+
get: function () {
|
21
|
+
return this['event_time'];
|
22
|
+
},
|
23
|
+
set: function (eventTime) {
|
24
|
+
this['event_time'] = eventTime;
|
25
|
+
},
|
26
|
+
enumerable: false,
|
27
|
+
configurable: true
|
28
|
+
});
|
29
|
+
HttpQueryCfwAttackLogsResponseDTODataRecords.prototype.withAttackType = function (attackType) {
|
30
|
+
this['attack_type'] = attackType;
|
31
|
+
return this;
|
32
|
+
};
|
33
|
+
Object.defineProperty(HttpQueryCfwAttackLogsResponseDTODataRecords.prototype, "attackType", {
|
34
|
+
get: function () {
|
35
|
+
return this['attack_type'];
|
36
|
+
},
|
37
|
+
set: function (attackType) {
|
38
|
+
this['attack_type'] = attackType;
|
39
|
+
},
|
40
|
+
enumerable: false,
|
41
|
+
configurable: true
|
42
|
+
});
|
43
|
+
HttpQueryCfwAttackLogsResponseDTODataRecords.prototype.withAttackRule = function (attackRule) {
|
44
|
+
this['attack_rule'] = attackRule;
|
45
|
+
return this;
|
46
|
+
};
|
47
|
+
Object.defineProperty(HttpQueryCfwAttackLogsResponseDTODataRecords.prototype, "attackRule", {
|
48
|
+
get: function () {
|
49
|
+
return this['attack_rule'];
|
50
|
+
},
|
51
|
+
set: function (attackRule) {
|
52
|
+
this['attack_rule'] = attackRule;
|
53
|
+
},
|
54
|
+
enumerable: false,
|
55
|
+
configurable: true
|
56
|
+
});
|
57
|
+
HttpQueryCfwAttackLogsResponseDTODataRecords.prototype.withLevel = function (level) {
|
58
|
+
this['level'] = level;
|
59
|
+
return this;
|
60
|
+
};
|
61
|
+
HttpQueryCfwAttackLogsResponseDTODataRecords.prototype.withSource = function (source) {
|
62
|
+
this['source'] = source;
|
63
|
+
return this;
|
64
|
+
};
|
65
|
+
HttpQueryCfwAttackLogsResponseDTODataRecords.prototype.withPacketLength = function (packetLength) {
|
66
|
+
this['packet_length'] = packetLength;
|
67
|
+
return this;
|
68
|
+
};
|
69
|
+
Object.defineProperty(HttpQueryCfwAttackLogsResponseDTODataRecords.prototype, "packetLength", {
|
70
|
+
get: function () {
|
71
|
+
return this['packet_length'];
|
72
|
+
},
|
73
|
+
set: function (packetLength) {
|
74
|
+
this['packet_length'] = packetLength;
|
75
|
+
},
|
76
|
+
enumerable: false,
|
77
|
+
configurable: true
|
78
|
+
});
|
79
|
+
HttpQueryCfwAttackLogsResponseDTODataRecords.prototype.withAttackRuleId = function (attackRuleId) {
|
80
|
+
this['attack_rule_id'] = attackRuleId;
|
81
|
+
return this;
|
82
|
+
};
|
83
|
+
Object.defineProperty(HttpQueryCfwAttackLogsResponseDTODataRecords.prototype, "attackRuleId", {
|
84
|
+
get: function () {
|
85
|
+
return this['attack_rule_id'];
|
86
|
+
},
|
87
|
+
set: function (attackRuleId) {
|
88
|
+
this['attack_rule_id'] = attackRuleId;
|
89
|
+
},
|
90
|
+
enumerable: false,
|
91
|
+
configurable: true
|
92
|
+
});
|
93
|
+
HttpQueryCfwAttackLogsResponseDTODataRecords.prototype.withHitTime = function (hitTime) {
|
94
|
+
this['hit_time'] = hitTime;
|
95
|
+
return this;
|
96
|
+
};
|
97
|
+
Object.defineProperty(HttpQueryCfwAttackLogsResponseDTODataRecords.prototype, "hitTime", {
|
98
|
+
get: function () {
|
99
|
+
return this['hit_time'];
|
100
|
+
},
|
101
|
+
set: function (hitTime) {
|
102
|
+
this['hit_time'] = hitTime;
|
103
|
+
},
|
104
|
+
enumerable: false,
|
105
|
+
configurable: true
|
106
|
+
});
|
107
|
+
HttpQueryCfwAttackLogsResponseDTODataRecords.prototype.withLogId = function (logId) {
|
108
|
+
this['log_id'] = logId;
|
109
|
+
return this;
|
110
|
+
};
|
111
|
+
Object.defineProperty(HttpQueryCfwAttackLogsResponseDTODataRecords.prototype, "logId", {
|
112
|
+
get: function () {
|
113
|
+
return this['log_id'];
|
114
|
+
},
|
115
|
+
set: function (logId) {
|
116
|
+
this['log_id'] = logId;
|
117
|
+
},
|
118
|
+
enumerable: false,
|
119
|
+
configurable: true
|
120
|
+
});
|
121
|
+
HttpQueryCfwAttackLogsResponseDTODataRecords.prototype.withSrcIp = function (srcIp) {
|
122
|
+
this['src_ip'] = srcIp;
|
123
|
+
return this;
|
124
|
+
};
|
125
|
+
Object.defineProperty(HttpQueryCfwAttackLogsResponseDTODataRecords.prototype, "srcIp", {
|
126
|
+
get: function () {
|
127
|
+
return this['src_ip'];
|
128
|
+
},
|
129
|
+
set: function (srcIp) {
|
130
|
+
this['src_ip'] = srcIp;
|
131
|
+
},
|
132
|
+
enumerable: false,
|
133
|
+
configurable: true
|
134
|
+
});
|
135
|
+
HttpQueryCfwAttackLogsResponseDTODataRecords.prototype.withSrcPort = function (srcPort) {
|
136
|
+
this['src_port'] = srcPort;
|
137
|
+
return this;
|
138
|
+
};
|
139
|
+
Object.defineProperty(HttpQueryCfwAttackLogsResponseDTODataRecords.prototype, "srcPort", {
|
140
|
+
get: function () {
|
141
|
+
return this['src_port'];
|
142
|
+
},
|
143
|
+
set: function (srcPort) {
|
144
|
+
this['src_port'] = srcPort;
|
145
|
+
},
|
146
|
+
enumerable: false,
|
147
|
+
configurable: true
|
148
|
+
});
|
149
|
+
HttpQueryCfwAttackLogsResponseDTODataRecords.prototype.withDstIp = function (dstIp) {
|
150
|
+
this['dst_ip'] = dstIp;
|
151
|
+
return this;
|
152
|
+
};
|
153
|
+
Object.defineProperty(HttpQueryCfwAttackLogsResponseDTODataRecords.prototype, "dstIp", {
|
154
|
+
get: function () {
|
155
|
+
return this['dst_ip'];
|
156
|
+
},
|
157
|
+
set: function (dstIp) {
|
158
|
+
this['dst_ip'] = dstIp;
|
159
|
+
},
|
160
|
+
enumerable: false,
|
161
|
+
configurable: true
|
162
|
+
});
|
163
|
+
HttpQueryCfwAttackLogsResponseDTODataRecords.prototype.withDstPort = function (dstPort) {
|
164
|
+
this['dst_port'] = dstPort;
|
165
|
+
return this;
|
166
|
+
};
|
167
|
+
Object.defineProperty(HttpQueryCfwAttackLogsResponseDTODataRecords.prototype, "dstPort", {
|
168
|
+
get: function () {
|
169
|
+
return this['dst_port'];
|
170
|
+
},
|
171
|
+
set: function (dstPort) {
|
172
|
+
this['dst_port'] = dstPort;
|
173
|
+
},
|
174
|
+
enumerable: false,
|
175
|
+
configurable: true
|
176
|
+
});
|
177
|
+
HttpQueryCfwAttackLogsResponseDTODataRecords.prototype.withProtocol = function (protocol) {
|
178
|
+
this['protocol'] = protocol;
|
179
|
+
return this;
|
180
|
+
};
|
181
|
+
HttpQueryCfwAttackLogsResponseDTODataRecords.prototype.withPacket = function (packet) {
|
182
|
+
this['packet'] = packet;
|
183
|
+
return this;
|
184
|
+
};
|
185
|
+
HttpQueryCfwAttackLogsResponseDTODataRecords.prototype.withApp = function (app) {
|
186
|
+
this['app'] = app;
|
187
|
+
return this;
|
188
|
+
};
|
189
|
+
return HttpQueryCfwAttackLogsResponseDTODataRecords;
|
190
|
+
}());
|
191
|
+
exports.HttpQueryCfwAttackLogsResponseDTODataRecords = HttpQueryCfwAttackLogsResponseDTODataRecords;
|
192
|
+
/**
|
193
|
+
* @export
|
194
|
+
* @enum {string}
|
195
|
+
*/
|
196
|
+
var HttpQueryCfwAttackLogsResponseDTODataRecordsDirectionEnum;
|
197
|
+
(function (HttpQueryCfwAttackLogsResponseDTODataRecordsDirectionEnum) {
|
198
|
+
HttpQueryCfwAttackLogsResponseDTODataRecordsDirectionEnum["OUT2IN"] = "out2in";
|
199
|
+
HttpQueryCfwAttackLogsResponseDTODataRecordsDirectionEnum["IN2OUT"] = "in2out";
|
200
|
+
})(HttpQueryCfwAttackLogsResponseDTODataRecordsDirectionEnum = exports.HttpQueryCfwAttackLogsResponseDTODataRecordsDirectionEnum || (exports.HttpQueryCfwAttackLogsResponseDTODataRecordsDirectionEnum = {}));
|
@@ -0,0 +1,10 @@
|
|
1
|
+
import { HttpQueryCfwFlowLogsResponseDTODataRecords } from './HttpQueryCfwFlowLogsResponseDTODataRecords';
|
2
|
+
export declare class HttpQueryCfwFlowLogsResponseDTOData {
|
3
|
+
total?: number;
|
4
|
+
limit?: number;
|
5
|
+
records?: Array<HttpQueryCfwFlowLogsResponseDTODataRecords>;
|
6
|
+
constructor();
|
7
|
+
withTotal(total: number): HttpQueryCfwFlowLogsResponseDTOData;
|
8
|
+
withLimit(limit: number): HttpQueryCfwFlowLogsResponseDTOData;
|
9
|
+
withRecords(records: Array<HttpQueryCfwFlowLogsResponseDTODataRecords>): HttpQueryCfwFlowLogsResponseDTOData;
|
10
|
+
}
|
@@ -0,0 +1,21 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.HttpQueryCfwFlowLogsResponseDTOData = void 0;
|
4
|
+
var HttpQueryCfwFlowLogsResponseDTOData = /** @class */ (function () {
|
5
|
+
function HttpQueryCfwFlowLogsResponseDTOData() {
|
6
|
+
}
|
7
|
+
HttpQueryCfwFlowLogsResponseDTOData.prototype.withTotal = function (total) {
|
8
|
+
this['total'] = total;
|
9
|
+
return this;
|
10
|
+
};
|
11
|
+
HttpQueryCfwFlowLogsResponseDTOData.prototype.withLimit = function (limit) {
|
12
|
+
this['limit'] = limit;
|
13
|
+
return this;
|
14
|
+
};
|
15
|
+
HttpQueryCfwFlowLogsResponseDTOData.prototype.withRecords = function (records) {
|
16
|
+
this['records'] = records;
|
17
|
+
return this;
|
18
|
+
};
|
19
|
+
return HttpQueryCfwFlowLogsResponseDTOData;
|
20
|
+
}());
|
21
|
+
exports.HttpQueryCfwFlowLogsResponseDTOData = HttpQueryCfwFlowLogsResponseDTOData;
|
@@ -0,0 +1,49 @@
|
|
1
|
+
export declare class HttpQueryCfwFlowLogsResponseDTODataRecords {
|
2
|
+
bytes?: number;
|
3
|
+
direction?: HttpQueryCfwFlowLogsResponseDTODataRecordsDirectionEnum;
|
4
|
+
packets?: number;
|
5
|
+
private 'start_time'?;
|
6
|
+
private 'end_time'?;
|
7
|
+
private 'log_id'?;
|
8
|
+
private 'src_ip'?;
|
9
|
+
private 'src_port'?;
|
10
|
+
private 'dst_ip'?;
|
11
|
+
app?: string;
|
12
|
+
private 'dst_port'?;
|
13
|
+
protocol?: string;
|
14
|
+
constructor();
|
15
|
+
withBytes(bytes: number): HttpQueryCfwFlowLogsResponseDTODataRecords;
|
16
|
+
withDirection(direction: HttpQueryCfwFlowLogsResponseDTODataRecordsDirectionEnum): HttpQueryCfwFlowLogsResponseDTODataRecords;
|
17
|
+
withPackets(packets: number): HttpQueryCfwFlowLogsResponseDTODataRecords;
|
18
|
+
withStartTime(startTime: number): HttpQueryCfwFlowLogsResponseDTODataRecords;
|
19
|
+
set startTime(startTime: number | undefined);
|
20
|
+
get startTime(): number | undefined;
|
21
|
+
withEndTime(endTime: number): HttpQueryCfwFlowLogsResponseDTODataRecords;
|
22
|
+
set endTime(endTime: number | undefined);
|
23
|
+
get endTime(): number | undefined;
|
24
|
+
withLogId(logId: string): HttpQueryCfwFlowLogsResponseDTODataRecords;
|
25
|
+
set logId(logId: string | undefined);
|
26
|
+
get logId(): string | undefined;
|
27
|
+
withSrcIp(srcIp: string): HttpQueryCfwFlowLogsResponseDTODataRecords;
|
28
|
+
set srcIp(srcIp: string | undefined);
|
29
|
+
get srcIp(): string | undefined;
|
30
|
+
withSrcPort(srcPort: string): HttpQueryCfwFlowLogsResponseDTODataRecords;
|
31
|
+
set srcPort(srcPort: string | undefined);
|
32
|
+
get srcPort(): string | undefined;
|
33
|
+
withDstIp(dstIp: string): HttpQueryCfwFlowLogsResponseDTODataRecords;
|
34
|
+
set dstIp(dstIp: string | undefined);
|
35
|
+
get dstIp(): string | undefined;
|
36
|
+
withApp(app: string): HttpQueryCfwFlowLogsResponseDTODataRecords;
|
37
|
+
withDstPort(dstPort: string): HttpQueryCfwFlowLogsResponseDTODataRecords;
|
38
|
+
set dstPort(dstPort: string | undefined);
|
39
|
+
get dstPort(): string | undefined;
|
40
|
+
withProtocol(protocol: string): HttpQueryCfwFlowLogsResponseDTODataRecords;
|
41
|
+
}
|
42
|
+
/**
|
43
|
+
* @export
|
44
|
+
* @enum {string}
|
45
|
+
*/
|
46
|
+
export declare enum HttpQueryCfwFlowLogsResponseDTODataRecordsDirectionEnum {
|
47
|
+
OUT2IN = "out2in",
|
48
|
+
IN2OUT = "in2out"
|
49
|
+
}
|
@@ -0,0 +1,136 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.HttpQueryCfwFlowLogsResponseDTODataRecordsDirectionEnum = exports.HttpQueryCfwFlowLogsResponseDTODataRecords = void 0;
|
4
|
+
var HttpQueryCfwFlowLogsResponseDTODataRecords = /** @class */ (function () {
|
5
|
+
function HttpQueryCfwFlowLogsResponseDTODataRecords() {
|
6
|
+
}
|
7
|
+
HttpQueryCfwFlowLogsResponseDTODataRecords.prototype.withBytes = function (bytes) {
|
8
|
+
this['bytes'] = bytes;
|
9
|
+
return this;
|
10
|
+
};
|
11
|
+
HttpQueryCfwFlowLogsResponseDTODataRecords.prototype.withDirection = function (direction) {
|
12
|
+
this['direction'] = direction;
|
13
|
+
return this;
|
14
|
+
};
|
15
|
+
HttpQueryCfwFlowLogsResponseDTODataRecords.prototype.withPackets = function (packets) {
|
16
|
+
this['packets'] = packets;
|
17
|
+
return this;
|
18
|
+
};
|
19
|
+
HttpQueryCfwFlowLogsResponseDTODataRecords.prototype.withStartTime = function (startTime) {
|
20
|
+
this['start_time'] = startTime;
|
21
|
+
return this;
|
22
|
+
};
|
23
|
+
Object.defineProperty(HttpQueryCfwFlowLogsResponseDTODataRecords.prototype, "startTime", {
|
24
|
+
get: function () {
|
25
|
+
return this['start_time'];
|
26
|
+
},
|
27
|
+
set: function (startTime) {
|
28
|
+
this['start_time'] = startTime;
|
29
|
+
},
|
30
|
+
enumerable: false,
|
31
|
+
configurable: true
|
32
|
+
});
|
33
|
+
HttpQueryCfwFlowLogsResponseDTODataRecords.prototype.withEndTime = function (endTime) {
|
34
|
+
this['end_time'] = endTime;
|
35
|
+
return this;
|
36
|
+
};
|
37
|
+
Object.defineProperty(HttpQueryCfwFlowLogsResponseDTODataRecords.prototype, "endTime", {
|
38
|
+
get: function () {
|
39
|
+
return this['end_time'];
|
40
|
+
},
|
41
|
+
set: function (endTime) {
|
42
|
+
this['end_time'] = endTime;
|
43
|
+
},
|
44
|
+
enumerable: false,
|
45
|
+
configurable: true
|
46
|
+
});
|
47
|
+
HttpQueryCfwFlowLogsResponseDTODataRecords.prototype.withLogId = function (logId) {
|
48
|
+
this['log_id'] = logId;
|
49
|
+
return this;
|
50
|
+
};
|
51
|
+
Object.defineProperty(HttpQueryCfwFlowLogsResponseDTODataRecords.prototype, "logId", {
|
52
|
+
get: function () {
|
53
|
+
return this['log_id'];
|
54
|
+
},
|
55
|
+
set: function (logId) {
|
56
|
+
this['log_id'] = logId;
|
57
|
+
},
|
58
|
+
enumerable: false,
|
59
|
+
configurable: true
|
60
|
+
});
|
61
|
+
HttpQueryCfwFlowLogsResponseDTODataRecords.prototype.withSrcIp = function (srcIp) {
|
62
|
+
this['src_ip'] = srcIp;
|
63
|
+
return this;
|
64
|
+
};
|
65
|
+
Object.defineProperty(HttpQueryCfwFlowLogsResponseDTODataRecords.prototype, "srcIp", {
|
66
|
+
get: function () {
|
67
|
+
return this['src_ip'];
|
68
|
+
},
|
69
|
+
set: function (srcIp) {
|
70
|
+
this['src_ip'] = srcIp;
|
71
|
+
},
|
72
|
+
enumerable: false,
|
73
|
+
configurable: true
|
74
|
+
});
|
75
|
+
HttpQueryCfwFlowLogsResponseDTODataRecords.prototype.withSrcPort = function (srcPort) {
|
76
|
+
this['src_port'] = srcPort;
|
77
|
+
return this;
|
78
|
+
};
|
79
|
+
Object.defineProperty(HttpQueryCfwFlowLogsResponseDTODataRecords.prototype, "srcPort", {
|
80
|
+
get: function () {
|
81
|
+
return this['src_port'];
|
82
|
+
},
|
83
|
+
set: function (srcPort) {
|
84
|
+
this['src_port'] = srcPort;
|
85
|
+
},
|
86
|
+
enumerable: false,
|
87
|
+
configurable: true
|
88
|
+
});
|
89
|
+
HttpQueryCfwFlowLogsResponseDTODataRecords.prototype.withDstIp = function (dstIp) {
|
90
|
+
this['dst_ip'] = dstIp;
|
91
|
+
return this;
|
92
|
+
};
|
93
|
+
Object.defineProperty(HttpQueryCfwFlowLogsResponseDTODataRecords.prototype, "dstIp", {
|
94
|
+
get: function () {
|
95
|
+
return this['dst_ip'];
|
96
|
+
},
|
97
|
+
set: function (dstIp) {
|
98
|
+
this['dst_ip'] = dstIp;
|
99
|
+
},
|
100
|
+
enumerable: false,
|
101
|
+
configurable: true
|
102
|
+
});
|
103
|
+
HttpQueryCfwFlowLogsResponseDTODataRecords.prototype.withApp = function (app) {
|
104
|
+
this['app'] = app;
|
105
|
+
return this;
|
106
|
+
};
|
107
|
+
HttpQueryCfwFlowLogsResponseDTODataRecords.prototype.withDstPort = function (dstPort) {
|
108
|
+
this['dst_port'] = dstPort;
|
109
|
+
return this;
|
110
|
+
};
|
111
|
+
Object.defineProperty(HttpQueryCfwFlowLogsResponseDTODataRecords.prototype, "dstPort", {
|
112
|
+
get: function () {
|
113
|
+
return this['dst_port'];
|
114
|
+
},
|
115
|
+
set: function (dstPort) {
|
116
|
+
this['dst_port'] = dstPort;
|
117
|
+
},
|
118
|
+
enumerable: false,
|
119
|
+
configurable: true
|
120
|
+
});
|
121
|
+
HttpQueryCfwFlowLogsResponseDTODataRecords.prototype.withProtocol = function (protocol) {
|
122
|
+
this['protocol'] = protocol;
|
123
|
+
return this;
|
124
|
+
};
|
125
|
+
return HttpQueryCfwFlowLogsResponseDTODataRecords;
|
126
|
+
}());
|
127
|
+
exports.HttpQueryCfwFlowLogsResponseDTODataRecords = HttpQueryCfwFlowLogsResponseDTODataRecords;
|
128
|
+
/**
|
129
|
+
* @export
|
130
|
+
* @enum {string}
|
131
|
+
*/
|
132
|
+
var HttpQueryCfwFlowLogsResponseDTODataRecordsDirectionEnum;
|
133
|
+
(function (HttpQueryCfwFlowLogsResponseDTODataRecordsDirectionEnum) {
|
134
|
+
HttpQueryCfwFlowLogsResponseDTODataRecordsDirectionEnum["OUT2IN"] = "out2in";
|
135
|
+
HttpQueryCfwFlowLogsResponseDTODataRecordsDirectionEnum["IN2OUT"] = "in2out";
|
136
|
+
})(HttpQueryCfwFlowLogsResponseDTODataRecordsDirectionEnum = exports.HttpQueryCfwFlowLogsResponseDTODataRecordsDirectionEnum || (exports.HttpQueryCfwFlowLogsResponseDTODataRecordsDirectionEnum = {}));
|
@@ -0,0 +1,13 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.IdObject = void 0;
|
4
|
+
var IdObject = /** @class */ (function () {
|
5
|
+
function IdObject() {
|
6
|
+
}
|
7
|
+
IdObject.prototype.withId = function (id) {
|
8
|
+
this['id'] = id;
|
9
|
+
return this;
|
10
|
+
};
|
11
|
+
return IdObject;
|
12
|
+
}());
|
13
|
+
exports.IdObject = IdObject;
|
@@ -0,0 +1,9 @@
|
|
1
|
+
export declare class IpsProtectDTO {
|
2
|
+
private 'object_id'?;
|
3
|
+
mode?: number;
|
4
|
+
constructor();
|
5
|
+
withObjectId(objectId: string): IpsProtectDTO;
|
6
|
+
set objectId(objectId: string | undefined);
|
7
|
+
get objectId(): string | undefined;
|
8
|
+
withMode(mode: number): IpsProtectDTO;
|
9
|
+
}
|
@@ -0,0 +1,27 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.IpsProtectDTO = void 0;
|
4
|
+
var IpsProtectDTO = /** @class */ (function () {
|
5
|
+
function IpsProtectDTO() {
|
6
|
+
}
|
7
|
+
IpsProtectDTO.prototype.withObjectId = function (objectId) {
|
8
|
+
this['object_id'] = objectId;
|
9
|
+
return this;
|
10
|
+
};
|
11
|
+
Object.defineProperty(IpsProtectDTO.prototype, "objectId", {
|
12
|
+
get: function () {
|
13
|
+
return this['object_id'];
|
14
|
+
},
|
15
|
+
set: function (objectId) {
|
16
|
+
this['object_id'] = objectId;
|
17
|
+
},
|
18
|
+
enumerable: false,
|
19
|
+
configurable: true
|
20
|
+
});
|
21
|
+
IpsProtectDTO.prototype.withMode = function (mode) {
|
22
|
+
this['mode'] = mode;
|
23
|
+
return this;
|
24
|
+
};
|
25
|
+
return IpsProtectDTO;
|
26
|
+
}());
|
27
|
+
exports.IpsProtectDTO = IpsProtectDTO;
|
@@ -0,0 +1,21 @@
|
|
1
|
+
export declare class IpsSwitchDTO {
|
2
|
+
private 'object_id';
|
3
|
+
private 'ips_type'?;
|
4
|
+
status: number;
|
5
|
+
constructor(objectId?: any, status?: any);
|
6
|
+
withObjectId(objectId: string): IpsSwitchDTO;
|
7
|
+
set objectId(objectId: string | undefined);
|
8
|
+
get objectId(): string | undefined;
|
9
|
+
withIpsType(ipsType: IpsSwitchDTOIpsTypeEnum): IpsSwitchDTO;
|
10
|
+
set ipsType(ipsType: IpsSwitchDTOIpsTypeEnum | undefined);
|
11
|
+
get ipsType(): IpsSwitchDTOIpsTypeEnum | undefined;
|
12
|
+
withStatus(status: number): IpsSwitchDTO;
|
13
|
+
}
|
14
|
+
/**
|
15
|
+
* @export
|
16
|
+
* @enum {string}
|
17
|
+
*/
|
18
|
+
export declare enum IpsSwitchDTOIpsTypeEnum {
|
19
|
+
NUMBER_1 = 1,
|
20
|
+
NUMBER_2 = 2
|
21
|
+
}
|
@@ -0,0 +1,52 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.IpsSwitchDTOIpsTypeEnum = exports.IpsSwitchDTO = void 0;
|
4
|
+
var IpsSwitchDTO = /** @class */ (function () {
|
5
|
+
function IpsSwitchDTO(objectId, status) {
|
6
|
+
this['object_id'] = objectId;
|
7
|
+
this['status'] = status;
|
8
|
+
}
|
9
|
+
IpsSwitchDTO.prototype.withObjectId = function (objectId) {
|
10
|
+
this['object_id'] = objectId;
|
11
|
+
return this;
|
12
|
+
};
|
13
|
+
Object.defineProperty(IpsSwitchDTO.prototype, "objectId", {
|
14
|
+
get: function () {
|
15
|
+
return this['object_id'];
|
16
|
+
},
|
17
|
+
set: function (objectId) {
|
18
|
+
this['object_id'] = objectId;
|
19
|
+
},
|
20
|
+
enumerable: false,
|
21
|
+
configurable: true
|
22
|
+
});
|
23
|
+
IpsSwitchDTO.prototype.withIpsType = function (ipsType) {
|
24
|
+
this['ips_type'] = ipsType;
|
25
|
+
return this;
|
26
|
+
};
|
27
|
+
Object.defineProperty(IpsSwitchDTO.prototype, "ipsType", {
|
28
|
+
get: function () {
|
29
|
+
return this['ips_type'];
|
30
|
+
},
|
31
|
+
set: function (ipsType) {
|
32
|
+
this['ips_type'] = ipsType;
|
33
|
+
},
|
34
|
+
enumerable: false,
|
35
|
+
configurable: true
|
36
|
+
});
|
37
|
+
IpsSwitchDTO.prototype.withStatus = function (status) {
|
38
|
+
this['status'] = status;
|
39
|
+
return this;
|
40
|
+
};
|
41
|
+
return IpsSwitchDTO;
|
42
|
+
}());
|
43
|
+
exports.IpsSwitchDTO = IpsSwitchDTO;
|
44
|
+
/**
|
45
|
+
* @export
|
46
|
+
* @enum {string}
|
47
|
+
*/
|
48
|
+
var IpsSwitchDTOIpsTypeEnum;
|
49
|
+
(function (IpsSwitchDTOIpsTypeEnum) {
|
50
|
+
IpsSwitchDTOIpsTypeEnum[IpsSwitchDTOIpsTypeEnum["NUMBER_1"] = 1] = "NUMBER_1";
|
51
|
+
IpsSwitchDTOIpsTypeEnum[IpsSwitchDTOIpsTypeEnum["NUMBER_2"] = 2] = "NUMBER_2";
|
52
|
+
})(IpsSwitchDTOIpsTypeEnum = exports.IpsSwitchDTOIpsTypeEnum || (exports.IpsSwitchDTOIpsTypeEnum = {}));
|