tencentcloud-sdk-nodejs-tsf 4.1.288 → 4.1.299

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-tsf",
3
- "version": "4.1.288",
3
+ "version": "4.1.299",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1903,7 +1903,7 @@ export interface VmGroup {
1903
1903
  */
1904
1904
  ApplicationType?: string;
1905
1905
  /**
1906
- * <p>部署组资源类型</p>
1906
+ * <p>部署组资源类型</p><p>枚举值:</p><ul><li>GW: 网关</li><li>DEF: 普通业务部署组</li><li>SVL: Serverless</li></ul>
1907
1907
  */
1908
1908
  GroupResourceType?: string;
1909
1909
  /**
@@ -2009,6 +2009,122 @@ export interface VmGroup {
2009
2009
  * <p>是否自动重启</p>
2010
2010
  */
2011
2011
  LivenessAutoRestart?: boolean;
2012
+ /**
2013
+ * <p>Mesh Sidecar 数据面版本通道</p><p>枚举值:</p><ul><li>stable: 稳定版</li><li>release: 最新版</li></ul>
2014
+ */
2015
+ MeshSidecarVersion?: string;
2016
+ /**
2017
+ * <p>业务日志配置 ID 列表</p>
2018
+ */
2019
+ BusinessLogConfigIdList?: string;
2020
+ /**
2021
+ * <p>业务系统 ID</p>
2022
+ */
2023
+ BusinessLogDeliveryConfigIdList?: string;
2024
+ /**
2025
+ * <p>String型普通说明场景</p>
2026
+ */
2027
+ BusinessSystemId?: string;
2028
+ /**
2029
+ * <p>业务系统名称</p>
2030
+ */
2031
+ BusinessSystemName?: string;
2032
+ /**
2033
+ * <p>CLS 机器组 ID</p>
2034
+ */
2035
+ ClsMachineGroupId?: string;
2036
+ /**
2037
+ * <p>是否开启服务治理</p>
2038
+ */
2039
+ EnableGovernance?: boolean;
2040
+ /**
2041
+ * <p>是否开启可观测</p>
2042
+ */
2043
+ EnableTelemetry?: boolean;
2044
+ /**
2045
+ * <p>是否开启 OT Agent</p>
2046
+ */
2047
+ EnableTelemetryAgent?: boolean;
2048
+ /**
2049
+ * <p>是否开启单元化</p>
2050
+ */
2051
+ EnabledUnit?: boolean;
2052
+ /**
2053
+ * <p>独享注册中心/配置中心实例列表</p>
2054
+ */
2055
+ ExclusiveInstances?: Array<ExclusiveInstance>;
2056
+ /**
2057
+ * <p>框架接入类型</p>
2058
+ */
2059
+ FrameworkType?: string;
2060
+ /**
2061
+ * <p>服务治理实例模式</p>
2062
+ */
2063
+ GovernanceType?: string;
2064
+ /**
2065
+ * <p>部署组关联实例 ID 列表</p>
2066
+ */
2067
+ InstanceIdList?: Array<string>;
2068
+ /**
2069
+ * <p>部署组是否处于停止状态</p>
2070
+ */
2071
+ IsStop?: string;
2072
+ /**
2073
+ * <p>K8s 命名空间名称</p>
2074
+ */
2075
+ K8sNamespaceName?: string;
2076
+ /**
2077
+ * <p>请求语言</p>
2078
+ */
2079
+ Language?: string;
2080
+ /**
2081
+ * <p>微服务子类型</p>
2082
+ */
2083
+ MicroserviceSubType?: string;
2084
+ /**
2085
+ * <p>非侵入接入子类型</p>
2086
+ */
2087
+ NonInvasiveType?: string;
2088
+ /**
2089
+ * <p>预停止脚本内容</p>
2090
+ */
2091
+ PreStopScript?: string;
2092
+ /**
2093
+ * <p>实际使用的 K8s 命名空间名称</p>
2094
+ */
2095
+ RealNamespaceName?: string;
2096
+ /**
2097
+ * <p>Mesh 服务端口与健康检查配置列表</p>
2098
+ */
2099
+ ServiceConfigList?: Array<ServiceConfig>;
2100
+ /**
2101
+ * <p>服务治理配置聚合对象</p>
2102
+ */
2103
+ ServiceGovernanceConfig?: ServiceGovernanceConfig;
2104
+ /**
2105
+ * <p>部署组标签列表</p>
2106
+ */
2107
+ Tags?: Array<Tag>;
2108
+ /**
2109
+ * <p>Tapm OT Agent 版本</p>
2110
+ */
2111
+ TapmOtAgentVersion?: string;
2112
+ /**
2113
+ * <p>单元环境类型</p>
2114
+ */
2115
+ UnitEnvType?: string;
2116
+ /**
2117
+ * <p>单元 ID</p>
2118
+ */
2119
+ UnitId?: string;
2120
+ /**
2121
+ * <p>单元类型</p>
2122
+ */
2123
+ UnitName?: string;
2124
+ /**
2125
+ * <p>部署组资源类型</p>
2126
+ */
2127
+ UnitType?: string;
2012
2128
  }
2013
2129
  /**
2014
2130
  * DescribeResourceConfig返回参数结构体