@@ -162,6 +162,7 @@ import { DeletePoolResponse } from './model/DeletePoolResponse';
162
162
import { DeleteSecurityPolicyRequest } from './model/DeleteSecurityPolicyRequest' ;
163
163
import { DeleteSecurityPolicyResponse } from './model/DeleteSecurityPolicyResponse' ;
164
164
import { EipInfo } from './model/EipInfo' ;
165
+ import { Extension } from './model/Extension' ;
165
166
import { FeatureConfig } from './model/FeatureConfig' ;
166
167
import { FixtedResponseConfig } from './model/FixtedResponseConfig' ;
167
168
import { Flavor } from './model/Flavor' ;
@@ -254,6 +255,7 @@ import { PreoccupyIp } from './model/PreoccupyIp';
254
255
import { PrepaidChangeChargeModeOption } from './model/PrepaidChangeChargeModeOption' ;
255
256
import { PrepaidCreateOption } from './model/PrepaidCreateOption' ;
256
257
import { PrepaidUpdateOption } from './model/PrepaidUpdateOption' ;
258
+ import { ProxyProtocolExtension } from './model/ProxyProtocolExtension' ;
257
259
import { PublicIpInfo } from './model/PublicIpInfo' ;
258
260
import { QuicCidHashStrategy } from './model/QuicCidHashStrategy' ;
259
261
import { Quota } from './model/Quota' ;
@@ -744,7 +746,7 @@ export class ElbClient {
744
746
}
745
747
746
748
/**
747
- * 创建云日志。[荷兰region不支持云日志功能,请勿使用。](tag:dt)
749
+ * 创建云日志。
748
750
*
749
751
* Please refer to HUAWEI cloud API Explorer for details.
750
752
*
@@ -1018,7 +1020,7 @@ export class ElbClient {
1018
1020
}
1019
1021
1020
1022
/**
1021
- * 删除云日志。[荷兰region不支持云日志功能,请勿使用。](tag:dt)
1023
+ * 删除云日志。
1022
1024
*
1023
1025
* Please refer to HUAWEI cloud API Explorer for details.
1024
1026
*
@@ -1062,7 +1064,7 @@ export class ElbClient {
1062
1064
*
1063
1065
* @summary 删除后端服务器
1064
1066
* @param {string } poolId 参数解释:后端服务器组ID。
1065
- * @param {string } memberId 后端服务器ID。 >说明: 此处并非ECS服务器的ID,而是ELB为绑定的后端服务器自动生成的member ID。 member ID可以通过[查询后端服务器列表](ListMembers.xml)获取。
1067
+ * @param {string } memberId 后端服务器ID。 > 此处并非ECS服务器的ID,而是ELB为绑定的后端服务器自动生成的member ID。 member ID可以通过[查询后端服务器列表](ListMembers.xml)获取。
1066
1068
* @param {* } [options] Override http request option.
1067
1069
* @throws {RequiredError }
1068
1070
*/
@@ -1314,6 +1316,9 @@ export class ElbClient {
1314
1316
* Please refer to HUAWEI cloud API Explorer for details.
1315
1317
*
1316
1318
* @summary 查询异步任务的job列表
1319
+ * @param {number } [limit] 参数解释:每页返回的个数。 取值范围:0-2000 默认取值:2000
1320
+ * @param {string } [marker] 上一页最后一条记录的ID。 使用说明: - 必须与limit一起使用。 - 不指定时表示查询第一页。 - 该字段不允许为空或无效的ID。
1321
+ * @param {boolean } [pageReverse] 是否反向查询。 取值: - true:查询上一页。 - false:查询下一页,默认。 使用说明: - 必须与limit一起使用。 - 当page_reverse=true时,若要查询上一页,marker取值为当前页返回值的previous_marker
1317
1322
* @param {string } [jobId] 参数解释:任务ID。
1318
1323
* @param {string } [jobType] 参数解释:任务类型。
1319
1324
* @param {string } [status] 参数解释:任务状态。 取值范围:INIT,RUNNING,FAIL,SUCCESS,ROLLBACKING,COMPLETE,ROLLBACK_FAIL,CANCEL
@@ -1520,7 +1525,7 @@ export class ElbClient {
1520
1525
}
1521
1526
1522
1527
/**
1523
- * 查询云日志列表。[荷兰region不支持云日志功能,请勿使用。](tag:dt)
1528
+ * 查询云日志列表。
1524
1529
*
1525
1530
* Please refer to HUAWEI cloud API Explorer for details.
1526
1531
*
@@ -1592,7 +1597,7 @@ export class ElbClient {
1592
1597
* @param {string } [marker] 上一页最后一条记录的ID。 使用说明: - 必须与limit一起使用。 - 不指定时表示查询第一页。 - 该字段不允许为空或无效的ID。
1593
1598
* @param {number } [limit] 参数解释:每页返回的个数。 取值范围:0-2000 默认取值:2000
1594
1599
* @param {boolean } [pageReverse] 是否反向查询。 取值: - true:查询上一页。 - false:查询下一页,默认。 使用说明: - 必须与limit一起使用。 - 当page_reverse=true时,若要查询上一页,marker取值为当前页返回值的previous_marker。
1595
- * @param {Array<string> } [name] 后端服务器名称。 支持多值查询,查询条件格式:*name=xxx&name=xxx*。
1600
+ * @param {Array<string> } [name] 后端服务器名称。注意:该名称并非ECS名称。 支持多值查询,查询条件格式:*name=xxx&name=xxx*。
1596
1601
* @param {Array<number> } [weight] 后端服务器的权重,请求将根据pool配置的负载均衡算法和后端服务器的权重进行负载分发。 权重值越大,分发的请求越多。权重为0的后端不再接受新的请求。 取值:0-100。 支持多值查询,查询条件格式:*weight=xxx&weight=xxx*。
1597
1602
* @param {boolean } [adminStateUp] 后端服务器的管理状态。 取值:true、false。 虽然创建、更新请求支持该字段,但实际取值决定于后端服务器对应的弹性云服务器是否存在。若存在,该值为true,否则,该值为false。
1598
1603
* @param {Array<string> } [subnetCidrId] 后端服务器所在子网的IPv4子网ID或IPv6子网ID。 支持多值查询,查询条件格式:***subnet_cidr_id=xxx&subnet_cidr_id=xxx*。 [不支持IPv6,请勿设置为IPv6子网ID。](tag:dt)
@@ -1667,7 +1672,7 @@ export class ElbClient {
1667
1672
* Please refer to HUAWEI cloud API Explorer for details.
1668
1673
*
1669
1674
* @summary 查询配额使用详情
1670
- * @param {Array<string> } [quotaKey] 资源类型。 取值: loadbalancer、listener、ipgroup、pool、member、healthmonitor、l7policy、certificate、security_policy、listeners_per_loadbalancer、listeners_per_pool、members_per_pool、condition_per_policy、ipgroup_bindings、ipgroup_max_length、ipgroups_per_listener、pools_per_l7policy、l7policies_per_listener。 支持多值查询,查询条件格式:quota_key=xxx&quota_key=xxx。
1675
+ * @param {Array<string> } [quotaKey] 资源类型。 取值: loadbalancer、listener、ipgroup、pool、member、healthmonitor、l7policy、certificate、security_policy、listeners_per_loadbalancer、listeners_per_pool、members_per_pool、condition_per_policy、ipgroup_bindings、ipgroup_max_length、ipgroups_per_listener、pools_per_l7policy、l7policies_per_listener、free_instance_members_per_pool、free_instance_listeners_per_loadbalancer 。 支持多值查询,查询条件格式:quota_key=xxx&quota_key=xxx。
1671
1676
* @param {* } [options] Override http request option.
1672
1677
* @throws {RequiredError }
1673
1678
*/
@@ -1920,7 +1925,7 @@ export class ElbClient {
1920
1925
}
1921
1926
1922
1927
/**
1923
- * 云日志详情。[荷兰region不支持云日志功能,请勿使用。](tag:dt)
1928
+ * 云日志详情。
1924
1929
*
1925
1930
* Please refer to HUAWEI cloud API Explorer for details.
1926
1931
*
@@ -1964,7 +1969,7 @@ export class ElbClient {
1964
1969
*
1965
1970
* @summary 查询后端服务器详情
1966
1971
* @param {string } poolId 参数解释:后端服务器组ID。
1967
- * @param {string } memberId 后端服务器ID。 >说明: 此处并非ECS服务器的ID,而是ELB为绑定的后端服务器自动生成的member ID。
1972
+ * @param {string } memberId 后端服务器ID。 > 此处并非ECS服务器的ID,而是ELB为绑定的后端服务器自动生成的member ID。
1968
1973
* @param {* } [options] Override http request option.
1969
1974
* @throws {RequiredError }
1970
1975
*/
@@ -2155,7 +2160,7 @@ export class ElbClient {
2155
2160
}
2156
2161
2157
2162
/**
2158
- * 更新云日志。[荷兰region不支持云日志功能,请勿使用。](tag:dt)
2163
+ * 更新云日志。
2159
2164
*
2160
2165
* Please refer to HUAWEI cloud API Explorer for details.
2161
2166
*
@@ -2180,7 +2185,7 @@ export class ElbClient {
2180
2185
* Please refer to HUAWEI cloud API Explorer for details.
2181
2186
*
2182
2187
* @summary 更新后端服务器
2183
- * @param {string } memberId 后端服务器ID。 >说明: 此处并非ECS服务器的ID,而是ELB为绑定的后端服务器自动生成的member ID。
2188
+ * @param {string } memberId 后端服务器ID。 > 此处并非ECS服务器的ID,而是ELB为绑定的后端服务器自动生成的member ID。
2184
2189
* @param {string } poolId 参数解释:后端服务器组ID。
2185
2190
* @param {UpdateMemberRequestBody } updateMemberRequestBody This is a auto create Body Object
2186
2191
* @param {* } [options] Override http request option.
@@ -3189,7 +3194,7 @@ export const ParamCreater = function () {
3189
3194
} ,
3190
3195
3191
3196
/**
3192
- * 创建云日志。[荷兰region不支持云日志功能,请勿使用。](tag:dt)
3197
+ * 创建云日志。
3193
3198
*
3194
3199
* Please refer to HUAWEI cloud API Explorer for details.
3195
3200
*/
@@ -3741,7 +3746,7 @@ export const ParamCreater = function () {
3741
3746
} ,
3742
3747
3743
3748
/**
3744
- * 删除云日志。[荷兰region不支持云日志功能,请勿使用。](tag:dt)
3749
+ * 删除云日志。
3745
3750
*
3746
3751
* Please refer to HUAWEI cloud API Explorer for details.
3747
3752
*/
@@ -4582,6 +4587,12 @@ export const ParamCreater = function () {
4582
4587
const localVarHeaderParameter = { } as any ;
4583
4588
const localVarQueryParameter = { } as any ;
4584
4589
4590
+ let limit ;
4591
+
4592
+ let marker ;
4593
+
4594
+ let pageReverse ;
4595
+
4585
4596
let jobId ;
4586
4597
4587
4598
let jobType ;
@@ -4596,13 +4607,19 @@ export const ParamCreater = function () {
4596
4607
4597
4608
if ( listJobsRequest !== null && listJobsRequest !== undefined ) {
4598
4609
if ( listJobsRequest instanceof ListJobsRequest ) {
4610
+ limit = listJobsRequest . limit ;
4611
+ marker = listJobsRequest . marker ;
4612
+ pageReverse = listJobsRequest . pageReverse ;
4599
4613
jobId = listJobsRequest . jobId ;
4600
4614
jobType = listJobsRequest . jobType ;
4601
4615
status = listJobsRequest . status ;
4602
4616
errorCode = listJobsRequest . errorCode ;
4603
4617
resourceId = listJobsRequest . resourceId ;
4604
4618
beginTime = listJobsRequest . beginTime ;
4605
4619
} else {
4620
+ limit = listJobsRequest [ 'limit' ] ;
4621
+ marker = listJobsRequest [ 'marker' ] ;
4622
+ pageReverse = listJobsRequest [ 'page_reverse' ] ;
4606
4623
jobId = listJobsRequest [ 'job_id' ] ;
4607
4624
jobType = listJobsRequest [ 'job_type' ] ;
4608
4625
status = listJobsRequest [ 'status' ] ;
@@ -4613,6 +4630,15 @@ export const ParamCreater = function () {
4613
4630
}
4614
4631
4615
4632
4633
+ if ( limit !== null && limit !== undefined ) {
4634
+ localVarQueryParameter [ 'limit' ] = limit ;
4635
+ }
4636
+ if ( marker !== null && marker !== undefined ) {
4637
+ localVarQueryParameter [ 'marker' ] = marker ;
4638
+ }
4639
+ if ( pageReverse !== null && pageReverse !== undefined ) {
4640
+ localVarQueryParameter [ 'page_reverse' ] = pageReverse ;
4641
+ }
4616
4642
if ( jobId !== null && jobId !== undefined ) {
4617
4643
localVarQueryParameter [ 'job_id' ] = jobId ;
4618
4644
}
@@ -5468,7 +5494,7 @@ export const ParamCreater = function () {
5468
5494
} ,
5469
5495
5470
5496
/**
5471
- * 查询云日志列表。[荷兰region不支持云日志功能,请勿使用。](tag:dt)
5497
+ * 查询云日志列表。
5472
5498
*
5473
5499
* Please refer to HUAWEI cloud API Explorer for details.
5474
5500
*/
@@ -6589,7 +6615,7 @@ export const ParamCreater = function () {
6589
6615
} ,
6590
6616
6591
6617
/**
6592
- * 云日志详情。[荷兰region不支持云日志功能,请勿使用。](tag:dt)
6618
+ * 云日志详情。
6593
6619
*
6594
6620
* Please refer to HUAWEI cloud API Explorer for details.
6595
6621
*/
@@ -7085,7 +7111,7 @@ export const ParamCreater = function () {
7085
7111
} ,
7086
7112
7087
7113
/**
7088
- * 更新云日志。[荷兰region不支持云日志功能,请勿使用。](tag:dt)
7114
+ * 更新云日志。
7089
7115
*
7090
7116
* Please refer to HUAWEI cloud API Explorer for details.
7091
7117
*/
0 commit comments