tencentcloud-sdk-nodejs-tcbr 4.1.20 → 4.1.21
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
|
@@ -596,6 +596,10 @@ export interface ServerBaseConfig {
|
|
|
596
596
|
* 内网访问开关 close | open
|
|
597
597
|
*/
|
|
598
598
|
InternalAccess?: string;
|
|
599
|
+
/**
|
|
600
|
+
* 内网域名
|
|
601
|
+
*/
|
|
602
|
+
InternalDomain?: string;
|
|
599
603
|
}
|
|
600
604
|
/**
|
|
601
605
|
* DescribeCloudRunServerDetail返回参数结构体
|
|
@@ -712,6 +716,10 @@ export interface ServerBaseInfo {
|
|
|
712
716
|
* 服务类型: function 云函数2.0;container 容器服务
|
|
713
717
|
*/
|
|
714
718
|
ServerType?: string;
|
|
719
|
+
/**
|
|
720
|
+
* 流量类型,目前只有 FLOW
|
|
721
|
+
*/
|
|
722
|
+
TrafficType?: string;
|
|
715
723
|
}
|
|
716
724
|
/**
|
|
717
725
|
* 环境信息
|