tencentcloud-sdk-nodejs-tcbr 4.1.158 → 4.1.159
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
|
@@ -399,19 +399,19 @@ export interface VersionPodInstance {
|
|
|
399
399
|
*/
|
|
400
400
|
export interface DescribeVersionDetailRequest {
|
|
401
401
|
/**
|
|
402
|
-
*
|
|
402
|
+
* <p>环境Id</p>
|
|
403
403
|
*/
|
|
404
404
|
EnvId: string;
|
|
405
405
|
/**
|
|
406
|
-
*
|
|
406
|
+
* <p>服务名</p>
|
|
407
407
|
*/
|
|
408
408
|
ServerName: string;
|
|
409
409
|
/**
|
|
410
|
-
*
|
|
410
|
+
* <p>版本名</p>
|
|
411
411
|
*/
|
|
412
412
|
VersionName: string;
|
|
413
413
|
/**
|
|
414
|
-
* channel
|
|
414
|
+
* <p>channel</p>
|
|
415
415
|
*/
|
|
416
416
|
Channel?: string;
|
|
417
417
|
}
|
|
@@ -1729,81 +1729,86 @@ export interface UpdateCloudRunServerResponse {
|
|
|
1729
1729
|
*/
|
|
1730
1730
|
export interface DescribeVersionDetailResponse {
|
|
1731
1731
|
/**
|
|
1732
|
-
*
|
|
1732
|
+
* <p>版本名</p>
|
|
1733
1733
|
*/
|
|
1734
1734
|
Name?: string;
|
|
1735
1735
|
/**
|
|
1736
|
-
*
|
|
1736
|
+
* <p>端口号</p>
|
|
1737
1737
|
*/
|
|
1738
1738
|
Port?: number;
|
|
1739
1739
|
/**
|
|
1740
|
-
* cpu
|
|
1740
|
+
* <p>cpu 规格</p>
|
|
1741
1741
|
*/
|
|
1742
1742
|
Cpu?: number;
|
|
1743
1743
|
/**
|
|
1744
|
-
* mem
|
|
1744
|
+
* <p>mem 规格</p>
|
|
1745
1745
|
*/
|
|
1746
1746
|
Mem?: number;
|
|
1747
1747
|
/**
|
|
1748
|
-
*
|
|
1748
|
+
* <p>最小副本数</p>
|
|
1749
1749
|
*/
|
|
1750
1750
|
MinNum?: number;
|
|
1751
1751
|
/**
|
|
1752
|
-
*
|
|
1752
|
+
* <p>最大副本数</p>
|
|
1753
1753
|
*/
|
|
1754
1754
|
MaxNum?: number;
|
|
1755
1755
|
/**
|
|
1756
|
-
*
|
|
1756
|
+
* <p>扩缩容策略</p>
|
|
1757
1757
|
*/
|
|
1758
1758
|
PolicyDetails?: Array<HpaPolicy>;
|
|
1759
1759
|
/**
|
|
1760
|
-
* Dockerfile path
|
|
1760
|
+
* <p>Dockerfile path</p>
|
|
1761
1761
|
*/
|
|
1762
1762
|
Dockerfile?: string;
|
|
1763
1763
|
/**
|
|
1764
|
-
*
|
|
1764
|
+
* <p>目标目录</p>
|
|
1765
1765
|
*/
|
|
1766
1766
|
BuildDir?: string;
|
|
1767
1767
|
/**
|
|
1768
|
-
*
|
|
1768
|
+
* <p>环境变量</p>
|
|
1769
1769
|
*/
|
|
1770
1770
|
EnvParams?: string;
|
|
1771
1771
|
/**
|
|
1772
|
-
*
|
|
1772
|
+
* <p>状态</p>
|
|
1773
1773
|
*/
|
|
1774
1774
|
Status?: string;
|
|
1775
1775
|
/**
|
|
1776
|
-
*
|
|
1776
|
+
* <p>创建时间</p>
|
|
1777
1777
|
*/
|
|
1778
1778
|
CreatedTime?: string;
|
|
1779
1779
|
/**
|
|
1780
|
-
*
|
|
1780
|
+
* <p>更新时间</p>
|
|
1781
1781
|
*/
|
|
1782
1782
|
UpdatedTime?: string;
|
|
1783
1783
|
/**
|
|
1784
|
-
*
|
|
1784
|
+
* <p>日志采集路径</p>
|
|
1785
1785
|
*/
|
|
1786
1786
|
LogPath?: string;
|
|
1787
1787
|
/**
|
|
1788
|
-
* entryPoint
|
|
1788
|
+
* <p>entryPoint</p>
|
|
1789
1789
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1790
1790
|
*/
|
|
1791
1791
|
EntryPoint?: string;
|
|
1792
1792
|
/**
|
|
1793
|
-
* Cmd
|
|
1793
|
+
* <p>Cmd</p>
|
|
1794
1794
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1795
1795
|
*/
|
|
1796
1796
|
Cmd?: string;
|
|
1797
1797
|
/**
|
|
1798
|
-
* vpc conf
|
|
1798
|
+
* <p>vpc conf</p>
|
|
1799
1799
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1800
1800
|
*/
|
|
1801
1801
|
VpcConf?: VpcConf;
|
|
1802
1802
|
/**
|
|
1803
|
-
* volume conf
|
|
1803
|
+
* <p>volume conf</p>
|
|
1804
1804
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1805
1805
|
*/
|
|
1806
1806
|
VolumesConf?: Array<VolumeConf>;
|
|
1807
|
+
/**
|
|
1808
|
+
* <p>buildpack 信息</p>
|
|
1809
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1810
|
+
*/
|
|
1811
|
+
BuildPacks?: BuildPacksInfo;
|
|
1807
1812
|
/**
|
|
1808
1813
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1809
1814
|
*/
|