@alicloud/ebs20210730 2.4.0 → 3.0.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 CHANGED
@@ -1288,72 +1288,6 @@ export declare class CreateEnterpriseSnapshotPolicyResponse extends $tea.Model {
1288
1288
  [key: string]: any;
1289
1289
  });
1290
1290
  }
1291
- export declare class DeleteDiskRequest extends $tea.Model {
1292
- /**
1293
- * @remarks
1294
- * The ID of the disk.
1295
- *
1296
- * This parameter is required.
1297
- *
1298
- * @example
1299
- * d-cd4************
1300
- */
1301
- diskId?: string;
1302
- /**
1303
- * @remarks
1304
- * The region ID of the primary or secondary disk in the replication pair. You can call the [DescribeRegions](https://help.aliyun.com/document_detail/354276.html) operation to query the most recent list of regions in which async replication is supported.
1305
- *
1306
- * This parameter is required.
1307
- *
1308
- * @example
1309
- * cn-hangzhou
1310
- */
1311
- regionId?: string;
1312
- static names(): {
1313
- [key: string]: string;
1314
- };
1315
- static types(): {
1316
- [key: string]: any;
1317
- };
1318
- constructor(map?: {
1319
- [key: string]: any;
1320
- });
1321
- }
1322
- export declare class DeleteDiskResponseBody extends $tea.Model {
1323
- /**
1324
- * @remarks
1325
- * The ID of the request.
1326
- *
1327
- * @example
1328
- * C123F94F-4E38-19AE-942A-A8D6F44F****
1329
- */
1330
- requestId?: string;
1331
- static names(): {
1332
- [key: string]: string;
1333
- };
1334
- static types(): {
1335
- [key: string]: any;
1336
- };
1337
- constructor(map?: {
1338
- [key: string]: any;
1339
- });
1340
- }
1341
- export declare class DeleteDiskResponse extends $tea.Model {
1342
- headers?: {
1343
- [key: string]: string;
1344
- };
1345
- statusCode?: number;
1346
- body?: DeleteDiskResponseBody;
1347
- static names(): {
1348
- [key: string]: string;
1349
- };
1350
- static types(): {
1351
- [key: string]: any;
1352
- };
1353
- constructor(map?: {
1354
- [key: string]: any;
1355
- });
1356
- }
1357
1291
  export declare class DeleteDiskReplicaGroupRequest extends $tea.Model {
1358
1292
  /**
1359
1293
  * @remarks
@@ -2671,196 +2605,6 @@ export declare class DescribeDiskReplicaPairsResponse extends $tea.Model {
2671
2605
  [key: string]: any;
2672
2606
  });
2673
2607
  }
2674
- export declare class DescribeDisksRequest extends $tea.Model {
2675
- /**
2676
- * @remarks
2677
- * The category of disks.
2678
- *
2679
- * @example
2680
- * cloud_ssd
2681
- */
2682
- category?: string;
2683
- /**
2684
- * @remarks
2685
- * The IDs of the disks. The value is a JSON array that contains multiple disk IDs. Separate the IDs with commas (,).
2686
- *
2687
- * @example
2688
- * iscsi-cluster-id
2689
- */
2690
- diskIds?: string;
2691
- /**
2692
- * @remarks
2693
- * The name of the disk.
2694
- *
2695
- * @example
2696
- * d-xxx
2697
- */
2698
- diskName?: string;
2699
- /**
2700
- * @remarks
2701
- * The maximum number of entries per page. Valid values: 1 to 100.
2702
- *
2703
- * Default values:
2704
- *
2705
- * * If this parameter is not specified or is set to a value smaller than 10, the default value is 10.
2706
- * * If this parameter is set to a value greater than 100, the default value is 100.
2707
- *
2708
- * @example
2709
- * 10
2710
- */
2711
- maxResults?: number;
2712
- /**
2713
- * @remarks
2714
- * A pagination token. It can be used in the next request to retrieve a new page of results. If NextToken is empty, no next page exists.
2715
- *
2716
- * @example
2717
- * AAAAAdDWBF2****
2718
- */
2719
- nextToken?: string;
2720
- /**
2721
- * @remarks
2722
- * The page number.
2723
- *
2724
- * @example
2725
- * 1
2726
- */
2727
- pageNumber?: number;
2728
- /**
2729
- * @remarks
2730
- * The number of entries per page.
2731
- *
2732
- * @example
2733
- * 10
2734
- */
2735
- pageSize?: number;
2736
- /**
2737
- * @remarks
2738
- * The ID of the region.
2739
- *
2740
- * This parameter is required.
2741
- *
2742
- * @example
2743
- * cn-hangzhou
2744
- */
2745
- regionId?: string;
2746
- /**
2747
- * @remarks
2748
- * The ID of the resource group to which the disk belongs.
2749
- *
2750
- * @example
2751
- * rg-acfmvs*******
2752
- */
2753
- resourceGroupId?: string;
2754
- /**
2755
- * @remarks
2756
- * The states of disk. Valid values:
2757
- *
2758
- * * In_use
2759
- * * Available
2760
- * * Attaching
2761
- * * Detaching
2762
- * * Creating
2763
- * * ReIniting
2764
- *
2765
- * @example
2766
- * In_use
2767
- */
2768
- status?: string;
2769
- /**
2770
- * @remarks
2771
- * The resource tags. You can specify up to 20 tags.
2772
- */
2773
- tag?: DescribeDisksRequestTag[];
2774
- /**
2775
- * @remarks
2776
- * The ID of the zone.
2777
- *
2778
- * @example
2779
- * cn-hangzhou-a
2780
- */
2781
- zoneId?: string;
2782
- static names(): {
2783
- [key: string]: string;
2784
- };
2785
- static types(): {
2786
- [key: string]: any;
2787
- };
2788
- constructor(map?: {
2789
- [key: string]: any;
2790
- });
2791
- }
2792
- export declare class DescribeDisksResponseBody extends $tea.Model {
2793
- /**
2794
- * @remarks
2795
- * The data returned.
2796
- */
2797
- data?: DescribeDisksResponseBodyData[];
2798
- /**
2799
- * @remarks
2800
- * A pagination token. It can be used in the next request to retrieve a new page of results.
2801
- *
2802
- * @example
2803
- * NextToken
2804
- */
2805
- nextToken?: string;
2806
- /**
2807
- * @remarks
2808
- * The page number.
2809
- *
2810
- * @example
2811
- * 1
2812
- */
2813
- pageNumber?: number;
2814
- /**
2815
- * @remarks
2816
- * The number of entries per page.
2817
- *
2818
- * @example
2819
- * 10
2820
- */
2821
- pageSize?: number;
2822
- /**
2823
- * @remarks
2824
- * The ID of the request.
2825
- *
2826
- * @example
2827
- * C123F94F-4E38-19AE-942A-A8D6F44F****
2828
- */
2829
- requestId?: string;
2830
- /**
2831
- * @remarks
2832
- * The total number of entries returned.
2833
- *
2834
- * @example
2835
- * 1
2836
- */
2837
- totalCount?: number;
2838
- static names(): {
2839
- [key: string]: string;
2840
- };
2841
- static types(): {
2842
- [key: string]: any;
2843
- };
2844
- constructor(map?: {
2845
- [key: string]: any;
2846
- });
2847
- }
2848
- export declare class DescribeDisksResponse extends $tea.Model {
2849
- headers?: {
2850
- [key: string]: string;
2851
- };
2852
- statusCode?: number;
2853
- body?: DescribeDisksResponseBody;
2854
- static names(): {
2855
- [key: string]: string;
2856
- };
2857
- static types(): {
2858
- [key: string]: any;
2859
- };
2860
- constructor(map?: {
2861
- [key: string]: any;
2862
- });
2863
- }
2864
2608
  export declare class DescribeEnterpriseSnapshotPolicyRequest extends $tea.Model {
2865
2609
  /**
2866
2610
  * @remarks
@@ -3370,6 +3114,20 @@ export declare class DescribeLensServiceStatusResponse extends $tea.Model {
3370
3114
  });
3371
3115
  }
3372
3116
  export declare class DescribeMetricDataRequest extends $tea.Model {
3117
+ /**
3118
+ * @remarks
3119
+ * Aggregation method in time dimension. Valid values:
3120
+ *
3121
+ * - SUM
3122
+ * - COUNT
3123
+ * - AVG
3124
+ * - MAX
3125
+ * - MIN
3126
+ *
3127
+ * @example
3128
+ * SUM
3129
+ */
3130
+ aggreOps?: string;
3373
3131
  /**
3374
3132
  * @remarks
3375
3133
  * The dimension map in the JSON format. A dimension is a key-value pair. Valid dimension key: diskId.
@@ -4106,94 +3864,35 @@ export declare class FailoverDiskReplicaPairResponse extends $tea.Model {
4106
3864
  [key: string]: any;
4107
3865
  });
4108
3866
  }
4109
- export declare class GetDiskRequest extends $tea.Model {
3867
+ export declare class GetReportRequest extends $tea.Model {
4110
3868
  /**
4111
3869
  * @remarks
4112
- * The ID of the disk.
4113
- *
4114
- * This parameter is required.
3870
+ * Optional, AppName only takes effect when ReportType=present.
4115
3871
  *
4116
3872
  * @example
4117
- * d-bp67***********
3873
+ * App1
4118
3874
  */
4119
- diskId?: string;
3875
+ appName?: string;
4120
3876
  /**
4121
3877
  * @remarks
4122
- * The region ID of the disk.
4123
- *
4124
- * This parameter is required.
3878
+ * Region name.
4125
3879
  *
4126
3880
  * @example
4127
3881
  * cn-hangzhou
4128
3882
  */
4129
3883
  regionId?: string;
4130
- static names(): {
4131
- [key: string]: string;
4132
- };
4133
- static types(): {
4134
- [key: string]: any;
4135
- };
4136
- constructor(map?: {
4137
- [key: string]: any;
4138
- });
4139
- }
4140
- export declare class GetDiskResponseBody extends $tea.Model {
4141
- /**
4142
- * @remarks
4143
- * The information of the disk.
4144
- */
4145
- disk?: GetDiskResponseBodyDisk;
4146
3884
  /**
4147
3885
  * @remarks
4148
- * The request ID.
3886
+ * When ReportType=history, ReportId is required to query historical reports based on ReportId.
4149
3887
  *
4150
- * @example
4151
- * B9C4B3B3-0D72-5FB0-9319-F4D3BB9E22AC
4152
- */
4153
- requestId?: string;
4154
- static names(): {
4155
- [key: string]: string;
4156
- };
4157
- static types(): {
4158
- [key: string]: any;
4159
- };
4160
- constructor(map?: {
4161
- [key: string]: any;
4162
- });
4163
- }
4164
- export declare class GetDiskResponse extends $tea.Model {
4165
- headers?: {
4166
- [key: string]: string;
4167
- };
4168
- statusCode?: number;
4169
- body?: GetDiskResponseBody;
4170
- static names(): {
4171
- [key: string]: string;
4172
- };
4173
- static types(): {
4174
- [key: string]: any;
4175
- };
4176
- constructor(map?: {
4177
- [key: string]: any;
4178
- });
4179
- }
4180
- export declare class GetReportRequest extends $tea.Model {
4181
- /**
4182
- * @example
4183
- * App1
4184
- */
4185
- appName?: string;
4186
- /**
4187
- * @example
4188
- * cn-hangzhou
4189
- */
4190
- regionId?: string;
4191
- /**
4192
3888
  * @example
4193
3889
  * report-74fbea80e802xxxx
4194
3890
  */
4195
3891
  reportId?: string;
4196
3892
  /**
3893
+ * @remarks
3894
+ * Optional values: history/present.
3895
+ *
4197
3896
  * @example
4198
3897
  * history
4199
3898
  */
@@ -4209,8 +3908,15 @@ export declare class GetReportRequest extends $tea.Model {
4209
3908
  });
4210
3909
  }
4211
3910
  export declare class GetReportResponseBody extends $tea.Model {
3911
+ /**
3912
+ * @remarks
3913
+ * Data Details.
3914
+ */
4212
3915
  datas?: GetReportResponseBodyDatas[];
4213
3916
  /**
3917
+ * @remarks
3918
+ * Request ID.
3919
+ *
4214
3920
  * @example
4215
3921
  * C123F94F-4E38-19AE-942A-A8D6F44F****
4216
3922
  */
@@ -4244,6 +3950,8 @@ export declare class GetReportResponse extends $tea.Model {
4244
3950
  export declare class ListReportsRequest extends $tea.Model {
4245
3951
  /**
4246
3952
  * @remarks
3953
+ * App name.
3954
+ *
4247
3955
  * This parameter is required.
4248
3956
  *
4249
3957
  * @example
@@ -4251,26 +3959,41 @@ export declare class ListReportsRequest extends $tea.Model {
4251
3959
  */
4252
3960
  appName?: string;
4253
3961
  /**
3962
+ * @remarks
3963
+ * Maximum number of items for Token-based pagination.
3964
+ *
4254
3965
  * @example
4255
3966
  * 10
4256
3967
  */
4257
3968
  maxResults?: number;
4258
3969
  /**
3970
+ * @remarks
3971
+ * Query token (Token), the value is the NextToken parameter value returned from the previous API call.
3972
+ *
4259
3973
  * @example
4260
3974
  * a6792e832ff0XXXXX
4261
3975
  */
4262
3976
  nextToken?: string;
4263
3977
  /**
3978
+ * @remarks
3979
+ * Page number for paginated queries.
3980
+ *
4264
3981
  * @example
4265
3982
  * 1
4266
3983
  */
4267
3984
  pageNumber?: number;
4268
3985
  /**
3986
+ * @remarks
3987
+ * Number of rows per page when performing paginated queries.
3988
+ *
4269
3989
  * @example
4270
3990
  * 100
4271
3991
  */
4272
3992
  pageSize?: number;
4273
3993
  /**
3994
+ * @remarks
3995
+ * Region ID. You can call [DescribeRegions](https://help.aliyun.com/document_detail/354276.html) to query the list of regions supported by Block Storage Data Insights.
3996
+ *
4274
3997
  * @example
4275
3998
  * cn-hangzhou
4276
3999
  */
@@ -4288,30 +4011,45 @@ export declare class ListReportsRequest extends $tea.Model {
4288
4011
  export declare class ListReportsResponseBody extends $tea.Model {
4289
4012
  /**
4290
4013
  * @remarks
4291
- * historyReports
4014
+ * Historical reports.
4292
4015
  */
4293
4016
  historyReports?: ListReportsResponseBodyHistoryReports[];
4294
4017
  /**
4018
+ * @remarks
4019
+ * Query token (Token), the value is the NextToken parameter value returned from the previous API call.
4020
+ *
4295
4021
  * @example
4296
4022
  * a6792e832ff0XXXX
4297
4023
  */
4298
4024
  nextToken?: string;
4299
4025
  /**
4026
+ * @remarks
4027
+ * Page number for paginated queries.
4028
+ *
4300
4029
  * @example
4301
4030
  * 1
4302
4031
  */
4303
4032
  pageNumber?: number;
4304
4033
  /**
4034
+ * @remarks
4035
+ * Number of records per page for paginated queries.
4036
+ *
4305
4037
  * @example
4306
4038
  * 10
4307
4039
  */
4308
4040
  pageSize?: number;
4309
4041
  /**
4042
+ * @remarks
4043
+ * Request ID, an identifier generated by Alibaba Cloud for this request.
4044
+ *
4310
4045
  * @example
4311
4046
  * C123F94F-4E38-19AE-942A-A8D6F44F****
4312
4047
  */
4313
4048
  requestId?: string;
4314
4049
  /**
4050
+ * @remarks
4051
+ * Total count.
4052
+ *
4315
4053
  * @example
4316
4054
  * 1
4317
4055
  */
@@ -8236,10 +7974,10 @@ export declare class DescribeDiskReplicaPairsResponseBodyReplicaPairs extends $t
8236
7974
  [key: string]: any;
8237
7975
  });
8238
7976
  }
8239
- export declare class DescribeDisksRequestTag extends $tea.Model {
7977
+ export declare class DescribeEnterpriseSnapshotPolicyRequestTag extends $tea.Model {
8240
7978
  /**
8241
7979
  * @remarks
8242
- * The key of the tag.
7980
+ * The key of tag N of the enterprise-level snapshot policy.
8243
7981
  *
8244
7982
  * This parameter is required.
8245
7983
  *
@@ -8249,7 +7987,7 @@ export declare class DescribeDisksRequestTag extends $tea.Model {
8249
7987
  key?: string;
8250
7988
  /**
8251
7989
  * @remarks
8252
- * The value of the tag.
7990
+ * The value of tag N of the enterprise-level snapshot policy.
8253
7991
  *
8254
7992
  * This parameter is required.
8255
7993
  *
@@ -8267,15 +8005,23 @@ export declare class DescribeDisksRequestTag extends $tea.Model {
8267
8005
  [key: string]: any;
8268
8006
  });
8269
8007
  }
8270
- export declare class DescribeDisksResponseBodyDataAccessAuthorizationEcs extends $tea.Model {
8008
+ export declare class DescribeEnterpriseSnapshotPolicyResponseBodyPoliciesCrossRegionCopyInfoRegions extends $tea.Model {
8271
8009
  /**
8272
8010
  * @remarks
8273
- * The ID of the instance.
8011
+ * The ID of the destination region.
8274
8012
  *
8275
8013
  * @example
8276
- * i-assd***********
8014
+ * cn-hangzhou
8277
8015
  */
8278
- instanceId?: string;
8016
+ regionId?: string;
8017
+ /**
8018
+ * @remarks
8019
+ * The retention period of snapshot copies in the destination region. Unit: day.
8020
+ *
8021
+ * @example
8022
+ * 7
8023
+ */
8024
+ retainDays?: number;
8279
8025
  static names(): {
8280
8026
  [key: string]: string;
8281
8027
  };
@@ -8286,23 +8032,20 @@ export declare class DescribeDisksResponseBodyDataAccessAuthorizationEcs extends
8286
8032
  [key: string]: any;
8287
8033
  });
8288
8034
  }
8289
- export declare class DescribeDisksResponseBodyDataAccessAuthorizationPod extends $tea.Model {
8035
+ export declare class DescribeEnterpriseSnapshotPolicyResponseBodyPoliciesCrossRegionCopyInfo extends $tea.Model {
8290
8036
  /**
8291
8037
  * @remarks
8292
- * The cluster ID.
8038
+ * Indicates whether the cross-region replication feature is enabled.
8293
8039
  *
8294
8040
  * @example
8295
- * cid*******
8041
+ * true
8296
8042
  */
8297
- clusterId?: string;
8043
+ enabled?: boolean;
8298
8044
  /**
8299
8045
  * @remarks
8300
- * The pod ID.
8301
- *
8302
- * @example
8303
- * pid******
8046
+ * The destination regions that store snapshot copies.
8304
8047
  */
8305
- podId?: string;
8048
+ regions?: DescribeEnterpriseSnapshotPolicyResponseBodyPoliciesCrossRegionCopyInfoRegions[];
8306
8049
  static names(): {
8307
8050
  [key: string]: string;
8308
8051
  };
@@ -8313,25 +8056,47 @@ export declare class DescribeDisksResponseBodyDataAccessAuthorizationPod extends
8313
8056
  [key: string]: any;
8314
8057
  });
8315
8058
  }
8316
- export declare class DescribeDisksResponseBodyDataAccessAuthorization extends $tea.Model {
8059
+ export declare class DescribeEnterpriseSnapshotPolicyResponseBodyPoliciesRetainRule extends $tea.Model {
8060
+ /**
8061
+ * @remarks
8062
+ * The maximum number of snapshots that can be retained.
8063
+ *
8064
+ * @example
8065
+ * 10
8066
+ */
8067
+ number?: number;
8317
8068
  /**
8318
8069
  * @remarks
8319
- * The token that is used to access the disk.
8070
+ * The value of the retention period of snapshots.
8320
8071
  *
8321
8072
  * @example
8322
- * b34385a***************
8073
+ * 14
8323
8074
  */
8324
- accessToken?: string;
8075
+ timeInterval?: number;
8325
8076
  /**
8326
8077
  * @remarks
8327
- * The information of ecs.
8078
+ * The unit of the retention period of snapshots.
8079
+ *
8080
+ * @example
8081
+ * DAYS
8328
8082
  */
8329
- ecs?: DescribeDisksResponseBodyDataAccessAuthorizationEcs;
8083
+ timeUnit?: string;
8084
+ static names(): {
8085
+ [key: string]: string;
8086
+ };
8087
+ static types(): {
8088
+ [key: string]: any;
8089
+ };
8090
+ constructor(map?: {
8091
+ [key: string]: any;
8092
+ });
8093
+ }
8094
+ export declare class DescribeEnterpriseSnapshotPolicyResponseBodyPoliciesSchedule extends $tea.Model {
8330
8095
  /**
8331
8096
  * @remarks
8332
- * The information of pod.
8097
+ * The cron expression of the enterprise-level snapshot policy.
8333
8098
  */
8334
- pod?: DescribeDisksResponseBodyDataAccessAuthorizationPod;
8099
+ cronExpression?: string;
8335
8100
  static names(): {
8336
8101
  [key: string]: string;
8337
8102
  };
@@ -8342,31 +8107,31 @@ export declare class DescribeDisksResponseBodyDataAccessAuthorization extends $t
8342
8107
  [key: string]: any;
8343
8108
  });
8344
8109
  }
8345
- export declare class DescribeDisksResponseBodyDataAttachments extends $tea.Model {
8110
+ export declare class DescribeEnterpriseSnapshotPolicyResponseBodyPoliciesSpecialRetainRulesRules extends $tea.Model {
8346
8111
  /**
8347
8112
  * @remarks
8348
- * The time when the disk was attached.
8113
+ * The unit of the special retention period.
8349
8114
  *
8350
8115
  * @example
8351
- * 2021-06-07T06:08:56Z
8116
+ * WEEKS
8352
8117
  */
8353
- attachedTime?: string;
8118
+ specialPeriodUnit?: string;
8354
8119
  /**
8355
8120
  * @remarks
8356
- * The instance ID.
8121
+ * The value of the retention period.
8357
8122
  *
8358
8123
  * @example
8359
- * i-aaaa********
8124
+ * 1
8360
8125
  */
8361
- instanceId?: string;
8126
+ timeInterval?: number;
8362
8127
  /**
8363
8128
  * @remarks
8364
- * The ID of the namespace.
8129
+ * The unit of the retention period.
8365
8130
  *
8366
8131
  * @example
8367
- * 4c47c411-b9***********
8132
+ * WEEKS
8368
8133
  */
8369
- namespaceId?: number;
8134
+ timeUnit?: string;
8370
8135
  static names(): {
8371
8136
  [key: string]: string;
8372
8137
  };
@@ -8377,23 +8142,20 @@ export declare class DescribeDisksResponseBodyDataAttachments extends $tea.Model
8377
8142
  [key: string]: any;
8378
8143
  });
8379
8144
  }
8380
- export declare class DescribeDisksResponseBodyDataTags extends $tea.Model {
8145
+ export declare class DescribeEnterpriseSnapshotPolicyResponseBodyPoliciesSpecialRetainRules extends $tea.Model {
8381
8146
  /**
8382
8147
  * @remarks
8383
- * The tag key.
8148
+ * Indicates whether the special retention period is enabled.
8384
8149
  *
8385
8150
  * @example
8386
- * empty-str-0
8151
+ * true
8387
8152
  */
8388
- tagKey?: string;
8153
+ enabled?: boolean;
8389
8154
  /**
8390
8155
  * @remarks
8391
- * The tag value.
8392
- *
8393
- * @example
8394
- * 000098dab001c600
8156
+ * The special retention rules.
8395
8157
  */
8396
- tagValue?: string;
8158
+ rules?: DescribeEnterpriseSnapshotPolicyResponseBodyPoliciesSpecialRetainRulesRules[];
8397
8159
  static names(): {
8398
8160
  [key: string]: string;
8399
8161
  };
@@ -8404,902 +8166,160 @@ export declare class DescribeDisksResponseBodyDataTags extends $tea.Model {
8404
8166
  [key: string]: any;
8405
8167
  });
8406
8168
  }
8407
- export declare class DescribeDisksResponseBodyData extends $tea.Model {
8408
- /**
8409
- * @remarks
8410
- * The access authorization information of the disk.
8411
- */
8412
- accessAuthorization?: DescribeDisksResponseBodyDataAccessAuthorization[];
8169
+ export declare class DescribeEnterpriseSnapshotPolicyResponseBodyPoliciesStorageRule extends $tea.Model {
8413
8170
  /**
8414
8171
  * @remarks
8415
- * The time when the disk was attached.
8172
+ * Indicates whether the instant access feature is enabled.
8416
8173
  *
8417
8174
  * @example
8418
- * 2021-06-07T06:08:56Z
8419
- */
8420
- attachedTime?: string;
8421
- /**
8422
- * @remarks
8423
- * The attachment information of the disk.
8175
+ * false
8424
8176
  */
8425
- attachments?: DescribeDisksResponseBodyDataAttachments[];
8177
+ enableImmediateAccess?: boolean;
8178
+ static names(): {
8179
+ [key: string]: string;
8180
+ };
8181
+ static types(): {
8182
+ [key: string]: any;
8183
+ };
8184
+ constructor(map?: {
8185
+ [key: string]: any;
8186
+ });
8187
+ }
8188
+ export declare class DescribeEnterpriseSnapshotPolicyResponseBodyPoliciesTags extends $tea.Model {
8426
8189
  /**
8427
8190
  * @remarks
8428
- * Specifies whether to enable the performance burst feature for the disk. Valid values:
8429
- *
8430
- * * true: enable the performance burst feature.
8431
- * * false: disable the performance burst feature.
8191
+ * The key of the tag of the enterprise-level snapshot policy.
8432
8192
  *
8433
8193
  * @example
8434
- * true
8194
+ * key
8435
8195
  */
8436
- burstingEnabled?: boolean;
8196
+ tagKey?: string;
8437
8197
  /**
8438
8198
  * @remarks
8439
- * The category of disk.
8199
+ * The value of the tag of the enterprise-level snapshot policy.
8440
8200
  *
8441
8201
  * @example
8442
- * cloud_essd
8202
+ * value
8443
8203
  */
8444
- category?: string;
8204
+ tagValue?: string;
8205
+ static names(): {
8206
+ [key: string]: string;
8207
+ };
8208
+ static types(): {
8209
+ [key: string]: any;
8210
+ };
8211
+ constructor(map?: {
8212
+ [key: string]: any;
8213
+ });
8214
+ }
8215
+ export declare class DescribeEnterpriseSnapshotPolicyResponseBodyPolicies extends $tea.Model {
8445
8216
  /**
8446
8217
  * @remarks
8447
- * The time when the disk was created.
8218
+ * The time when the enterprise-level snapshot policy was created.
8448
8219
  *
8449
8220
  * @example
8450
- * 2023-12-30 12:00:00
8221
+ * 2023-06-24T06:03:35Z
8451
8222
  */
8452
- creationTime?: string;
8223
+ createTime?: string;
8453
8224
  /**
8454
8225
  * @remarks
8455
- * The description of the disk. The description must be 2 to 256 characters in length and cannot start with `http://` or `https://`.
8456
- *
8457
- * @example
8458
- * desc
8226
+ * The replication rule of snapshots in the enterprise-level snapshot policy.
8459
8227
  */
8460
- description?: string;
8228
+ crossRegionCopyInfo?: DescribeEnterpriseSnapshotPolicyResponseBodyPoliciesCrossRegionCopyInfo;
8461
8229
  /**
8462
8230
  * @remarks
8463
- * The time when the disk was detached.
8231
+ * The description of the enterprise-level snapshot policy.
8464
8232
  *
8465
8233
  * @example
8466
- * 2021-06-07T21:01:22Z
8234
+ * xxx
8467
8235
  */
8468
- detachedTime?: string;
8236
+ desc?: string;
8469
8237
  /**
8470
8238
  * @remarks
8471
- * The maximum number of read and write operations per second. Unit: operations/s.
8472
- *
8473
- * @example
8474
- * 4000
8239
+ * The disks that are associated with the snapshot policy.
8475
8240
  */
8476
- deviceNguid?: string;
8241
+ diskIds?: string[];
8477
8242
  /**
8478
8243
  * @remarks
8479
- * The ID of the disk.
8244
+ * Indicates whether snapshots are managed.
8480
8245
  *
8481
8246
  * @example
8482
- * d-bp10jtnecw0yc6s96p0o
8247
+ * false
8483
8248
  */
8484
- diskId?: string;
8249
+ managedForEcs?: boolean;
8485
8250
  /**
8486
8251
  * @remarks
8487
- * The name of the disk.
8252
+ * The name of the enterprise-level snapshot policy.
8488
8253
  *
8489
8254
  * @example
8490
- * disk-name
8255
+ * xxx
8491
8256
  */
8492
- diskName?: string;
8257
+ name?: string;
8493
8258
  /**
8494
8259
  * @remarks
8495
- * Specifies whether to encrypt the disk. Valid values:
8496
- *
8497
- * * true
8498
- * * false
8499
- *
8500
- * Default value: false.
8260
+ * The ID of the enterprise-level snapshot policy.
8501
8261
  *
8502
8262
  * @example
8503
- * true
8263
+ * esp-xxx
8504
8264
  */
8505
- encrypted?: boolean;
8265
+ policyId?: string;
8506
8266
  /**
8507
8267
  * @remarks
8508
- * IOPS.
8268
+ * the resource group
8509
8269
  *
8510
8270
  * @example
8511
- * 26800
8271
+ * rg-xxx
8512
8272
  */
8513
- iops?: number;
8273
+ resourceGroupId?: string;
8514
8274
  /**
8515
8275
  * @remarks
8516
- * The maximum number of read operations per second. Unit: operations/s.
8517
- *
8518
- * @example
8519
- * 2000
8276
+ * The retention rule of the enterprise-level snapshot policy.
8520
8277
  */
8521
- iopsRead?: number;
8278
+ retainRule?: DescribeEnterpriseSnapshotPolicyResponseBodyPoliciesRetainRule;
8522
8279
  /**
8523
8280
  * @remarks
8524
- * The maximum number of write operations per second. Unit: operations/s.
8525
- *
8526
- * @example
8527
- * 2000
8281
+ * The scheduling rule of the enterprise-level snapshot policy.
8528
8282
  */
8529
- iopsWrite?: number;
8530
- /**
8531
- * @remarks
8532
- * The ID of the KMS key.
8533
- *
8534
- * @example
8535
- * key-hzz65*********
8536
- */
8537
- kmsKeyId?: string;
8538
- /**
8539
- * @remarks
8540
- * The time when the disk was modified.
8541
- *
8542
- * @example
8543
- * 2023-12-30 12:00:00
8544
- */
8545
- modifyAt?: string;
8546
- /**
8547
- * @remarks
8548
- * The performance level of the ESSD. Valid values:
8549
- *
8550
- * * PL0: A single ESSD can deliver up to 10,000 random read/write IOPS.
8551
- * * PL1: A single ESSD can deliver up to 50,000 random read/write IOPS.
8552
- * * PL2: A single ESSD can deliver up to 100,000 random read/write IOPS.
8553
- * * PL3: A single ESSD can deliver up to 1,000,000 random read/write IOPS.
8554
- *
8555
- * Default value: PL1.
8556
- *
8557
- * For more information about ESSD performance levels, see [ESSDs](https://help.aliyun.com/document_detail/122389.html).
8558
- *
8559
- * @example
8560
- * PL0
8561
- */
8562
- performanceLevel?: string;
8563
- /**
8564
- * @remarks
8565
- * The provisioned read/write IOPS of the ESSD AutoPL disk. Valid values: 0 to min{50,000, 1,000 × Capacity - Baseline IOPS}
8566
- *
8567
- * Baseline IOPS = min{1,800 + 50 × Capacity, 50,000}
8568
- *
8569
- * > This parameter is available only if the DiskCategory parameter is set to cloud_auto. For more information, see [ESSD AutoPL disks](https://help.aliyun.com/document_detail/368372.html) and [Modify the performance configurations of an ESSD AutoPL disk](https://help.aliyun.com/document_detail/413275.html).
8570
- *
8571
- * @example
8572
- * 3200
8573
- */
8574
- provisionedIops?: number;
8575
- /**
8576
- * @remarks
8577
- * The region ID of the disk.
8578
- *
8579
- * @example
8580
- * cn-hangzhou
8581
- */
8582
- regionId?: string;
8583
- /**
8584
- * @remarks
8585
- * The ID of the resource group to which the disk belongs.
8586
- *
8587
- * @example
8588
- * rg-aekz********
8589
- */
8590
- resourceGroupId?: string;
8591
- /**
8592
- * @remarks
8593
- * The size of the disk. Unit: GB.
8594
- *
8595
- * @example
8596
- * 40
8597
- */
8598
- size?: number;
8599
- /**
8600
- * @remarks
8601
- * The states of disk. Valid values:
8602
- *
8603
- * * In_use
8604
- * * Available
8605
- * * Attaching
8606
- * * Detaching
8607
- * * Creating
8608
- * * ReIniting
8609
- *
8610
- * @example
8611
- * Available
8612
- */
8613
- status?: string;
8614
- /**
8615
- * @remarks
8616
- * The details of the tags.
8617
- */
8618
- tags?: DescribeDisksResponseBodyDataTags[];
8619
- /**
8620
- * @remarks
8621
- * The throughput of the disk.
8622
- *
8623
- * Unit: MB/s.
8624
- *
8625
- * @example
8626
- * 600
8627
- */
8628
- throughput?: number;
8629
- /**
8630
- * @remarks
8631
- * The zone ID of the disk.
8632
- *
8633
- * @example
8634
- * cn-shenzhen-e
8635
- */
8636
- zoneId?: string;
8637
- static names(): {
8638
- [key: string]: string;
8639
- };
8640
- static types(): {
8641
- [key: string]: any;
8642
- };
8643
- constructor(map?: {
8644
- [key: string]: any;
8645
- });
8646
- }
8647
- export declare class DescribeEnterpriseSnapshotPolicyRequestTag extends $tea.Model {
8648
- /**
8649
- * @remarks
8650
- * The key of tag N of the enterprise-level snapshot policy.
8651
- *
8652
- * This parameter is required.
8653
- *
8654
- * @example
8655
- * tag-key
8656
- */
8657
- key?: string;
8658
- /**
8659
- * @remarks
8660
- * The value of tag N of the enterprise-level snapshot policy.
8661
- *
8662
- * This parameter is required.
8663
- *
8664
- * @example
8665
- * tag-value
8666
- */
8667
- value?: string;
8668
- static names(): {
8669
- [key: string]: string;
8670
- };
8671
- static types(): {
8672
- [key: string]: any;
8673
- };
8674
- constructor(map?: {
8675
- [key: string]: any;
8676
- });
8677
- }
8678
- export declare class DescribeEnterpriseSnapshotPolicyResponseBodyPoliciesCrossRegionCopyInfoRegions extends $tea.Model {
8679
- /**
8680
- * @remarks
8681
- * The ID of the destination region.
8682
- *
8683
- * @example
8684
- * cn-hangzhou
8685
- */
8686
- regionId?: string;
8687
- /**
8688
- * @remarks
8689
- * The retention period of snapshot copies in the destination region. Unit: day.
8690
- *
8691
- * @example
8692
- * 7
8693
- */
8694
- retainDays?: number;
8695
- static names(): {
8696
- [key: string]: string;
8697
- };
8698
- static types(): {
8699
- [key: string]: any;
8700
- };
8701
- constructor(map?: {
8702
- [key: string]: any;
8703
- });
8704
- }
8705
- export declare class DescribeEnterpriseSnapshotPolicyResponseBodyPoliciesCrossRegionCopyInfo extends $tea.Model {
8706
- /**
8707
- * @remarks
8708
- * Indicates whether the cross-region replication feature is enabled.
8709
- *
8710
- * @example
8711
- * true
8712
- */
8713
- enabled?: boolean;
8714
- /**
8715
- * @remarks
8716
- * The destination regions that store snapshot copies.
8717
- */
8718
- regions?: DescribeEnterpriseSnapshotPolicyResponseBodyPoliciesCrossRegionCopyInfoRegions[];
8719
- static names(): {
8720
- [key: string]: string;
8721
- };
8722
- static types(): {
8723
- [key: string]: any;
8724
- };
8725
- constructor(map?: {
8726
- [key: string]: any;
8727
- });
8728
- }
8729
- export declare class DescribeEnterpriseSnapshotPolicyResponseBodyPoliciesRetainRule extends $tea.Model {
8730
- /**
8731
- * @remarks
8732
- * The maximum number of snapshots that can be retained.
8733
- *
8734
- * @example
8735
- * 10
8736
- */
8737
- number?: number;
8738
- /**
8739
- * @remarks
8740
- * The value of the retention period of snapshots.
8741
- *
8742
- * @example
8743
- * 14
8744
- */
8745
- timeInterval?: number;
8746
- /**
8747
- * @remarks
8748
- * The unit of the retention period of snapshots.
8749
- *
8750
- * @example
8751
- * DAYS
8752
- */
8753
- timeUnit?: string;
8754
- static names(): {
8755
- [key: string]: string;
8756
- };
8757
- static types(): {
8758
- [key: string]: any;
8759
- };
8760
- constructor(map?: {
8761
- [key: string]: any;
8762
- });
8763
- }
8764
- export declare class DescribeEnterpriseSnapshotPolicyResponseBodyPoliciesSchedule extends $tea.Model {
8765
- /**
8766
- * @remarks
8767
- * The cron expression of the enterprise-level snapshot policy.
8768
- */
8769
- cronExpression?: string;
8770
- static names(): {
8771
- [key: string]: string;
8772
- };
8773
- static types(): {
8774
- [key: string]: any;
8775
- };
8776
- constructor(map?: {
8777
- [key: string]: any;
8778
- });
8779
- }
8780
- export declare class DescribeEnterpriseSnapshotPolicyResponseBodyPoliciesSpecialRetainRulesRules extends $tea.Model {
8781
- /**
8782
- * @remarks
8783
- * The unit of the special retention period.
8784
- *
8785
- * @example
8786
- * WEEKS
8787
- */
8788
- specialPeriodUnit?: string;
8789
- /**
8790
- * @remarks
8791
- * The value of the retention period.
8792
- *
8793
- * @example
8794
- * 1
8795
- */
8796
- timeInterval?: number;
8797
- /**
8798
- * @remarks
8799
- * The unit of the retention period.
8800
- *
8801
- * @example
8802
- * WEEKS
8803
- */
8804
- timeUnit?: string;
8805
- static names(): {
8806
- [key: string]: string;
8807
- };
8808
- static types(): {
8809
- [key: string]: any;
8810
- };
8811
- constructor(map?: {
8812
- [key: string]: any;
8813
- });
8814
- }
8815
- export declare class DescribeEnterpriseSnapshotPolicyResponseBodyPoliciesSpecialRetainRules extends $tea.Model {
8816
- /**
8817
- * @remarks
8818
- * Indicates whether the special retention period is enabled.
8819
- *
8820
- * @example
8821
- * true
8822
- */
8823
- enabled?: boolean;
8824
- /**
8825
- * @remarks
8826
- * The special retention rules.
8827
- */
8828
- rules?: DescribeEnterpriseSnapshotPolicyResponseBodyPoliciesSpecialRetainRulesRules[];
8829
- static names(): {
8830
- [key: string]: string;
8831
- };
8832
- static types(): {
8833
- [key: string]: any;
8834
- };
8835
- constructor(map?: {
8836
- [key: string]: any;
8837
- });
8838
- }
8839
- export declare class DescribeEnterpriseSnapshotPolicyResponseBodyPoliciesStorageRule extends $tea.Model {
8840
- /**
8841
- * @remarks
8842
- * Indicates whether the instant access feature is enabled.
8843
- *
8844
- * @example
8845
- * false
8846
- */
8847
- enableImmediateAccess?: boolean;
8848
- static names(): {
8849
- [key: string]: string;
8850
- };
8851
- static types(): {
8852
- [key: string]: any;
8853
- };
8854
- constructor(map?: {
8855
- [key: string]: any;
8856
- });
8857
- }
8858
- export declare class DescribeEnterpriseSnapshotPolicyResponseBodyPoliciesTags extends $tea.Model {
8859
- /**
8860
- * @remarks
8861
- * The key of the tag of the enterprise-level snapshot policy.
8862
- *
8863
- * @example
8864
- * key
8865
- */
8866
- tagKey?: string;
8867
- /**
8868
- * @remarks
8869
- * The value of the tag of the enterprise-level snapshot policy.
8870
- *
8871
- * @example
8872
- * value
8873
- */
8874
- tagValue?: string;
8875
- static names(): {
8876
- [key: string]: string;
8877
- };
8878
- static types(): {
8879
- [key: string]: any;
8880
- };
8881
- constructor(map?: {
8882
- [key: string]: any;
8883
- });
8884
- }
8885
- export declare class DescribeEnterpriseSnapshotPolicyResponseBodyPolicies extends $tea.Model {
8886
- /**
8887
- * @remarks
8888
- * The time when the enterprise-level snapshot policy was created.
8889
- *
8890
- * @example
8891
- * 2023-06-24T06:03:35Z
8892
- */
8893
- createTime?: string;
8894
- /**
8895
- * @remarks
8896
- * The replication rule of snapshots in the enterprise-level snapshot policy.
8897
- */
8898
- crossRegionCopyInfo?: DescribeEnterpriseSnapshotPolicyResponseBodyPoliciesCrossRegionCopyInfo;
8899
- /**
8900
- * @remarks
8901
- * The description of the enterprise-level snapshot policy.
8902
- *
8903
- * @example
8904
- * xxx
8905
- */
8906
- desc?: string;
8907
- /**
8908
- * @remarks
8909
- * The disks that are associated with the snapshot policy.
8910
- */
8911
- diskIds?: string[];
8912
- /**
8913
- * @remarks
8914
- * Indicates whether snapshots are managed.
8915
- *
8916
- * @example
8917
- * false
8918
- */
8919
- managedForEcs?: boolean;
8920
- /**
8921
- * @remarks
8922
- * The name of the enterprise-level snapshot policy.
8923
- *
8924
- * @example
8925
- * xxx
8926
- */
8927
- name?: string;
8928
- /**
8929
- * @remarks
8930
- * The ID of the enterprise-level snapshot policy.
8931
- *
8932
- * @example
8933
- * esp-xxx
8934
- */
8935
- policyId?: string;
8936
- /**
8937
- * @remarks
8938
- * the resource group
8939
- *
8940
- * @example
8941
- * rg-xxx
8942
- */
8943
- resourceGroupId?: string;
8944
- /**
8945
- * @remarks
8946
- * The retention rule of the enterprise-level snapshot policy.
8947
- */
8948
- retainRule?: DescribeEnterpriseSnapshotPolicyResponseBodyPoliciesRetainRule;
8949
- /**
8950
- * @remarks
8951
- * The scheduling rule of the enterprise-level snapshot policy.
8952
- */
8953
- schedule?: DescribeEnterpriseSnapshotPolicyResponseBodyPoliciesSchedule;
8954
- /**
8955
- * @remarks
8956
- * The special retention rules of the enterprise-level snapshot policy.
8957
- */
8958
- specialRetainRules?: DescribeEnterpriseSnapshotPolicyResponseBodyPoliciesSpecialRetainRules;
8959
- /**
8960
- * @remarks
8961
- * The status of the enterprise-level snapshot policy.
8962
- *
8963
- * @example
8964
- * DISABLED
8965
- */
8966
- state?: string;
8967
- /**
8968
- * @remarks
8969
- * The storage rule of snapshots in the enterprise-level snapshot policy.
8970
- */
8971
- storageRule?: DescribeEnterpriseSnapshotPolicyResponseBodyPoliciesStorageRule;
8972
- /**
8973
- * @remarks
8974
- * the pair tags
8975
- */
8976
- tags?: DescribeEnterpriseSnapshotPolicyResponseBodyPoliciesTags[];
8977
- /**
8978
- * @remarks
8979
- * The number of objects that are associated with the enterprise-level snapshot policy.
8980
- *
8981
- * @example
8982
- * 10
8983
- */
8984
- targetCount?: number;
8985
- /**
8986
- * @remarks
8987
- * The type of the enterprise-level snapshot policy.
8988
- *
8989
- * @example
8990
- * DISK
8991
- */
8992
- targetType?: string;
8993
- static names(): {
8994
- [key: string]: string;
8995
- };
8996
- static types(): {
8997
- [key: string]: any;
8998
- };
8999
- constructor(map?: {
9000
- [key: string]: any;
9001
- });
9002
- }
9003
- export declare class DescribeEventsResponseBodyResourceEvents extends $tea.Model {
9004
- /**
9005
- * @remarks
9006
- * The description of the event.
9007
- *
9008
- * @example
9009
- * need snapshot
9010
- */
9011
- description?: string;
9012
- /**
9013
- * @remarks
9014
- * The end time of the event, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
9015
- *
9016
- * @example
9017
- * 1679538083000
9018
- */
9019
- endTime?: string;
9020
- /**
9021
- * @remarks
9022
- * The level of the event. Valid values:
9023
- *
9024
- * 1. INFO
9025
- * 2. WARN
9026
- * 3. CRITICAL
9027
- *
9028
- * @example
9029
- * INFO
9030
- */
9031
- eventLevel?: string;
9032
- /**
9033
- * @remarks
9034
- * The name of the event. Valid values:
9035
- *
9036
- * * NoSnapshot: indicates the event that is triggered because no snapshot is created for a disk to protect data on the disk.
9037
- * * BurstIOTriggered: indicates the event that is triggered when a burst I/O operation is performed on a disk.
9038
- * * CostOptimizationNeeded: indicates the event that is triggered when cost optimization is required.
9039
- * * DiskSpecNotMatchedWithInstance: indicates the event that is triggered because the specifications of a disk do not match the instance to which the disk is attached.
9040
- * * DiskIONo4kAligned: indicates the event that is triggered because the physical and logical sectors involved in a read or write operation are not 4K aligned.
9041
- * * DiskIOHang: indicates the event that is triggered when an I/O hang occurs on a disk.
9042
- * * InstanceIOPSExceedInstanceMaxLimit: indicates the event that is triggered when the number of IOPS on an instance reaches the upper limit.
9043
- * * InstanceBPSExceedInstanceMaxLimit: indicates the event that is triggered when the number of BPS on an instance reaches the upper limit.
9044
- * * DiskIOPSExceedInstanceMaxLimit: indicates the event that is triggered when the number of IOPS on a disk reaches the upper limit for the associated instance.
9045
- * * DiskBPSExceedInstanceMaxLimit: indicates the event that is triggered when the number of BPS on a disk reaches the upper limit for the associated instance.
9046
- * * DiskIOPSExceedDiskMaxLimit: indicates the event that is triggered when the number of IOPS on a disk reaches the upper limit for the disk.
9047
- * * DiskBPSExceedDiskMaxLimit: indicates the event that is triggered when the number of BPS on a disk reaches the upper limit for the disk.
9048
- *
9049
- * @example
9050
- * DiskIOHang
9051
- */
9052
- eventName?: string;
9053
- /**
9054
- * @remarks
9055
- * The type of the event. Valid values:
9056
- *
9057
- * 1. Notification
9058
- * 2. SystemException
9059
- * 3. Alert
9060
- *
9061
- * @example
9062
- * Alert
9063
- */
9064
- eventType?: string;
9065
- /**
9066
- * @remarks
9067
- * The recommended action after the event occurred. Valid values:
9068
- *
9069
- * * ModifyDiskSpec
9070
- * * CreateSnapshot
9071
- * * ResizeDisk
9072
- * * AdjustProvision
9073
- * * ModifyInstanceSpec
9074
- *
9075
- * @example
9076
- * AdjustProvision
9077
- */
9078
- recommendAction?: string;
9079
- /**
9080
- * @remarks
9081
- * The codes of the parameters for the recommended action after the event occurred.
9082
- *
9083
- * @example
9084
- * 4296
9085
- */
9086
- recommendParams?: string;
9087
- /**
9088
- * @remarks
9089
- * The ID of the resource.
9090
- *
9091
- * @example
9092
- * d-bp67acfmxazb4p****
9093
- */
9094
- resourceId?: string;
9095
- /**
9096
- * @remarks
9097
- * The type of the resource.
9098
- *
9099
- * @example
9100
- * disk
9101
- */
9102
- resourceType?: string;
9103
- /**
9104
- * @remarks
9105
- * The start time of the event, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
9106
- *
9107
- * @example
9108
- * 1684204822000
9109
- */
9110
- startTime?: string;
9111
- /**
9112
- * @remarks
9113
- * The status of the event. Valid values:
9114
- *
9115
- * 1. WillExecute
9116
- * 2. Executing
9117
- * 3. Executed
9118
- * 4. Ignore
9119
- * 5. Expired
9120
- * 6. Deleted
9121
- *
9122
- * @example
9123
- * WillExecute
9124
- */
9125
- status?: string;
9126
- static names(): {
9127
- [key: string]: string;
9128
- };
9129
- static types(): {
9130
- [key: string]: any;
9131
- };
9132
- constructor(map?: {
9133
- [key: string]: any;
9134
- });
9135
- }
9136
- export declare class DescribeLensMonitorDisksResponseBodyDiskInfosTags extends $tea.Model {
9137
- /**
9138
- * @remarks
9139
- * The tag key.
9140
- *
9141
- * @example
9142
- * tag1
9143
- */
9144
- tagKey?: string;
9145
- /**
9146
- * @remarks
9147
- * The tag value.
9148
- *
9149
- * @example
9150
- * user
9151
- */
9152
- tagValue?: string;
9153
- static names(): {
9154
- [key: string]: string;
9155
- };
9156
- static types(): {
9157
- [key: string]: any;
9158
- };
9159
- constructor(map?: {
9160
- [key: string]: any;
9161
- });
9162
- }
9163
- export declare class DescribeLensMonitorDisksResponseBodyDiskInfos extends $tea.Model {
9164
- /**
9165
- * @remarks
9166
- * The BPS.
9167
- *
9168
- * @example
9169
- * 300
9170
- */
9171
- bps?: number;
9172
- /**
9173
- * @remarks
9174
- * Indicates whether the performance burst feature is enabled. Valid values:
9175
- *
9176
- * * true
9177
- * * false
9178
- *
9179
- * This parameter is available only if you set `DiskCategory` to `cloud_auto`. For more information, see [ESSD AutoPL disks](https://help.aliyun.com/document_detail/368372.html).
9180
- *
9181
- * @example
9182
- * true
9183
- */
9184
- burstingEnabled?: boolean;
9185
- /**
9186
- * @remarks
9187
- * The type of the disk. Valid values:
9188
- * - cloud
9189
- * - cloud_efficiency
9190
- * - cloud_ssd
9191
- * - cloud_essd
9192
- * - cloud_auto
9193
- * - cloud_essd_entry
9194
- *
9195
- * @example
9196
- * cloud_essd
9197
- */
9198
- diskCategory?: string;
9199
- /**
9200
- * @remarks
9201
- * The ID of the disk.
9202
- *
9203
- * @example
9204
- * d-cd401****
9205
- */
9206
- diskId?: string;
9207
- /**
9208
- * @remarks
9209
- * The name of the disk.
9210
- *
9211
- * @example
9212
- * disk-28c6b****
9213
- */
9214
- diskName?: string;
9215
- /**
9216
- * @remarks
9217
- * The disk status. Valid values:
9218
- *
9219
- * - Available
9220
- * - Deleted
9221
- *
9222
- * @example
9223
- * Available
9224
- */
9225
- diskStatus?: string;
9226
- /**
9227
- * @remarks
9228
- * The disk type. Valid values:
9229
- * * system: system disk
9230
- * * data: data disk
9231
- *
9232
- * @example
9233
- * system
9234
- */
9235
- diskType?: string;
9236
- /**
9237
- * @remarks
9238
- * The IOPS.
9239
- *
9240
- * @example
9241
- * 4000
9242
- */
9243
- iops?: number;
8283
+ schedule?: DescribeEnterpriseSnapshotPolicyResponseBodyPoliciesSchedule;
9244
8284
  /**
9245
8285
  * @remarks
9246
- * Event tags of the disk.
8286
+ * The special retention rules of the enterprise-level snapshot policy.
9247
8287
  */
9248
- lensTags?: string[];
8288
+ specialRetainRules?: DescribeEnterpriseSnapshotPolicyResponseBodyPoliciesSpecialRetainRules;
9249
8289
  /**
9250
8290
  * @remarks
9251
- * The new performance level of the ESSD. Valid values:
9252
- *
9253
- * * PL0: An ESSD can deliver up to 10,000 random read/write IOPS.
9254
- * * PL1: An ESSD can deliver up to 50,000 random read/write IOPS.
9255
- * * PL2: An ESSD can deliver up to 100,000 random read/write IOPS.
9256
- * * PL3: An ESSD delivers up to 1,000,000 random read/write IOPS.
8291
+ * The status of the enterprise-level snapshot policy.
9257
8292
  *
9258
8293
  * @example
9259
- * PL0
8294
+ * DISABLED
9260
8295
  */
9261
- performanceLevel?: string;
8296
+ state?: string;
9262
8297
  /**
9263
8298
  * @remarks
9264
- * The provisioned read/write IOPS of the ESSD AutoPL disk. Valid values: 0 to min{50,000, 1,000 × Capacity - Baseline IOPS}
9265
- *
9266
- * Baseline IOPS = min{1,800 + 50 × Capacity, 50,000}
9267
- *
9268
- * > This parameter is available only if the DiskCategory parameter is set to cloud_auto. For more information, see [ESSD AutoPL disks](https://www.alibabacloud.com/help/en/ecs/user-guide/essd-autopl-disks)
9269
- *
9270
- * @example
9271
- * 4000
8299
+ * The storage rule of snapshots in the enterprise-level snapshot policy.
9272
8300
  */
9273
- provisionedIops?: number;
8301
+ storageRule?: DescribeEnterpriseSnapshotPolicyResponseBodyPoliciesStorageRule;
9274
8302
  /**
9275
8303
  * @remarks
9276
- * The region ID of the disk.
9277
- *
9278
- * @example
9279
- * cn-hangzhou
8304
+ * the pair tags
9280
8305
  */
9281
- regionId?: string;
8306
+ tags?: DescribeEnterpriseSnapshotPolicyResponseBodyPoliciesTags[];
9282
8307
  /**
9283
8308
  * @remarks
9284
- * The size of the disk. Unit: GiB.
8309
+ * The number of objects that are associated with the enterprise-level snapshot policy.
9285
8310
  *
9286
8311
  * @example
9287
- * 64
9288
- */
9289
- size?: number;
9290
- /**
9291
- * @remarks
9292
- * Tags of the disk.
8312
+ * 10
9293
8313
  */
9294
- tags?: DescribeLensMonitorDisksResponseBodyDiskInfosTags[];
8314
+ targetCount?: number;
9295
8315
  /**
9296
8316
  * @remarks
9297
- * The ID of the zone.
8317
+ * The type of the enterprise-level snapshot policy.
9298
8318
  *
9299
8319
  * @example
9300
- * cn-hangzhou-j
8320
+ * DISK
9301
8321
  */
9302
- zoneId?: string;
8322
+ targetType?: string;
9303
8323
  static names(): {
9304
8324
  [key: string]: string;
9305
8325
  };
@@ -9310,187 +8330,129 @@ export declare class DescribeLensMonitorDisksResponseBodyDiskInfos extends $tea.
9310
8330
  [key: string]: any;
9311
8331
  });
9312
8332
  }
9313
- export declare class DescribeMetricDataResponseBodyDataList extends $tea.Model {
9314
- /**
9315
- * @remarks
9316
- * The datapoints that consist of consecutive timestamps in seconds and metric values that were recorded at these time points.
9317
- *
9318
- * @example
9319
- * {
9320
- * "1699258861": 1,
9321
- * "1699259461": 0,
9322
- * "1699260061": 0,
9323
- * "1699260661": 0,
9324
- * "1699261261": 0,
9325
- * "1699261861": 0,
9326
- * "1699262461": 0,
9327
- * "1699263061": 0,
9328
- * "1699263661": 0,
9329
- * "1699264261": 0,
9330
- * "1699264861": 0
9331
- * }
9332
- */
9333
- datapoints?: any;
8333
+ export declare class DescribeEventsResponseBodyResourceEvents extends $tea.Model {
9334
8334
  /**
9335
8335
  * @remarks
9336
- * The tags.
8336
+ * The description of the event.
9337
8337
  *
9338
8338
  * @example
9339
- * {"DiskId": "d-1234"}
8339
+ * need snapshot
9340
8340
  */
9341
- labels?: any;
9342
- static names(): {
9343
- [key: string]: string;
9344
- };
9345
- static types(): {
9346
- [key: string]: any;
9347
- };
9348
- constructor(map?: {
9349
- [key: string]: any;
9350
- });
9351
- }
9352
- export declare class DescribePairDrillsResponseBodyDrills extends $tea.Model {
8341
+ description?: string;
9353
8342
  /**
9354
8343
  * @remarks
9355
- * The ID of the drill disk.
8344
+ * The end time of the event, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
9356
8345
  *
9357
8346
  * @example
9358
- * d-xxx
8347
+ * 1679538083000
9359
8348
  */
9360
- drillDiskId?: string;
8349
+ endTime?: string;
9361
8350
  /**
9362
8351
  * @remarks
9363
- * The status of the drill disk. Valid values:
9364
- *
9365
- * * created
9366
- * * deleted
9367
- * * creating
9368
- * * deleting
9369
- *
9370
- * > This parameter can also display error code details if your drill disk fails to be created or deleted.
8352
+ * The level of the event. Valid values:
9371
8353
  *
9372
- * @example
9373
- * created
9374
- */
9375
- drillDiskStatus?: string;
9376
- /**
9377
- * @remarks
9378
- * The ID of the drill.
8354
+ * 1. INFO
8355
+ * 2. WARN
8356
+ * 3. CRITICAL
9379
8357
  *
9380
8358
  * @example
9381
- * drill-xxx
8359
+ * INFO
9382
8360
  */
9383
- drillId?: string;
8361
+ eventLevel?: string;
9384
8362
  /**
9385
8363
  * @remarks
9386
- * The recovery point of the drill. The value of this parameter is a timestamp. Unit: seconds.
8364
+ * The name of the event. Valid values:
9387
8365
  *
9388
- * @example
9389
- * 1690855931
9390
- */
9391
- recoverPoint?: number;
9392
- /**
9393
- * @remarks
9394
- * The beginning time of the drill. The value of this parameter is a timestamp. Unit: seconds.
8366
+ * * NoSnapshot: indicates the event that is triggered because no snapshot is created for a disk to protect data on the disk.
8367
+ * * BurstIOTriggered: indicates the event that is triggered when a burst I/O operation is performed on a disk.
8368
+ * * CostOptimizationNeeded: indicates the event that is triggered when cost optimization is required.
8369
+ * * DiskSpecNotMatchedWithInstance: indicates the event that is triggered because the specifications of a disk do not match the instance to which the disk is attached.
8370
+ * * DiskIONo4kAligned: indicates the event that is triggered because the physical and logical sectors involved in a read or write operation are not 4K aligned.
8371
+ * * DiskIOHang: indicates the event that is triggered when an I/O hang occurs on a disk.
8372
+ * * InstanceIOPSExceedInstanceMaxLimit: indicates the event that is triggered when the number of IOPS on an instance reaches the upper limit.
8373
+ * * InstanceBPSExceedInstanceMaxLimit: indicates the event that is triggered when the number of BPS on an instance reaches the upper limit.
8374
+ * * DiskIOPSExceedInstanceMaxLimit: indicates the event that is triggered when the number of IOPS on a disk reaches the upper limit for the associated instance.
8375
+ * * DiskBPSExceedInstanceMaxLimit: indicates the event that is triggered when the number of BPS on a disk reaches the upper limit for the associated instance.
8376
+ * * DiskIOPSExceedDiskMaxLimit: indicates the event that is triggered when the number of IOPS on a disk reaches the upper limit for the disk.
8377
+ * * DiskBPSExceedDiskMaxLimit: indicates the event that is triggered when the number of BPS on a disk reaches the upper limit for the disk.
9395
8378
  *
9396
8379
  * @example
9397
- * 1690855888
8380
+ * DiskIOHang
9398
8381
  */
9399
- startAt?: number;
8382
+ eventName?: string;
9400
8383
  /**
9401
8384
  * @remarks
9402
- * The status of the drill. Valid values:
8385
+ * The type of the event. Valid values:
9403
8386
  *
9404
- * * execute_failed
9405
- * * executed
9406
- * * executing
9407
- * * clear_failed
9408
- * * clearing
8387
+ * 1. Notification
8388
+ * 2. SystemException
8389
+ * 3. Alert
9409
8390
  *
9410
8391
  * @example
9411
- * executing
8392
+ * Alert
9412
8393
  */
9413
- status?: string;
8394
+ eventType?: string;
9414
8395
  /**
9415
8396
  * @remarks
9416
- * The error message that was displayed if the drill failed to be executed.
8397
+ * The recommended action after the event occurred. Valid values:
9417
8398
  *
9418
- * @example
9419
- * PAIR_SYNCPOINT_NOT_FOUND
9420
- */
9421
- statusMessage?: string;
9422
- static names(): {
9423
- [key: string]: string;
9424
- };
9425
- static types(): {
9426
- [key: string]: any;
9427
- };
9428
- constructor(map?: {
9429
- [key: string]: any;
9430
- });
9431
- }
9432
- export declare class DescribeRegionsResponseBodyRegionsZones extends $tea.Model {
9433
- /**
9434
- * @remarks
9435
- * The name of the zone.
8399
+ * * ModifyDiskSpec
8400
+ * * CreateSnapshot
8401
+ * * ResizeDisk
8402
+ * * AdjustProvision
8403
+ * * ModifyInstanceSpec
9436
8404
  *
9437
8405
  * @example
9438
- * Hangzhou Zone H
9439
- */
9440
- localName?: string;
9441
- /**
9442
- * @remarks
9443
- * The type of resource list.
8406
+ * AdjustProvision
9444
8407
  */
9445
- resourceTypes?: string[];
8408
+ recommendAction?: string;
9446
8409
  /**
9447
8410
  * @remarks
9448
- * The ID of the zone.
9449
- *
9450
- * @example
9451
- * cn-hangzhou-h
9452
- */
9453
- zoneId?: string;
9454
- static names(): {
9455
- [key: string]: string;
9456
- };
9457
- static types(): {
9458
- [key: string]: any;
9459
- };
9460
- constructor(map?: {
9461
- [key: string]: any;
9462
- });
9463
- }
9464
- export declare class DescribeRegionsResponseBodyRegions extends $tea.Model {
8411
+ * The codes of the parameters for the recommended action after the event occurred.
8412
+ *
8413
+ * @example
8414
+ * 4296
8415
+ */
8416
+ recommendParams?: string;
9465
8417
  /**
9466
8418
  * @remarks
9467
- * The name of the region.
8419
+ * The ID of the resource.
9468
8420
  *
9469
8421
  * @example
9470
- * China (Hangzhou)
8422
+ * d-bp67acfmxazb4p****
9471
8423
  */
9472
- localName?: string;
8424
+ resourceId?: string;
9473
8425
  /**
9474
8426
  * @remarks
9475
- * The endpoint of the region.
8427
+ * The type of the resource.
9476
8428
  *
9477
8429
  * @example
9478
- * ebs.cn-hangzhou.aliyuncs.com
8430
+ * disk
9479
8431
  */
9480
- regionEndpoint?: string;
8432
+ resourceType?: string;
9481
8433
  /**
9482
8434
  * @remarks
9483
- * The ID of the region.
8435
+ * The start time of the event, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
9484
8436
  *
9485
8437
  * @example
9486
- * cn-hangzhou
8438
+ * 1684204822000
9487
8439
  */
9488
- regionId?: string;
8440
+ startTime?: string;
9489
8441
  /**
9490
8442
  * @remarks
9491
- * Details about the zones.
8443
+ * The status of the event. Valid values:
8444
+ *
8445
+ * 1. WillExecute
8446
+ * 2. Executing
8447
+ * 3. Executed
8448
+ * 4. Ignore
8449
+ * 5. Expired
8450
+ * 6. Deleted
8451
+ *
8452
+ * @example
8453
+ * WillExecute
9492
8454
  */
9493
- zones?: DescribeRegionsResponseBodyRegionsZones[];
8455
+ status?: string;
9494
8456
  static names(): {
9495
8457
  [key: string]: string;
9496
8458
  };
@@ -9501,38 +8463,23 @@ export declare class DescribeRegionsResponseBodyRegions extends $tea.Model {
9501
8463
  [key: string]: any;
9502
8464
  });
9503
8465
  }
9504
- export declare class DescribeReplicaGroupDrillsResponseBodyDrillsPairsInfo extends $tea.Model {
9505
- /**
9506
- * @remarks
9507
- * The ID of the drill disk.
9508
- *
9509
- * @example
9510
- * d-xxx
9511
- */
9512
- drillDiskId?: string;
8466
+ export declare class DescribeLensMonitorDisksResponseBodyDiskInfosTags extends $tea.Model {
9513
8467
  /**
9514
8468
  * @remarks
9515
- * The status of the drill disk. Valid values:
9516
- *
9517
- * * created
9518
- * * deleted
9519
- * * creating
9520
- * * deleting
9521
- *
9522
- * > This parameter can also display error code details if your drill disk fails to be created or deleted.
8469
+ * The tag key.
9523
8470
  *
9524
8471
  * @example
9525
- * created
8472
+ * tag1
9526
8473
  */
9527
- drillDiskStatus?: string;
8474
+ tagKey?: string;
9528
8475
  /**
9529
8476
  * @remarks
9530
- * The ID of the replication pair.
8477
+ * The tag value.
9531
8478
  *
9532
8479
  * @example
9533
- * pair-xxx
8480
+ * user
9534
8481
  */
9535
- pairId?: string;
8482
+ tagValue?: string;
9536
8483
  static names(): {
9537
8484
  [key: string]: string;
9538
8485
  };
@@ -9543,209 +8490,146 @@ export declare class DescribeReplicaGroupDrillsResponseBodyDrillsPairsInfo exten
9543
8490
  [key: string]: any;
9544
8491
  });
9545
8492
  }
9546
- export declare class DescribeReplicaGroupDrillsResponseBodyDrills extends $tea.Model {
8493
+ export declare class DescribeLensMonitorDisksResponseBodyDiskInfos extends $tea.Model {
9547
8494
  /**
9548
8495
  * @remarks
9549
- * The ID of the drill.
8496
+ * The BPS.
9550
8497
  *
9551
8498
  * @example
9552
- * pg-drill-xxx
8499
+ * 300
9553
8500
  */
9554
- drillId?: string;
8501
+ bps?: number;
9555
8502
  /**
9556
8503
  * @remarks
9557
- * The ID of the replication pair-consistent group.
8504
+ * Indicates whether the performance burst feature is enabled. Valid values:
9558
8505
  *
9559
- * @example
9560
- * pg-xxx
9561
- */
9562
- groupId?: string;
9563
- /**
9564
- * @remarks
9565
- * The information of replication pairs.
9566
- */
9567
- pairsInfo?: DescribeReplicaGroupDrillsResponseBodyDrillsPairsInfo[];
9568
- /**
9569
- * @remarks
9570
- * The recovery point of the drill. The value of this parameter is a timestamp. Unit: seconds.
8506
+ * * true
8507
+ * * false
8508
+ *
8509
+ * This parameter is available only if you set `DiskCategory` to `cloud_auto`. For more information, see [ESSD AutoPL disks](https://help.aliyun.com/document_detail/368372.html).
9571
8510
  *
9572
8511
  * @example
9573
- * 1691114995
8512
+ * true
9574
8513
  */
9575
- recoverPoint?: number;
8514
+ burstingEnabled?: boolean;
9576
8515
  /**
9577
8516
  * @remarks
9578
- * The beginning time of the drill. The value of this parameter is a timestamp. Unit: seconds.
8517
+ * The type of the disk. Valid values:
8518
+ * - cloud
8519
+ * - cloud_efficiency
8520
+ * - cloud_ssd
8521
+ * - cloud_essd
8522
+ * - cloud_auto
8523
+ * - cloud_essd_entry
9579
8524
  *
9580
8525
  * @example
9581
- * 1649750977
8526
+ * cloud_essd
9582
8527
  */
9583
- startAt?: number;
8528
+ diskCategory?: string;
9584
8529
  /**
9585
8530
  * @remarks
9586
- * The status of the drill. Valid values:
9587
- *
9588
- * * execute_failed
9589
- * * executed
9590
- * * executing
9591
- * * clear_failed
9592
- * * clearing
8531
+ * The ID of the disk.
9593
8532
  *
9594
8533
  * @example
9595
- * executed
8534
+ * d-cd401****
9596
8535
  */
9597
- status?: string;
8536
+ diskId?: string;
9598
8537
  /**
9599
8538
  * @remarks
9600
- * The error message that appears if the drill fails to be executed.
8539
+ * The name of the disk.
9601
8540
  *
9602
8541
  * @example
9603
- * GROUP_SYNCPOINT_NOT_FOUND
8542
+ * disk-28c6b****
9604
8543
  */
9605
- statusMessage?: string;
9606
- static names(): {
9607
- [key: string]: string;
9608
- };
9609
- static types(): {
9610
- [key: string]: any;
9611
- };
9612
- constructor(map?: {
9613
- [key: string]: any;
9614
- });
9615
- }
9616
- export declare class DescribeSolutionInstanceConfigurationRequestParameters extends $tea.Model {
8544
+ diskName?: string;
9617
8545
  /**
9618
8546
  * @remarks
9619
- * The key of the parameter.
8547
+ * The disk status. Valid values:
9620
8548
  *
9621
- * This parameter is required.
8549
+ * - Available
8550
+ * - Deleted
9622
8551
  *
9623
8552
  * @example
9624
- * ***
8553
+ * Available
9625
8554
  */
9626
- parameterKey?: string;
8555
+ diskStatus?: string;
9627
8556
  /**
9628
8557
  * @remarks
9629
- * The value of the parameter.
9630
- *
9631
- * > The Parameters parameter is optional. If you specify Parameters, you must specify ParameterValue.
9632
- *
9633
- * This parameter is required.
8558
+ * The disk type. Valid values:
8559
+ * * system: system disk
8560
+ * * data: data disk
9634
8561
  *
9635
8562
  * @example
9636
- * ***
8563
+ * system
9637
8564
  */
9638
- parameterValue?: string;
9639
- static names(): {
9640
- [key: string]: string;
9641
- };
9642
- static types(): {
9643
- [key: string]: any;
9644
- };
9645
- constructor(map?: {
9646
- [key: string]: any;
9647
- });
9648
- }
9649
- export declare class GetDiskResponseBodyDiskAccessAuthorizationEcs extends $tea.Model {
8565
+ diskType?: string;
9650
8566
  /**
9651
8567
  * @remarks
9652
- * The ID of the instance.
8568
+ * The IOPS.
9653
8569
  *
9654
8570
  * @example
9655
- * i-uf6*******************
8571
+ * 4000
9656
8572
  */
9657
- instanceId?: string;
9658
- static names(): {
9659
- [key: string]: string;
9660
- };
9661
- static types(): {
9662
- [key: string]: any;
9663
- };
9664
- constructor(map?: {
9665
- [key: string]: any;
9666
- });
9667
- }
9668
- export declare class GetDiskResponseBodyDiskAccessAuthorizationPod extends $tea.Model {
8573
+ iops?: number;
9669
8574
  /**
9670
8575
  * @remarks
9671
- * The cluster ID.
9672
- *
9673
- * @example
9674
- * ccf9**************
8576
+ * Event tags of the disk.
9675
8577
  */
9676
- clusterId?: string;
8578
+ lensTags?: string[];
9677
8579
  /**
9678
8580
  * @remarks
9679
- * The pod ID.
8581
+ * The new performance level of the ESSD. Valid values:
8582
+ *
8583
+ * * PL0: An ESSD can deliver up to 10,000 random read/write IOPS.
8584
+ * * PL1: An ESSD can deliver up to 50,000 random read/write IOPS.
8585
+ * * PL2: An ESSD can deliver up to 100,000 random read/write IOPS.
8586
+ * * PL3: An ESSD delivers up to 1,000,000 random read/write IOPS.
9680
8587
  *
9681
8588
  * @example
9682
- * pid****************
8589
+ * PL0
9683
8590
  */
9684
- podId?: string;
9685
- static names(): {
9686
- [key: string]: string;
9687
- };
9688
- static types(): {
9689
- [key: string]: any;
9690
- };
9691
- constructor(map?: {
9692
- [key: string]: any;
9693
- });
9694
- }
9695
- export declare class GetDiskResponseBodyDiskAccessAuthorization extends $tea.Model {
8591
+ performanceLevel?: string;
9696
8592
  /**
9697
8593
  * @remarks
9698
- * The token that is used to access the disk.
8594
+ * The provisioned read/write IOPS of the ESSD AutoPL disk. Valid values: 0 to min{50,000, 1,000 × Capacity - Baseline IOPS}
8595
+ *
8596
+ * Baseline IOPS = min{1,800 + 50 × Capacity, 50,000}
8597
+ *
8598
+ * > This parameter is available only if the DiskCategory parameter is set to cloud_auto. For more information, see [ESSD AutoPL disks](https://www.alibabacloud.com/help/en/ecs/user-guide/essd-autopl-disks)
9699
8599
  *
9700
8600
  * @example
9701
- * 4cd9******************
9702
- */
9703
- accessToken?: string;
9704
- /**
9705
- * @remarks
9706
- * The information of ecs.
8601
+ * 4000
9707
8602
  */
9708
- ecs?: GetDiskResponseBodyDiskAccessAuthorizationEcs;
8603
+ provisionedIops?: number;
9709
8604
  /**
9710
8605
  * @remarks
9711
- * The information of pod.
8606
+ * The region ID of the disk.
8607
+ *
8608
+ * @example
8609
+ * cn-hangzhou
9712
8610
  */
9713
- pod?: GetDiskResponseBodyDiskAccessAuthorizationPod;
9714
- static names(): {
9715
- [key: string]: string;
9716
- };
9717
- static types(): {
9718
- [key: string]: any;
9719
- };
9720
- constructor(map?: {
9721
- [key: string]: any;
9722
- });
9723
- }
9724
- export declare class GetDiskResponseBodyDiskAttachments extends $tea.Model {
8611
+ regionId?: string;
9725
8612
  /**
9726
8613
  * @remarks
9727
- * The time when the disk was attached.
8614
+ * The size of the disk. Unit: GiB.
9728
8615
  *
9729
8616
  * @example
9730
- * 2021-11-18T19:30:16+08:00
8617
+ * 64
9731
8618
  */
9732
- attachedTime?: string;
8619
+ size?: number;
9733
8620
  /**
9734
8621
  * @remarks
9735
- * The instance ID.
9736
- *
9737
- * @example
9738
- * i-cad***********
8622
+ * Tags of the disk.
9739
8623
  */
9740
- instanceId?: string;
8624
+ tags?: DescribeLensMonitorDisksResponseBodyDiskInfosTags[];
9741
8625
  /**
9742
8626
  * @remarks
9743
- * The ID of the namespace.
8627
+ * The ID of the zone.
9744
8628
  *
9745
8629
  * @example
9746
- * 308e2*****************
8630
+ * cn-hangzhou-j
9747
8631
  */
9748
- namespaceId?: number;
8632
+ zoneId?: string;
9749
8633
  static names(): {
9750
8634
  [key: string]: string;
9751
8635
  };
@@ -9756,23 +8640,35 @@ export declare class GetDiskResponseBodyDiskAttachments extends $tea.Model {
9756
8640
  [key: string]: any;
9757
8641
  });
9758
8642
  }
9759
- export declare class GetDiskResponseBodyDiskTags extends $tea.Model {
8643
+ export declare class DescribeMetricDataResponseBodyDataList extends $tea.Model {
9760
8644
  /**
9761
8645
  * @remarks
9762
- * The tag key.
8646
+ * The datapoints that consist of consecutive timestamps in seconds and metric values that were recorded at these time points.
9763
8647
  *
9764
8648
  * @example
9765
- * tag_key
8649
+ * {
8650
+ * "1699258861": 1,
8651
+ * "1699259461": 0,
8652
+ * "1699260061": 0,
8653
+ * "1699260661": 0,
8654
+ * "1699261261": 0,
8655
+ * "1699261861": 0,
8656
+ * "1699262461": 0,
8657
+ * "1699263061": 0,
8658
+ * "1699263661": 0,
8659
+ * "1699264261": 0,
8660
+ * "1699264861": 0
8661
+ * }
9766
8662
  */
9767
- tagKey?: string;
8663
+ datapoints?: any;
9768
8664
  /**
9769
8665
  * @remarks
9770
- * The tag value.
8666
+ * The tags.
9771
8667
  *
9772
8668
  * @example
9773
- * tag_value
8669
+ * {"DiskId": "d-1234"}
9774
8670
  */
9775
- tagValue?: string;
8671
+ labels?: any;
9776
8672
  static names(): {
9777
8673
  [key: string]: string;
9778
8674
  };
@@ -9783,232 +8679,293 @@ export declare class GetDiskResponseBodyDiskTags extends $tea.Model {
9783
8679
  [key: string]: any;
9784
8680
  });
9785
8681
  }
9786
- export declare class GetDiskResponseBodyDisk extends $tea.Model {
8682
+ export declare class DescribePairDrillsResponseBodyDrills extends $tea.Model {
9787
8683
  /**
9788
8684
  * @remarks
9789
- * The access authorization information of the disk.
8685
+ * The ID of the drill disk.
8686
+ *
8687
+ * @example
8688
+ * d-xxx
9790
8689
  */
9791
- accessAuthorization?: GetDiskResponseBodyDiskAccessAuthorization[];
8690
+ drillDiskId?: string;
9792
8691
  /**
9793
8692
  * @remarks
9794
- * The time when the disk was attached.
8693
+ * The status of the drill disk. Valid values:
8694
+ *
8695
+ * * created
8696
+ * * deleted
8697
+ * * creating
8698
+ * * deleting
8699
+ *
8700
+ * > This parameter can also display error code details if your drill disk fails to be created or deleted.
9795
8701
  *
9796
8702
  * @example
9797
- * 2021-11-18T19:30:16+08:00
8703
+ * created
9798
8704
  */
9799
- attachedTime?: string;
8705
+ drillDiskStatus?: string;
9800
8706
  /**
9801
8707
  * @remarks
9802
- * The attachment information of the disk.
8708
+ * The ID of the drill.
8709
+ *
8710
+ * @example
8711
+ * drill-xxx
9803
8712
  */
9804
- attachments?: GetDiskResponseBodyDiskAttachments[];
8713
+ drillId?: string;
9805
8714
  /**
9806
8715
  * @remarks
9807
- * Specifies whether to enable the performance burst feature for the disk. Valid values:
9808
- *
9809
- * * true: enable the performance burst feature.
9810
- * * false: disable the performance burst feature.
8716
+ * The recovery point of the drill. The value of this parameter is a timestamp. Unit: seconds.
9811
8717
  *
9812
8718
  * @example
9813
- * true
8719
+ * 1690855931
9814
8720
  */
9815
- burstingEnabled?: boolean;
8721
+ recoverPoint?: number;
9816
8722
  /**
9817
8723
  * @remarks
9818
- * The category of the disk.
8724
+ * The beginning time of the drill. The value of this parameter is a timestamp. Unit: seconds.
9819
8725
  *
9820
8726
  * @example
9821
- * cloud_essd
8727
+ * 1690855888
9822
8728
  */
9823
- category?: string;
8729
+ startAt?: number;
9824
8730
  /**
9825
8731
  * @remarks
9826
- * The time when the disk was created. The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC. For more information, see [ISO 8601](https://help.aliyun.com/document_detail/25696.html).
8732
+ * The status of the drill. Valid values:
8733
+ *
8734
+ * * execute_failed
8735
+ * * executed
8736
+ * * executing
8737
+ * * clear_failed
8738
+ * * clearing
9827
8739
  *
9828
8740
  * @example
9829
- * 2021-11-18T19:30:16+08:00
8741
+ * executing
9830
8742
  */
9831
- creationTime?: string;
8743
+ status?: string;
9832
8744
  /**
9833
8745
  * @remarks
9834
- * The description of the disk.
8746
+ * The error message that was displayed if the drill failed to be executed.
9835
8747
  *
9836
8748
  * @example
9837
- * desc
8749
+ * PAIR_SYNCPOINT_NOT_FOUND
9838
8750
  */
9839
- description?: string;
8751
+ statusMessage?: string;
8752
+ static names(): {
8753
+ [key: string]: string;
8754
+ };
8755
+ static types(): {
8756
+ [key: string]: any;
8757
+ };
8758
+ constructor(map?: {
8759
+ [key: string]: any;
8760
+ });
8761
+ }
8762
+ export declare class DescribeRegionsResponseBodyRegionsZones extends $tea.Model {
9840
8763
  /**
9841
8764
  * @remarks
9842
- * The time when the disk was detached.
8765
+ * The name of the zone.
9843
8766
  *
9844
8767
  * @example
9845
- * 2021-11-18T19:30:16+08:00
8768
+ * Hangzhou Zone H
9846
8769
  */
9847
- detachedTime?: string;
8770
+ localName?: string;
9848
8771
  /**
9849
8772
  * @remarks
9850
- * The maximum number of read and write operations per second. Unit: operations/s.
9851
- *
9852
- * @example
9853
- * 4cd************
8773
+ * The type of resource list.
9854
8774
  */
9855
- deviceNguid?: string;
8775
+ resourceTypes?: string[];
9856
8776
  /**
9857
8777
  * @remarks
9858
- * The ID of the disk.
8778
+ * The ID of the zone.
9859
8779
  *
9860
8780
  * @example
9861
- * d-bp19c*********
8781
+ * cn-hangzhou-h
9862
8782
  */
9863
- diskId?: string;
8783
+ zoneId?: string;
8784
+ static names(): {
8785
+ [key: string]: string;
8786
+ };
8787
+ static types(): {
8788
+ [key: string]: any;
8789
+ };
8790
+ constructor(map?: {
8791
+ [key: string]: any;
8792
+ });
8793
+ }
8794
+ export declare class DescribeRegionsResponseBodyRegions extends $tea.Model {
9864
8795
  /**
9865
8796
  * @remarks
9866
- * The name of the disk.
8797
+ * The name of the region.
9867
8798
  *
9868
8799
  * @example
9869
- * diskName
8800
+ * China (Hangzhou)
9870
8801
  */
9871
- diskName?: string;
8802
+ localName?: string;
9872
8803
  /**
9873
8804
  * @remarks
9874
- * Specifies whether to encrypt the disk. Valid values:
9875
- *
9876
- * * true
9877
- * * false
9878
- *
9879
- * Default value: false.
8805
+ * The endpoint of the region.
9880
8806
  *
9881
8807
  * @example
9882
- * true
8808
+ * ebs.cn-hangzhou.aliyuncs.com
9883
8809
  */
9884
- encrypted?: boolean;
8810
+ regionEndpoint?: string;
9885
8811
  /**
9886
8812
  * @remarks
9887
- * IOPS.
8813
+ * The ID of the region.
9888
8814
  *
9889
8815
  * @example
9890
- * 46800
8816
+ * cn-hangzhou
9891
8817
  */
9892
- iops?: number;
8818
+ regionId?: string;
9893
8819
  /**
9894
8820
  * @remarks
9895
- * The maximum number of read operations per second. Unit: operations/s.
9896
- *
9897
- * @example
9898
- * 500
8821
+ * Details about the zones.
9899
8822
  */
9900
- iopsRead?: number;
8823
+ zones?: DescribeRegionsResponseBodyRegionsZones[];
8824
+ static names(): {
8825
+ [key: string]: string;
8826
+ };
8827
+ static types(): {
8828
+ [key: string]: any;
8829
+ };
8830
+ constructor(map?: {
8831
+ [key: string]: any;
8832
+ });
8833
+ }
8834
+ export declare class DescribeReplicaGroupDrillsResponseBodyDrillsPairsInfo extends $tea.Model {
9901
8835
  /**
9902
8836
  * @remarks
9903
- * The maximum number of write operations per second. Unit: operations/s.
8837
+ * The ID of the drill disk.
9904
8838
  *
9905
8839
  * @example
9906
- * 500
8840
+ * d-xxx
9907
8841
  */
9908
- iopsWrite?: number;
8842
+ drillDiskId?: string;
9909
8843
  /**
9910
8844
  * @remarks
9911
- * The ID of the KMS key.
8845
+ * The status of the drill disk. Valid values:
8846
+ *
8847
+ * * created
8848
+ * * deleted
8849
+ * * creating
8850
+ * * deleting
8851
+ *
8852
+ * > This parameter can also display error code details if your drill disk fails to be created or deleted.
9912
8853
  *
9913
8854
  * @example
9914
- * key-hz**************
8855
+ * created
9915
8856
  */
9916
- kmsKeyId?: string;
8857
+ drillDiskStatus?: string;
9917
8858
  /**
9918
8859
  * @remarks
9919
- * The time when the disk was modfied.
8860
+ * The ID of the replication pair.
9920
8861
  *
9921
8862
  * @example
9922
- * 2021-11-18T19:30:16+08:00
8863
+ * pair-xxx
9923
8864
  */
9924
- modifyAt?: string;
8865
+ pairId?: string;
8866
+ static names(): {
8867
+ [key: string]: string;
8868
+ };
8869
+ static types(): {
8870
+ [key: string]: any;
8871
+ };
8872
+ constructor(map?: {
8873
+ [key: string]: any;
8874
+ });
8875
+ }
8876
+ export declare class DescribeReplicaGroupDrillsResponseBodyDrills extends $tea.Model {
9925
8877
  /**
9926
8878
  * @remarks
9927
- * The performance level of the ESSD. Valid values:
9928
- *
9929
- * * PL0: A single ESSD can deliver up to 10,000 random read/write IOPS.
9930
- * * PL1: A single ESSD can deliver up to 50,000 random read/write IOPS.
9931
- * * PL2: A single ESSD can deliver up to 100,000 random read/write IOPS.
9932
- * * PL3: A single ESSD can deliver up to 1,000,000 random read/write IOPS.
8879
+ * The ID of the drill.
9933
8880
  *
9934
8881
  * @example
9935
- * PL1
8882
+ * pg-drill-xxx
9936
8883
  */
9937
- performanceLevel?: string;
8884
+ drillId?: string;
9938
8885
  /**
9939
8886
  * @remarks
9940
- * The provisioned read/write IOPS of the ESSD AutoPL disk. Valid values: 0 to min{50,000, 1,000 × Capacity - Baseline IOPS}
9941
- *
9942
- * Baseline IOPS = min{1,800 + 50 × Capacity, 50,000}
9943
- *
9944
- * > This parameter is available only if the DiskCategory parameter is set to cloud_auto. For more information, see [ESSD AutoPL disks](https://help.aliyun.com/document_detail/368372.html) and [Modify the performance configurations of an ESSD AutoPL disk](https://help.aliyun.com/document_detail/413275.html).
8887
+ * The ID of the replication pair-consistent group.
9945
8888
  *
9946
8889
  * @example
9947
- * 5000
8890
+ * pg-xxx
9948
8891
  */
9949
- provisionedIops?: number;
8892
+ groupId?: string;
9950
8893
  /**
9951
8894
  * @remarks
9952
- * The region ID of the disk. You can call the [DescribeRegions](https://help.aliyun.com/document_detail/25609.html) operation to query the most recent region list.
9953
- *
9954
- * @example
9955
- * cn-hangzhou
8895
+ * The information of replication pairs.
9956
8896
  */
9957
- regionId?: string;
8897
+ pairsInfo?: DescribeReplicaGroupDrillsResponseBodyDrillsPairsInfo[];
9958
8898
  /**
9959
8899
  * @remarks
9960
- * The ID of the resource group to which the disk belongs.
8900
+ * The recovery point of the drill. The value of this parameter is a timestamp. Unit: seconds.
9961
8901
  *
9962
8902
  * @example
9963
- * rg-aek*************
8903
+ * 1691114995
9964
8904
  */
9965
- resourceGroupId?: string;
8905
+ recoverPoint?: number;
9966
8906
  /**
9967
8907
  * @remarks
9968
- * The size of the disk. Unit: GB.
8908
+ * The beginning time of the drill. The value of this parameter is a timestamp. Unit: seconds.
9969
8909
  *
9970
8910
  * @example
9971
- * 20
8911
+ * 1649750977
9972
8912
  */
9973
- size?: number;
8913
+ startAt?: number;
9974
8914
  /**
9975
8915
  * @remarks
9976
- * The states of disk. Valid values:
8916
+ * The status of the drill. Valid values:
9977
8917
  *
9978
- * * In_use
9979
- * * Available
9980
- * * Attaching
9981
- * * Detaching
9982
- * * Creating
9983
- * * ReIniting
8918
+ * * execute_failed
8919
+ * * executed
8920
+ * * executing
8921
+ * * clear_failed
8922
+ * * clearing
9984
8923
  *
9985
8924
  * @example
9986
- * Available
8925
+ * executed
9987
8926
  */
9988
8927
  status?: string;
9989
8928
  /**
9990
8929
  * @remarks
9991
- * The details of the tags.
8930
+ * The error message that appears if the drill fails to be executed.
8931
+ *
8932
+ * @example
8933
+ * GROUP_SYNCPOINT_NOT_FOUND
9992
8934
  */
9993
- tags?: GetDiskResponseBodyDiskTags[];
8935
+ statusMessage?: string;
8936
+ static names(): {
8937
+ [key: string]: string;
8938
+ };
8939
+ static types(): {
8940
+ [key: string]: any;
8941
+ };
8942
+ constructor(map?: {
8943
+ [key: string]: any;
8944
+ });
8945
+ }
8946
+ export declare class DescribeSolutionInstanceConfigurationRequestParameters extends $tea.Model {
9994
8947
  /**
9995
8948
  * @remarks
9996
- * The throughput of the disk.
8949
+ * The key of the parameter.
9997
8950
  *
9998
- * Unit: MB/s.
8951
+ * This parameter is required.
9999
8952
  *
10000
8953
  * @example
10001
- * 600
8954
+ * ***
10002
8955
  */
10003
- throughput?: number;
8956
+ parameterKey?: string;
10004
8957
  /**
10005
8958
  * @remarks
10006
- * The ID of the zone where the disk resides.
8959
+ * The value of the parameter.
8960
+ *
8961
+ * > The Parameters parameter is optional. If you specify Parameters, you must specify ParameterValue.
8962
+ *
8963
+ * This parameter is required.
10007
8964
  *
10008
8965
  * @example
10009
- * cn-hangzhou-k
8966
+ * ***
10010
8967
  */
10011
- zoneId?: string;
8968
+ parameterValue?: string;
10012
8969
  static names(): {
10013
8970
  [key: string]: string;
10014
8971
  };
@@ -10021,6 +8978,9 @@ export declare class GetDiskResponseBodyDisk extends $tea.Model {
10021
8978
  }
10022
8979
  export declare class GetReportResponseBodyDatasData extends $tea.Model {
10023
8980
  /**
8981
+ * @remarks
8982
+ * Data Points.
8983
+ *
10024
8984
  * @example
10025
8985
  * {
10026
8986
  * "1726416000": 0.44,
@@ -10037,6 +8997,9 @@ export declare class GetReportResponseBodyDatasData extends $tea.Model {
10037
8997
  [key: string]: any;
10038
8998
  };
10039
8999
  /**
9000
+ * @remarks
9001
+ * Data Labels.
9002
+ *
10040
9003
  * @example
10041
9004
  * {
10042
9005
  * "category": "cloud"
@@ -10056,8 +9019,15 @@ export declare class GetReportResponseBodyDatasData extends $tea.Model {
10056
9019
  });
10057
9020
  }
10058
9021
  export declare class GetReportResponseBodyDatas extends $tea.Model {
9022
+ /**
9023
+ * @remarks
9024
+ * Data.
9025
+ */
10059
9026
  data?: GetReportResponseBodyDatasData[];
10060
9027
  /**
9028
+ * @remarks
9029
+ * Data Title.
9030
+ *
10061
9031
  * @example
10062
9032
  * disk_count_percent_by_category
10063
9033
  */
@@ -10074,26 +9044,41 @@ export declare class GetReportResponseBodyDatas extends $tea.Model {
10074
9044
  }
10075
9045
  export declare class ListReportsResponseBodyHistoryReports extends $tea.Model {
10076
9046
  /**
9047
+ * @remarks
9048
+ * Application name.
9049
+ *
10077
9050
  * @example
10078
9051
  * default
10079
9052
  */
10080
9053
  appName?: string;
10081
9054
  /**
9055
+ * @remarks
9056
+ * Report ID.
9057
+ *
10082
9058
  * @example
10083
9059
  * report-e19c7b597f5fXX
10084
9060
  */
10085
9061
  reportId?: string;
10086
9062
  /**
9063
+ * @remarks
9064
+ * Report name.
9065
+ *
10087
9066
  * @example
10088
9067
  * default-2024-09-30~2024-10-07-Usage Report
10089
9068
  */
10090
9069
  reportName?: string;
10091
9070
  /**
9071
+ * @remarks
9072
+ * Report generation time.
9073
+ *
10092
9074
  * @example
10093
9075
  * 2024-10-07T02:09:17Z
10094
9076
  */
10095
9077
  reportTime?: string;
10096
9078
  /**
9079
+ * @remarks
9080
+ * Report subscription period.
9081
+ *
10097
9082
  * @example
10098
9083
  * Weekly
10099
9084
  */
@@ -10729,23 +9714,6 @@ export default class Client extends OpenApi {
10729
9714
  * @returns CreateEnterpriseSnapshotPolicyResponse
10730
9715
  */
10731
9716
  createEnterpriseSnapshotPolicy(request: CreateEnterpriseSnapshotPolicyRequest): Promise<CreateEnterpriseSnapshotPolicyResponse>;
10732
- /**
10733
- * @remarks
10734
- * Currently, this API is only available for use with ACS resource hosting and is not yet open for direct invocation.
10735
- *
10736
- * @param request - DeleteDiskRequest
10737
- * @param runtime - runtime options for this request RuntimeOptions
10738
- * @returns DeleteDiskResponse
10739
- */
10740
- deleteDiskWithOptions(request: DeleteDiskRequest, runtime: $Util.RuntimeOptions): Promise<DeleteDiskResponse>;
10741
- /**
10742
- * @remarks
10743
- * Currently, this API is only available for use with ACS resource hosting and is not yet open for direct invocation.
10744
- *
10745
- * @param request - DeleteDiskRequest
10746
- * @returns DeleteDiskResponse
10747
- */
10748
- deleteDisk(request: DeleteDiskRequest): Promise<DeleteDiskResponse>;
10749
9717
  /**
10750
9718
  * Deletes a replication pair-consistent group.
10751
9719
  *
@@ -11013,17 +9981,6 @@ export default class Client extends OpenApi {
11013
9981
  * @returns DescribeDiskReplicaPairsResponse
11014
9982
  */
11015
9983
  describeDiskReplicaPairs(request: DescribeDiskReplicaPairsRequest): Promise<DescribeDiskReplicaPairsResponse>;
11016
- /**
11017
- * @param request - DescribeDisksRequest
11018
- * @param runtime - runtime options for this request RuntimeOptions
11019
- * @returns DescribeDisksResponse
11020
- */
11021
- describeDisksWithOptions(request: DescribeDisksRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDisksResponse>;
11022
- /**
11023
- * @param request - DescribeDisksRequest
11024
- * @returns DescribeDisksResponse
11025
- */
11026
- describeDisks(request: DescribeDisksRequest): Promise<DescribeDisksResponse>;
11027
9984
  /**
11028
9985
  * Queries the information about enterprise-level snapshot policies. When you call this operation, you can specify parameters, such as PolicyIds, ResourceGroupId, and Tag, in the request.
11029
9986
  *
@@ -11222,18 +10179,7 @@ export default class Client extends OpenApi {
11222
10179
  */
11223
10180
  failoverDiskReplicaPair(request: FailoverDiskReplicaPairRequest): Promise<FailoverDiskReplicaPairResponse>;
11224
10181
  /**
11225
- * @param request - GetDiskRequest
11226
- * @param runtime - runtime options for this request RuntimeOptions
11227
- * @returns GetDiskResponse
11228
- */
11229
- getDiskWithOptions(request: GetDiskRequest, runtime: $Util.RuntimeOptions): Promise<GetDiskResponse>;
11230
- /**
11231
- * @param request - GetDiskRequest
11232
- * @returns GetDiskResponse
11233
- */
11234
- getDisk(request: GetDiskRequest): Promise<GetDiskResponse>;
11235
- /**
11236
- * 中心化角色:使用reportId获取用户使用报告
10182
+ * Centralized Role: Obtain User Usage Report with reportId
11237
10183
  *
11238
10184
  * @param request - GetReportRequest
11239
10185
  * @param runtime - runtime options for this request RuntimeOptions
@@ -11241,14 +10187,14 @@ export default class Client extends OpenApi {
11241
10187
  */
11242
10188
  getReportWithOptions(request: GetReportRequest, runtime: $Util.RuntimeOptions): Promise<GetReportResponse>;
11243
10189
  /**
11244
- * 中心化角色:使用reportId获取用户使用报告
10190
+ * Centralized Role: Obtain User Usage Report with reportId
11245
10191
  *
11246
10192
  * @param request - GetReportRequest
11247
10193
  * @returns GetReportResponse
11248
10194
  */
11249
10195
  getReport(request: GetReportRequest): Promise<GetReportResponse>;
11250
10196
  /**
11251
- * 中心化角色:查询历史报告
10197
+ * Centralized Role: Query Historical Reports
11252
10198
  *
11253
10199
  * @param request - ListReportsRequest
11254
10200
  * @param runtime - runtime options for this request RuntimeOptions
@@ -11256,7 +10202,7 @@ export default class Client extends OpenApi {
11256
10202
  */
11257
10203
  listReportsWithOptions(request: ListReportsRequest, runtime: $Util.RuntimeOptions): Promise<ListReportsResponse>;
11258
10204
  /**
11259
- * 中心化角色:查询历史报告
10205
+ * Centralized Role: Query Historical Reports
11260
10206
  *
11261
10207
  * @param request - ListReportsRequest
11262
10208
  * @returns ListReportsResponse