@alicloud/polardb20170801 7.11.1 → 7.11.3

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/dist/client.d.ts CHANGED
@@ -2203,7 +2203,7 @@ export default class Client extends OpenApi {
2203
2203
  */
2204
2204
  deletePolarFsObjects(request: $_model.DeletePolarFsObjectsRequest): Promise<$_model.DeletePolarFsObjectsResponse>;
2205
2205
  /**
2206
- * Deletes a path mapping for transparent acceleration.
2206
+ * Deletes a transparent acceleration path mapping.
2207
2207
  *
2208
2208
  * @param request - DeletePolarFsPathMappingRequest
2209
2209
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2211,7 +2211,7 @@ export default class Client extends OpenApi {
2211
2211
  */
2212
2212
  deletePolarFsPathMappingWithOptions(request: $_model.DeletePolarFsPathMappingRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeletePolarFsPathMappingResponse>;
2213
2213
  /**
2214
- * Deletes a path mapping for transparent acceleration.
2214
+ * Deletes a transparent acceleration path mapping.
2215
2215
  *
2216
2216
  * @param request - DeletePolarFsPathMappingRequest
2217
2217
  * @returns DeletePolarFsPathMappingResponse
@@ -4595,7 +4595,7 @@ export default class Client extends OpenApi {
4595
4595
  */
4596
4596
  describePolarFsQuota(request: $_model.DescribePolarFsQuotaRequest): Promise<$_model.DescribePolarFsQuotaResponse>;
4597
4597
  /**
4598
- * Retrieves the quota list.
4598
+ * Queries the quota list.
4599
4599
  *
4600
4600
  * @param request - DescribePolarFsQuotaListRequest
4601
4601
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4603,7 +4603,7 @@ export default class Client extends OpenApi {
4603
4603
  */
4604
4604
  describePolarFsQuotaListWithOptions(request: $_model.DescribePolarFsQuotaListRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribePolarFsQuotaListResponse>;
4605
4605
  /**
4606
- * Retrieves the quota list.
4606
+ * Queries the quota list.
4607
4607
  *
4608
4608
  * @param request - DescribePolarFsQuotaListRequest
4609
4609
  * @returns DescribePolarFsQuotaListResponse
@@ -7057,14 +7057,14 @@ export default class Client extends OpenApi {
7057
7057
  */
7058
7058
  searchPolarClawSkills(request: $_model.SearchPolarClawSkillsRequest): Promise<$_model.SearchPolarClawSkillsResponse>;
7059
7059
  /**
7060
- * Sets file quota rules for specific directories in a PolarFS instance.
7060
+ * Sets file quota rules for a specified directory in a Polarlakebase instance.
7061
7061
  *
7062
7062
  * @remarks
7063
- * ## Request
7064
- * This operation sets file quota rules for specific directories in a PolarFS instance. Use the `FilePathQuotas` parameter to define the target directories and their properties. The path for `FilePathId` must be an absolute path from the root directory, not from a mount target. The `Strategy` parameter controls how the rule applies to existing files. By default, the operation applies a rule only if one does not already exist.
7063
+ * ## Request description
7064
+ * This operation sets file quota rules for a specific directory in a Polarlakebase instance. By configuring the `FilePathQuotas` parameter, you can specify the directories to which quota rules are applied and their related attributes. When you use `FilePathId` to specify a directory, ensure that the path is an absolute path from the root directory rather than a mount point path. You can also use the `Strategy` parameter to control how rules take effect on existing files. By default, rules take effect only when they are missing.
7065
7065
  * ### Notes
7066
- * - The `FilePathQuotas` list can contain up to 21 items.
7067
- * - To apply the rule to subdirectories at multiple levels under `FilePathId`, set the `MaxDepth` parameter. To traverse to the deepest level, set this value to 0.
7066
+ * - The maximum length of the `FilePathQuotas` list is 21.
7067
+ * - To apply rules to multiple levels of subdirectories under `FilePathId`, set the `MaxDepth` parameter. To traverse to the deepest level, set this value to 0.
7068
7068
  *
7069
7069
  * @param request - SetPolarFsFileQuotaRequest
7070
7070
  * @param runtime - runtime options for this request RuntimeOptions
@@ -7072,14 +7072,14 @@ export default class Client extends OpenApi {
7072
7072
  */
7073
7073
  setPolarFsFileQuotaWithOptions(request: $_model.SetPolarFsFileQuotaRequest, runtime: $dara.RuntimeOptions): Promise<$_model.SetPolarFsFileQuotaResponse>;
7074
7074
  /**
7075
- * Sets file quota rules for specific directories in a PolarFS instance.
7075
+ * Sets file quota rules for a specified directory in a Polarlakebase instance.
7076
7076
  *
7077
7077
  * @remarks
7078
- * ## Request
7079
- * This operation sets file quota rules for specific directories in a PolarFS instance. Use the `FilePathQuotas` parameter to define the target directories and their properties. The path for `FilePathId` must be an absolute path from the root directory, not from a mount target. The `Strategy` parameter controls how the rule applies to existing files. By default, the operation applies a rule only if one does not already exist.
7078
+ * ## Request description
7079
+ * This operation sets file quota rules for a specific directory in a Polarlakebase instance. By configuring the `FilePathQuotas` parameter, you can specify the directories to which quota rules are applied and their related attributes. When you use `FilePathId` to specify a directory, ensure that the path is an absolute path from the root directory rather than a mount point path. You can also use the `Strategy` parameter to control how rules take effect on existing files. By default, rules take effect only when they are missing.
7080
7080
  * ### Notes
7081
- * - The `FilePathQuotas` list can contain up to 21 items.
7082
- * - To apply the rule to subdirectories at multiple levels under `FilePathId`, set the `MaxDepth` parameter. To traverse to the deepest level, set this value to 0.
7081
+ * - The maximum length of the `FilePathQuotas` list is 21.
7082
+ * - To apply rules to multiple levels of subdirectories under `FilePathId`, set the `MaxDepth` parameter. To traverse to the deepest level, set this value to 0.
7083
7083
  *
7084
7084
  * @param request - SetPolarFsFileQuotaRequest
7085
7085
  * @returns SetPolarFsFileQuotaResponse
package/dist/client.js CHANGED
@@ -7765,7 +7765,7 @@ class Client extends openapi_core_1.default {
7765
7765
  return await this.deletePolarFsObjectsWithOptions(request, runtime);
7766
7766
  }
7767
7767
  /**
7768
- * Deletes a path mapping for transparent acceleration.
7768
+ * Deletes a transparent acceleration path mapping.
7769
7769
  *
7770
7770
  * @param request - DeletePolarFsPathMappingRequest
7771
7771
  * @param runtime - runtime options for this request RuntimeOptions
@@ -7800,7 +7800,7 @@ class Client extends openapi_core_1.default {
7800
7800
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeletePolarFsPathMappingResponse({}));
7801
7801
  }
7802
7802
  /**
7803
- * Deletes a path mapping for transparent acceleration.
7803
+ * Deletes a transparent acceleration path mapping.
7804
7804
  *
7805
7805
  * @param request - DeletePolarFsPathMappingRequest
7806
7806
  * @returns DeletePolarFsPathMappingResponse
@@ -16154,7 +16154,7 @@ class Client extends openapi_core_1.default {
16154
16154
  return await this.describePolarFsQuotaWithOptions(request, runtime);
16155
16155
  }
16156
16156
  /**
16157
- * Retrieves the quota list.
16157
+ * Queries the quota list.
16158
16158
  *
16159
16159
  * @param request - DescribePolarFsQuotaListRequest
16160
16160
  * @param runtime - runtime options for this request RuntimeOptions
@@ -16198,7 +16198,7 @@ class Client extends openapi_core_1.default {
16198
16198
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribePolarFsQuotaListResponse({}));
16199
16199
  }
16200
16200
  /**
16201
- * Retrieves the quota list.
16201
+ * Queries the quota list.
16202
16202
  *
16203
16203
  * @param request - DescribePolarFsQuotaListRequest
16204
16204
  * @returns DescribePolarFsQuotaListResponse
@@ -25247,14 +25247,14 @@ class Client extends openapi_core_1.default {
25247
25247
  return await this.searchPolarClawSkillsWithOptions(request, runtime);
25248
25248
  }
25249
25249
  /**
25250
- * Sets file quota rules for specific directories in a PolarFS instance.
25250
+ * Sets file quota rules for a specified directory in a Polarlakebase instance.
25251
25251
  *
25252
25252
  * @remarks
25253
- * ## Request
25254
- * This operation sets file quota rules for specific directories in a PolarFS instance. Use the `FilePathQuotas` parameter to define the target directories and their properties. The path for `FilePathId` must be an absolute path from the root directory, not from a mount target. The `Strategy` parameter controls how the rule applies to existing files. By default, the operation applies a rule only if one does not already exist.
25253
+ * ## Request description
25254
+ * This operation sets file quota rules for a specific directory in a Polarlakebase instance. By configuring the `FilePathQuotas` parameter, you can specify the directories to which quota rules are applied and their related attributes. When you use `FilePathId` to specify a directory, ensure that the path is an absolute path from the root directory rather than a mount point path. You can also use the `Strategy` parameter to control how rules take effect on existing files. By default, rules take effect only when they are missing.
25255
25255
  * ### Notes
25256
- * - The `FilePathQuotas` list can contain up to 21 items.
25257
- * - To apply the rule to subdirectories at multiple levels under `FilePathId`, set the `MaxDepth` parameter. To traverse to the deepest level, set this value to 0.
25256
+ * - The maximum length of the `FilePathQuotas` list is 21.
25257
+ * - To apply rules to multiple levels of subdirectories under `FilePathId`, set the `MaxDepth` parameter. To traverse to the deepest level, set this value to 0.
25258
25258
  *
25259
25259
  * @param request - SetPolarFsFileQuotaRequest
25260
25260
  * @param runtime - runtime options for this request RuntimeOptions
@@ -25289,14 +25289,14 @@ class Client extends openapi_core_1.default {
25289
25289
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.SetPolarFsFileQuotaResponse({}));
25290
25290
  }
25291
25291
  /**
25292
- * Sets file quota rules for specific directories in a PolarFS instance.
25292
+ * Sets file quota rules for a specified directory in a Polarlakebase instance.
25293
25293
  *
25294
25294
  * @remarks
25295
- * ## Request
25296
- * This operation sets file quota rules for specific directories in a PolarFS instance. Use the `FilePathQuotas` parameter to define the target directories and their properties. The path for `FilePathId` must be an absolute path from the root directory, not from a mount target. The `Strategy` parameter controls how the rule applies to existing files. By default, the operation applies a rule only if one does not already exist.
25295
+ * ## Request description
25296
+ * This operation sets file quota rules for a specific directory in a Polarlakebase instance. By configuring the `FilePathQuotas` parameter, you can specify the directories to which quota rules are applied and their related attributes. When you use `FilePathId` to specify a directory, ensure that the path is an absolute path from the root directory rather than a mount point path. You can also use the `Strategy` parameter to control how rules take effect on existing files. By default, rules take effect only when they are missing.
25297
25297
  * ### Notes
25298
- * - The `FilePathQuotas` list can contain up to 21 items.
25299
- * - To apply the rule to subdirectories at multiple levels under `FilePathId`, set the `MaxDepth` parameter. To traverse to the deepest level, set this value to 0.
25298
+ * - The maximum length of the `FilePathQuotas` list is 21.
25299
+ * - To apply rules to multiple levels of subdirectories under `FilePathId`, set the `MaxDepth` parameter. To traverse to the deepest level, set this value to 0.
25300
25300
  *
25301
25301
  * @param request - SetPolarFsFileQuotaRequest
25302
25302
  * @returns SetPolarFsFileQuotaResponse
@@ -2,7 +2,7 @@ import * as $dara from '@darabonba/typescript';
2
2
  export declare class CreateGwConsumerOrderRequest extends $dara.Model {
3
3
  /**
4
4
  * @remarks
5
- * The idempotence token.
5
+ * The idempotency token.
6
6
  *
7
7
  * @example
8
8
  * 6000170000591aed949d0f54a343f1a42***********
@@ -10,7 +10,7 @@ export declare class CreateGwConsumerOrderRequest extends $dara.Model {
10
10
  clientToken?: string;
11
11
  /**
12
12
  * @remarks
13
- * The expiration time of the API key in ISO 8601 format. The value must be later than the current time.
13
+ * The expiration time of the API key in ISO-8601 format. The value must be later than the current time.
14
14
  *
15
15
  * @example
16
16
  * 2027-07-23T03:09:08Z
@@ -28,7 +28,7 @@ export declare class CreateGwConsumerOrderRequest extends $dara.Model {
28
28
  gatewayId?: string;
29
29
  /**
30
30
  * @remarks
31
- * The number of API keys to generate, which is the number of resource plans to order. Valid values: 1 to 30.
31
+ * The number of API keys to generate (the number of capacity plans to order). Valid values: 1 to 30.
32
32
  *
33
33
  * This parameter is required.
34
34
  *
@@ -38,18 +38,12 @@ export declare class CreateGwConsumerOrderRequest extends $dara.Model {
38
38
  keyCount?: number;
39
39
  /**
40
40
  * @remarks
41
- * The specification tier of the resource plan. Valid values:
42
- *
43
- * - basic
44
- * - advanced
45
- * - pro
46
- *
47
- * Each value represents the number of credits for a single key.
41
+ * The number of credits per API key. The value is a positive integer string.
48
42
  *
49
43
  * This parameter is required.
50
44
  *
51
45
  * @example
52
- * basic
46
+ * 3000
53
47
  */
54
48
  packageSpec?: string;
55
49
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"CreateGwConsumerOrderRequest.js","sourceRoot":"","sources":["../../src/models/CreateGwConsumerOrderRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,4BAA6B,SAAQ,KAAK,CAAC,KAAK;IAgE3D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,aAAa;YAC1B,UAAU,EAAE,YAAY;YACxB,SAAS,EAAE,WAAW;YACtB,QAAQ,EAAE,UAAU;YACpB,WAAW,EAAE,aAAa;YAC1B,QAAQ,EAAE,UAAU;SACrB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,QAAQ;YACrB,UAAU,EAAE,QAAQ;YACpB,SAAS,EAAE,QAAQ;YACnB,QAAQ,EAAE,QAAQ;YAClB,WAAW,EAAE,QAAQ;YACrB,QAAQ,EAAE,QAAQ;SACnB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA7FD,oEA6FC"}
1
+ {"version":3,"file":"CreateGwConsumerOrderRequest.js","sourceRoot":"","sources":["../../src/models/CreateGwConsumerOrderRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,4BAA6B,SAAQ,KAAK,CAAC,KAAK;IA0D3D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,aAAa;YAC1B,UAAU,EAAE,YAAY;YACxB,SAAS,EAAE,WAAW;YACtB,QAAQ,EAAE,UAAU;YACpB,WAAW,EAAE,aAAa;YAC1B,QAAQ,EAAE,UAAU;SACrB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,QAAQ;YACrB,UAAU,EAAE,QAAQ;YACpB,SAAS,EAAE,QAAQ;YACnB,QAAQ,EAAE,QAAQ;YAClB,WAAW,EAAE,QAAQ;YACrB,QAAQ,EAAE,QAAQ;SACnB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAvFD,oEAuFC"}
@@ -34,7 +34,7 @@ export declare class CreateGwConsumerOrderResponseBody extends $dara.Model {
34
34
  orderId?: string;
35
35
  /**
36
36
  * @remarks
37
- * Id of the request
37
+ * The request ID.
38
38
  *
39
39
  * @example
40
40
  * A7E6A8FD-C50B-46B2-BA85-D8B8D3******
@@ -2,7 +2,7 @@ import * as $dara from '@darabonba/typescript';
2
2
  export declare class DeletePolarFsPathMappingRequestCustomBucketPathList extends $dara.Model {
3
3
  /**
4
4
  * @remarks
5
- * The name of the bucket.
5
+ * The custom storage bucket.
6
6
  *
7
7
  * @example
8
8
  * Bucket
@@ -10,7 +10,7 @@ export declare class DeletePolarFsPathMappingRequestCustomBucketPathList extends
10
10
  bucket?: string;
11
11
  /**
12
12
  * @remarks
13
- * The path in the bucket.
13
+ * The custom storage path.
14
14
  *
15
15
  * @example
16
16
  * /data
@@ -30,12 +30,12 @@ export declare class DeletePolarFsPathMappingRequestCustomBucketPathList extends
30
30
  export declare class DeletePolarFsPathMappingRequest extends $dara.Model {
31
31
  /**
32
32
  * @remarks
33
- * The list of bucket-path mappings to delete.
33
+ * The bucket and corresponding path information.
34
34
  */
35
35
  customBucketPathList?: DeletePolarFsPathMappingRequestCustomBucketPathList[];
36
36
  /**
37
37
  * @remarks
38
- * The ID of the cluster.
38
+ * The cluster ID.
39
39
  *
40
40
  * This parameter is required.
41
41
  *
@@ -45,7 +45,7 @@ export declare class DeletePolarFsPathMappingRequest extends $dara.Model {
45
45
  DBClusterId?: string;
46
46
  /**
47
47
  * @remarks
48
- * The ID of the PolarFS instance.
48
+ * The PolarFS instance ID.
49
49
  *
50
50
  * This parameter is required.
51
51
  *
@@ -2,7 +2,7 @@ import * as $dara from '@darabonba/typescript';
2
2
  export declare class DeletePolarFsPathMappingResponseBody extends $dara.Model {
3
3
  /**
4
4
  * @remarks
5
- * The ID of the request.
5
+ * Id of the request
6
6
  *
7
7
  * @example
8
8
  * 7E2FE3BB-C677-5FF9-9FC5-9CF364BD6BE5
@@ -2,25 +2,33 @@ import * as $dara from '@darabonba/typescript';
2
2
  export declare class DescribePolarFsQuotaListRequest extends $dara.Model {
3
3
  /**
4
4
  * @remarks
5
- * The cluster ID.
5
+ * The instance ID of the PolarDB instance on which the application depends.
6
6
  *
7
7
  * @example
8
8
  * pc-************
9
9
  */
10
10
  DBClusterId?: string;
11
11
  /**
12
+ * @remarks
13
+ * The page number.
14
+ *
12
15
  * @example
13
16
  * 1
14
17
  */
15
18
  pageNumber?: number;
16
19
  /**
20
+ * @remarks
21
+ * The number of entries per page. Valid values: 30, 50, and 100.
22
+ *
23
+ * Default value: 30.
24
+ *
17
25
  * @example
18
26
  * 30
19
27
  */
20
28
  pageSize?: number;
21
29
  /**
22
30
  * @remarks
23
- * The PolarFS instance ID.
31
+ * The PolarFs instance ID.
24
32
  *
25
33
  * This parameter is required.
26
34
  *
@@ -30,7 +38,10 @@ export declare class DescribePolarFsQuotaListRequest extends $dara.Model {
30
38
  polarFsInstanceId?: string;
31
39
  /**
32
40
  * @remarks
33
- * The quota mode.
41
+ * The query mode. Valid values:
42
+ *
43
+ * - **quotaPolicy**: quota rule
44
+ * - **quota**: quota
34
45
  *
35
46
  * @example
36
47
  * quotaPolicy
@@ -1 +1 @@
1
- {"version":3,"file":"DescribePolarFsQuotaListRequest.js","sourceRoot":"","sources":["../../src/models/DescribePolarFsQuotaListRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,+BAAgC,SAAQ,KAAK,CAAC,KAAK;IA6C9D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,aAAa;YAC1B,UAAU,EAAE,YAAY;YACxB,QAAQ,EAAE,UAAU;YACpB,iBAAiB,EAAE,mBAAmB;YACtC,SAAS,EAAE,WAAW;YACtB,QAAQ,EAAE,UAAU;SACrB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,QAAQ;YACrB,UAAU,EAAE,QAAQ;YACpB,QAAQ,EAAE,QAAQ;YAClB,iBAAiB,EAAE,QAAQ;YAC3B,SAAS,EAAE,QAAQ;YACnB,QAAQ,EAAE,QAAQ;SACnB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA1ED,0EA0EC"}
1
+ {"version":3,"file":"DescribePolarFsQuotaListRequest.js","sourceRoot":"","sources":["../../src/models/DescribePolarFsQuotaListRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,+BAAgC,SAAQ,KAAK,CAAC,KAAK;IAwD9D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,aAAa;YAC1B,UAAU,EAAE,YAAY;YACxB,QAAQ,EAAE,UAAU;YACpB,iBAAiB,EAAE,mBAAmB;YACtC,SAAS,EAAE,WAAW;YACtB,QAAQ,EAAE,UAAU;SACrB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,QAAQ;YACrB,UAAU,EAAE,QAAQ;YACpB,QAAQ,EAAE,QAAQ;YAClB,iBAAiB,EAAE,QAAQ;YAC3B,SAAS,EAAE,QAAQ;YACnB,QAAQ,EAAE,QAAQ;SACnB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AArFD,0EAqFC"}
@@ -2,7 +2,7 @@ import * as $dara from '@darabonba/typescript';
2
2
  export declare class DescribePolarFsQuotaListResponseBodyQuotaItems extends $dara.Model {
3
3
  /**
4
4
  * @remarks
5
- * The capacity in bytes.
5
+ * The capacity.
6
6
  *
7
7
  * @example
8
8
  * 1073741824
@@ -10,7 +10,7 @@ export declare class DescribePolarFsQuotaListResponseBodyQuotaItems extends $dar
10
10
  capacity?: number;
11
11
  /**
12
12
  * @remarks
13
- * The inode quota.
13
+ * Inodes
14
14
  *
15
15
  * @example
16
16
  * 100
@@ -26,7 +26,7 @@ export declare class DescribePolarFsQuotaListResponseBodyQuotaItems extends $dar
26
26
  path?: string;
27
27
  /**
28
28
  * @remarks
29
- * The used capacity in bytes.
29
+ * The used capacity.
30
30
  *
31
31
  * @example
32
32
  * 104857600
@@ -34,7 +34,7 @@ export declare class DescribePolarFsQuotaListResponseBodyQuotaItems extends $dar
34
34
  usedCapacity?: number;
35
35
  /**
36
36
  * @remarks
37
- * The number of inodes in use.
37
+ * The number of used inodes.
38
38
  *
39
39
  * @example
40
40
  * 1
@@ -54,7 +54,7 @@ export declare class DescribePolarFsQuotaListResponseBodyQuotaItems extends $dar
54
54
  export declare class DescribePolarFsQuotaListResponseBody extends $dara.Model {
55
55
  /**
56
56
  * @remarks
57
- * The page number.
57
+ * The current page number.
58
58
  *
59
59
  * @example
60
60
  * 1
@@ -70,7 +70,7 @@ export declare class DescribePolarFsQuotaListResponseBody extends $dara.Model {
70
70
  pageRecordCount?: string;
71
71
  /**
72
72
  * @remarks
73
- * The number of records per page. Valid values: **30**, **50**, and **100**.
73
+ * The number of entries per page. Valid values: **30**, **50**, and **100**.
74
74
  *
75
75
  * Default value: **30**.
76
76
  *
@@ -80,7 +80,7 @@ export declare class DescribePolarFsQuotaListResponseBody extends $dara.Model {
80
80
  pageSize?: string;
81
81
  /**
82
82
  * @remarks
83
- * The PolarFS instance ID.
83
+ * The PolarFs instance ID.
84
84
  *
85
85
  * @example
86
86
  * pfs-test****
@@ -88,12 +88,12 @@ export declare class DescribePolarFsQuotaListResponseBody extends $dara.Model {
88
88
  polarFsInstanceId?: string;
89
89
  /**
90
90
  * @remarks
91
- * A list of directory quotas.
91
+ * The directory quotas.
92
92
  */
93
93
  quotaItems?: DescribePolarFsQuotaListResponseBodyQuotaItems[];
94
94
  /**
95
95
  * @remarks
96
- * The ID of the request.
96
+ * Id of the request
97
97
  *
98
98
  * @example
99
99
  * EBEAA83D-1734-42E3-85E3-E25F6E******
@@ -2,7 +2,7 @@ import * as $dara from '@darabonba/typescript';
2
2
  export declare class SetPolarFsFileQuotaRequestFilePathQuotas extends $dara.Model {
3
3
  /**
4
4
  * @remarks
5
- * The capacity quota in GB.
5
+ * The quota capacity. Unit: GB.
6
6
  *
7
7
  * @example
8
8
  * 100
@@ -10,7 +10,7 @@ export declare class SetPolarFsFileQuotaRequestFilePathQuotas extends $dara.Mode
10
10
  capacity?: number;
11
11
  /**
12
12
  * @remarks
13
- * The absolute path of the directory.
13
+ * The directory path.
14
14
  *
15
15
  * @example
16
16
  * /a/project
@@ -18,7 +18,7 @@ export declare class SetPolarFsFileQuotaRequestFilePathQuotas extends $dara.Mode
18
18
  filePathId?: string;
19
19
  /**
20
20
  * @remarks
21
- * The inode quota.
21
+ * The quota inodes.
22
22
  *
23
23
  * @example
24
24
  * 100
@@ -26,7 +26,7 @@ export declare class SetPolarFsFileQuotaRequestFilePathQuotas extends $dara.Mode
26
26
  inodes?: number;
27
27
  /**
28
28
  * @remarks
29
- * The maximum depth of subdirectories to traverse under the path specified by `FilePathId`. A value of 1 traverses only the first level of subdirectories. A value of 0 traverses to the deepest level.
29
+ * The number of subdirectory levels to traverse under `FilePathId`. A value of 1 indicates that only the first-level subdirectories are traversed. A value of 0 indicates that all levels are traversed to the deepest level.
30
30
  *
31
31
  * @example
32
32
  * 1
@@ -34,7 +34,7 @@ export declare class SetPolarFsFileQuotaRequestFilePathQuotas extends $dara.Mode
34
34
  maxDepth?: number;
35
35
  /**
36
36
  * @remarks
37
- * A list of file quota rule IDs, separated by a comma (`,`).
37
+ * The IDs of the rules to apply, separated by commas (,).
38
38
  *
39
39
  * @example
40
40
  * 1,2
@@ -42,11 +42,10 @@ export declare class SetPolarFsFileQuotaRequestFilePathQuotas extends $dara.Mode
42
42
  quotaIds?: string;
43
43
  /**
44
44
  * @remarks
45
- * Specifies how to apply the rule to existing files. Valid values:
45
+ * The mode in which rules take effect on existing files. Valid values:
46
46
  *
47
- * - **missing**: Applies the rule only if one does not already exist. (Default)
48
- *
49
- * - **all**: Applies the rule to all files.
47
+ * - **missing**: Rules take effect only when they are missing. This is the default value.
48
+ * - **all**: Rules take effect on all files.
50
49
  *
51
50
  * @example
52
51
  * missing
@@ -74,14 +73,14 @@ export declare class SetPolarFsFileQuotaRequest extends $dara.Model {
74
73
  DBClusterId?: string;
75
74
  /**
76
75
  * @remarks
77
- * An array of objects defining the file quota rules for specific directories.
76
+ * The details of the quota rules to apply to directories.
78
77
  *
79
78
  * This parameter is required.
80
79
  */
81
80
  filePathQuotas?: SetPolarFsFileQuotaRequestFilePathQuotas[];
82
81
  /**
83
82
  * @remarks
84
- * The ID of the PolarFS instance.
83
+ * The Polarlakebase instance ID.
85
84
  *
86
85
  * This parameter is required.
87
86
  *
@@ -1 +1 @@
1
- {"version":3,"file":"SetPolarFsFileQuotaRequest.js","sourceRoot":"","sources":["../../src/models/SetPolarFsFileQuotaRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,wCAAyC,SAAQ,KAAK,CAAC,KAAK;IAqDvE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,QAAQ,EAAE,UAAU;YACpB,UAAU,EAAE,YAAY;YACxB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,UAAU;YACpB,QAAQ,EAAE,UAAU;YACpB,QAAQ,EAAE,UAAU;SACrB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,QAAQ,EAAE,QAAQ;YAClB,UAAU,EAAE,QAAQ;YACpB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,QAAQ;YAClB,QAAQ,EAAE,QAAQ;YAClB,QAAQ,EAAE,QAAQ;SACnB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAlFD,4FAkFC;AAED,MAAa,0BAA2B,SAAQ,KAAK,CAAC,KAAK;IA0BzD,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,aAAa;YAC1B,cAAc,EAAE,gBAAgB;YAChC,iBAAiB,EAAE,mBAAmB;SACvC,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,QAAQ;YACrB,cAAc,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,wCAAwC,EAAE;YACzF,iBAAiB,EAAE,QAAQ;SAC5B,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,cAAc,CAAC,EAAE,CAAC;YACtC,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC;QACjD,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AApDD,gEAoDC"}
1
+ {"version":3,"file":"SetPolarFsFileQuotaRequest.js","sourceRoot":"","sources":["../../src/models/SetPolarFsFileQuotaRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,wCAAyC,SAAQ,KAAK,CAAC,KAAK;IAoDvE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,QAAQ,EAAE,UAAU;YACpB,UAAU,EAAE,YAAY;YACxB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,UAAU;YACpB,QAAQ,EAAE,UAAU;YACpB,QAAQ,EAAE,UAAU;SACrB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,QAAQ,EAAE,QAAQ;YAClB,UAAU,EAAE,QAAQ;YACpB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,QAAQ;YAClB,QAAQ,EAAE,QAAQ;YAClB,QAAQ,EAAE,QAAQ;SACnB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAjFD,4FAiFC;AAED,MAAa,0BAA2B,SAAQ,KAAK,CAAC,KAAK;IA0BzD,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,aAAa;YAC1B,cAAc,EAAE,gBAAgB;YAChC,iBAAiB,EAAE,mBAAmB;SACvC,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,QAAQ;YACrB,cAAc,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,wCAAwC,EAAE;YACzF,iBAAiB,EAAE,QAAQ;SAC5B,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,cAAc,CAAC,EAAE,CAAC;YACtC,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC;QACjD,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AApDD,gEAoDC"}
@@ -2,7 +2,7 @@ import * as $dara from '@darabonba/typescript';
2
2
  export declare class SetPolarFsFileQuotaResponseBody extends $dara.Model {
3
3
  /**
4
4
  * @remarks
5
- * The ID of the PolarFS instance.
5
+ * The Polarlakebase instance ID.
6
6
  *
7
7
  * @example
8
8
  * pfs-2ze0i74ka607*****
@@ -10,7 +10,7 @@ export declare class SetPolarFsFileQuotaResponseBody extends $dara.Model {
10
10
  polarFsInstanceId?: string;
11
11
  /**
12
12
  * @remarks
13
- * The request ID.
13
+ * Id of the request
14
14
  *
15
15
  * @example
16
16
  * 925B84D9-CA72-432C-95CF-738C22******
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alicloud/polardb20170801",
3
- "version": "7.11.1",
3
+ "version": "7.11.3",
4
4
  "description": "",
5
5
  "main": "dist/client.js",
6
6
  "scripts": {
package/src/client.ts CHANGED
@@ -8907,7 +8907,7 @@ export default class Client extends OpenApi {
8907
8907
  }
8908
8908
 
8909
8909
  /**
8910
- * Deletes a path mapping for transparent acceleration.
8910
+ * Deletes a transparent acceleration path mapping.
8911
8911
  *
8912
8912
  * @param request - DeletePolarFsPathMappingRequest
8913
8913
  * @param runtime - runtime options for this request RuntimeOptions
@@ -8946,7 +8946,7 @@ export default class Client extends OpenApi {
8946
8946
  }
8947
8947
 
8948
8948
  /**
8949
- * Deletes a path mapping for transparent acceleration.
8949
+ * Deletes a transparent acceleration path mapping.
8950
8950
  *
8951
8951
  * @param request - DeletePolarFsPathMappingRequest
8952
8952
  * @returns DeletePolarFsPathMappingResponse
@@ -18571,7 +18571,7 @@ export default class Client extends OpenApi {
18571
18571
  }
18572
18572
 
18573
18573
  /**
18574
- * Retrieves the quota list.
18574
+ * Queries the quota list.
18575
18575
  *
18576
18576
  * @param request - DescribePolarFsQuotaListRequest
18577
18577
  * @param runtime - runtime options for this request RuntimeOptions
@@ -18622,7 +18622,7 @@ export default class Client extends OpenApi {
18622
18622
  }
18623
18623
 
18624
18624
  /**
18625
- * Retrieves the quota list.
18625
+ * Queries the quota list.
18626
18626
  *
18627
18627
  * @param request - DescribePolarFsQuotaListRequest
18628
18628
  * @returns DescribePolarFsQuotaListResponse
@@ -29089,14 +29089,14 @@ export default class Client extends OpenApi {
29089
29089
  }
29090
29090
 
29091
29091
  /**
29092
- * Sets file quota rules for specific directories in a PolarFS instance.
29092
+ * Sets file quota rules for a specified directory in a Polarlakebase instance.
29093
29093
  *
29094
29094
  * @remarks
29095
- * ## Request
29096
- * This operation sets file quota rules for specific directories in a PolarFS instance. Use the `FilePathQuotas` parameter to define the target directories and their properties. The path for `FilePathId` must be an absolute path from the root directory, not from a mount target. The `Strategy` parameter controls how the rule applies to existing files. By default, the operation applies a rule only if one does not already exist.
29095
+ * ## Request description
29096
+ * This operation sets file quota rules for a specific directory in a Polarlakebase instance. By configuring the `FilePathQuotas` parameter, you can specify the directories to which quota rules are applied and their related attributes. When you use `FilePathId` to specify a directory, ensure that the path is an absolute path from the root directory rather than a mount point path. You can also use the `Strategy` parameter to control how rules take effect on existing files. By default, rules take effect only when they are missing.
29097
29097
  * ### Notes
29098
- * - The `FilePathQuotas` list can contain up to 21 items.
29099
- * - To apply the rule to subdirectories at multiple levels under `FilePathId`, set the `MaxDepth` parameter. To traverse to the deepest level, set this value to 0.
29098
+ * - The maximum length of the `FilePathQuotas` list is 21.
29099
+ * - To apply rules to multiple levels of subdirectories under `FilePathId`, set the `MaxDepth` parameter. To traverse to the deepest level, set this value to 0.
29100
29100
  *
29101
29101
  * @param request - SetPolarFsFileQuotaRequest
29102
29102
  * @param runtime - runtime options for this request RuntimeOptions
@@ -29135,14 +29135,14 @@ export default class Client extends OpenApi {
29135
29135
  }
29136
29136
 
29137
29137
  /**
29138
- * Sets file quota rules for specific directories in a PolarFS instance.
29138
+ * Sets file quota rules for a specified directory in a Polarlakebase instance.
29139
29139
  *
29140
29140
  * @remarks
29141
- * ## Request
29142
- * This operation sets file quota rules for specific directories in a PolarFS instance. Use the `FilePathQuotas` parameter to define the target directories and their properties. The path for `FilePathId` must be an absolute path from the root directory, not from a mount target. The `Strategy` parameter controls how the rule applies to existing files. By default, the operation applies a rule only if one does not already exist.
29141
+ * ## Request description
29142
+ * This operation sets file quota rules for a specific directory in a Polarlakebase instance. By configuring the `FilePathQuotas` parameter, you can specify the directories to which quota rules are applied and their related attributes. When you use `FilePathId` to specify a directory, ensure that the path is an absolute path from the root directory rather than a mount point path. You can also use the `Strategy` parameter to control how rules take effect on existing files. By default, rules take effect only when they are missing.
29143
29143
  * ### Notes
29144
- * - The `FilePathQuotas` list can contain up to 21 items.
29145
- * - To apply the rule to subdirectories at multiple levels under `FilePathId`, set the `MaxDepth` parameter. To traverse to the deepest level, set this value to 0.
29144
+ * - The maximum length of the `FilePathQuotas` list is 21.
29145
+ * - To apply rules to multiple levels of subdirectories under `FilePathId`, set the `MaxDepth` parameter. To traverse to the deepest level, set this value to 0.
29146
29146
  *
29147
29147
  * @param request - SetPolarFsFileQuotaRequest
29148
29148
  * @returns SetPolarFsFileQuotaResponse
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class CreateGwConsumerOrderRequest extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * The idempotence token.
8
+ * The idempotency token.
9
9
  *
10
10
  * @example
11
11
  * 6000170000591aed949d0f54a343f1a42***********
@@ -13,7 +13,7 @@ export class CreateGwConsumerOrderRequest extends $dara.Model {
13
13
  clientToken?: string;
14
14
  /**
15
15
  * @remarks
16
- * The expiration time of the API key in ISO 8601 format. The value must be later than the current time.
16
+ * The expiration time of the API key in ISO-8601 format. The value must be later than the current time.
17
17
  *
18
18
  * @example
19
19
  * 2027-07-23T03:09:08Z
@@ -31,7 +31,7 @@ export class CreateGwConsumerOrderRequest extends $dara.Model {
31
31
  gatewayId?: string;
32
32
  /**
33
33
  * @remarks
34
- * The number of API keys to generate, which is the number of resource plans to order. Valid values: 1 to 30.
34
+ * The number of API keys to generate (the number of capacity plans to order). Valid values: 1 to 30.
35
35
  *
36
36
  * This parameter is required.
37
37
  *
@@ -41,18 +41,12 @@ export class CreateGwConsumerOrderRequest extends $dara.Model {
41
41
  keyCount?: number;
42
42
  /**
43
43
  * @remarks
44
- * The specification tier of the resource plan. Valid values:
45
- *
46
- * - basic
47
- * - advanced
48
- * - pro
49
- *
50
- * Each value represents the number of credits for a single key.
44
+ * The number of credits per API key. The value is a positive integer string.
51
45
  *
52
46
  * This parameter is required.
53
47
  *
54
48
  * @example
55
- * basic
49
+ * 3000
56
50
  */
57
51
  packageSpec?: string;
58
52
  /**
@@ -37,7 +37,7 @@ export class CreateGwConsumerOrderResponseBody extends $dara.Model {
37
37
  orderId?: string;
38
38
  /**
39
39
  * @remarks
40
- * Id of the request
40
+ * The request ID.
41
41
  *
42
42
  * @example
43
43
  * A7E6A8FD-C50B-46B2-BA85-D8B8D3******
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class DeletePolarFsPathMappingRequestCustomBucketPathList extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * The name of the bucket.
8
+ * The custom storage bucket.
9
9
  *
10
10
  * @example
11
11
  * Bucket
@@ -13,7 +13,7 @@ export class DeletePolarFsPathMappingRequestCustomBucketPathList extends $dara.M
13
13
  bucket?: string;
14
14
  /**
15
15
  * @remarks
16
- * The path in the bucket.
16
+ * The custom storage path.
17
17
  *
18
18
  * @example
19
19
  * /data
@@ -45,12 +45,12 @@ export class DeletePolarFsPathMappingRequestCustomBucketPathList extends $dara.M
45
45
  export class DeletePolarFsPathMappingRequest extends $dara.Model {
46
46
  /**
47
47
  * @remarks
48
- * The list of bucket-path mappings to delete.
48
+ * The bucket and corresponding path information.
49
49
  */
50
50
  customBucketPathList?: DeletePolarFsPathMappingRequestCustomBucketPathList[];
51
51
  /**
52
52
  * @remarks
53
- * The ID of the cluster.
53
+ * The cluster ID.
54
54
  *
55
55
  * This parameter is required.
56
56
  *
@@ -60,7 +60,7 @@ export class DeletePolarFsPathMappingRequest extends $dara.Model {
60
60
  DBClusterId?: string;
61
61
  /**
62
62
  * @remarks
63
- * The ID of the PolarFS instance.
63
+ * The PolarFS instance ID.
64
64
  *
65
65
  * This parameter is required.
66
66
  *
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class DeletePolarFsPathMappingResponseBody extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * The ID of the request.
8
+ * Id of the request
9
9
  *
10
10
  * @example
11
11
  * 7E2FE3BB-C677-5FF9-9FC5-9CF364BD6BE5
@@ -5,25 +5,33 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class DescribePolarFsQuotaListRequest extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * The cluster ID.
8
+ * The instance ID of the PolarDB instance on which the application depends.
9
9
  *
10
10
  * @example
11
11
  * pc-************
12
12
  */
13
13
  DBClusterId?: string;
14
14
  /**
15
+ * @remarks
16
+ * The page number.
17
+ *
15
18
  * @example
16
19
  * 1
17
20
  */
18
21
  pageNumber?: number;
19
22
  /**
23
+ * @remarks
24
+ * The number of entries per page. Valid values: 30, 50, and 100.
25
+ *
26
+ * Default value: 30.
27
+ *
20
28
  * @example
21
29
  * 30
22
30
  */
23
31
  pageSize?: number;
24
32
  /**
25
33
  * @remarks
26
- * The PolarFS instance ID.
34
+ * The PolarFs instance ID.
27
35
  *
28
36
  * This parameter is required.
29
37
  *
@@ -33,7 +41,10 @@ export class DescribePolarFsQuotaListRequest extends $dara.Model {
33
41
  polarFsInstanceId?: string;
34
42
  /**
35
43
  * @remarks
36
- * The quota mode.
44
+ * The query mode. Valid values:
45
+ *
46
+ * - **quotaPolicy**: quota rule
47
+ * - **quota**: quota
37
48
  *
38
49
  * @example
39
50
  * quotaPolicy
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class DescribePolarFsQuotaListResponseBodyQuotaItems extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * The capacity in bytes.
8
+ * The capacity.
9
9
  *
10
10
  * @example
11
11
  * 1073741824
@@ -13,7 +13,7 @@ export class DescribePolarFsQuotaListResponseBodyQuotaItems extends $dara.Model
13
13
  capacity?: number;
14
14
  /**
15
15
  * @remarks
16
- * The inode quota.
16
+ * Inodes
17
17
  *
18
18
  * @example
19
19
  * 100
@@ -29,7 +29,7 @@ export class DescribePolarFsQuotaListResponseBodyQuotaItems extends $dara.Model
29
29
  path?: string;
30
30
  /**
31
31
  * @remarks
32
- * The used capacity in bytes.
32
+ * The used capacity.
33
33
  *
34
34
  * @example
35
35
  * 104857600
@@ -37,7 +37,7 @@ export class DescribePolarFsQuotaListResponseBodyQuotaItems extends $dara.Model
37
37
  usedCapacity?: number;
38
38
  /**
39
39
  * @remarks
40
- * The number of inodes in use.
40
+ * The number of used inodes.
41
41
  *
42
42
  * @example
43
43
  * 1
@@ -75,7 +75,7 @@ export class DescribePolarFsQuotaListResponseBodyQuotaItems extends $dara.Model
75
75
  export class DescribePolarFsQuotaListResponseBody extends $dara.Model {
76
76
  /**
77
77
  * @remarks
78
- * The page number.
78
+ * The current page number.
79
79
  *
80
80
  * @example
81
81
  * 1
@@ -91,8 +91,8 @@ export class DescribePolarFsQuotaListResponseBody extends $dara.Model {
91
91
  pageRecordCount?: string;
92
92
  /**
93
93
  * @remarks
94
- * The number of records per page. Valid values: **30**, **50**, and **100**.
95
- *
94
+ * The number of entries per page. Valid values: **30**, **50**, and **100**.
95
+ *
96
96
  * Default value: **30**.
97
97
  *
98
98
  * @example
@@ -101,7 +101,7 @@ export class DescribePolarFsQuotaListResponseBody extends $dara.Model {
101
101
  pageSize?: string;
102
102
  /**
103
103
  * @remarks
104
- * The PolarFS instance ID.
104
+ * The PolarFs instance ID.
105
105
  *
106
106
  * @example
107
107
  * pfs-test****
@@ -109,12 +109,12 @@ export class DescribePolarFsQuotaListResponseBody extends $dara.Model {
109
109
  polarFsInstanceId?: string;
110
110
  /**
111
111
  * @remarks
112
- * A list of directory quotas.
112
+ * The directory quotas.
113
113
  */
114
114
  quotaItems?: DescribePolarFsQuotaListResponseBodyQuotaItems[];
115
115
  /**
116
116
  * @remarks
117
- * The ID of the request.
117
+ * Id of the request
118
118
  *
119
119
  * @example
120
120
  * EBEAA83D-1734-42E3-85E3-E25F6E******
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class SetPolarFsFileQuotaRequestFilePathQuotas extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * The capacity quota in GB.
8
+ * The quota capacity. Unit: GB.
9
9
  *
10
10
  * @example
11
11
  * 100
@@ -13,7 +13,7 @@ export class SetPolarFsFileQuotaRequestFilePathQuotas extends $dara.Model {
13
13
  capacity?: number;
14
14
  /**
15
15
  * @remarks
16
- * The absolute path of the directory.
16
+ * The directory path.
17
17
  *
18
18
  * @example
19
19
  * /a/project
@@ -21,7 +21,7 @@ export class SetPolarFsFileQuotaRequestFilePathQuotas extends $dara.Model {
21
21
  filePathId?: string;
22
22
  /**
23
23
  * @remarks
24
- * The inode quota.
24
+ * The quota inodes.
25
25
  *
26
26
  * @example
27
27
  * 100
@@ -29,7 +29,7 @@ export class SetPolarFsFileQuotaRequestFilePathQuotas extends $dara.Model {
29
29
  inodes?: number;
30
30
  /**
31
31
  * @remarks
32
- * The maximum depth of subdirectories to traverse under the path specified by `FilePathId`. A value of 1 traverses only the first level of subdirectories. A value of 0 traverses to the deepest level.
32
+ * The number of subdirectory levels to traverse under `FilePathId`. A value of 1 indicates that only the first-level subdirectories are traversed. A value of 0 indicates that all levels are traversed to the deepest level.
33
33
  *
34
34
  * @example
35
35
  * 1
@@ -37,7 +37,7 @@ export class SetPolarFsFileQuotaRequestFilePathQuotas extends $dara.Model {
37
37
  maxDepth?: number;
38
38
  /**
39
39
  * @remarks
40
- * A list of file quota rule IDs, separated by a comma (`,`).
40
+ * The IDs of the rules to apply, separated by commas (,).
41
41
  *
42
42
  * @example
43
43
  * 1,2
@@ -45,11 +45,10 @@ export class SetPolarFsFileQuotaRequestFilePathQuotas extends $dara.Model {
45
45
  quotaIds?: string;
46
46
  /**
47
47
  * @remarks
48
- * Specifies how to apply the rule to existing files. Valid values:
48
+ * The mode in which rules take effect on existing files. Valid values:
49
49
  *
50
- * - **missing**: Applies the rule only if one does not already exist. (Default)
51
- *
52
- * - **all**: Applies the rule to all files.
50
+ * - **missing**: Rules take effect only when they are missing. This is the default value.
51
+ * - **all**: Rules take effect on all files.
53
52
  *
54
53
  * @example
55
54
  * missing
@@ -97,14 +96,14 @@ export class SetPolarFsFileQuotaRequest extends $dara.Model {
97
96
  DBClusterId?: string;
98
97
  /**
99
98
  * @remarks
100
- * An array of objects defining the file quota rules for specific directories.
99
+ * The details of the quota rules to apply to directories.
101
100
  *
102
101
  * This parameter is required.
103
102
  */
104
103
  filePathQuotas?: SetPolarFsFileQuotaRequestFilePathQuotas[];
105
104
  /**
106
105
  * @remarks
107
- * The ID of the PolarFS instance.
106
+ * The Polarlakebase instance ID.
108
107
  *
109
108
  * This parameter is required.
110
109
  *
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class SetPolarFsFileQuotaResponseBody extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * The ID of the PolarFS instance.
8
+ * The Polarlakebase instance ID.
9
9
  *
10
10
  * @example
11
11
  * pfs-2ze0i74ka607*****
@@ -13,7 +13,7 @@ export class SetPolarFsFileQuotaResponseBody extends $dara.Model {
13
13
  polarFsInstanceId?: string;
14
14
  /**
15
15
  * @remarks
16
- * The request ID.
16
+ * Id of the request
17
17
  *
18
18
  * @example
19
19
  * 925B84D9-CA72-432C-95CF-738C22******