-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update disk baseanti antipro ipanti pod redis live vod vm and add log…
…s yundingdatapush
- Loading branch information
lishijun10
committed
Jul 26, 2019
1 parent
832d16f
commit 164dd34
Showing
961 changed files
with
17,066 additions
and
17,030 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
56 changes: 56 additions & 0 deletions
56
sdk/src/Service/Antipro/Apis/DescribeCcsIpResourcesRequest.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
/* | ||
* Copyright 2018 JDCLOUD.COM | ||
* | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
* you may not use this file except in compliance with the License. | ||
* You may obtain a copy of the License at | ||
* | ||
* http:#www.apache.org/licenses/LICENSE-2.0 | ||
* | ||
* Unless required by applicable law or agreed to in writing, software | ||
* distributed under the License is distributed on an "AS IS" BASIS, | ||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
* See the License for the specific language governing permissions and | ||
* limitations under the License. | ||
* | ||
* IP Resources APIs | ||
* Anti DDoS Protection Package IP Resources APIs | ||
* | ||
* OpenAPI spec version: v1 | ||
* Contact: | ||
* | ||
* NOTE: This class is auto generated by the jdcloud code generator program. | ||
*/ | ||
|
||
|
||
using System; | ||
using System.Collections.Generic; | ||
using System.Text; | ||
using JDCloudSDK.Core.Service; | ||
|
||
using JDCloudSDK.Core.Annotation; | ||
|
||
namespace JDCloudSDK.Antipro.Apis | ||
{ | ||
|
||
/// <summary> | ||
/// 查询 DDoS 防护包可防护的托管区公网 IP | ||
/// </summary> | ||
public class DescribeCcsIpResourcesRequest : JdcloudRequest | ||
{ | ||
///<summary> | ||
/// 页码 | ||
///</summary> | ||
public int? PageNumber{ get; set; } | ||
///<summary> | ||
/// 分页大小 | ||
///</summary> | ||
public int? PageSize{ get; set; } | ||
///<summary> | ||
/// 地域编码, 防护包目前支持: 华北-北京, 华东-宿迁, 华东-上海 | ||
///Required:true | ||
///</summary> | ||
[Required] | ||
public override string RegionId{ get; set; } | ||
} | ||
} |
41 changes: 41 additions & 0 deletions
41
sdk/src/Service/Antipro/Apis/DescribeCcsIpResourcesResponse.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
/* | ||
* Copyright 2018 JDCLOUD.COM | ||
* | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
* you may not use this file except in compliance with the License. | ||
* You may obtain a copy of the License at | ||
* | ||
* http:#www.apache.org/licenses/LICENSE-2.0 | ||
* | ||
* Unless required by applicable law or agreed to in writing, software | ||
* distributed under the License is distributed on an "AS IS" BASIS, | ||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
* See the License for the specific language governing permissions and | ||
* limitations under the License. | ||
* | ||
* IP Resources APIs | ||
* Anti DDoS Protection Package IP Resources APIs | ||
* | ||
* OpenAPI spec version: v1 | ||
* Contact: | ||
* | ||
* NOTE: This class is auto generated by the jdcloud code generator program. | ||
*/ | ||
|
||
|
||
using System; | ||
using System.Collections.Generic; | ||
using System.Text; | ||
using JDCloudSDK.Core.Service; | ||
|
||
|
||
namespace JDCloudSDK.Antipro.Apis | ||
{ | ||
|
||
/// <summary> | ||
/// 查询 DDoS 防护包可防护的托管区公网 IP | ||
/// </summary> | ||
public class DescribeCcsIpResourcesResponse : JdcloudResponse<DescribeCcsIpResourcesResult> | ||
{ | ||
} | ||
} |
59 changes: 59 additions & 0 deletions
59
sdk/src/Service/Antipro/Apis/DescribeCcsIpResourcesResult.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
/* | ||
* Copyright 2018 JDCLOUD.COM | ||
* | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
* you may not use this file except in compliance with the License. | ||
* You may obtain a copy of the License at | ||
* | ||
* http:#www.apache.org/licenses/LICENSE-2.0 | ||
* | ||
* Unless required by applicable law or agreed to in writing, software | ||
* distributed under the License is distributed on an "AS IS" BASIS, | ||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
* See the License for the specific language governing permissions and | ||
* limitations under the License. | ||
* | ||
* IP Resources APIs | ||
* Anti DDoS Protection Package IP Resources APIs | ||
* | ||
* OpenAPI spec version: v1 | ||
* Contact: | ||
* | ||
* NOTE: This class is auto generated by the jdcloud code generator program. | ||
*/ | ||
|
||
|
||
using System; | ||
using System.Collections.Generic; | ||
using System.Text; | ||
using JDCloudSDK.Core.Service; | ||
|
||
using JDCloudSDK.Antipro.Model; | ||
|
||
namespace JDCloudSDK.Antipro.Apis | ||
{ | ||
|
||
/// <summary> | ||
/// 查询 DDoS 防护包可防护的托管区公网 IP | ||
/// </summary> | ||
public class DescribeCcsIpResourcesResult : JdcloudResult | ||
{ | ||
///<summary> | ||
/// DataList | ||
///</summary> | ||
public List<IpResource> DataList{ get; set; } | ||
|
||
///<summary> | ||
/// 当前页数量 | ||
///</summary> | ||
public int? CurrentCount{ get; set; } | ||
///<summary> | ||
/// 总数 | ||
///</summary> | ||
public int? TotalCount{ get; set; } | ||
///<summary> | ||
/// 总页数 | ||
///</summary> | ||
public int? TotalPage{ get; set; } | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
# 更新历史 # | ||
API版本:1.0.0 | ||
API版本:1.1.0 | ||
|
||
|发布时间|版本号|更新|说明| | ||
|---|---|---|---| | ||
|2019-07-26|1.1.0|接口新增与更新|1. 增加 DDoS 防护包可防护的托管区公网 IP 查询接口<br>2. 查询已防护公网 IP 接口支持托管区<br>3. 防护规则支持 IP 黑白名单| | ||
|2018-05-25|1.0.0|初始版本|京东云 DDoS 防护包基本操作接口| |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
57 changes: 57 additions & 0 deletions
57
sdk/src/Service/Baseanti/Apis/DescribeCcsIpResourcesRequest.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
/* | ||
* Copyright 2018 JDCLOUD.COM | ||
* | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
* you may not use this file except in compliance with the License. | ||
* You may obtain a copy of the License at | ||
* | ||
* http:#www.apache.org/licenses/LICENSE-2.0 | ||
* | ||
* Unless required by applicable law or agreed to in writing, software | ||
* distributed under the License is distributed on an "AS IS" BASIS, | ||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
* See the License for the specific language governing permissions and | ||
* limitations under the License. | ||
* | ||
* IP Resource APIs | ||
* Anti DDoS Basic IP Resource APIs | ||
* | ||
* OpenAPI spec version: v1 | ||
* Contact: | ||
* | ||
* NOTE: This class is auto generated by the jdcloud code generator program. | ||
*/ | ||
|
||
|
||
using System; | ||
using System.Collections.Generic; | ||
using System.Text; | ||
using JDCloudSDK.Core.Service; | ||
|
||
using JDCloudSDK.Core.Annotation; | ||
|
||
namespace JDCloudSDK.Baseanti.Apis | ||
{ | ||
|
||
/// <summary> | ||
/// 查询基础防护已防护的托管区 IP 的安全信息 | ||
/// </summary> | ||
public class DescribeCcsIpResourcesRequest : JdcloudRequest | ||
{ | ||
///<summary> | ||
/// 页码 | ||
///</summary> | ||
public int? PageNumber{ get; set; } | ||
///<summary> | ||
/// 分页大小 | ||
///</summary> | ||
public int? PageSize{ get; set; } | ||
///<summary> | ||
/// 地域编码. 基础防护已支持华北-北京, 华东-宿迁, 华东-上海, 华南-广州 | ||
/// | ||
///Required:true | ||
///</summary> | ||
[Required] | ||
public override string RegionId{ get; set; } | ||
} | ||
} |
Oops, something went wrong.