tccli 3.0.1237.1__py2.py3-none-any.whl → 3.0.1238.1__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- tccli/__init__.py +1 -1
- tccli/services/__init__.py +3 -0
- tccli/services/aca/__init__.py +4 -0
- tccli/services/aca/aca_client.py +578 -0
- tccli/services/aca/v20210323/api.json +3715 -0
- tccli/services/aca/v20210323/examples.json +69 -0
- tccli/services/aiart/v20221229/api.json +18 -9
- tccli/services/aiart/v20221229/examples.json +2 -2
- tccli/services/apm/v20210622/api.json +10 -7
- tccli/services/batch/v20170312/api.json +641 -566
- tccli/services/batch/v20170312/examples.json +7 -7
- tccli/services/bi/v20220105/api.json +9 -0
- tccli/services/bpaas/v20181217/examples.json +1 -1
- tccli/services/cam/v20190116/api.json +32 -30
- tccli/services/cam/v20190116/examples.json +4 -4
- tccli/services/ccc/v20200210/api.json +31 -1
- tccli/services/ccc/v20200210/examples.json +1 -1
- tccli/services/cdb/v20170320/api.json +214 -207
- tccli/services/cdb/v20170320/examples.json +10 -10
- tccli/services/cdwch/v20200915/api.json +6 -6
- tccli/services/cdwdoris/v20211228/api.json +16 -5
- tccli/services/cdwdoris/v20211228/examples.json +1 -1
- tccli/services/cfg/v20210820/api.json +8 -13
- tccli/services/cfg/v20210820/examples.json +1 -1
- tccli/services/cfs/v20190719/api.json +84 -84
- tccli/services/cfs/v20190719/examples.json +6 -6
- tccli/services/chdfs/v20201112/api.json +18 -17
- tccli/services/chdfs/v20201112/examples.json +2 -2
- tccli/services/clb/v20180317/api.json +184 -162
- tccli/services/cloudapp/v20220530/api.json +1 -1
- tccli/services/cloudapp/v20220530/examples.json +3 -3
- tccli/services/cloudaudit/v20190319/api.json +21 -17
- tccli/services/cloudaudit/v20190319/examples.json +3 -3
- tccli/services/cls/v20201016/api.json +21 -21
- tccli/services/cls/v20201016/examples.json +1 -1
- tccli/services/config/v20220802/api.json +2 -0
- tccli/services/config/v20220802/examples.json +2 -2
- tccli/services/dcdb/v20180411/api.json +390 -387
- tccli/services/dcdb/v20180411/examples.json +14 -14
- tccli/services/dlc/v20210125/api.json +162 -7
- tccli/services/dlc/v20210125/examples.json +1 -1
- tccli/services/domain/v20180808/api.json +37 -37
- tccli/services/domain/v20180808/examples.json +16 -10
- tccli/services/dsgc/v20190723/api.json +1796 -1623
- tccli/services/dsgc/v20190723/examples.json +217 -211
- tccli/services/dts/v20180330/api.json +143 -106
- tccli/services/dts/v20211206/api.json +57 -46
- tccli/services/dts/v20211206/examples.json +1 -1
- tccli/services/ecm/v20190719/api.json +6 -6
- tccli/services/emr/v20190103/api.json +80 -20
- tccli/services/ess/ess_client.py +61 -8
- tccli/services/ess/v20201111/api.json +267 -37
- tccli/services/ess/v20201111/examples.json +11 -3
- tccli/services/essbasic/essbasic_client.py +167 -8
- tccli/services/essbasic/v20210526/api.json +527 -54
- tccli/services/essbasic/v20210526/examples.json +46 -16
- tccli/services/facefusion/v20220927/api.json +12 -1
- tccli/services/fmu/v20191213/api.json +8 -8
- tccli/services/gaap/v20180529/api.json +200 -209
- tccli/services/hai/v20230812/api.json +1 -1
- tccli/services/iss/v20230517/api.json +11 -11
- tccli/services/iss/v20230517/examples.json +31 -31
- tccli/services/keewidb/v20220308/api.json +92 -82
- tccli/services/keewidb/v20220308/examples.json +5 -5
- tccli/services/lighthouse/v20200324/api.json +18 -18
- tccli/services/lighthouse/v20200324/examples.json +5 -5
- tccli/services/live/v20180801/api.json +27 -9
- tccli/services/lke/v20231130/examples.json +1 -1
- tccli/services/mariadb/v20170312/api.json +285 -263
- tccli/services/mariadb/v20170312/examples.json +12 -12
- tccli/services/monitor/monitor_client.py +106 -0
- tccli/services/monitor/v20180724/api.json +222 -0
- tccli/services/monitor/v20180724/examples.json +16 -0
- tccli/services/mps/mps_client.py +228 -16
- tccli/services/mps/v20190612/api.json +385 -23
- tccli/services/mps/v20190612/examples.json +32 -0
- tccli/services/msp/v20180319/api.json +2 -2
- tccli/services/ocr/v20181119/api.json +11 -1
- tccli/services/omics/v20221128/api.json +14 -2
- tccli/services/organization/v20210331/api.json +45 -18
- tccli/services/privatedns/v20201028/api.json +90 -81
- tccli/services/privatedns/v20201028/examples.json +18 -18
- tccli/services/redis/redis_client.py +106 -0
- tccli/services/redis/v20180412/api.json +178 -16
- tccli/services/redis/v20180412/examples.json +16 -0
- tccli/services/region/v20220627/api.json +5 -3
- tccli/services/region/v20220627/examples.json +1 -1
- tccli/services/ssl/v20191205/api.json +6 -4
- tccli/services/tag/v20180813/api.json +4 -5
- tccli/services/tcb/v20180608/api.json +36 -16
- tccli/services/tdmq/tdmq_client.py +53 -0
- tccli/services/tdmq/v20200217/api.json +64 -1
- tccli/services/tdmq/v20200217/examples.json +9 -1
- tccli/services/teo/teo_client.py +485 -8
- tccli/services/teo/v20220901/api.json +837 -39
- tccli/services/teo/v20220901/examples.json +108 -0
- tccli/services/thpc/v20211109/api.json +32 -34
- tccli/services/thpc/v20220401/api.json +31 -33
- tccli/services/thpc/v20230321/api.json +55 -57
- tccli/services/thpc/v20230321/examples.json +1 -1
- tccli/services/tiia/v20190529/api.json +307 -293
- tccli/services/tiia/v20190529/examples.json +41 -41
- tccli/services/tione/v20211111/api.json +4 -4
- tccli/services/tione/v20211111/examples.json +2 -2
- tccli/services/tke/v20180525/api.json +1 -1
- tccli/services/trocket/trocket_client.py +53 -0
- tccli/services/trocket/v20230308/api.json +116 -0
- tccli/services/trocket/v20230308/examples.json +14 -0
- tccli/services/tse/v20201207/api.json +188 -120
- tccli/services/tse/v20201207/examples.json +30 -30
- tccli/services/tsf/v20180326/api.json +826 -745
- tccli/services/tsf/v20180326/examples.json +99 -111
- tccli/services/vclm/v20240523/api.json +1 -1
- tccli/services/vdb/v20230616/api.json +80 -80
- tccli/services/vdb/v20230616/examples.json +1 -1
- tccli/services/vpc/v20170312/api.json +42 -41
- tccli/services/vpc/v20170312/examples.json +5 -5
- {tccli-3.0.1237.1.dist-info → tccli-3.0.1238.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1237.1.dist-info → tccli-3.0.1238.1.dist-info}/RECORD +122 -118
- {tccli-3.0.1237.1.dist-info → tccli-3.0.1238.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1237.1.dist-info → tccli-3.0.1238.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1237.1.dist-info → tccli-3.0.1238.1.dist-info}/license_files/LICENSE +0 -0
@@ -517,7 +517,7 @@
|
|
517
517
|
{
|
518
518
|
"disabled": false,
|
519
519
|
"document": "售卖状态。可选值有 sale_out 售罄、saling可售、no_saling不可销售",
|
520
|
-
"example": "
|
520
|
+
"example": "sale_out",
|
521
521
|
"member": "string",
|
522
522
|
"name": "SaleStatus",
|
523
523
|
"output_required": true,
|
@@ -527,7 +527,7 @@
|
|
527
527
|
{
|
528
528
|
"disabled": false,
|
529
529
|
"document": "协议类型。可选值有 NFS、CIFS、TURBO",
|
530
|
-
"example": "
|
530
|
+
"example": "NFS",
|
531
531
|
"member": "string",
|
532
532
|
"name": "Protocol",
|
533
533
|
"output_required": true,
|
@@ -1386,7 +1386,7 @@
|
|
1386
1386
|
{
|
1387
1387
|
"disabled": false,
|
1388
1388
|
"document": "数据源账号的SecretId",
|
1389
|
-
"example": "
|
1389
|
+
"example": "agKID0FnEWgyGnEUbBAmtZ8Yt59B49dKdgc",
|
1390
1390
|
"member": "string",
|
1391
1391
|
"name": "SrcSecretId",
|
1392
1392
|
"required": true,
|
@@ -1395,7 +1395,7 @@
|
|
1395
1395
|
{
|
1396
1396
|
"disabled": false,
|
1397
1397
|
"document": "数据源账号的SecretKey",
|
1398
|
-
"example": "
|
1398
|
+
"example": "bo2KVXSzpX9qPn4C9zBaq0DHBybtghadg",
|
1399
1399
|
"member": "string",
|
1400
1400
|
"name": "SrcSecretKey",
|
1401
1401
|
"required": true,
|
@@ -1509,7 +1509,7 @@
|
|
1509
1509
|
{
|
1510
1510
|
"disabled": false,
|
1511
1511
|
"document": "迁移任务Id",
|
1512
|
-
"example": "
|
1512
|
+
"example": "tasgagagagi",
|
1513
1513
|
"member": "string",
|
1514
1514
|
"name": "TaskId",
|
1515
1515
|
"output_required": true,
|
@@ -2210,7 +2210,7 @@
|
|
2210
2210
|
"example": "无",
|
2211
2211
|
"member": "PGroupInfo",
|
2212
2212
|
"name": "PGroupList",
|
2213
|
-
"
|
2213
|
+
"output_required": true,
|
2214
2214
|
"type": "list",
|
2215
2215
|
"value_allowed_null": false
|
2216
2216
|
},
|
@@ -2576,10 +2576,10 @@
|
|
2576
2576
|
{
|
2577
2577
|
"disabled": false,
|
2578
2578
|
"document": "快照ID",
|
2579
|
-
"example": "
|
2579
|
+
"example": "snapcfs-4gbaklnk",
|
2580
2580
|
"member": "string",
|
2581
2581
|
"name": "SnapshotId",
|
2582
|
-
"
|
2582
|
+
"output_required": true,
|
2583
2583
|
"type": "string",
|
2584
2584
|
"value_allowed_null": false
|
2585
2585
|
},
|
@@ -2589,7 +2589,7 @@
|
|
2589
2589
|
"example": "无",
|
2590
2590
|
"member": "SnapshotOperateLog",
|
2591
2591
|
"name": "SnapshotOperates",
|
2592
|
-
"
|
2592
|
+
"output_required": true,
|
2593
2593
|
"type": "list",
|
2594
2594
|
"value_allowed_null": false
|
2595
2595
|
},
|
@@ -2758,60 +2758,60 @@
|
|
2758
2758
|
{
|
2759
2759
|
"disabled": false,
|
2760
2760
|
"document": "文件系统IP地址",
|
2761
|
-
"example": "",
|
2761
|
+
"example": "10.0.2.3",
|
2762
2762
|
"member": "string",
|
2763
2763
|
"name": "CfsVip",
|
2764
|
-
"
|
2764
|
+
"output_required": true,
|
2765
2765
|
"type": "string",
|
2766
2766
|
"value_allowed_null": false
|
2767
2767
|
},
|
2768
2768
|
{
|
2769
2769
|
"disabled": false,
|
2770
2770
|
"document": "客户端IP地址",
|
2771
|
-
"example": "",
|
2771
|
+
"example": "10.0.2.2",
|
2772
2772
|
"member": "string",
|
2773
2773
|
"name": "ClientIp",
|
2774
|
-
"
|
2774
|
+
"output_required": true,
|
2775
2775
|
"type": "string",
|
2776
2776
|
"value_allowed_null": false
|
2777
2777
|
},
|
2778
2778
|
{
|
2779
2779
|
"disabled": false,
|
2780
2780
|
"document": "文件系统所属VPCID",
|
2781
|
-
"example": "",
|
2781
|
+
"example": "vpc-agabral",
|
2782
2782
|
"member": "string",
|
2783
2783
|
"name": "VpcId",
|
2784
|
-
"
|
2784
|
+
"output_required": true,
|
2785
2785
|
"type": "string",
|
2786
2786
|
"value_allowed_null": false
|
2787
2787
|
},
|
2788
2788
|
{
|
2789
2789
|
"disabled": false,
|
2790
2790
|
"document": "可用区名称,例如ap-beijing-1,请参考 概览文档中的地域与可用区列表",
|
2791
|
-
"example": "",
|
2791
|
+
"example": "ap-guangzhou-1",
|
2792
2792
|
"member": "string",
|
2793
2793
|
"name": "Zone",
|
2794
|
-
"
|
2794
|
+
"output_required": true,
|
2795
2795
|
"type": "string",
|
2796
2796
|
"value_allowed_null": false
|
2797
2797
|
},
|
2798
2798
|
{
|
2799
2799
|
"disabled": false,
|
2800
2800
|
"document": "可用区中文名称",
|
2801
|
-
"example": "",
|
2801
|
+
"example": "广州一区",
|
2802
2802
|
"member": "string",
|
2803
2803
|
"name": "ZoneName",
|
2804
|
-
"
|
2804
|
+
"output_required": true,
|
2805
2805
|
"type": "string",
|
2806
2806
|
"value_allowed_null": false
|
2807
2807
|
},
|
2808
2808
|
{
|
2809
2809
|
"disabled": false,
|
2810
2810
|
"document": "该文件系统被挂载到客户端上的路径信息",
|
2811
|
-
"example": "",
|
2811
|
+
"example": "/cfs/data",
|
2812
2812
|
"member": "string",
|
2813
2813
|
"name": "MountDirectory",
|
2814
|
-
"
|
2814
|
+
"output_required": true,
|
2815
2815
|
"type": "string",
|
2816
2816
|
"value_allowed_null": false
|
2817
2817
|
}
|
@@ -2844,7 +2844,7 @@
|
|
2844
2844
|
{
|
2845
2845
|
"disabled": false,
|
2846
2846
|
"document": "文件系统 ID",
|
2847
|
-
"example": "cfs-
|
2847
|
+
"example": "cfs-gabtqtq",
|
2848
2848
|
"member": "string",
|
2849
2849
|
"name": "FileSystemId",
|
2850
2850
|
"output_required": true,
|
@@ -2974,7 +2974,7 @@
|
|
2974
2974
|
{
|
2975
2975
|
"disabled": false,
|
2976
2976
|
"document": "加密所使用的密钥,可以为密钥的 ID 或者 ARN",
|
2977
|
-
"example": "
|
2977
|
+
"example": "gaglkjgfpnggagalkinebn14tw",
|
2978
2978
|
"member": "string",
|
2979
2979
|
"name": "KmsKeyId",
|
2980
2980
|
"output_required": true,
|
@@ -3004,7 +3004,7 @@
|
|
3004
3004
|
{
|
3005
3005
|
"disabled": false,
|
3006
3006
|
"document": "文件系统关联的快照策略",
|
3007
|
-
"example": "
|
3007
|
+
"example": "asp-gabgat",
|
3008
3008
|
"member": "string",
|
3009
3009
|
"name": "AutoSnapshotPolicyId",
|
3010
3010
|
"output_required": true,
|
@@ -3053,33 +3053,33 @@
|
|
3053
3053
|
},
|
3054
3054
|
{
|
3055
3055
|
"disabled": false,
|
3056
|
-
"document": "
|
3056
|
+
"document": "分层存储详情",
|
3057
3057
|
"example": "\"TieringSizeInBytes\": 0",
|
3058
3058
|
"member": "TieringDetailInfo",
|
3059
3059
|
"name": "TieringDetail",
|
3060
3060
|
"output_required": true,
|
3061
3061
|
"type": "object",
|
3062
|
-
"value_allowed_null":
|
3062
|
+
"value_allowed_null": false
|
3063
3063
|
},
|
3064
3064
|
{
|
3065
3065
|
"disabled": false,
|
3066
|
-
"document": "
|
3066
|
+
"document": "文件系统自动扩容策略",
|
3067
3067
|
"example": "\"Status\":close",
|
3068
3068
|
"member": "AutoScaleUpRule",
|
3069
3069
|
"name": "AutoScaleUpRule",
|
3070
3070
|
"output_required": true,
|
3071
3071
|
"type": "object",
|
3072
|
-
"value_allowed_null":
|
3072
|
+
"value_allowed_null": false
|
3073
3073
|
},
|
3074
3074
|
{
|
3075
3075
|
"disabled": false,
|
3076
|
-
"document": "
|
3076
|
+
"document": "文件系统版本",
|
3077
3077
|
"example": "v1.0",
|
3078
3078
|
"member": "string",
|
3079
3079
|
"name": "Version",
|
3080
3080
|
"output_required": false,
|
3081
3081
|
"type": "string",
|
3082
|
-
"value_allowed_null":
|
3082
|
+
"value_allowed_null": false
|
3083
3083
|
}
|
3084
3084
|
],
|
3085
3085
|
"usage": "out"
|
@@ -3153,53 +3153,53 @@
|
|
3153
3153
|
},
|
3154
3154
|
{
|
3155
3155
|
"disabled": false,
|
3156
|
-
"document": "
|
3156
|
+
"document": "数据源桶名称",
|
3157
3157
|
"example": "xx-123455",
|
3158
3158
|
"member": "string",
|
3159
3159
|
"name": "BucketName",
|
3160
3160
|
"output_required": true,
|
3161
3161
|
"type": "string",
|
3162
|
-
"value_allowed_null":
|
3162
|
+
"value_allowed_null": false
|
3163
3163
|
},
|
3164
3164
|
{
|
3165
3165
|
"disabled": false,
|
3166
|
-
"document": "
|
3166
|
+
"document": "数据源桶地域",
|
3167
3167
|
"example": "ap-guangzhou",
|
3168
3168
|
"member": "string",
|
3169
3169
|
"name": "BucketRegion",
|
3170
3170
|
"output_required": true,
|
3171
3171
|
"type": "string",
|
3172
|
-
"value_allowed_null":
|
3172
|
+
"value_allowed_null": false
|
3173
3173
|
},
|
3174
3174
|
{
|
3175
3175
|
"disabled": false,
|
3176
|
-
"document": "
|
3176
|
+
"document": "数据源桶地址",
|
3177
3177
|
"example": "https://xx-12345.cos.ap-shanghai.myqcloud.com",
|
3178
3178
|
"member": "string",
|
3179
3179
|
"name": "BucketAddress",
|
3180
3180
|
"output_required": true,
|
3181
3181
|
"type": "string",
|
3182
|
-
"value_allowed_null":
|
3182
|
+
"value_allowed_null": false
|
3183
3183
|
},
|
3184
3184
|
{
|
3185
3185
|
"disabled": false,
|
3186
|
-
"document": "
|
3186
|
+
"document": "清单地址",
|
3187
3187
|
"example": "https://xx-12345.cos.ap-shanghai.myqcloud.com/list.csv",
|
3188
3188
|
"member": "string",
|
3189
3189
|
"name": "ListAddress",
|
3190
3190
|
"output_required": true,
|
3191
3191
|
"type": "string",
|
3192
|
-
"value_allowed_null":
|
3192
|
+
"value_allowed_null": false
|
3193
3193
|
},
|
3194
3194
|
{
|
3195
3195
|
"disabled": false,
|
3196
|
-
"document": "
|
3196
|
+
"document": "文件系统实例名称",
|
3197
3197
|
"example": "testcfs",
|
3198
3198
|
"member": "string",
|
3199
3199
|
"name": "FsName",
|
3200
3200
|
"output_required": true,
|
3201
3201
|
"type": "string",
|
3202
|
-
"value_allowed_null":
|
3202
|
+
"value_allowed_null": false
|
3203
3203
|
},
|
3204
3204
|
{
|
3205
3205
|
"disabled": false,
|
@@ -3243,13 +3243,13 @@
|
|
3243
3243
|
},
|
3244
3244
|
{
|
3245
3245
|
"disabled": false,
|
3246
|
-
"document": "
|
3246
|
+
"document": "完成/终止时间",
|
3247
3247
|
"example": "2023-01-20 15:03:57",
|
3248
3248
|
"member": "int64",
|
3249
3249
|
"name": "EndTime",
|
3250
3250
|
"output_required": true,
|
3251
3251
|
"type": "int",
|
3252
|
-
"value_allowed_null":
|
3252
|
+
"value_allowed_null": false
|
3253
3253
|
},
|
3254
3254
|
{
|
3255
3255
|
"disabled": false,
|
@@ -3263,103 +3263,103 @@
|
|
3263
3263
|
},
|
3264
3264
|
{
|
3265
3265
|
"disabled": false,
|
3266
|
-
"document": "
|
3266
|
+
"document": "文件数量",
|
3267
3267
|
"example": "10",
|
3268
3268
|
"member": "uint64",
|
3269
3269
|
"name": "FileTotalCount",
|
3270
3270
|
"output_required": true,
|
3271
3271
|
"type": "int",
|
3272
|
-
"value_allowed_null":
|
3272
|
+
"value_allowed_null": false
|
3273
3273
|
},
|
3274
3274
|
{
|
3275
3275
|
"disabled": false,
|
3276
|
-
"document": "
|
3276
|
+
"document": "已迁移文件数量",
|
3277
3277
|
"example": "10",
|
3278
3278
|
"member": "uint64",
|
3279
3279
|
"name": "FileMigratedCount",
|
3280
3280
|
"output_required": true,
|
3281
3281
|
"type": "int",
|
3282
|
-
"value_allowed_null":
|
3282
|
+
"value_allowed_null": false
|
3283
3283
|
},
|
3284
3284
|
{
|
3285
3285
|
"disabled": false,
|
3286
|
-
"document": "
|
3286
|
+
"document": "迁移失败文件数量",
|
3287
3287
|
"example": "10",
|
3288
3288
|
"member": "uint64",
|
3289
3289
|
"name": "FileFailedCount",
|
3290
3290
|
"output_required": true,
|
3291
3291
|
"type": "int",
|
3292
|
-
"value_allowed_null":
|
3292
|
+
"value_allowed_null": false
|
3293
3293
|
},
|
3294
3294
|
{
|
3295
3295
|
"disabled": false,
|
3296
|
-
"document": "文件容量,单位Byte
|
3296
|
+
"document": "文件容量,单位Byte",
|
3297
3297
|
"example": "1024",
|
3298
3298
|
"member": "int64",
|
3299
3299
|
"name": "FileTotalSize",
|
3300
3300
|
"output_required": true,
|
3301
3301
|
"type": "int",
|
3302
|
-
"value_allowed_null":
|
3302
|
+
"value_allowed_null": false
|
3303
3303
|
},
|
3304
3304
|
{
|
3305
3305
|
"disabled": false,
|
3306
|
-
"document": "已迁移文件容量,单位Byte
|
3306
|
+
"document": "已迁移文件容量,单位Byte",
|
3307
3307
|
"example": "1024",
|
3308
3308
|
"member": "int64",
|
3309
3309
|
"name": "FileMigratedSize",
|
3310
3310
|
"output_required": true,
|
3311
3311
|
"type": "int",
|
3312
|
-
"value_allowed_null":
|
3312
|
+
"value_allowed_null": false
|
3313
3313
|
},
|
3314
3314
|
{
|
3315
3315
|
"disabled": false,
|
3316
|
-
"document": "迁移失败文件容量,单位Byte
|
3316
|
+
"document": "迁移失败文件容量,单位Byte",
|
3317
3317
|
"example": "512",
|
3318
3318
|
"member": "int64",
|
3319
3319
|
"name": "FileFailedSize",
|
3320
3320
|
"output_required": true,
|
3321
3321
|
"type": "int",
|
3322
|
-
"value_allowed_null":
|
3322
|
+
"value_allowed_null": false
|
3323
3323
|
},
|
3324
3324
|
{
|
3325
3325
|
"disabled": false,
|
3326
|
-
"document": "
|
3326
|
+
"document": "全部清单",
|
3327
3327
|
"example": "https://cfs-migrate-xxxxx.cos.ap-chongqing.myqcloud.com/cfs-migrate-results/cfsmigrate-3d2cf062",
|
3328
3328
|
"member": "string",
|
3329
3329
|
"name": "FileTotalList",
|
3330
3330
|
"output_required": true,
|
3331
3331
|
"type": "string",
|
3332
|
-
"value_allowed_null":
|
3332
|
+
"value_allowed_null": false
|
3333
3333
|
},
|
3334
3334
|
{
|
3335
3335
|
"disabled": false,
|
3336
|
-
"document": "
|
3336
|
+
"document": "已完成文件清单",
|
3337
3337
|
"example": "https://cfs-migrate-xxxxx.cos.ap-chongqing.myqcloud.com/cfs-migrate-results/cfsmigrate-3d2cf062",
|
3338
3338
|
"member": "string",
|
3339
3339
|
"name": "FileCompletedList",
|
3340
3340
|
"output_required": true,
|
3341
3341
|
"type": "string",
|
3342
|
-
"value_allowed_null":
|
3342
|
+
"value_allowed_null": false
|
3343
3343
|
},
|
3344
3344
|
{
|
3345
3345
|
"disabled": false,
|
3346
|
-
"document": "
|
3346
|
+
"document": "失败文件清单",
|
3347
3347
|
"example": "https://cfs-migrate-xxxxx.cos.ap-chongqing.myqcloud.com/cfs-migrate-results/cfsmigrate-3d2cf062",
|
3348
3348
|
"member": "string",
|
3349
3349
|
"name": "FileFailedList",
|
3350
3350
|
"output_required": true,
|
3351
3351
|
"type": "string",
|
3352
|
-
"value_allowed_null":
|
3352
|
+
"value_allowed_null": false
|
3353
3353
|
},
|
3354
3354
|
{
|
3355
3355
|
"disabled": false,
|
3356
|
-
"document": "
|
3356
|
+
"document": "源桶路径",
|
3357
3357
|
"example": "https://xx-12345.cos.ap-shanghai.myqcloud.com",
|
3358
3358
|
"member": "string",
|
3359
3359
|
"name": "BucketPath",
|
3360
3360
|
"output_required": true,
|
3361
3361
|
"type": "string",
|
3362
|
-
"value_allowed_null":
|
3362
|
+
"value_allowed_null": false
|
3363
3363
|
},
|
3364
3364
|
{
|
3365
3365
|
"disabled": false,
|
@@ -3682,7 +3682,7 @@
|
|
3682
3682
|
{
|
3683
3683
|
"disabled": false,
|
3684
3684
|
"document": "规则ID",
|
3685
|
-
"example": "
|
3685
|
+
"example": "rule-gabatga4",
|
3686
3686
|
"member": "string",
|
3687
3687
|
"name": "RuleId",
|
3688
3688
|
"output_required": true,
|
@@ -3692,7 +3692,7 @@
|
|
3692
3692
|
{
|
3693
3693
|
"disabled": false,
|
3694
3694
|
"document": "允许访问的客户端IP",
|
3695
|
-
"example": "
|
3695
|
+
"example": "10.0.0.2",
|
3696
3696
|
"member": "string",
|
3697
3697
|
"name": "AuthClientIp",
|
3698
3698
|
"output_required": true,
|
@@ -3702,7 +3702,7 @@
|
|
3702
3702
|
{
|
3703
3703
|
"disabled": false,
|
3704
3704
|
"document": "读写权限, ro为只读,rw为读写",
|
3705
|
-
"example": "
|
3705
|
+
"example": "ro",
|
3706
3706
|
"member": "string",
|
3707
3707
|
"name": "RWPermission",
|
3708
3708
|
"output_required": true,
|
@@ -3712,7 +3712,7 @@
|
|
3712
3712
|
{
|
3713
3713
|
"disabled": false,
|
3714
3714
|
"document": "all_squash:所有访问用户(含 root 用户)都会被映射为匿名用户或用户组。\nno_all_squash:所有访问用户(含 root 用户)均保持原有的 UID/GID 信息。\nroot_squash:将来访的 root 用户映射为匿名用户或用户组,非 root 用户保持原有的 UID/GID 信息。\nno_root_squash:与 no_all_squash 效果一致,所有访问用户(含 root 用户)均保持原有的 UID/GID 信息\n",
|
3715
|
-
"example": "
|
3715
|
+
"example": "all_squash",
|
3716
3716
|
"member": "string",
|
3717
3717
|
"name": "UserPermission",
|
3718
3718
|
"output_required": true,
|
@@ -3722,7 +3722,7 @@
|
|
3722
3722
|
{
|
3723
3723
|
"disabled": false,
|
3724
3724
|
"document": "规则优先级,1-100。 其中 1 为最高,100为最低",
|
3725
|
-
"example": "
|
3725
|
+
"example": "2",
|
3726
3726
|
"member": "int64",
|
3727
3727
|
"name": "Priority",
|
3728
3728
|
"output_required": true,
|
@@ -4156,7 +4156,7 @@
|
|
4156
4156
|
{
|
4157
4157
|
"disabled": false,
|
4158
4158
|
"document": "迁移任务Id",
|
4159
|
-
"example": "
|
4159
|
+
"example": "atagckgtl",
|
4160
4160
|
"member": "string",
|
4161
4161
|
"name": "TaskId",
|
4162
4162
|
"output_required": true,
|
@@ -4188,7 +4188,7 @@
|
|
4188
4188
|
{
|
4189
4189
|
"disabled": false,
|
4190
4190
|
"document": "标签键",
|
4191
|
-
"example": "
|
4191
|
+
"example": "部门",
|
4192
4192
|
"member": "string",
|
4193
4193
|
"name": "TagKey",
|
4194
4194
|
"output_required": true,
|
@@ -4199,7 +4199,7 @@
|
|
4199
4199
|
{
|
4200
4200
|
"disabled": false,
|
4201
4201
|
"document": "标签值",
|
4202
|
-
"example": "
|
4202
|
+
"example": "产品一部",
|
4203
4203
|
"member": "string",
|
4204
4204
|
"name": "TagValue",
|
4205
4205
|
"output_required": true,
|
@@ -4215,14 +4215,14 @@
|
|
4215
4215
|
"members": [
|
4216
4216
|
{
|
4217
4217
|
"disabled": false,
|
4218
|
-
"document": "
|
4218
|
+
"document": "低频存储容量",
|
4219
4219
|
"example": "100",
|
4220
4220
|
"member": "int64",
|
4221
4221
|
"name": "TieringSizeInBytes",
|
4222
4222
|
"output_required": true,
|
4223
4223
|
"required": false,
|
4224
4224
|
"type": "int",
|
4225
|
-
"value_allowed_null":
|
4225
|
+
"value_allowed_null": false
|
4226
4226
|
},
|
4227
4227
|
{
|
4228
4228
|
"disabled": false,
|
@@ -4299,7 +4299,7 @@
|
|
4299
4299
|
{
|
4300
4300
|
"disabled": false,
|
4301
4301
|
"document": "快照策略名称",
|
4302
|
-
"example": "
|
4302
|
+
"example": "cfspolicygz",
|
4303
4303
|
"member": "string",
|
4304
4304
|
"name": "PolicyName",
|
4305
4305
|
"required": false,
|
@@ -4417,7 +4417,7 @@
|
|
4417
4417
|
"example": "test",
|
4418
4418
|
"member": "string",
|
4419
4419
|
"name": "CreationToken",
|
4420
|
-
"
|
4420
|
+
"output_required": true,
|
4421
4421
|
"type": "string",
|
4422
4422
|
"value_allowed_null": false
|
4423
4423
|
},
|
@@ -4427,7 +4427,7 @@
|
|
4427
4427
|
"example": "cfs-12345",
|
4428
4428
|
"member": "string",
|
4429
4429
|
"name": "FileSystemId",
|
4430
|
-
"
|
4430
|
+
"output_required": true,
|
4431
4431
|
"type": "string",
|
4432
4432
|
"value_allowed_null": false
|
4433
4433
|
},
|
@@ -4437,7 +4437,7 @@
|
|
4437
4437
|
"example": "test",
|
4438
4438
|
"member": "string",
|
4439
4439
|
"name": "FsName",
|
4440
|
-
"
|
4440
|
+
"output_required": true,
|
4441
4441
|
"type": "string",
|
4442
4442
|
"value_allowed_null": false
|
4443
4443
|
},
|
@@ -4557,7 +4557,7 @@
|
|
4557
4557
|
{
|
4558
4558
|
"disabled": false,
|
4559
4559
|
"document": "权限组名称,1-64个字符且只能为中文,字母,数字,下划线或横线",
|
4560
|
-
"example": "
|
4560
|
+
"example": "gzgroup",
|
4561
4561
|
"member": "string",
|
4562
4562
|
"name": "Name",
|
4563
4563
|
"required": false,
|
@@ -4566,7 +4566,7 @@
|
|
4566
4566
|
{
|
4567
4567
|
"disabled": false,
|
4568
4568
|
"document": "权限组描述信息,1-255个字符。 Name和Descinfo不能同时为空",
|
4569
|
-
"example": "
|
4569
|
+
"example": "gz_group_test",
|
4570
4570
|
"member": "string",
|
4571
4571
|
"name": "DescInfo",
|
4572
4572
|
"required": false,
|
@@ -4900,25 +4900,25 @@
|
|
4900
4900
|
},
|
4901
4901
|
{
|
4902
4902
|
"disabled": false,
|
4903
|
-
"document": "容量使用,单位GiB
|
4903
|
+
"document": "容量使用,单位GiB",
|
4904
4904
|
"example": "9",
|
4905
4905
|
"member": "uint64",
|
4906
4906
|
"name": "CapacityUsed",
|
4907
4907
|
"output_required": true,
|
4908
4908
|
"required": false,
|
4909
4909
|
"type": "int",
|
4910
|
-
"value_allowed_null":
|
4910
|
+
"value_allowed_null": false
|
4911
4911
|
},
|
4912
4912
|
{
|
4913
4913
|
"disabled": false,
|
4914
|
-
"document": "
|
4914
|
+
"document": "文件使用个数,单位个",
|
4915
4915
|
"example": "9999",
|
4916
4916
|
"member": "uint64",
|
4917
4917
|
"name": "FileUsed",
|
4918
4918
|
"output_required": true,
|
4919
4919
|
"required": false,
|
4920
4920
|
"type": "int",
|
4921
|
-
"value_allowed_null":
|
4921
|
+
"value_allowed_null": false
|
4922
4922
|
},
|
4923
4923
|
{
|
4924
4924
|
"disabled": false,
|
@@ -4933,14 +4933,14 @@
|
|
4933
4933
|
},
|
4934
4934
|
{
|
4935
4935
|
"disabled": false,
|
4936
|
-
"document": "配置规则状态,inavailable---配置中,available --已生效,deleting--删除中,deleted 已删除,failed
|
4936
|
+
"document": "配置规则状态,inavailable---配置中,available --已生效,deleting--删除中,deleted 已删除,failed--配置失败",
|
4937
4937
|
"example": "available",
|
4938
4938
|
"member": "string",
|
4939
4939
|
"name": "Status",
|
4940
4940
|
"output_required": true,
|
4941
4941
|
"required": false,
|
4942
4942
|
"type": "string",
|
4943
|
-
"value_allowed_null":
|
4943
|
+
"value_allowed_null": false
|
4944
4944
|
}
|
4945
4945
|
],
|
4946
4946
|
"usage": "both"
|