@alicloud/polardb20170801 7.0.0 → 7.1.0
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 +63 -18
- package/dist/client.js +168 -18
- package/dist/client.js.map +1 -1
- package/dist/models/CreateBatchConsumerRequest.d.ts +61 -0
- package/dist/models/CreateBatchConsumerRequest.js +66 -0
- package/dist/models/CreateBatchConsumerRequest.js.map +1 -0
- package/dist/models/CreateBatchConsumerResponse.d.ts +19 -0
- package/dist/models/CreateBatchConsumerResponse.js +69 -0
- package/dist/models/CreateBatchConsumerResponse.js.map +1 -0
- package/dist/models/CreateBatchConsumerResponseBody.d.ts +147 -0
- package/dist/models/CreateBatchConsumerResponseBody.js +106 -0
- package/dist/models/CreateBatchConsumerResponseBody.js.map +1 -0
- package/dist/models/DescribeAidbclusterAttributeResponseBody.d.ts +66 -97
- package/dist/models/DescribeAidbclusterAttributeResponseBody.js +2 -0
- package/dist/models/DescribeAidbclusterAttributeResponseBody.js.map +1 -1
- package/dist/models/DescribeApikeyAttributeRequest.d.ts +39 -0
- package/dist/models/DescribeApikeyAttributeRequest.js +64 -0
- package/dist/models/DescribeApikeyAttributeRequest.js.map +1 -0
- package/dist/models/DescribeApikeyAttributeResponse.d.ts +19 -0
- package/dist/models/DescribeApikeyAttributeResponse.js +69 -0
- package/dist/models/DescribeApikeyAttributeResponse.js.map +1 -0
- package/dist/models/DescribeApikeyAttributeResponseBody.d.ts +167 -0
- package/dist/models/DescribeApikeyAttributeResponseBody.js +168 -0
- package/dist/models/DescribeApikeyAttributeResponseBody.js.map +1 -0
- package/dist/models/DescribeGatewayApikeyListRequest.d.ts +43 -0
- package/dist/models/DescribeGatewayApikeyListRequest.js +62 -0
- package/dist/models/DescribeGatewayApikeyListRequest.js.map +1 -0
- package/dist/models/DescribeGatewayApikeyListResponse.d.ts +19 -0
- package/dist/models/DescribeGatewayApikeyListResponse.js +69 -0
- package/dist/models/DescribeGatewayApikeyListResponse.js.map +1 -0
- package/dist/models/DescribeGatewayApikeyListResponseBody.d.ts +147 -0
- package/dist/models/DescribeGatewayApikeyListResponseBody.js +106 -0
- package/dist/models/DescribeGatewayApikeyListResponseBody.js.map +1 -0
- package/dist/models/DescribePolarClawAgentsRequest.d.ts +1 -1
- package/dist/models/DescribePolarClawAgentsResponseBody.d.ts +79 -11
- package/dist/models/DescribePolarClawAgentsResponseBody.js +71 -1
- package/dist/models/DescribePolarClawAgentsResponseBody.js.map +1 -1
- package/dist/models/DescribePolarClawAgentsShrinkRequest.d.ts +1 -1
- package/dist/models/DescribePolarFsAttributeRequest.d.ts +5 -8
- package/dist/models/DescribePolarFsAttributeRequest.js.map +1 -1
- package/dist/models/DescribePolarFsAttributeResponseBody.d.ts +49 -57
- package/dist/models/DescribePolarFsAttributeResponseBody.js +2 -0
- package/dist/models/DescribePolarFsAttributeResponseBody.js.map +1 -1
- package/dist/models/DescribePolarFsObjectsResponseBody.d.ts +13 -13
- package/dist/models/UpdatePolarClawAgentRequest.d.ts +20 -10
- package/dist/models/UpdatePolarClawAgentRequest.js +4 -0
- package/dist/models/UpdatePolarClawAgentRequest.js.map +1 -1
- package/dist/models/UpdatePolarClawAgentResponseBody.d.ts +15 -15
- package/dist/models/UpdatePolarClawAgentShrinkRequest.d.ts +18 -8
- package/dist/models/UpdatePolarClawAgentShrinkRequest.js +4 -0
- package/dist/models/UpdatePolarClawAgentShrinkRequest.js.map +1 -1
- package/dist/models/model.d.ts +16 -0
- package/dist/models/model.js +68 -35
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +188 -18
- package/src/models/CreateBatchConsumerRequest.ts +82 -0
- package/src/models/CreateBatchConsumerResponse.ts +40 -0
- package/src/models/CreateBatchConsumerResponseBody.ts +199 -0
- package/src/models/DescribeAidbclusterAttributeResponseBody.ts +68 -97
- package/src/models/DescribeApikeyAttributeRequest.ts +58 -0
- package/src/models/DescribeApikeyAttributeResponse.ts +40 -0
- package/src/models/DescribeApikeyAttributeResponseBody.ts +263 -0
- package/src/models/DescribeGatewayApikeyListRequest.ts +60 -0
- package/src/models/DescribeGatewayApikeyListResponse.ts +40 -0
- package/src/models/DescribeGatewayApikeyListResponseBody.ts +199 -0
- package/src/models/DescribePolarClawAgentsRequest.ts +1 -1
- package/src/models/DescribePolarClawAgentsResponseBody.ts +131 -11
- package/src/models/DescribePolarClawAgentsShrinkRequest.ts +1 -1
- package/src/models/DescribePolarFsAttributeRequest.ts +5 -8
- package/src/models/DescribePolarFsAttributeResponseBody.ts +52 -58
- package/src/models/DescribePolarFsObjectsResponseBody.ts +13 -13
- package/src/models/UpdatePolarClawAgentRequest.ts +24 -10
- package/src/models/UpdatePolarClawAgentResponseBody.ts +15 -15
- package/src/models/UpdatePolarClawAgentShrinkRequest.ts +22 -8
- package/src/models/model.ts +16 -0
|
@@ -2,10 +2,65 @@
|
|
|
2
2
|
import * as $dara from '@darabonba/typescript';
|
|
3
3
|
|
|
4
4
|
|
|
5
|
+
export class DescribePolarClawAgentsResponseBodyAgentsFiles extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @example
|
|
8
|
+
* false
|
|
9
|
+
*/
|
|
10
|
+
missing?: boolean;
|
|
11
|
+
/**
|
|
12
|
+
* @example
|
|
13
|
+
* SOUL.md
|
|
14
|
+
*/
|
|
15
|
+
name?: string;
|
|
16
|
+
/**
|
|
17
|
+
* @example
|
|
18
|
+
* /home/node/.openclaw/workspace-work/SOUL.md
|
|
19
|
+
*/
|
|
20
|
+
path?: string;
|
|
21
|
+
/**
|
|
22
|
+
* @example
|
|
23
|
+
* 1024
|
|
24
|
+
*/
|
|
25
|
+
size?: number;
|
|
26
|
+
/**
|
|
27
|
+
* @example
|
|
28
|
+
* 1716000000000
|
|
29
|
+
*/
|
|
30
|
+
updatedAtMs?: number;
|
|
31
|
+
static names(): { [key: string]: string } {
|
|
32
|
+
return {
|
|
33
|
+
missing: 'Missing',
|
|
34
|
+
name: 'Name',
|
|
35
|
+
path: 'Path',
|
|
36
|
+
size: 'Size',
|
|
37
|
+
updatedAtMs: 'UpdatedAtMs',
|
|
38
|
+
};
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
static types(): { [key: string]: any } {
|
|
42
|
+
return {
|
|
43
|
+
missing: 'boolean',
|
|
44
|
+
name: 'string',
|
|
45
|
+
path: 'string',
|
|
46
|
+
size: 'number',
|
|
47
|
+
updatedAtMs: 'number',
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
validate() {
|
|
52
|
+
super.validate();
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
constructor(map?: { [key: string]: any }) {
|
|
56
|
+
super(map);
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
|
|
5
60
|
export class DescribePolarClawAgentsResponseBodyAgentsIdentity extends $dara.Model {
|
|
6
61
|
/**
|
|
7
62
|
* @remarks
|
|
8
|
-
* The path or content
|
|
63
|
+
* The avatar path or content.
|
|
9
64
|
*
|
|
10
65
|
* @example
|
|
11
66
|
* test
|
|
@@ -21,7 +76,7 @@ export class DescribePolarClawAgentsResponseBodyAgentsIdentity extends $dara.Mod
|
|
|
21
76
|
avatarUrl?: string;
|
|
22
77
|
/**
|
|
23
78
|
* @remarks
|
|
24
|
-
* The emoji
|
|
79
|
+
* The emoji identifier in Unicode encoding format such as U+1F99E, or a direct emoji character.
|
|
25
80
|
*
|
|
26
81
|
* @example
|
|
27
82
|
* U+1F99E
|
|
@@ -37,7 +92,7 @@ export class DescribePolarClawAgentsResponseBodyAgentsIdentity extends $dara.Mod
|
|
|
37
92
|
name?: string;
|
|
38
93
|
/**
|
|
39
94
|
* @remarks
|
|
40
|
-
* The
|
|
95
|
+
* The theme.
|
|
41
96
|
*
|
|
42
97
|
* @example
|
|
43
98
|
* space lobster
|
|
@@ -72,10 +127,49 @@ export class DescribePolarClawAgentsResponseBodyAgentsIdentity extends $dara.Mod
|
|
|
72
127
|
}
|
|
73
128
|
}
|
|
74
129
|
|
|
130
|
+
export class DescribePolarClawAgentsResponseBodyAgentsModel extends $dara.Model {
|
|
131
|
+
fallbacks?: string[];
|
|
132
|
+
/**
|
|
133
|
+
* @example
|
|
134
|
+
* claude-sonnet-4-5
|
|
135
|
+
*/
|
|
136
|
+
primary?: string;
|
|
137
|
+
static names(): { [key: string]: string } {
|
|
138
|
+
return {
|
|
139
|
+
fallbacks: 'Fallbacks',
|
|
140
|
+
primary: 'Primary',
|
|
141
|
+
};
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
static types(): { [key: string]: any } {
|
|
145
|
+
return {
|
|
146
|
+
fallbacks: { 'type': 'array', 'itemType': 'string' },
|
|
147
|
+
primary: 'string',
|
|
148
|
+
};
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
validate() {
|
|
152
|
+
if(Array.isArray(this.fallbacks)) {
|
|
153
|
+
$dara.Model.validateArray(this.fallbacks);
|
|
154
|
+
}
|
|
155
|
+
super.validate();
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
constructor(map?: { [key: string]: any }) {
|
|
159
|
+
super(map);
|
|
160
|
+
}
|
|
161
|
+
}
|
|
162
|
+
|
|
75
163
|
export class DescribePolarClawAgentsResponseBodyAgents extends $dara.Model {
|
|
164
|
+
/**
|
|
165
|
+
* @example
|
|
166
|
+
* true
|
|
167
|
+
*/
|
|
168
|
+
default?: boolean;
|
|
169
|
+
files?: DescribePolarClawAgentsResponseBodyAgentsFiles[];
|
|
76
170
|
/**
|
|
77
171
|
* @remarks
|
|
78
|
-
*
|
|
172
|
+
* Agent ID
|
|
79
173
|
*
|
|
80
174
|
* @example
|
|
81
175
|
* main
|
|
@@ -83,37 +177,63 @@ export class DescribePolarClawAgentsResponseBodyAgents extends $dara.Model {
|
|
|
83
177
|
id?: string;
|
|
84
178
|
/**
|
|
85
179
|
* @remarks
|
|
86
|
-
* The
|
|
180
|
+
* The identity information.
|
|
87
181
|
*/
|
|
88
182
|
identity?: DescribePolarClawAgentsResponseBodyAgentsIdentity;
|
|
183
|
+
model?: DescribePolarClawAgentsResponseBodyAgentsModel;
|
|
89
184
|
/**
|
|
90
185
|
* @remarks
|
|
91
|
-
* The
|
|
186
|
+
* The display name of the agent.
|
|
92
187
|
*
|
|
93
188
|
* @example
|
|
94
189
|
* main
|
|
95
190
|
*/
|
|
96
191
|
name?: string;
|
|
192
|
+
skills?: string[];
|
|
193
|
+
/**
|
|
194
|
+
* @example
|
|
195
|
+
* /home/node/.openclaw/workspace-work
|
|
196
|
+
*/
|
|
197
|
+
workspace?: string;
|
|
97
198
|
static names(): { [key: string]: string } {
|
|
98
199
|
return {
|
|
200
|
+
default: 'Default',
|
|
201
|
+
files: 'Files',
|
|
99
202
|
id: 'Id',
|
|
100
203
|
identity: 'Identity',
|
|
204
|
+
model: 'Model',
|
|
101
205
|
name: 'Name',
|
|
206
|
+
skills: 'Skills',
|
|
207
|
+
workspace: 'Workspace',
|
|
102
208
|
};
|
|
103
209
|
}
|
|
104
210
|
|
|
105
211
|
static types(): { [key: string]: any } {
|
|
106
212
|
return {
|
|
213
|
+
default: 'boolean',
|
|
214
|
+
files: { 'type': 'array', 'itemType': DescribePolarClawAgentsResponseBodyAgentsFiles },
|
|
107
215
|
id: 'string',
|
|
108
216
|
identity: DescribePolarClawAgentsResponseBodyAgentsIdentity,
|
|
217
|
+
model: DescribePolarClawAgentsResponseBodyAgentsModel,
|
|
109
218
|
name: 'string',
|
|
219
|
+
skills: { 'type': 'array', 'itemType': 'string' },
|
|
220
|
+
workspace: 'string',
|
|
110
221
|
};
|
|
111
222
|
}
|
|
112
223
|
|
|
113
224
|
validate() {
|
|
225
|
+
if(Array.isArray(this.files)) {
|
|
226
|
+
$dara.Model.validateArray(this.files);
|
|
227
|
+
}
|
|
114
228
|
if(this.identity && typeof (this.identity as any).validate === 'function') {
|
|
115
229
|
(this.identity as any).validate();
|
|
116
230
|
}
|
|
231
|
+
if(this.model && typeof (this.model as any).validate === 'function') {
|
|
232
|
+
(this.model as any).validate();
|
|
233
|
+
}
|
|
234
|
+
if(Array.isArray(this.skills)) {
|
|
235
|
+
$dara.Model.validateArray(this.skills);
|
|
236
|
+
}
|
|
117
237
|
super.validate();
|
|
118
238
|
}
|
|
119
239
|
|
|
@@ -125,7 +245,7 @@ export class DescribePolarClawAgentsResponseBodyAgents extends $dara.Model {
|
|
|
125
245
|
export class DescribePolarClawAgentsResponseBody extends $dara.Model {
|
|
126
246
|
/**
|
|
127
247
|
* @remarks
|
|
128
|
-
* The list
|
|
248
|
+
* The agent list.
|
|
129
249
|
*/
|
|
130
250
|
agents?: DescribePolarClawAgentsResponseBodyAgents[];
|
|
131
251
|
/**
|
|
@@ -138,7 +258,7 @@ export class DescribePolarClawAgentsResponseBody extends $dara.Model {
|
|
|
138
258
|
applicationId?: string;
|
|
139
259
|
/**
|
|
140
260
|
* @remarks
|
|
141
|
-
* The status code.
|
|
261
|
+
* The response status code.
|
|
142
262
|
*
|
|
143
263
|
* @example
|
|
144
264
|
* 200
|
|
@@ -154,7 +274,7 @@ export class DescribePolarClawAgentsResponseBody extends $dara.Model {
|
|
|
154
274
|
defaultId?: string;
|
|
155
275
|
/**
|
|
156
276
|
* @remarks
|
|
157
|
-
* The
|
|
277
|
+
* The primary agent key name.
|
|
158
278
|
*
|
|
159
279
|
* @example
|
|
160
280
|
* main
|
|
@@ -162,7 +282,7 @@ export class DescribePolarClawAgentsResponseBody extends $dara.Model {
|
|
|
162
282
|
mainKey?: string;
|
|
163
283
|
/**
|
|
164
284
|
* @remarks
|
|
165
|
-
* The message.
|
|
285
|
+
* The response message.
|
|
166
286
|
*
|
|
167
287
|
* @example
|
|
168
288
|
* successful
|
|
@@ -170,7 +290,7 @@ export class DescribePolarClawAgentsResponseBody extends $dara.Model {
|
|
|
170
290
|
message?: string;
|
|
171
291
|
/**
|
|
172
292
|
* @remarks
|
|
173
|
-
*
|
|
293
|
+
* Id of the request
|
|
174
294
|
*
|
|
175
295
|
* @example
|
|
176
296
|
* 24A1990B-4F6E-482B-B8CB-75C612******
|
|
@@ -6,8 +6,7 @@ export class DescribePolarFsAttributeRequest extends $dara.Model {
|
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
8
|
* The cluster ID.
|
|
9
|
-
*
|
|
10
|
-
* > You can find cluster IDs by calling the [DescribeDBClusters](https://help.aliyun.com/document_detail/98094.html) operation.
|
|
9
|
+
* > You can call the [DescribeDBClusters](https://help.aliyun.com/document_detail/98094.html) operation to query the details of all clusters under your account, including cluster IDs.
|
|
11
10
|
*
|
|
12
11
|
* @example
|
|
13
12
|
* pc-bp1q76364ird*****
|
|
@@ -15,7 +14,7 @@ export class DescribePolarFsAttributeRequest extends $dara.Model {
|
|
|
15
14
|
DBClusterId?: string;
|
|
16
15
|
/**
|
|
17
16
|
* @remarks
|
|
18
|
-
* The
|
|
17
|
+
* The PolarLakebase instance ID.
|
|
19
18
|
*
|
|
20
19
|
* This parameter is required.
|
|
21
20
|
*
|
|
@@ -25,11 +24,9 @@ export class DescribePolarFsAttributeRequest extends $dara.Model {
|
|
|
25
24
|
polarFsInstanceId?: string;
|
|
26
25
|
/**
|
|
27
26
|
* @remarks
|
|
28
|
-
* Specifies whether to query
|
|
29
|
-
*
|
|
30
|
-
* - **
|
|
31
|
-
*
|
|
32
|
-
* - **false**: Does not query the FUSE mount information. This is the default value.
|
|
27
|
+
* Specifies whether to query Fuse mount information. Valid values:
|
|
28
|
+
* - **true**: Yes.
|
|
29
|
+
* - **false**: No. This is the default value.
|
|
33
30
|
*
|
|
34
31
|
* @example
|
|
35
32
|
* false
|
|
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class DescribePolarFsAttributeResponseBodyCustomBucketPathList extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
* The
|
|
8
|
+
* The custom storage bucket.
|
|
9
9
|
*
|
|
10
10
|
* @example
|
|
11
11
|
* pfs-xxx.oss-[regionId]-internal.aliyuncs.com
|
|
@@ -13,7 +13,7 @@ export class DescribePolarFsAttributeResponseBodyCustomBucketPathList extends $d
|
|
|
13
13
|
bucket?: string;
|
|
14
14
|
/**
|
|
15
15
|
* @remarks
|
|
16
|
-
* The
|
|
16
|
+
* The custom storage path.
|
|
17
17
|
*
|
|
18
18
|
* @example
|
|
19
19
|
* /data
|
|
@@ -45,7 +45,7 @@ export class DescribePolarFsAttributeResponseBodyCustomBucketPathList extends $d
|
|
|
45
45
|
export class DescribePolarFsAttributeResponseBodyMountInfo extends $dara.Model {
|
|
46
46
|
/**
|
|
47
47
|
* @remarks
|
|
48
|
-
* The cluster management
|
|
48
|
+
* The cluster management endpoint.
|
|
49
49
|
*
|
|
50
50
|
* @example
|
|
51
51
|
* TCP://**.**.**.**:3000,TCP://**.**.**.**:3000,TCP://**.**.**.**:3000
|
|
@@ -103,7 +103,7 @@ export class DescribePolarFsAttributeResponseBody extends $dara.Model {
|
|
|
103
103
|
accelerateType?: string;
|
|
104
104
|
/**
|
|
105
105
|
* @remarks
|
|
106
|
-
* The
|
|
106
|
+
* The acceleration storage space, in GB.
|
|
107
107
|
*
|
|
108
108
|
* @example
|
|
109
109
|
* 1000
|
|
@@ -112,10 +112,8 @@ export class DescribePolarFsAttributeResponseBody extends $dara.Model {
|
|
|
112
112
|
/**
|
|
113
113
|
* @remarks
|
|
114
114
|
* Indicates whether the acceleration cache is enabled. Valid values:
|
|
115
|
-
*
|
|
116
|
-
* - **
|
|
117
|
-
*
|
|
118
|
-
* - **OFF**: Disabled
|
|
115
|
+
* - **ON**: enabled.
|
|
116
|
+
* - **OFF**: disabled.
|
|
119
117
|
*
|
|
120
118
|
* @example
|
|
121
119
|
* ON
|
|
@@ -123,7 +121,7 @@ export class DescribePolarFsAttributeResponseBody extends $dara.Model {
|
|
|
123
121
|
acceleratingEnable?: string;
|
|
124
122
|
/**
|
|
125
123
|
* @remarks
|
|
126
|
-
* The bandwidth in MB/s.
|
|
124
|
+
* The bandwidth, in MB/s.
|
|
127
125
|
*
|
|
128
126
|
* @example
|
|
129
127
|
* 100
|
|
@@ -131,7 +129,7 @@ export class DescribePolarFsAttributeResponseBody extends $dara.Model {
|
|
|
131
129
|
bandwidth?: number;
|
|
132
130
|
/**
|
|
133
131
|
* @remarks
|
|
134
|
-
* The baseline
|
|
132
|
+
* The bandwidth baseline, in MB/s/TiB.
|
|
135
133
|
*
|
|
136
134
|
* @example
|
|
137
135
|
* 100
|
|
@@ -139,7 +137,7 @@ export class DescribePolarFsAttributeResponseBody extends $dara.Model {
|
|
|
139
137
|
bandwidthBaseLine?: number;
|
|
140
138
|
/**
|
|
141
139
|
* @remarks
|
|
142
|
-
* The bucket ID.
|
|
140
|
+
* The storage bucket ID.
|
|
143
141
|
*
|
|
144
142
|
* @example
|
|
145
143
|
* xxx
|
|
@@ -147,13 +145,13 @@ export class DescribePolarFsAttributeResponseBody extends $dara.Model {
|
|
|
147
145
|
bucketId?: string;
|
|
148
146
|
/**
|
|
149
147
|
* @remarks
|
|
150
|
-
* The edition
|
|
148
|
+
* The PolarLakebase edition. Valid values:
|
|
151
149
|
*
|
|
152
|
-
* - **high_performance**: High-performance Edition
|
|
150
|
+
* - **high_performance**: High-performance Edition.
|
|
153
151
|
*
|
|
154
|
-
* - **basic**: Basic Edition
|
|
152
|
+
* - **basic**: Basic Edition.
|
|
155
153
|
*
|
|
156
|
-
* - **cold**: Cold Storage Edition
|
|
154
|
+
* - **cold**: Cold Storage Edition.
|
|
157
155
|
*
|
|
158
156
|
* @example
|
|
159
157
|
* high_performance
|
|
@@ -161,7 +159,7 @@ export class DescribePolarFsAttributeResponseBody extends $dara.Model {
|
|
|
161
159
|
category?: string;
|
|
162
160
|
/**
|
|
163
161
|
* @remarks
|
|
164
|
-
* The download
|
|
162
|
+
* The client download URL.
|
|
165
163
|
*
|
|
166
164
|
* @example
|
|
167
165
|
* oss://*
|
|
@@ -185,16 +183,14 @@ export class DescribePolarFsAttributeResponseBody extends $dara.Model {
|
|
|
185
183
|
customBucketPath?: string;
|
|
186
184
|
/**
|
|
187
185
|
* @remarks
|
|
188
|
-
*
|
|
186
|
+
* The list of custom storage paths.
|
|
189
187
|
*/
|
|
190
188
|
customBucketPathList?: DescribePolarFsAttributeResponseBodyCustomBucketPathList[];
|
|
191
189
|
/**
|
|
192
190
|
* @remarks
|
|
193
|
-
* The database
|
|
194
|
-
*
|
|
195
|
-
*
|
|
196
|
-
*
|
|
197
|
-
* - **PostgreSQL**
|
|
191
|
+
* The database ecosystem type. Valid values:
|
|
192
|
+
* * **MySQL**
|
|
193
|
+
* * **PostgreSQL**.
|
|
198
194
|
*
|
|
199
195
|
* @example
|
|
200
196
|
* MySQL
|
|
@@ -204,7 +200,7 @@ export class DescribePolarFsAttributeResponseBody extends $dara.Model {
|
|
|
204
200
|
* @remarks
|
|
205
201
|
* The expiration time of the cluster.
|
|
206
202
|
*
|
|
207
|
-
* > This parameter is returned only for **Prepaid** (subscription)
|
|
203
|
+
* > This parameter is returned only for clusters whose billing method is **Prepaid** (subscription). An empty value is returned for **Postpaid** (pay-as-you-go) clusters.
|
|
208
204
|
*
|
|
209
205
|
* @example
|
|
210
206
|
* 2025-10-10T16:00:00Z
|
|
@@ -213,8 +209,7 @@ export class DescribePolarFsAttributeResponseBody extends $dara.Model {
|
|
|
213
209
|
/**
|
|
214
210
|
* @remarks
|
|
215
211
|
* Indicates whether the cluster has expired.
|
|
216
|
-
*
|
|
217
|
-
* > This parameter is returned only for **Prepaid** (subscription) clusters.
|
|
212
|
+
* > This parameter is returned only for clusters whose billing method is **Prepaid** (subscription).
|
|
218
213
|
*
|
|
219
214
|
* @example
|
|
220
215
|
* false
|
|
@@ -230,21 +225,24 @@ export class DescribePolarFsAttributeResponseBody extends $dara.Model {
|
|
|
230
225
|
fileSystemId?: string;
|
|
231
226
|
/**
|
|
232
227
|
* @remarks
|
|
233
|
-
* The lock mode. Valid values:
|
|
234
|
-
*
|
|
235
|
-
* - **Unlock**: The cluster is not locked.
|
|
228
|
+
* The lock mode. Valid values:
|
|
236
229
|
*
|
|
237
|
-
* - **
|
|
238
|
-
*
|
|
239
|
-
* - **LockByExpiration**:
|
|
230
|
+
* - **Unlock**: not locked.
|
|
231
|
+
* - **ManualLock**: manually locked.
|
|
232
|
+
* - **LockByExpiration**: automatically locked due to cluster expiration.
|
|
240
233
|
*
|
|
241
234
|
* @example
|
|
242
235
|
* Unlock
|
|
243
236
|
*/
|
|
244
237
|
lockMode?: string;
|
|
238
|
+
/**
|
|
239
|
+
* @example
|
|
240
|
+
* pc-xxxxxxxxxxxxxxxxx
|
|
241
|
+
*/
|
|
242
|
+
metaInstanceName?: string;
|
|
245
243
|
/**
|
|
246
244
|
* @remarks
|
|
247
|
-
* The
|
|
245
|
+
* The metadata URL for Fuse mounting (encrypted).
|
|
248
246
|
*
|
|
249
247
|
* @example
|
|
250
248
|
* e6cc1d2e2a6fa292038d999fda6501*****
|
|
@@ -268,7 +266,6 @@ export class DescribePolarFsAttributeResponseBody extends $dara.Model {
|
|
|
268
266
|
* The billing method. Valid values:
|
|
269
267
|
*
|
|
270
268
|
* - **Postpaid**: pay-as-you-go.
|
|
271
|
-
*
|
|
272
269
|
* - **Prepaid**: subscription.
|
|
273
270
|
*
|
|
274
271
|
* @example
|
|
@@ -277,7 +274,7 @@ export class DescribePolarFsAttributeResponseBody extends $dara.Model {
|
|
|
277
274
|
payType?: string;
|
|
278
275
|
/**
|
|
279
276
|
* @remarks
|
|
280
|
-
* The description of the
|
|
277
|
+
* The description of the PolarLakebase instance.
|
|
281
278
|
*
|
|
282
279
|
* @example
|
|
283
280
|
* pfs-xxx
|
|
@@ -285,7 +282,7 @@ export class DescribePolarFsAttributeResponseBody extends $dara.Model {
|
|
|
285
282
|
polarFsInstanceDescription?: string;
|
|
286
283
|
/**
|
|
287
284
|
* @remarks
|
|
288
|
-
* The
|
|
285
|
+
* The PolarLakebase instance ID.
|
|
289
286
|
*
|
|
290
287
|
* @example
|
|
291
288
|
* pfs-2ze0i74ka607*****
|
|
@@ -293,7 +290,7 @@ export class DescribePolarFsAttributeResponseBody extends $dara.Model {
|
|
|
293
290
|
polarFsInstanceId?: string;
|
|
294
291
|
/**
|
|
295
292
|
* @remarks
|
|
296
|
-
* The
|
|
293
|
+
* The PolarLakebase instance status.
|
|
297
294
|
*
|
|
298
295
|
* @example
|
|
299
296
|
* Running
|
|
@@ -301,11 +298,9 @@ export class DescribePolarFsAttributeResponseBody extends $dara.Model {
|
|
|
301
298
|
polarFsStatus?: string;
|
|
302
299
|
/**
|
|
303
300
|
* @remarks
|
|
304
|
-
* The version
|
|
305
|
-
*
|
|
306
|
-
* - **PolarFS
|
|
307
|
-
*
|
|
308
|
-
* - **PolarFS 1.0**
|
|
301
|
+
* The instance version. Valid values:
|
|
302
|
+
* - **PolarFS 2.0**: 2.0
|
|
303
|
+
* - **PolarFS 1.0**: 1.0.
|
|
309
304
|
*
|
|
310
305
|
* @example
|
|
311
306
|
* PolarFS 2.0
|
|
@@ -313,7 +308,7 @@ export class DescribePolarFsAttributeResponseBody extends $dara.Model {
|
|
|
313
308
|
polarFsType?: string;
|
|
314
309
|
/**
|
|
315
310
|
* @remarks
|
|
316
|
-
* The version
|
|
311
|
+
* The version.
|
|
317
312
|
*
|
|
318
313
|
* @example
|
|
319
314
|
* 1.0.1-1.0.3
|
|
@@ -337,7 +332,7 @@ export class DescribePolarFsAttributeResponseBody extends $dara.Model {
|
|
|
337
332
|
relativeDbClusterId?: string;
|
|
338
333
|
/**
|
|
339
334
|
* @remarks
|
|
340
|
-
* The ID of the associated
|
|
335
|
+
* The instance ID of the associated PolarLakebase instance.
|
|
341
336
|
*
|
|
342
337
|
* @example
|
|
343
338
|
* pfs-**********
|
|
@@ -345,7 +340,7 @@ export class DescribePolarFsAttributeResponseBody extends $dara.Model {
|
|
|
345
340
|
relativePfsClusterId?: string;
|
|
346
341
|
/**
|
|
347
342
|
* @remarks
|
|
348
|
-
*
|
|
343
|
+
* Id of the request
|
|
349
344
|
*
|
|
350
345
|
* @example
|
|
351
346
|
* 3F9E6A3B-C13E-4064-A010-18582A******
|
|
@@ -353,7 +348,7 @@ export class DescribePolarFsAttributeResponseBody extends $dara.Model {
|
|
|
353
348
|
requestId?: string;
|
|
354
349
|
/**
|
|
355
350
|
* @remarks
|
|
356
|
-
* The
|
|
351
|
+
* The managed security group ID.
|
|
357
352
|
*
|
|
358
353
|
* @example
|
|
359
354
|
* sg-bp**************
|
|
@@ -361,7 +356,7 @@ export class DescribePolarFsAttributeResponseBody extends $dara.Model {
|
|
|
361
356
|
securityGroupId?: string;
|
|
362
357
|
/**
|
|
363
358
|
* @remarks
|
|
364
|
-
* The storage
|
|
359
|
+
* The storage space, in GB.
|
|
365
360
|
*
|
|
366
361
|
* @example
|
|
367
362
|
* 1000
|
|
@@ -369,15 +364,12 @@ export class DescribePolarFsAttributeResponseBody extends $dara.Model {
|
|
|
369
364
|
storageSpace?: number;
|
|
370
365
|
/**
|
|
371
366
|
* @remarks
|
|
372
|
-
*
|
|
373
|
-
*
|
|
374
|
-
*
|
|
375
|
-
*
|
|
376
|
-
* - **ESSDPL0**
|
|
377
|
-
*
|
|
378
|
-
* The storage class for the Basic Edition. Valid values:
|
|
367
|
+
* Valid values for the High-performance Edition storage type:
|
|
368
|
+
* * **ESSDPL1**
|
|
369
|
+
* * **ESSDPL0**
|
|
379
370
|
*
|
|
380
|
-
*
|
|
371
|
+
* Valid values for the Basic Edition storage type:
|
|
372
|
+
* * **city_redundancy**: zone-redundant storage.
|
|
381
373
|
*
|
|
382
374
|
* @example
|
|
383
375
|
* essdpl1
|
|
@@ -385,7 +377,7 @@ export class DescribePolarFsAttributeResponseBody extends $dara.Model {
|
|
|
385
377
|
storageType?: string;
|
|
386
378
|
/**
|
|
387
379
|
* @remarks
|
|
388
|
-
* The
|
|
380
|
+
* The used storage space, in bytes.
|
|
389
381
|
*
|
|
390
382
|
* @example
|
|
391
383
|
* 3012558848
|
|
@@ -393,7 +385,7 @@ export class DescribePolarFsAttributeResponseBody extends $dara.Model {
|
|
|
393
385
|
storageUsed?: number;
|
|
394
386
|
/**
|
|
395
387
|
* @remarks
|
|
396
|
-
* The ID
|
|
388
|
+
* The VPC ID.
|
|
397
389
|
*
|
|
398
390
|
* @example
|
|
399
391
|
* vpc-**********
|
|
@@ -401,7 +393,7 @@ export class DescribePolarFsAttributeResponseBody extends $dara.Model {
|
|
|
401
393
|
VPCId?: string;
|
|
402
394
|
/**
|
|
403
395
|
* @remarks
|
|
404
|
-
* The
|
|
396
|
+
* The vSwitch ID.
|
|
405
397
|
*
|
|
406
398
|
* @example
|
|
407
399
|
* vsw-**************
|
|
@@ -409,7 +401,7 @@ export class DescribePolarFsAttributeResponseBody extends $dara.Model {
|
|
|
409
401
|
vSwitchId?: string;
|
|
410
402
|
/**
|
|
411
403
|
* @remarks
|
|
412
|
-
* The ID of the
|
|
404
|
+
* The zone ID of the vSwitch.
|
|
413
405
|
*
|
|
414
406
|
* @example
|
|
415
407
|
* cn-beijing-k
|
|
@@ -433,6 +425,7 @@ export class DescribePolarFsAttributeResponseBody extends $dara.Model {
|
|
|
433
425
|
expired: 'Expired',
|
|
434
426
|
fileSystemId: 'FileSystemId',
|
|
435
427
|
lockMode: 'LockMode',
|
|
428
|
+
metaInstanceName: 'MetaInstanceName',
|
|
436
429
|
metaUrl: 'MetaUrl',
|
|
437
430
|
minorVersion: 'MinorVersion',
|
|
438
431
|
mountInfo: 'MountInfo',
|
|
@@ -474,6 +467,7 @@ export class DescribePolarFsAttributeResponseBody extends $dara.Model {
|
|
|
474
467
|
expired: 'string',
|
|
475
468
|
fileSystemId: 'string',
|
|
476
469
|
lockMode: 'string',
|
|
470
|
+
metaInstanceName: 'string',
|
|
477
471
|
metaUrl: 'string',
|
|
478
472
|
minorVersion: 'string',
|
|
479
473
|
mountInfo: DescribePolarFsAttributeResponseBodyMountInfo,
|