tencentcloud-sdk-nodejs-cfs 4.1.277 → 4.1.283

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.277",
3
+ "version": "4.1.283",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -2151,55 +2151,61 @@ export interface DescribeBucketListResponse {
2151
2151
  */
2152
2152
  export interface MountInfo {
2153
2153
  /**
2154
- * 文件系统 ID
2154
+ * <p>文件系统 ID</p>
2155
2155
  */
2156
2156
  FileSystemId?: string;
2157
2157
  /**
2158
- * 挂载点 ID
2158
+ * <p>挂载点 ID</p>
2159
2159
  */
2160
2160
  MountTargetId?: string;
2161
2161
  /**
2162
- * 挂载点 IP
2162
+ * <p>挂载点 IP</p>
2163
2163
  */
2164
2164
  IpAddress?: string;
2165
2165
  /**
2166
- * 挂载根目录
2166
+ * <p>挂载根目录</p>
2167
2167
  */
2168
2168
  FSID?: string;
2169
2169
  /**
2170
- * 挂载点状态,包括creating:创建中;available:运行中;
2171
- deleting:删除中;
2172
- create_failed: 创建失败
2170
+ * <p>挂载点状态,包括creating:创建中;available:运行中;<br>deleting:删除中;<br>create_failed: 创建失败</p>
2173
2171
  */
2174
2172
  LifeCycleState?: string;
2175
2173
  /**
2176
- * 网络类型,包括VPC,CCN
2174
+ * <p>网络类型,包括VPC,CCN</p>
2177
2175
  */
2178
2176
  NetworkInterface?: string;
2179
2177
  /**
2180
- * 私有网络 ID
2178
+ * <p>私有网络 ID</p>
2181
2179
  */
2182
2180
  VpcId?: string;
2183
2181
  /**
2184
- * 私有网络名称
2182
+ * <p>私有网络名称</p>
2185
2183
  */
2186
2184
  VpcName?: string;
2187
2185
  /**
2188
- * 子网 Id
2186
+ * <p>子网 Id</p>
2189
2187
  */
2190
2188
  SubnetId?: string;
2191
2189
  /**
2192
- * 子网名称
2190
+ * <p>子网名称</p>
2193
2191
  */
2194
2192
  SubnetName?: string;
2195
2193
  /**
2196
- * CFS Turbo使用的云联网ID
2194
+ * <p>CFS Turbo使用的云联网ID</p>
2197
2195
  */
2198
2196
  CcnID?: string;
2199
2197
  /**
2200
- * 云联网中CFS Turbo使用的网段
2198
+ * <p>云联网中CFS Turbo使用的网段</p>
2201
2199
  */
2202
2200
  CidrBlock?: string;
2201
+ /**
2202
+ * <p>占用用户ip列表</p>
2203
+ */
2204
+ ServerList?: Array<string>;
2205
+ /**
2206
+ * <p>是否占用超过200个ip</p>
2207
+ */
2208
+ ServerListTruncated?: boolean;
2203
2209
  }
2204
2210
  /**
2205
2211
  * UpdateCfsFileSystemName返回参数结构体