tencentcloud-sdk-nodejs-tcb 4.1.231 → 4.1.232
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
|
@@ -1723,7 +1723,7 @@ export interface FunctionInfo {
|
|
|
1723
1723
|
*/
|
|
1724
1724
|
export interface CreateEnvResponse {
|
|
1725
1725
|
/**
|
|
1726
|
-
*
|
|
1726
|
+
* <p>自动生成的环境ID</p>
|
|
1727
1727
|
*/
|
|
1728
1728
|
EnvId?: string;
|
|
1729
1729
|
/**
|
|
@@ -4869,55 +4869,41 @@ export interface Tag {
|
|
|
4869
4869
|
*/
|
|
4870
4870
|
export interface CreateEnvRequest {
|
|
4871
4871
|
/**
|
|
4872
|
-
*
|
|
4873
|
-
|
|
4874
|
-
### 格式要求
|
|
4875
|
-
- 可选字符: 小写字母(a~z)、数字、减号(-)
|
|
4876
|
-
- 不能以 减号(-) 开头或结尾
|
|
4877
|
-
- 不能有连个连续的 减号(-)
|
|
4878
|
-
- 长度不超过20位
|
|
4879
|
-
示例值:cloud
|
|
4872
|
+
* <p>环境别名。</p><h3 id=".E6.A0.BC.E5.BC.8F.E8.A6.81.E6.B1.82">格式要求</h3><ul><li>可选字符: 小写字母(a~z)、数字、减号(-)</li><li>不能以 减号(-) 开头或结尾</li><li>不能有连个连续的 减号(-)</li><li>长度不超过20位<br>示例值:cloud</li></ul>
|
|
4880
4873
|
*/
|
|
4881
4874
|
Alias: string;
|
|
4882
4875
|
/**
|
|
4883
|
-
*
|
|
4884
|
-
对于云开发环境套餐,可通过 [DescribeBaasPackageList](https://cloud.tencent.com/document/product/876/78167) 接口获取,对应其出参的PackageName。
|
|
4876
|
+
* <p>云开发环境套餐Id。<br>对于云开发环境套餐,可通过 <a href="https://cloud.tencent.com/document/product/876/78167">DescribeBaasPackageList</a> 接口获取,对应其出参的PackageName。</p>
|
|
4885
4877
|
*/
|
|
4886
4878
|
PackageId: string;
|
|
4887
4879
|
/**
|
|
4888
|
-
*
|
|
4889
|
-
可取值以及含义:
|
|
4890
|
-
- flexdb : 表示文档型数据库
|
|
4891
|
-
- storage : 表示云存储
|
|
4892
|
-
- function : 表示云函数
|
|
4893
|
-
|
|
4894
|
-
**该字段不可为空**
|
|
4880
|
+
* <p>资源类型。代表新购环境时需要发货哪些资源。<br>可取值以及含义:</p><ul><li>flexdb : 表示文档型数据库</li><li>storage : 表示云存储</li><li>function : 表示云函数</li><li>postgresql:表示postgresql数据库</li></ul><p><strong>该字段不可为空</strong></p>
|
|
4895
4881
|
*/
|
|
4896
4882
|
Resources: Array<string>;
|
|
4897
4883
|
/**
|
|
4898
|
-
*
|
|
4899
|
-
默认值为1,即1个月。
|
|
4884
|
+
* <p>购买实例的时长,单位:月。取值范围:1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 24。<br>默认值为1,即1个月。</p>
|
|
4900
4885
|
*/
|
|
4901
4886
|
Period?: number;
|
|
4902
4887
|
/**
|
|
4903
|
-
*
|
|
4888
|
+
* <p>是否自动选择代金券支付。</p>
|
|
4904
4889
|
*/
|
|
4905
4890
|
AutoVoucher?: boolean;
|
|
4906
4891
|
/**
|
|
4907
|
-
*
|
|
4908
|
-
可取值通过接口 [tag:DescribeTags](https://cloud.tencent.com/document/product/651/35316) 可获取到。
|
|
4909
|
-
不传或为空则默认不打任何标签。
|
|
4892
|
+
* <p>环境标签。<br>可取值通过接口 <a href="https://cloud.tencent.com/document/product/651/35316">tag:DescribeTags</a> 可获取到。<br>不传或为空则默认不打任何标签。</p>
|
|
4910
4893
|
*/
|
|
4911
4894
|
Tags?: Array<Tag>;
|
|
4912
4895
|
/**
|
|
4913
|
-
*
|
|
4914
|
-
- NOTIFY_AND_AUTO_RENEW:通知过期且自动续费
|
|
4915
|
-
- NOTIFY_AND_MANUAL_RENEW:通知过期不自动续费(需要手动续费,可通过接口 [RenewEnv](https://cloud.tencent.com/document/product/876/128590) 来续费)
|
|
4916
|
-
|
|
4917
|
-
默认取值:NOTIFY_AND_MANUAL_RENEW。
|
|
4918
|
-
若该参数指定为NOTIFY_AND_AUTO_RENEW(即:自动续费),在账户余额充足的情况下,实例到期后将按月自动续费;但如果账户余额不足,将无法自动续费。请留意腾讯云短信和邮件通知。
|
|
4896
|
+
* <p>自动续费标识。取值范围:</p><ul><li>NOTIFY_AND_AUTO_RENEW:通知过期且自动续费</li><li>NOTIFY_AND_MANUAL_RENEW:通知过期不自动续费(需要手动续费,可通过接口 <a href="https://cloud.tencent.com/document/product/876/128590">RenewEnv</a> 来续费)</li></ul><p>默认取值:NOTIFY_AND_MANUAL_RENEW。<br>若该参数指定为NOTIFY_AND_AUTO_RENEW(即:自动续费),在账户余额充足的情况下,实例到期后将按月自动续费;但如果账户余额不足,将无法自动续费。请留意腾讯云短信和邮件通知。</p>
|
|
4919
4897
|
*/
|
|
4920
4898
|
RenewFlag?: string;
|
|
4899
|
+
/**
|
|
4900
|
+
* <p>云存储外部存储源。<br>表示该环境下不再自动分配云存储cos桶,而是由指定的bucket作为该环境的云存储介质。</p><p>仅当 Resources 中包含storage时有效。</p>
|
|
4901
|
+
*/
|
|
4902
|
+
ExternalStorage?: ExternalStorage;
|
|
4903
|
+
/**
|
|
4904
|
+
* <p>开启或关闭 超限转按量。 可取值: TRUE/FALSE (字符串类型) 非法制、不传、为空 则不变更该字段。</p>
|
|
4905
|
+
*/
|
|
4906
|
+
EnableOverrun?: string;
|
|
4921
4907
|
}
|
|
4922
4908
|
/**
|
|
4923
4909
|
* DeleteHTTPServiceRoute请求参数结构体
|