tencentcloud-sdk-nodejs-gwlb 4.1.23 → 4.1.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -185,32 +185,26 @@ export interface TargetGroupBackend {
|
|
|
185
185
|
Weight?: number;
|
|
186
186
|
/**
|
|
187
187
|
* 后端服务的外网 IP
|
|
188
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
189
188
|
*/
|
|
190
189
|
PublicIpAddresses?: Array<string>;
|
|
191
190
|
/**
|
|
192
191
|
* 后端服务的内网 IP
|
|
193
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
194
192
|
*/
|
|
195
193
|
PrivateIpAddresses?: Array<string>;
|
|
196
194
|
/**
|
|
197
195
|
* 后端服务的实例名称
|
|
198
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
199
196
|
*/
|
|
200
197
|
InstanceName?: string;
|
|
201
198
|
/**
|
|
202
199
|
* 后端服务被绑定的时间
|
|
203
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
204
200
|
*/
|
|
205
201
|
RegisteredTime?: string;
|
|
206
202
|
/**
|
|
207
203
|
* 弹性网卡唯一ID
|
|
208
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
209
204
|
*/
|
|
210
205
|
EniId?: string;
|
|
211
206
|
/**
|
|
212
207
|
* 后端服务的可用区ID
|
|
213
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
214
208
|
*/
|
|
215
209
|
ZoneId?: number;
|
|
216
210
|
}
|
|
@@ -279,12 +273,10 @@ export interface DeleteTargetGroupsResponse {
|
|
|
279
273
|
export interface Price {
|
|
280
274
|
/**
|
|
281
275
|
* 描述了实例价格。
|
|
282
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
283
276
|
*/
|
|
284
277
|
InstancePrice?: ItemPrice;
|
|
285
278
|
/**
|
|
286
279
|
* 描述了GLCU的价格。
|
|
287
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
288
280
|
*/
|
|
289
281
|
LcuPrice?: ItemPrice;
|
|
290
282
|
}
|
|
@@ -652,12 +644,10 @@ export interface CreateGatewayLoadBalancerResponse {
|
|
|
652
644
|
/**
|
|
653
645
|
* 由网关负载均衡实例唯一 ID 组成的数组。
|
|
654
646
|
存在某些场景,如创建出现延迟时,此字段可能返回为空;此时可以根据接口返回的RequestId或DealName参数,通过[DescribeTaskStatus](https://cloud.tencent.com/document/api/1782/111700)接口查询创建的资源ID。
|
|
655
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
656
647
|
*/
|
|
657
648
|
LoadBalancerIds?: Array<string>;
|
|
658
649
|
/**
|
|
659
650
|
* 订单号。
|
|
660
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
661
651
|
*/
|
|
662
652
|
DealName?: string;
|
|
663
653
|
/**
|
|
@@ -710,12 +700,10 @@ export interface DeleteTargetGroupsRequest {
|
|
|
710
700
|
export interface ItemPrice {
|
|
711
701
|
/**
|
|
712
702
|
* 后付费单价,单位:元。
|
|
713
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
714
703
|
*/
|
|
715
704
|
UnitPrice?: number;
|
|
716
705
|
/**
|
|
717
706
|
* 后付费计价单元,可取值范围: HOUR:表示计价单元是按每小时来计算。当前涉及该计价单元的场景有:实例按小时后付费(POSTPAID_BY_HOUR)。
|
|
718
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
719
707
|
*/
|
|
720
708
|
ChargeUnit?: string;
|
|
721
709
|
/**
|
|
@@ -730,12 +718,10 @@ export interface ItemPrice {
|
|
|
730
718
|
DiscountPrice?: number;
|
|
731
719
|
/**
|
|
732
720
|
* 后付费的折扣单价,单位:元。
|
|
733
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
734
721
|
*/
|
|
735
722
|
UnitPriceDiscount?: number;
|
|
736
723
|
/**
|
|
737
724
|
* 折扣,如20.0代表2折。
|
|
738
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
739
725
|
*/
|
|
740
726
|
Discount?: number;
|
|
741
727
|
}
|