tencentcloud-sdk-nodejs-ga2 4.1.207 → 4.1.235
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
|
@@ -33,7 +33,7 @@ export interface DescribeListenersResponse {
|
|
|
33
33
|
*/
|
|
34
34
|
export interface ModifyListenerResponse {
|
|
35
35
|
/**
|
|
36
|
-
*
|
|
36
|
+
* <p>任务ID。</p>
|
|
37
37
|
*/
|
|
38
38
|
TaskId?: string;
|
|
39
39
|
/**
|
|
@@ -509,19 +509,19 @@ export interface DeleteGlobalAcceleratorRequest {
|
|
|
509
509
|
*/
|
|
510
510
|
export interface EndpointConfigurations {
|
|
511
511
|
/**
|
|
512
|
-
*
|
|
512
|
+
* <p>域名类型。可选值'Domain', 'PublicIp'。</p>
|
|
513
513
|
*/
|
|
514
514
|
EndpointType: string;
|
|
515
515
|
/**
|
|
516
|
-
*
|
|
516
|
+
* <p>域名。</p>
|
|
517
517
|
*/
|
|
518
518
|
EndpointService: string;
|
|
519
519
|
/**
|
|
520
|
-
*
|
|
520
|
+
* <p>权重。</p>
|
|
521
521
|
*/
|
|
522
522
|
Weight: number;
|
|
523
523
|
/**
|
|
524
|
-
*
|
|
524
|
+
* <p>健康检查状态;HEALTH:健康;UNHEALTH:不健康。</p>
|
|
525
525
|
*/
|
|
526
526
|
HealthCheckStatus?: string;
|
|
527
527
|
}
|
|
@@ -663,59 +663,59 @@ export interface ModifyForwardingRuleRequest {
|
|
|
663
663
|
*/
|
|
664
664
|
export interface ModifyListenerRequest {
|
|
665
665
|
/**
|
|
666
|
-
*
|
|
666
|
+
* <p>全球加速实例ID。</p>
|
|
667
667
|
*/
|
|
668
668
|
GlobalAcceleratorId: string;
|
|
669
669
|
/**
|
|
670
|
-
*
|
|
670
|
+
* <p>监听器ID。</p>
|
|
671
671
|
*/
|
|
672
672
|
ListenerId: string;
|
|
673
673
|
/**
|
|
674
|
-
*
|
|
674
|
+
* <p>名称,最大长度不能超过60个字节。</p>
|
|
675
675
|
*/
|
|
676
676
|
Name?: string;
|
|
677
677
|
/**
|
|
678
|
-
*
|
|
678
|
+
* <p>描述信息,最大长度不能超过100个字节。</p>
|
|
679
679
|
*/
|
|
680
680
|
Description?: string;
|
|
681
681
|
/**
|
|
682
|
-
*
|
|
682
|
+
* <p>连接空闲等待时间。</p>
|
|
683
683
|
*/
|
|
684
684
|
IdleTimeout?: number;
|
|
685
685
|
/**
|
|
686
|
-
*
|
|
686
|
+
* <p>是否开启会话保持。</p>
|
|
687
687
|
*/
|
|
688
688
|
ClientAffinity?: string;
|
|
689
689
|
/**
|
|
690
|
-
*
|
|
690
|
+
* <p>会话保持时间。</p>
|
|
691
691
|
*/
|
|
692
692
|
ClientAffinityTime?: number;
|
|
693
693
|
/**
|
|
694
|
-
*
|
|
694
|
+
* <p>请求超时时间。</p>
|
|
695
695
|
*/
|
|
696
696
|
RequestTimeout?: number;
|
|
697
697
|
/**
|
|
698
|
-
*
|
|
698
|
+
* <p>是否打开七层获取源IP方式。</p>
|
|
699
699
|
*/
|
|
700
700
|
XForwardedForRealIp?: boolean;
|
|
701
701
|
/**
|
|
702
|
-
*
|
|
702
|
+
* <p>解析方式。UNIDIRECTIONAL:双向。MUTUAL:单向。</p>
|
|
703
703
|
*/
|
|
704
704
|
CertificationType?: string;
|
|
705
705
|
/**
|
|
706
|
-
*
|
|
706
|
+
* <p>加密算法套件。</p>
|
|
707
707
|
*/
|
|
708
708
|
CipherPolicyId?: string;
|
|
709
709
|
/**
|
|
710
|
-
*
|
|
710
|
+
* <p>服务器证书。</p>
|
|
711
711
|
*/
|
|
712
712
|
ServerCertificates?: Array<string>;
|
|
713
713
|
/**
|
|
714
|
-
*
|
|
714
|
+
* <p>客户端证书。</p>
|
|
715
715
|
*/
|
|
716
716
|
ClientCaCertificates?: Array<string>;
|
|
717
717
|
/**
|
|
718
|
-
*
|
|
718
|
+
* <p>四层获取源IP方式。</p>
|
|
719
719
|
*/
|
|
720
720
|
GetRealIpType?: string;
|
|
721
721
|
}
|