tencentcloud-sdk-nodejs-cfs 4.1.200 → 4.1.204

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-cfs",
3
- "version": "4.1.200",
3
+ "version": "4.1.204",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1535,35 +1535,35 @@ export interface DeleteCfsFileSystemResponse {
1535
1535
  */
1536
1536
  export interface CreateCfsFileSystemResponse {
1537
1537
  /**
1538
- * 文件系统创建时间
1538
+ * <p>文件系统创建时间</p>
1539
1539
  */
1540
1540
  CreationTime?: string;
1541
1541
  /**
1542
- * 用户自定义文件系统名称
1542
+ * <p>用户自定义文件系统名称</p>
1543
1543
  */
1544
1544
  CreationToken?: string;
1545
1545
  /**
1546
- * 文件系统 ID
1546
+ * <p>文件系统 ID</p>
1547
1547
  */
1548
1548
  FileSystemId?: string;
1549
1549
  /**
1550
- * 文件系统状态,可能出现状态包括:“creating” 创建中, “create_failed” 创建失败, “available” 可用, “unserviced” 不可用, “upgrading” 升级中, “deleting” 删除中。
1550
+ * <p>文件系统状态,可能出现状态包括:“creating” 创建中, “create_failed” 创建失败, “available” 可用, “unserviced” 不可用, “upgrading” 升级中, “deleting” 删除中。</p>
1551
1551
  */
1552
1552
  LifeCycleState?: string;
1553
1553
  /**
1554
- * 文件系统已使用容量大小,单位为 Byte
1554
+ * <p>文件系统已使用容量大小,单位为 Byte</p>
1555
1555
  */
1556
1556
  SizeByte?: number;
1557
1557
  /**
1558
- * 可用区 ID
1558
+ * <p>可用区 ID</p>
1559
1559
  */
1560
1560
  ZoneId?: number;
1561
1561
  /**
1562
- * 用户自定义文件系统名称
1562
+ * <p>用户自定义文件系统名称</p>
1563
1563
  */
1564
1564
  FsName?: string;
1565
1565
  /**
1566
- * 文件系统是否加密
1566
+ * <p>文件系统是否加密</p>
1567
1567
  */
1568
1568
  Encrypted?: boolean;
1569
1569
  /**
@@ -2133,89 +2133,83 @@ export interface AvailableRegion {
2133
2133
  */
2134
2134
  export interface CreateCfsFileSystemRequest {
2135
2135
  /**
2136
- * 可用区名称,例如ap-beijing-1,请参考 [概览](https://cloud.tencent.com/document/product/582/13225) 文档中的地域与可用区列表
2136
+ * <p>可用区名称,例如ap-beijing-1,请参考 <a href="https://cloud.tencent.com/document/product/582/13225">概览</a> 文档中的地域与可用区列表</p>
2137
2137
  */
2138
2138
  Zone: string;
2139
2139
  /**
2140
- * 网络类型,可选值为 VPC,CCN;其中 VPC 为私有网络, CCN 为云联网。通用标准型/性能型请选择VPC,Turbo标准型/性能型请选择CCN
2140
+ * <p>网络类型,可选值为 VPC,CCN;其中 VPC 为私有网络, CCN 为云联网。通用标准型/性能型请选择VPC,Turbo标准型/性能型请选择CCN。</p>
2141
2141
  */
2142
2142
  NetInterface: string;
2143
2143
  /**
2144
- * 权限组 ID,pgroupbasic 是默认权限组,通过控制查询权限组列表接口获取[DescribeCfsPGroups](https://cloud.tencent.com/document/product/582/38157)
2144
+ * <p>权限组 ID,pgroupbasic 是默认权限组,通过控制查询权限组列表接口获取<a href="https://cloud.tencent.com/document/product/582/38157">DescribeCfsPGroups</a></p>
2145
2145
  */
2146
2146
  PGroupId: string;
2147
2147
  /**
2148
- * 文件系统协议类型, 值为 NFS、CIFS、TURBO ; 若留空则默认为 NFS协议,turbo系列必须选择TURBO,不支持NFS、CIFS
2148
+ * <p>文件系统协议类型, 值为 NFS、CIFS、TURBO ; 若留空则默认为 NFS协议,turbo系列必须选择TURBO,不支持NFS、CIFS</p>
2149
2149
  */
2150
2150
  Protocol?: string;
2151
2151
  /**
2152
- * 文件系统存储类型,默认值为 SD ;其中 SD 为通用标准型存储, HP为通用性能型存储, TB为Turbo标准型, TP 为Turbo性能型。
2152
+ * <p>文件系统存储类型,默认值为 SD ;其中 SD 为通用标准型存储, HP为通用性能型存储, TB为Turbo标准型, TP 为Turbo性能型。</p>
2153
2153
  */
2154
2154
  StorageType?: string;
2155
2155
  /**
2156
- * 私有网络(VPC) ID,若网络类型选择的是VPC,该字段为必填.通过查询私有网络接口获取,
2157
- [DescribeVpcs](https://cloud.tencent.com/document/product/215/15778)
2156
+ * <p>私有网络(VPC) ID,若网络类型选择的是VPC,该字段为必填.通过查询私有网络接口获取,<br><a href="https://cloud.tencent.com/document/product/215/15778">DescribeVpcs</a></p>
2158
2157
  */
2159
2158
  VpcId?: string;
2160
2159
  /**
2161
- * 子网 ID,若网络类型选择的是VPC,该字段为必填。通过查询子网接口获取,
2162
- [DescribeSubnets](https://cloud.tencent.com/document/product/215/15784)
2160
+ * <p>子网 ID,若网络类型选择的是VPC,该字段为必填。通过查询子网接口获取,<br><a href="https://cloud.tencent.com/document/product/215/15784">DescribeSubnets</a></p>
2163
2161
  */
2164
2162
  SubnetId?: string;
2165
2163
  /**
2166
- * 指定IP地址,仅VPC网络支持;若不填写、将在该子网下随机分配 IP,Turbo系列当前不支持指定
2164
+ * <p>指定IP地址,仅VPC网络支持;若不填写、将在该子网下随机分配 IP,Turbo系列当前不支持指定</p>
2167
2165
  */
2168
2166
  MountIP?: string;
2169
2167
  /**
2170
- * 用户自定义文件系统名称
2168
+ * <p>用户自定义文件系统名称</p>
2171
2169
  */
2172
2170
  FsName?: string;
2173
2171
  /**
2174
- * 文件系统标签
2172
+ * <p>文件系统是否加密,若留空则默认为不加密</p>
2173
+ */
2174
+ Encrypted?: boolean;
2175
+ /**
2176
+ * <p>文件系统标签</p>
2175
2177
  */
2176
2178
  ResourceTags?: Array<TagInfo>;
2177
2179
  /**
2178
- * 用于保证请求幂等性的字符串。该字符串由客户生成,需保证不同请求之间唯一,最大值不超过64个ASCII字符。若不指定该参数,则无法保证请求的幂等性。用于保证请求幂等性的字符串失效时间为2小时。
2180
+ * <p>用于保证请求幂等性的字符串。该字符串由客户生成,需保证不同请求之间唯一,最大值不超过64个ASCII字符。若不指定该参数,则无法保证请求的幂等性。用于保证请求幂等性的字符串失效时间为2小时。</p>
2179
2181
  */
2180
2182
  ClientToken?: string;
2181
2183
  /**
2182
- * 云联网ID, 若网络类型选择的是CCN,该字段为必填;通过查询云联网列表接口获取,通过接口
2183
- [DescribeCcns](https://cloud.tencent.com/document/product/215/19199)
2184
-
2184
+ * <p>云联网ID, 若网络类型选择的是CCN,该字段为必填;通过查询云联网列表接口获取,通过接口<br><a href="https://cloud.tencent.com/document/product/215/19199">DescribeCcns</a></p>
2185
2185
  */
2186
2186
  CcnId?: string;
2187
2187
  /**
2188
- * 云联网中CFS使用的网段, 若网络类型选择的是Ccn,该字段为必填,且不能和Ccn中已经绑定的网段冲突
2188
+ * <p>云联网中CFS使用的网段, 若网络类型选择的是Ccn,该字段为必填,且不能和Ccn中已经绑定的网段冲突</p>
2189
2189
  */
2190
2190
  CidrBlock?: string;
2191
2191
  /**
2192
- * 文件系统容量,turbo系列必填,单位为GiB。 turbo标准型单位GB,起售20TiB,即20480 GiB;扩容步长10TiB,即10240 GiB。turbo性能型起售10TiB,即10240 GiB;扩容步长10TiB,10240 GiB
2192
+ * <p>文件系统容量,turbo系列必填,单位为GiB。 turbo标准型单位GB,起售20TiB,即20480 GiB;扩容步长10TiB,即10240 GiB。turbo性能型起售10TiB,即10240 GiB;扩容步长10TiB,10240 GiB。</p>
2193
2193
  */
2194
2194
  Capacity?: number;
2195
2195
  /**
2196
- * 文件系统快照ID,通过查询快照列表获取该参数,
2197
- [DescribeCfsSnapshots](https://cloud.tencent.com/document/product/582/80206)
2196
+ * <p>文件系统快照ID,通过查询快照列表获取该参数,<br><a href="https://cloud.tencent.com/document/product/582/80206">DescribeCfsSnapshots</a></p>
2198
2197
  */
2199
2198
  SnapshotId?: string;
2200
2199
  /**
2201
- * 定期快照策略ID,通过查询快照策略信息获取,
2202
- [DescribeAutoSnapshotPolicies](https://cloud.tencent.com/document/product/582/38157)
2200
+ * <p>定期快照策略ID,通过查询快照策略信息获取,<br><a href="https://cloud.tencent.com/document/product/582/38157">DescribeAutoSnapshotPolicies</a></p>
2203
2201
  */
2204
2202
  AutoSnapshotPolicyId?: string;
2205
2203
  /**
2206
- * 是否开启默认扩容,仅turbo类型文件存储支持
2204
+ * <p>是否开启默认扩容,仅turbo类型文件存储支持</p>
2207
2205
  */
2208
2206
  EnableAutoScaleUp?: boolean;
2209
2207
  /**
2210
- * v1.5:创建普通版的通用文件系统;
2211
- v3.1:创建增强版的通用文件系统
2212
- 说明:增强版的通用系统需要开通白名单才能使用,如有需要请提交工单与我们联系。
2208
+ * <p>v1.5:创建普通版的通用文件系统;<br>v3.1:创建增强版的通用文件系统<br>说明:增强版的通用系统需要开通白名单才能使用,如有需要请提交工单与我们联系。</p>
2213
2209
  */
2214
2210
  CfsVersion?: string;
2215
2211
  /**
2216
- * turbo文件系统元数据属性
2217
- basic:创建标准型的元数据
2218
- enhanced:创建增强型的元数据
2212
+ * <p>turbo文件系统元数据属性<br>basic:创建标准型的元数据<br>enhanced:创建增强型的元数据</p>
2219
2213
  */
2220
2214
  MetaType?: string;
2221
2215
  }