tccli 3.0.1215.1__py2.py3-none-any.whl → 3.0.1217.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/argparser.py +1 -1
- tccli/command.py +2 -2
- tccli/configure.py +46 -1
- tccli/credentials.py +25 -0
- tccli/main.py +6 -2
- tccli/plugins/sso/__init__.py +61 -0
- tccli/plugins/sso/configs.py +4 -0
- tccli/plugins/sso/configure.py +45 -0
- tccli/plugins/sso/login.py +144 -0
- tccli/plugins/sso/logout.py +21 -0
- tccli/plugins/sso/terminal.py +161 -0
- tccli/plugins/sso/texts.py +40 -0
- tccli/services/__init__.py +6 -3
- tccli/services/acp/v20220105/api.json +7 -7
- tccli/services/acp/v20220105/examples.json +2 -2
- tccli/services/aiart/v20221229/api.json +29 -29
- tccli/services/aiart/v20221229/examples.json +8 -8
- tccli/services/apigateway/v20180808/api.json +18 -17
- tccli/services/apigateway/v20180808/examples.json +12 -12
- tccli/services/apm/v20210622/api.json +118 -4
- tccli/services/asr/v20190614/api.json +21 -20
- tccli/services/asr/v20190614/examples.json +13 -13
- tccli/services/autoscaling/v20180419/api.json +371 -309
- tccli/services/autoscaling/v20180419/examples.json +17 -17
- tccli/services/batch/v20170312/api.json +7 -7
- tccli/services/bda/v20200324/api.json +39 -31
- tccli/services/bda/v20200324/examples.json +9 -9
- tccli/services/bh/__init__.py +4 -0
- tccli/services/bh/bh_client.py +3428 -0
- tccli/services/bh/v20230418/api.json +8180 -0
- tccli/services/bh/v20230418/examples.json +519 -0
- tccli/services/bi/v20220105/api.json +80 -4
- tccli/services/bi/v20220105/examples.json +1 -1
- tccli/services/billing/billing_client.py +53 -0
- tccli/services/billing/v20180709/api.json +330 -24
- tccli/services/billing/v20180709/examples.json +8 -0
- tccli/services/bsca/v20210811/api.json +223 -18
- tccli/services/bsca/v20210811/examples.json +4 -4
- tccli/services/btoe/v20210514/api.json +4 -4
- tccli/services/btoe/v20210514/examples.json +2 -2
- tccli/services/ca/v20230228/api.json +60 -0
- tccli/services/cam/v20190116/api.json +11 -11
- tccli/services/cat/v20180409/api.json +9 -0
- tccli/services/cbs/v20170312/api.json +200 -188
- tccli/services/cbs/v20170312/examples.json +4 -4
- tccli/services/ccc/ccc_client.py +53 -0
- tccli/services/ccc/v20200210/api.json +541 -325
- tccli/services/ccc/v20200210/examples.json +26 -18
- tccli/services/cdb/cdb_client.py +13 -13
- tccli/services/cdb/v20170320/api.json +308 -274
- tccli/services/cdb/v20170320/examples.json +38 -38
- tccli/services/cdc/v20201214/api.json +283 -270
- tccli/services/cdc/v20201214/examples.json +26 -26
- tccli/services/cdn/v20180606/api.json +5 -3
- tccli/services/cds/v20180420/api.json +82 -76
- tccli/services/cds/v20180420/examples.json +1 -1
- tccli/services/cdwch/v20200915/api.json +1 -1
- tccli/services/cdwdoris/v20211228/api.json +54 -4
- tccli/services/cdz/v20221123/api.json +41 -5
- tccli/services/cfg/v20210820/api.json +31 -0
- tccli/services/cfs/v20190719/api.json +89 -1
- tccli/services/cfs/v20190719/examples.json +1 -1
- tccli/services/cfw/cfw_client.py +0 -53
- tccli/services/cfw/v20190904/api.json +1895 -2011
- tccli/services/cfw/v20190904/examples.json +175 -171
- tccli/services/ciam/v20220331/api.json +316 -315
- tccli/services/ciam/v20220331/examples.json +49 -49
- tccli/services/ckafka/v20190819/api.json +104 -75
- tccli/services/clb/v20180317/api.json +48 -26
- tccli/services/clb/v20180317/examples.json +1 -1
- tccli/services/cloudapp/v20220530/api.json +5 -1
- tccli/services/cloudaudit/cloudaudit_client.py +30 -30
- tccli/services/cloudaudit/v20190319/api.json +254 -211
- tccli/services/cloudaudit/v20190319/examples.json +19 -19
- tccli/services/cloudstudio/v20230508/api.json +38 -37
- tccli/services/cloudstudio/v20230508/examples.json +4 -4
- tccli/services/cls/cls_client.py +216 -4
- tccli/services/cls/v20201016/api.json +935 -147
- tccli/services/cls/v20201016/examples.json +43 -5
- tccli/services/csip/v20221121/api.json +2566 -2386
- tccli/services/csip/v20221121/examples.json +108 -108
- tccli/services/cvm/v20170312/api.json +191 -112
- tccli/services/cvm/v20170312/examples.json +2 -2
- tccli/services/cwp/cwp_client.py +4 -110
- tccli/services/cwp/v20180228/api.json +6498 -6252
- tccli/services/cwp/v20180228/examples.json +372 -412
- tccli/services/cynosdb/v20190107/api.json +170 -110
- tccli/services/cynosdb/v20190107/examples.json +91 -91
- tccli/services/dasb/v20191018/api.json +859 -637
- tccli/services/dasb/v20191018/examples.json +101 -101
- tccli/services/dcdb/dcdb_client.py +114 -61
- tccli/services/dcdb/v20180411/api.json +141 -7
- tccli/services/dcdb/v20180411/examples.json +32 -0
- tccli/services/dlc/v20210125/api.json +21 -11
- tccli/services/dnspod/dnspod_client.py +417 -46
- tccli/services/dnspod/v20210323/api.json +751 -30
- tccli/services/dnspod/v20210323/examples.json +62 -0
- tccli/services/domain/v20180808/api.json +3 -3
- tccli/services/domain/v20180808/examples.json +3 -3
- tccli/services/dts/v20211206/api.json +4 -4
- tccli/services/eb/v20210416/api.json +15 -15
- tccli/services/eb/v20210416/examples.json +1 -1
- tccli/services/ecm/v20190719/api.json +2 -2
- tccli/services/emr/v20190103/api.json +339 -114
- tccli/services/emr/v20190103/examples.json +64 -82
- tccli/services/es/es_client.py +249 -37
- tccli/services/es/v20180416/api.json +550 -0
- tccli/services/es/v20180416/examples.json +33 -1
- tccli/services/ess/ess_client.py +53 -0
- tccli/services/ess/v20201111/api.json +192 -38
- tccli/services/ess/v20201111/examples.json +35 -9
- tccli/services/essbasic/essbasic_client.py +106 -0
- tccli/services/essbasic/v20210526/api.json +287 -60
- tccli/services/essbasic/v20210526/examples.json +58 -18
- tccli/services/facefusion/v20181201/api.json +47 -45
- tccli/services/facefusion/v20181201/examples.json +2 -2
- tccli/services/facefusion/v20220927/api.json +54 -48
- tccli/services/facefusion/v20220927/examples.json +5 -5
- tccli/services/faceid/v20180301/api.json +497 -496
- tccli/services/faceid/v20180301/examples.json +219 -101
- tccli/services/fmu/v20191213/api.json +59 -67
- tccli/services/fmu/v20191213/examples.json +22 -22
- tccli/services/ft/v20200304/api.json +53 -57
- tccli/services/ft/v20200304/examples.json +14 -14
- tccli/services/gaap/v20180529/api.json +44 -26
- tccli/services/gaap/v20180529/examples.json +24 -30
- tccli/services/gme/v20180711/api.json +21 -11
- tccli/services/gme/v20180711/examples.json +1 -1
- tccli/services/hai/v20230812/api.json +116 -9
- tccli/services/hai/v20230812/examples.json +4 -4
- tccli/services/hunyuan/hunyuan_client.py +436 -12
- tccli/services/hunyuan/v20230901/api.json +1482 -118
- tccli/services/hunyuan/v20230901/examples.json +82 -18
- tccli/services/iai/v20180301/api.json +23 -19
- tccli/services/iai/v20180301/examples.json +2 -2
- tccli/services/iai/v20200303/api.json +530 -511
- tccli/services/iai/v20200303/examples.json +116 -86
- tccli/services/ig/__init__.py +4 -0
- tccli/services/ig/ig_client.py +195 -0
- tccli/services/ig/v20210518/api.json +83 -0
- tccli/services/ig/v20210518/examples.json +13 -0
- tccli/services/ioa/ioa_client.py +53 -0
- tccli/services/ioa/v20220601/api.json +662 -413
- tccli/services/ioa/v20220601/examples.json +24 -10
- tccli/services/iotexplorer/v20190423/api.json +73 -13
- tccli/services/iotexplorer/v20190423/examples.json +3 -3
- tccli/services/iotvideo/iotvideo_client.py +106 -0
- tccli/services/iotvideo/v20191126/api.json +256 -24
- tccli/services/iotvideo/v20191126/examples.json +19 -3
- tccli/services/iotvideo/v20201215/api.json +1 -1
- tccli/services/iotvideo/v20201215/examples.json +1 -1
- tccli/services/iotvideo/v20211125/api.json +1 -1
- tccli/services/iotvideo/v20211125/examples.json +2 -2
- tccli/services/iss/iss_client.py +69 -122
- tccli/services/iss/v20230517/api.json +10 -54
- tccli/services/iss/v20230517/examples.json +0 -14
- tccli/services/kms/v20190118/api.json +301 -268
- tccli/services/kms/v20190118/examples.json +45 -51
- tccli/services/lcic/lcic_client.py +159 -0
- tccli/services/lcic/v20220817/api.json +273 -1
- tccli/services/lcic/v20220817/examples.json +24 -0
- tccli/services/lighthouse/v20200324/api.json +56 -0
- tccli/services/live/live_client.py +159 -0
- tccli/services/live/v20180801/api.json +279 -9
- tccli/services/live/v20180801/examples.json +24 -0
- tccli/services/lke/v20231130/api.json +17 -17
- tccli/services/lke/v20231130/examples.json +19 -25
- tccli/services/mariadb/v20170312/api.json +7 -7
- tccli/services/market/v20191010/api.json +3 -3
- tccli/services/market/v20191010/examples.json +2 -2
- tccli/services/mmps/v20200710/api.json +47 -47
- tccli/services/mmps/v20200710/examples.json +3 -3
- tccli/services/mongodb/v20190725/api.json +10 -12
- tccli/services/monitor/v20180724/api.json +46 -19
- tccli/services/mps/v20190612/api.json +282 -5
- tccli/services/mps/v20190612/examples.json +25 -1
- tccli/services/mqtt/v20240516/api.json +2 -2
- tccli/services/mrs/v20200910/api.json +72 -34
- tccli/services/mrs/v20200910/examples.json +2 -2
- tccli/services/ms/v20180408/api.json +535 -506
- tccli/services/ms/v20180408/examples.json +25 -25
- tccli/services/oceanus/v20190422/api.json +130 -0
- tccli/services/ocr/ocr_client.py +232 -20
- tccli/services/ocr/v20181119/api.json +2263 -758
- tccli/services/ocr/v20181119/examples.json +200 -180
- tccli/services/omics/v20221128/api.json +614 -553
- tccli/services/omics/v20221128/examples.json +9 -9
- tccli/services/organization/organization_client.py +352 -34
- tccli/services/organization/v20210331/api.json +464 -4
- tccli/services/organization/v20210331/examples.json +49 -1
- tccli/services/partners/v20180321/api.json +244 -234
- tccli/services/partners/v20180321/examples.json +19 -19
- tccli/services/privatedns/privatedns_client.py +428 -4
- tccli/services/privatedns/v20201028/api.json +815 -11
- tccli/services/privatedns/v20201028/examples.json +64 -0
- tccli/services/pts/v20210728/api.json +18 -0
- tccli/services/pts/v20210728/examples.json +1 -1
- tccli/services/rce/rce_client.py +53 -0
- tccli/services/rce/v20201103/api.json +146 -0
- tccli/services/rce/v20201103/examples.json +8 -0
- tccli/services/redis/v20180412/api.json +42 -42
- tccli/services/redis/v20180412/examples.json +19 -19
- tccli/services/region/v20220627/api.json +1 -1
- tccli/services/rum/v20210622/api.json +9 -0
- tccli/services/scf/scf_client.py +269 -4
- tccli/services/scf/v20180416/api.json +569 -15
- tccli/services/scf/v20180416/examples.json +47 -1
- tccli/services/smop/v20201203/api.json +46 -42
- tccli/services/smop/v20201203/examples.json +2 -2
- tccli/services/soe/v20180724/api.json +10 -10
- tccli/services/sqlserver/v20180328/api.json +21 -8
- tccli/services/sqlserver/v20180328/examples.json +5 -5
- tccli/services/ssl/v20191205/api.json +98 -5
- tccli/services/ssm/v20190923/api.json +292 -231
- tccli/services/ssm/v20190923/examples.json +42 -42
- tccli/services/tat/v20201028/api.json +124 -122
- tccli/services/tat/v20201028/examples.json +24 -30
- tccli/services/tchd/v20230306/api.json +5 -5
- tccli/services/tchd/v20230306/examples.json +3 -3
- tccli/services/tcr/v20190924/api.json +1 -1
- tccli/services/tcr/v20190924/examples.json +1 -1
- tccli/services/tcss/v20201101/api.json +1984 -1437
- tccli/services/tcss/v20201101/examples.json +350 -368
- tccli/services/tdmq/v20200217/api.json +603 -464
- tccli/services/tdmq/v20200217/examples.json +105 -105
- tccli/services/tds/v20220801/api.json +4 -4
- tccli/services/tem/v20210701/api.json +429 -372
- tccli/services/tem/v20210701/examples.json +85 -85
- tccli/services/teo/teo_client.py +277 -12
- tccli/services/teo/v20220901/api.json +1029 -124
- tccli/services/teo/v20220901/examples.json +84 -8
- tccli/services/thpc/v20230321/api.json +5 -5
- tccli/services/tke/tke_client.py +270 -58
- tccli/services/tke/v20180525/api.json +79 -27
- tccli/services/tke/v20180525/examples.json +9 -1
- tccli/services/tke/v20220501/api.json +176 -0
- tccli/services/tke/v20220501/examples.json +24 -0
- tccli/services/tms/tms_client.py +4 -57
- tccli/services/tms/v20201229/api.json +0 -354
- tccli/services/tms/v20201229/examples.json +0 -8
- tccli/services/tmt/v20180321/api.json +38 -8
- tccli/services/trp/v20210515/api.json +86 -74
- tccli/services/trp/v20210515/examples.json +65 -65
- tccli/services/trro/v20220325/api.json +72 -71
- tccli/services/trro/v20220325/examples.json +8 -8
- tccli/services/trtc/trtc_client.py +8 -61
- tccli/services/trtc/v20190722/api.json +293 -52
- tccli/services/trtc/v20190722/examples.json +3 -11
- tccli/services/tse/tse_client.py +110 -4
- tccli/services/tse/v20201207/api.json +122 -7
- tccli/services/tse/v20201207/examples.json +25 -9
- tccli/services/vclm/v20240523/api.json +225 -82
- tccli/services/vclm/v20240523/examples.json +13 -19
- tccli/services/vod/v20180717/api.json +431 -4
- tccli/services/vod/v20180717/examples.json +25 -5
- tccli/services/vod/v20240718/api.json +11 -11
- tccli/services/vod/v20240718/examples.json +4 -4
- tccli/services/vod/vod_client.py +53 -0
- tccli/services/vpc/v20170312/api.json +1195 -892
- tccli/services/vpc/v20170312/examples.json +84 -68
- tccli/services/vpc/vpc_client.py +168 -62
- tccli/services/waf/v20180125/api.json +2611 -2187
- tccli/services/waf/v20180125/examples.json +224 -284
- tccli/services/waf/waf_client.py +225 -119
- tccli/services/wav/v20210129/api.json +48 -48
- tccli/services/wav/v20210129/examples.json +4 -4
- tccli/services/wedata/v20210820/api.json +1595 -25
- tccli/services/wedata/v20210820/examples.json +44 -4
- tccli/services/wedata/wedata_client.py +265 -0
- tccli/services/weilingwith/v20230427/api.json +6 -6
- tccli/services/weilingwith/v20230427/examples.json +3 -3
- tccli/sso.py +229 -0
- {tccli-3.0.1215.1.dist-info → tccli-3.0.1217.1.dist-info}/METADATA +6 -2
- {tccli-3.0.1215.1.dist-info → tccli-3.0.1217.1.dist-info}/RECORD +278 -265
- tccli/services/cr/__init__.py +0 -4
- tccli/services/cr/cr_client.py +0 -1626
- tccli/services/cr/v20180321/api.json +0 -2829
- tccli/services/cr/v20180321/examples.json +0 -235
- {tccli-3.0.1215.1.dist-info → tccli-3.0.1217.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1215.1.dist-info → tccli-3.0.1217.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1215.1.dist-info → tccli-3.0.1217.1.dist-info}/license_files/LICENSE +0 -0
@@ -570,7 +570,7 @@
|
|
570
570
|
"example": "[\"disk-pe1vkgim\"]",
|
571
571
|
"member": "string",
|
572
572
|
"name": "DiskIdSet",
|
573
|
-
"
|
573
|
+
"output_required": true,
|
574
574
|
"type": "list",
|
575
575
|
"value_allowed_null": false
|
576
576
|
},
|
@@ -580,17 +580,17 @@
|
|
580
580
|
"example": "true",
|
581
581
|
"member": "bool",
|
582
582
|
"name": "IsActivated",
|
583
|
-
"
|
583
|
+
"output_required": true,
|
584
584
|
"type": "bool",
|
585
585
|
"value_allowed_null": false
|
586
586
|
},
|
587
587
|
{
|
588
588
|
"disabled": false,
|
589
|
-
"document": "
|
589
|
+
"document": "定期快照策略的状态。取值范围:\n<ul>\n <li>NORMAL:正常</li>\n <li>ISOLATED:已隔离</li>\n</ul>",
|
590
590
|
"example": "NORMAL",
|
591
591
|
"member": "string",
|
592
592
|
"name": "AutoSnapshotPolicyState",
|
593
|
-
"
|
593
|
+
"output_required": true,
|
594
594
|
"type": "string",
|
595
595
|
"value_allowed_null": false
|
596
596
|
},
|
@@ -600,7 +600,7 @@
|
|
600
600
|
"example": "0",
|
601
601
|
"member": "uint64",
|
602
602
|
"name": "IsCopyToRemote",
|
603
|
-
"
|
603
|
+
"output_required": true,
|
604
604
|
"type": "int",
|
605
605
|
"value_allowed_null": true
|
606
606
|
},
|
@@ -610,7 +610,7 @@
|
|
610
610
|
"example": "false",
|
611
611
|
"member": "bool",
|
612
612
|
"name": "IsPermanent",
|
613
|
-
"
|
613
|
+
"output_required": true,
|
614
614
|
"type": "bool",
|
615
615
|
"value_allowed_null": false
|
616
616
|
},
|
@@ -620,17 +620,17 @@
|
|
620
620
|
"example": "2022-05-31 11:00:00",
|
621
621
|
"member": "datetime",
|
622
622
|
"name": "NextTriggerTime",
|
623
|
-
"
|
623
|
+
"output_required": true,
|
624
624
|
"type": "string",
|
625
625
|
"value_allowed_null": false
|
626
626
|
},
|
627
627
|
{
|
628
628
|
"disabled": false,
|
629
629
|
"document": "定期快照策略名称。",
|
630
|
-
"example": "
|
630
|
+
"example": "定期快照策略_1",
|
631
631
|
"member": "string",
|
632
632
|
"name": "AutoSnapshotPolicyName",
|
633
|
-
"
|
633
|
+
"output_required": true,
|
634
634
|
"type": "string",
|
635
635
|
"value_allowed_null": false
|
636
636
|
},
|
@@ -640,17 +640,17 @@
|
|
640
640
|
"example": "asp-nz3ytdwj",
|
641
641
|
"member": "string",
|
642
642
|
"name": "AutoSnapshotPolicyId",
|
643
|
-
"
|
643
|
+
"output_required": true,
|
644
644
|
"type": "string",
|
645
645
|
"value_allowed_null": false
|
646
646
|
},
|
647
647
|
{
|
648
648
|
"disabled": false,
|
649
649
|
"document": "定期快照的执行策略。",
|
650
|
-
"example": "
|
650
|
+
"example": "[{ \"Minute\": [10], \"Hour\": [0, 12], \"DayOfMonth\": [1, 15]}]",
|
651
651
|
"member": "Policy",
|
652
652
|
"name": "Policy",
|
653
|
-
"
|
653
|
+
"output_required": true,
|
654
654
|
"type": "list",
|
655
655
|
"value_allowed_null": false
|
656
656
|
},
|
@@ -660,7 +660,7 @@
|
|
660
660
|
"example": "2022-01-11 10:45:51",
|
661
661
|
"member": "datetime",
|
662
662
|
"name": "CreateTime",
|
663
|
-
"
|
663
|
+
"output_required": true,
|
664
664
|
"type": "string",
|
665
665
|
"value_allowed_null": false
|
666
666
|
},
|
@@ -670,17 +670,17 @@
|
|
670
670
|
"example": "1",
|
671
671
|
"member": "uint64",
|
672
672
|
"name": "RetentionDays",
|
673
|
-
"
|
673
|
+
"output_required": true,
|
674
674
|
"type": "int",
|
675
675
|
"value_allowed_null": false
|
676
676
|
},
|
677
677
|
{
|
678
678
|
"disabled": false,
|
679
679
|
"document": "复制的目标账户ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
680
|
-
"example": "
|
680
|
+
"example": "100004375290",
|
681
681
|
"member": "string",
|
682
682
|
"name": "CopyToAccountUin",
|
683
|
-
"
|
683
|
+
"output_required": true,
|
684
684
|
"type": "string",
|
685
685
|
"value_allowed_null": true
|
686
686
|
},
|
@@ -690,7 +690,7 @@
|
|
690
690
|
"example": "[\"ins-og3j7lue\"]",
|
691
691
|
"member": "string",
|
692
692
|
"name": "InstanceIdSet",
|
693
|
-
"
|
693
|
+
"output_required": true,
|
694
694
|
"type": "list",
|
695
695
|
"value_allowed_null": true
|
696
696
|
},
|
@@ -700,7 +700,7 @@
|
|
700
700
|
"example": "1",
|
701
701
|
"member": "uint64",
|
702
702
|
"name": "RetentionMonths",
|
703
|
-
"
|
703
|
+
"output_required": true,
|
704
704
|
"type": "int",
|
705
705
|
"value_allowed_null": true
|
706
706
|
},
|
@@ -710,37 +710,37 @@
|
|
710
710
|
"example": "5",
|
711
711
|
"member": "uint64",
|
712
712
|
"name": "RetentionAmount",
|
713
|
-
"
|
713
|
+
"output_required": true,
|
714
714
|
"type": "int",
|
715
715
|
"value_allowed_null": true
|
716
716
|
},
|
717
717
|
{
|
718
718
|
"disabled": false,
|
719
719
|
"document": "定期快照高级保留策略。\n注意:此字段可能返回 null,表示取不到有效值。",
|
720
|
-
"example": "
|
720
|
+
"example": "{Weeks: 3, Days: 3, Months: 2, Years: 2}",
|
721
721
|
"member": "AdvancedRetentionPolicy",
|
722
722
|
"name": "AdvancedRetentionPolicy",
|
723
|
-
"
|
723
|
+
"output_required": true,
|
724
724
|
"type": "object",
|
725
725
|
"value_allowed_null": true
|
726
726
|
},
|
727
727
|
{
|
728
728
|
"disabled": false,
|
729
729
|
"document": "该复制快照策略的源端账户ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
730
|
-
"example": "
|
730
|
+
"example": "100004375289",
|
731
731
|
"member": "string",
|
732
732
|
"name": "CopyFromAccountUin",
|
733
|
-
"
|
733
|
+
"output_required": true,
|
734
734
|
"type": "string",
|
735
735
|
"value_allowed_null": true
|
736
736
|
},
|
737
737
|
{
|
738
738
|
"disabled": false,
|
739
739
|
"document": "标签。\n注意:此字段可能返回 null,表示取不到有效值。",
|
740
|
-
"example": "[]",
|
740
|
+
"example": "[{'Key': 'test_key', 'Value': 'test_value'}]",
|
741
741
|
"member": "Tag",
|
742
742
|
"name": "Tags",
|
743
|
-
"
|
743
|
+
"output_required": true,
|
744
744
|
"type": "list",
|
745
745
|
"value_allowed_null": true
|
746
746
|
}
|
@@ -792,17 +792,17 @@
|
|
792
792
|
"example": "cage-xxxxxxxx",
|
793
793
|
"member": "string",
|
794
794
|
"name": "CageId",
|
795
|
-
"
|
795
|
+
"output_required": true,
|
796
796
|
"type": "string",
|
797
797
|
"value_allowed_null": true
|
798
798
|
},
|
799
799
|
{
|
800
800
|
"disabled": false,
|
801
|
-
"document": "独享集群状态。取值范围:<br><li>NORMAL
|
801
|
+
"document": "独享集群状态。取值范围:<br><li>NORMAL:正常;</li><br><li>CLOSED:关闭,此时将不可使用该独享集群创建新的云硬盘;</li><br><li>FAULT:独享集群状态异常,此时独享集群将不可操作,腾讯云运维团队将会及时修复该集群;</li><br><li>ISOLATED:因未及时续费导致独享集群被隔离,此时将不可使用该独享集群创建新的云硬盘,对应的云硬盘也将不可操作。</li>",
|
802
802
|
"example": "NORMAL",
|
803
803
|
"member": "string",
|
804
804
|
"name": "CdcState",
|
805
|
-
"
|
805
|
+
"output_required": true,
|
806
806
|
"type": "string",
|
807
807
|
"value_allowed_null": false
|
808
808
|
},
|
@@ -812,27 +812,27 @@
|
|
812
812
|
"example": "ap-shenzhen-fsi-2",
|
813
813
|
"member": "string",
|
814
814
|
"name": "Zone",
|
815
|
-
"
|
815
|
+
"output_required": true,
|
816
816
|
"type": "string",
|
817
817
|
"value_allowed_null": true
|
818
818
|
},
|
819
819
|
{
|
820
820
|
"disabled": false,
|
821
821
|
"document": "独享集群实例名称。",
|
822
|
-
"example": "
|
822
|
+
"example": "Untitled Cdc",
|
823
823
|
"member": "string",
|
824
824
|
"name": "CdcName",
|
825
|
-
"
|
825
|
+
"output_required": true,
|
826
826
|
"type": "string",
|
827
827
|
"value_allowed_null": false
|
828
828
|
},
|
829
829
|
{
|
830
830
|
"disabled": false,
|
831
831
|
"document": "独享集群的资源容量大小。\n注意:此字段可能返回 null,表示取不到有效值。",
|
832
|
-
"example": "
|
832
|
+
"example": "{\"DiskAavilable\":1,\"DiskTotal\":10}",
|
833
833
|
"member": "CdcSize",
|
834
834
|
"name": "CdcResource",
|
835
|
-
"
|
835
|
+
"output_required": true,
|
836
836
|
"type": "object",
|
837
837
|
"value_allowed_null": true
|
838
838
|
},
|
@@ -842,17 +842,17 @@
|
|
842
842
|
"example": "cdc-xxxxxxxx",
|
843
843
|
"member": "string",
|
844
844
|
"name": "CdcId",
|
845
|
-
"
|
845
|
+
"output_required": true,
|
846
846
|
"type": "string",
|
847
847
|
"value_allowed_null": false
|
848
848
|
},
|
849
849
|
{
|
850
850
|
"disabled": false,
|
851
|
-
"document": "独享集群类型。取值范围:<br><li>CLOUD_BASIC
|
851
|
+
"document": "独享集群类型。取值范围:<br><li>CLOUD_BASIC:表示普通云硬盘集群</li><br><li>CLOUD_PREMIUM:表示高性能云硬盘集群</li><br><li>CLOUD_SSD:SSD表示SSD云硬盘集群。</li>",
|
852
852
|
"example": "CLOUD_PREMIUM",
|
853
853
|
"member": "string",
|
854
854
|
"name": "DiskType",
|
855
|
-
"
|
855
|
+
"output_required": true,
|
856
856
|
"type": "string",
|
857
857
|
"value_allowed_null": false
|
858
858
|
},
|
@@ -862,7 +862,7 @@
|
|
862
862
|
"example": "2029-01-01 00:00:00",
|
863
863
|
"member": "datetime",
|
864
864
|
"name": "ExpiredTime",
|
865
|
-
"
|
865
|
+
"output_required": true,
|
866
866
|
"type": "string",
|
867
867
|
"value_allowed_null": false
|
868
868
|
},
|
@@ -872,7 +872,7 @@
|
|
872
872
|
"example": "2018-01-01 00:00:00",
|
873
873
|
"member": "datetime_iso",
|
874
874
|
"name": "CreatedTime",
|
875
|
-
"
|
875
|
+
"output_required": true,
|
876
876
|
"type": "string",
|
877
877
|
"value_allowed_null": false
|
878
878
|
},
|
@@ -882,7 +882,7 @@
|
|
882
882
|
"example": "1",
|
883
883
|
"member": "uint64",
|
884
884
|
"name": "DiskNumber",
|
885
|
-
"
|
885
|
+
"output_required": true,
|
886
886
|
"type": "int",
|
887
887
|
"value_allowed_null": false
|
888
888
|
}
|
@@ -1137,7 +1137,7 @@
|
|
1137
1137
|
{
|
1138
1138
|
"disabled": false,
|
1139
1139
|
"document": "云盘显示名称。不传则默认为“未命名”。最大长度不能超60个字节。",
|
1140
|
-
"example": "
|
1140
|
+
"example": "imc-fs9x0bv9",
|
1141
1141
|
"member": "string",
|
1142
1142
|
"name": "DiskName",
|
1143
1143
|
"required": false,
|
@@ -1155,7 +1155,7 @@
|
|
1155
1155
|
{
|
1156
1156
|
"disabled": false,
|
1157
1157
|
"document": "快照ID,如果传入则根据此快照创建云硬盘,快照类型必须为数据盘快照,可通过[DescribeSnapshots](/document/product/362/15647)接口查询快照,见输出参数DiskUsage解释。",
|
1158
|
-
"example": "
|
1158
|
+
"example": "snap-6mzlaea9",
|
1159
1159
|
"member": "string",
|
1160
1160
|
"name": "SnapshotId",
|
1161
1161
|
"required": false,
|
@@ -1191,7 +1191,7 @@
|
|
1191
1191
|
{
|
1192
1192
|
"disabled": false,
|
1193
1193
|
"document": "可选参数,默认为False。传入True时,云盘将创建为共享型云盘。",
|
1194
|
-
"example": "
|
1194
|
+
"example": "False",
|
1195
1195
|
"member": "bool",
|
1196
1196
|
"name": "Shareable",
|
1197
1197
|
"required": false,
|
@@ -1200,7 +1200,7 @@
|
|
1200
1200
|
{
|
1201
1201
|
"disabled": false,
|
1202
1202
|
"document": "用于保证请求幂等性的字符串。该字符串由客户生成,需保证不同请求之间唯一,最大值不超过64个ASCII字符。若不指定该参数,则无法保证请求的幂等性。",
|
1203
|
-
"example": "
|
1203
|
+
"example": "cls-juig7fub/pvc-920a4c2f-7e1f-40d5-a475-93c6871b18b4",
|
1204
1204
|
"member": "string",
|
1205
1205
|
"name": "ClientToken",
|
1206
1206
|
"required": false,
|
@@ -1209,7 +1209,7 @@
|
|
1209
1209
|
{
|
1210
1210
|
"disabled": false,
|
1211
1211
|
"document": "传入该参数用于创建加密云盘,取值固定为ENCRYPT。",
|
1212
|
-
"example": "
|
1212
|
+
"example": "ENCRYPT",
|
1213
1213
|
"member": "string",
|
1214
1214
|
"name": "Encrypt",
|
1215
1215
|
"required": false,
|
@@ -1300,7 +1300,7 @@
|
|
1300
1300
|
{
|
1301
1301
|
"disabled": false,
|
1302
1302
|
"document": "快照名称,不传则新快照名称默认为“未命名”。",
|
1303
|
-
"example": "
|
1303
|
+
"example": "cloud-snap",
|
1304
1304
|
"member": "string",
|
1305
1305
|
"name": "SnapshotName",
|
1306
1306
|
"required": false,
|
@@ -1597,7 +1597,7 @@
|
|
1597
1597
|
},
|
1598
1598
|
{
|
1599
1599
|
"disabled": false,
|
1600
|
-
"document": "过滤条件,参数不支持同时指定 DiskBackupIds 和 Filters。过滤条件:<br><li>disk-backup-id - Array of String - 是否必填:否 -(过滤条件)按照备份点的ID过滤。备份点ID形如:dbp-11112222
|
1600
|
+
"document": "过滤条件,参数不支持同时指定 DiskBackupIds 和 Filters。过滤条件:<br><li>disk-backup-id - Array of String - 是否必填:否 -(过滤条件)按照备份点的ID过滤。备份点ID形如:dbp-11112222。</li><br><li>disk-id - Array of String - 是否必填:否 -(过滤条件)按照创建备份点的云硬盘ID过滤。</li><br><li>disk-usage - Array of String - 是否必填:否 -(过滤条件)按创建备份点的云硬盘类型过滤。 (SYSTEM_DISK:代表系统盘 | DATA_DISK:代表数据盘。)</li>",
|
1601
1601
|
"example": "无",
|
1602
1602
|
"member": "Filter",
|
1603
1603
|
"name": "Filters",
|
@@ -1624,7 +1624,7 @@
|
|
1624
1624
|
},
|
1625
1625
|
{
|
1626
1626
|
"disabled": false,
|
1627
|
-
"document": "输出云硬盘备份点列表的排列顺序。取值范围:<br><li>ASC
|
1627
|
+
"document": "输出云硬盘备份点列表的排列顺序。取值范围:<br><li>ASC:升序排列</li><br><li>DESC:降序排列。</li>",
|
1628
1628
|
"example": "ASC",
|
1629
1629
|
"member": "string",
|
1630
1630
|
"name": "Order",
|
@@ -1633,7 +1633,7 @@
|
|
1633
1633
|
},
|
1634
1634
|
{
|
1635
1635
|
"disabled": false,
|
1636
|
-
"document": "云硬盘备份点列表排序的依据字段。取值范围:<br><li>CREATE_TIME
|
1636
|
+
"document": "云硬盘备份点列表排序的依据字段。取值范围:<br><li>CREATE_TIME:依据云硬盘备份点的创建时间排序</li><br>默认按创建时间排序。",
|
1637
1637
|
"example": "CREATE_TIME",
|
1638
1638
|
"member": "string",
|
1639
1639
|
"name": "OrderField",
|
@@ -1652,6 +1652,7 @@
|
|
1652
1652
|
"example": "1",
|
1653
1653
|
"member": "uint64",
|
1654
1654
|
"name": "TotalCount",
|
1655
|
+
"output_required": true,
|
1655
1656
|
"type": "int",
|
1656
1657
|
"value_allowed_null": false
|
1657
1658
|
},
|
@@ -1661,6 +1662,7 @@
|
|
1661
1662
|
"example": "无",
|
1662
1663
|
"member": "DiskBackup",
|
1663
1664
|
"name": "DiskBackupSet",
|
1665
|
+
"output_required": true,
|
1664
1666
|
"type": "list",
|
1665
1667
|
"value_allowed_null": false
|
1666
1668
|
},
|
@@ -1868,7 +1870,7 @@
|
|
1868
1870
|
"members": [
|
1869
1871
|
{
|
1870
1872
|
"disabled": false,
|
1871
|
-
"document": "过滤条件。参数不支持同时指定`DiskIds`和`Filters`。<br
|
1873
|
+
"document": "过滤条件。参数不支持同时指定`DiskIds`和`Filters`。<br> <li>disk-usage - Array of String - 是否必填:否 -(过滤条件)按云盘类型过滤。 (SYSTEM_DISK:表示系统盘 | DATA_DISK:表示数据盘)<br></li> <li>disk-charge-type - Array of String - 是否必填:否 -(过滤条件)按照云硬盘计费模式过滤。 (PREPAID:表示预付费,即包年包月 | POSTPAID_BY_HOUR:表示后付费,即按量计费。)<br></li> <li>portable - Array of String - 是否必填:否 -(过滤条件)按是否为弹性云盘过滤。 (TRUE:表示弹性云盘 | FALSE:表示非弹性云盘。)<br></li> <li>project-id - Array of Integer - 是否必填:否 -(过滤条件)按云硬盘所属项目ID过滤。<br></li> <li>disk-id - Array of String - 是否必填:否 -(过滤条件)按照云硬盘ID过滤。云盘ID形如:`disk-11112222`。<br></li> <li>disk-name - Array of String - 是否必填:否 -(过滤条件)按照云盘名称过滤。<br></li> <li>disk-type - Array of String - 是否必填:否 -(过滤条件)按照云盘介质类型过滤。(CLOUD_BASIC:表示普通云硬盘 | CLOUD_PREMIUM:表示高性能云硬盘。| CLOUD_SSD:表示SSD云硬盘 | CLOUD_HSSD:表示增强型SSD云硬盘。| CLOUD_TSSD:表示极速型云硬盘。)<br></li> <li>disk-state - Array of String - 是否必填:否 -(过滤条件)按照云盘状态过滤。(UNATTACHED:未挂载 | ATTACHING:挂载中 | ATTACHED:已挂载 | DETACHING:解挂中 | EXPANDING:扩容中 | ROLLBACKING:回滚中 | TORECYCLE:待回收。)<br></li> <li>instance-id - Array of String - 是否必填:否 -(过滤条件)按照云盘挂载的云主机实例ID过滤。可根据此参数查询挂载在指定云主机下的云硬盘。<br></li> <li>zone - Array of String - 是否必填:否 -(过滤条件)按照[可用区](/document/product/213/15753#ZoneInfo)过滤。<br></li> <li>instance-ip-address - Array of String - 是否必填:否 -(过滤条件)按云盘所挂载云主机的内网或外网IP过滤。<br></li> <li>instance-name - Array of String - 是否必填:否 -(过滤条件)按云盘所挂载的实例名称过滤。<br></li> <li>tag-key - Array of String - 是否必填:否 -(过滤条件)按照标签键进行过滤。<br></li> <li>tag-value - Array of String - 是否必填:否 -(过滤条件)照标签值进行过滤。<br></li> <li>tag:tag-key - Array of String - 是否必填:否 -(过滤条件)按照标签键值对进行过滤。 tag-key使用具体的标签键进行替换。<br></li> <li>dedicated-cluster-id - Array of String - 是否必填:否 -(过滤条件)按照 CDC 独享集群 ID 进行过滤。<br></li> <li>cluster-group-id - String - 是否必填:否 -(过滤条件)按照 集群群组 ID 进行过滤。</li>",
|
1872
1874
|
"example": "无",
|
1873
1875
|
"member": "Filter",
|
1874
1876
|
"name": "Filters",
|
@@ -1886,7 +1888,7 @@
|
|
1886
1888
|
},
|
1887
1889
|
{
|
1888
1890
|
"disabled": false,
|
1889
|
-
"document": "云盘列表排序的依据字段。取值范围:<br><li>CREATE_TIME:依据云盘的创建时间排序<br><li>DEADLINE:依据云盘的到期时间排序<br
|
1891
|
+
"document": "云盘列表排序的依据字段。取值范围:<br><li>CREATE_TIME:依据云盘的创建时间排序<br></li><li>DEADLINE:依据云盘的到期时间排序<br>默认按云盘创建时间排序。</li>",
|
1890
1892
|
"example": "CREATE_TIME",
|
1891
1893
|
"member": "string",
|
1892
1894
|
"name": "OrderField",
|
@@ -1922,7 +1924,7 @@
|
|
1922
1924
|
},
|
1923
1925
|
{
|
1924
1926
|
"disabled": false,
|
1925
|
-
"document": "输出云盘列表的排列顺序。取值范围:<br><li>ASC:升序排列<br><li>DESC
|
1927
|
+
"document": "输出云盘列表的排列顺序。取值范围:<br><li>ASC:升序排列<br></li><li>DESC:降序排列。</li>",
|
1926
1928
|
"example": "ASC",
|
1927
1929
|
"member": "string",
|
1928
1930
|
"name": "Order",
|
@@ -1941,6 +1943,7 @@
|
|
1941
1943
|
"example": "1",
|
1942
1944
|
"member": "uint64",
|
1943
1945
|
"name": "TotalCount",
|
1946
|
+
"output_required": true,
|
1944
1947
|
"type": "int",
|
1945
1948
|
"value_allowed_null": false
|
1946
1949
|
},
|
@@ -1950,6 +1953,7 @@
|
|
1950
1953
|
"example": "无",
|
1951
1954
|
"member": "Disk",
|
1952
1955
|
"name": "DiskSet",
|
1956
|
+
"output_required": true,
|
1953
1957
|
"type": "list",
|
1954
1958
|
"value_allowed_null": false
|
1955
1959
|
},
|
@@ -2076,9 +2080,10 @@
|
|
2076
2080
|
{
|
2077
2081
|
"disabled": false,
|
2078
2082
|
"document": "快照的分享信息的集合",
|
2079
|
-
"example": "[{\"CreatedTime\":\"2023-02-26 01:21:03\",\"AccountId\":\"
|
2083
|
+
"example": "[{\"CreatedTime\":\"2023-02-26 01:21:03\",\"AccountId\":\"1044849112\"}]",
|
2080
2084
|
"member": "SharePermission",
|
2081
2085
|
"name": "SharePermissionSet",
|
2086
|
+
"output_required": true,
|
2082
2087
|
"type": "list",
|
2083
2088
|
"value_allowed_null": false
|
2084
2089
|
},
|
@@ -2338,41 +2343,41 @@
|
|
2338
2343
|
"members": [
|
2339
2344
|
{
|
2340
2345
|
"disabled": false,
|
2341
|
-
"document": "云盘是否与挂载的实例一起销毁。<br><li>true
|
2346
|
+
"document": "云盘是否与挂载的实例一起销毁。<br><li>true:销毁实例时会同时销毁云盘,只支持按小时后付费云盘。</li><li>false:销毁实例时不销毁云盘。</li>\n注意:此字段可能返回 null,表示取不到有效值。",
|
2342
2347
|
"example": "false",
|
2343
2348
|
"member": "bool",
|
2344
2349
|
"name": "DeleteWithInstance",
|
2345
|
-
"
|
2350
|
+
"output_required": true,
|
2346
2351
|
"type": "bool",
|
2347
2352
|
"value_allowed_null": true
|
2348
2353
|
},
|
2349
2354
|
{
|
2350
2355
|
"disabled": false,
|
2351
|
-
"document": "自动续费标识。取值范围:<br><li>NOTIFY_AND_AUTO_RENEW
|
2356
|
+
"document": "自动续费标识。取值范围:<br><li>NOTIFY_AND_AUTO_RENEW:通知过期且自动续费</li><li>NOTIFY_AND_MANUAL_RENEW:通知过期不自动续费</li><li>DISABLE_NOTIFY_AND_MANUAL_RENEW:不通知过期不自动续费。</li>\n注意:此字段可能返回 null,表示取不到有效值。",
|
2352
2357
|
"example": "NOTIFY_AND_AUTO_RENEW",
|
2353
2358
|
"member": "string",
|
2354
2359
|
"name": "RenewFlag",
|
2355
|
-
"
|
2360
|
+
"output_required": true,
|
2356
2361
|
"type": "string",
|
2357
2362
|
"value_allowed_null": true
|
2358
2363
|
},
|
2359
2364
|
{
|
2360
2365
|
"disabled": false,
|
2361
|
-
"document": "硬盘介质类型。取值范围:<br><li>CLOUD_BASIC
|
2366
|
+
"document": "硬盘介质类型。取值范围:<br><li>CLOUD_BASIC:表示普通云硬盘</li><li>CLOUD_PREMIUM:表示高性能云硬盘</li><li>CLOUD_BSSD:表示通用型SSD云硬盘</li><li>CLOUD_SSD:表示SSD云硬盘</li><li>CLOUD_HSSD:表示增强型SSD云硬盘</li><li>CLOUD_TSSD:表示极速型SSD云硬盘。</li>",
|
2362
2367
|
"example": "CLOUD_SSD",
|
2363
2368
|
"member": "string",
|
2364
2369
|
"name": "DiskType",
|
2365
|
-
"
|
2370
|
+
"output_required": true,
|
2366
2371
|
"type": "string",
|
2367
2372
|
"value_allowed_null": false
|
2368
2373
|
},
|
2369
2374
|
{
|
2370
2375
|
"disabled": false,
|
2371
|
-
"document": "云盘状态。取值范围:<br><li>UNATTACHED
|
2376
|
+
"document": "云盘状态。取值范围:<br><li>UNATTACHED:未挂载</li><li>ATTACHING:挂载中</li><li>ATTACHED:已挂载</li><li>DETACHING:解挂中</li><li>EXPANDING:扩容中</li><li>ROLLBACKING:回滚中</li><li>TORECYCLE:待回收</li><li>DUMPING:拷贝硬盘中。</li>",
|
2372
2377
|
"example": "UNATTACHED",
|
2373
2378
|
"member": "string",
|
2374
2379
|
"name": "DiskState",
|
2375
|
-
"
|
2380
|
+
"output_required": true,
|
2376
2381
|
"type": "string",
|
2377
2382
|
"value_allowed_null": false
|
2378
2383
|
},
|
@@ -2382,47 +2387,47 @@
|
|
2382
2387
|
"example": "0",
|
2383
2388
|
"member": "int64",
|
2384
2389
|
"name": "SnapshotCount",
|
2385
|
-
"
|
2390
|
+
"output_required": true,
|
2386
2391
|
"type": "int",
|
2387
2392
|
"value_allowed_null": false
|
2388
2393
|
},
|
2389
2394
|
{
|
2390
2395
|
"disabled": false,
|
2391
|
-
"document": "云盘已挂载到子机,且子机与云盘都是包年包月。<br><li>true
|
2396
|
+
"document": "云盘已挂载到子机,且子机与云盘都是包年包月。<br><li>true:子机设置了自动续费标识,但云盘未设置</li><li>false:云盘自动续费标识正常。</li>\n注意:此字段可能返回 null,表示取不到有效值。",
|
2392
2397
|
"example": "true",
|
2393
2398
|
"member": "bool",
|
2394
2399
|
"name": "AutoRenewFlagError",
|
2395
|
-
"
|
2400
|
+
"output_required": true,
|
2396
2401
|
"type": "bool",
|
2397
2402
|
"value_allowed_null": true
|
2398
2403
|
},
|
2399
2404
|
{
|
2400
2405
|
"disabled": false,
|
2401
|
-
"document": "云盘是否处于快照回滚状态。取值范围:<br><li>false
|
2406
|
+
"document": "云盘是否处于快照回滚状态。取值范围:<br><li>false:表示不处于快照回滚状态</li><li>true:表示处于快照回滚状态。</li>",
|
2402
2407
|
"example": "false",
|
2403
2408
|
"member": "bool",
|
2404
2409
|
"name": "Rollbacking",
|
2405
|
-
"
|
2410
|
+
"output_required": true,
|
2406
2411
|
"type": "bool",
|
2407
2412
|
"value_allowed_null": false
|
2408
2413
|
},
|
2409
2414
|
{
|
2410
2415
|
"disabled": false,
|
2411
2416
|
"document": "对于非共享型云盘,该参数为空数组。对于共享型云盘,则表示该云盘当前被挂载到的CVM实例InstanceId",
|
2412
|
-
"example": "[]",
|
2417
|
+
"example": "[\"ins-k2j8fzqh\"]",
|
2413
2418
|
"member": "string",
|
2414
2419
|
"name": "InstanceIdList",
|
2415
|
-
"
|
2420
|
+
"output_required": true,
|
2416
2421
|
"type": "list",
|
2417
2422
|
"value_allowed_null": false
|
2418
2423
|
},
|
2419
2424
|
{
|
2420
2425
|
"disabled": false,
|
2421
|
-
"document": "云盘是否为加密盘。取值范围:<br><li>false
|
2426
|
+
"document": "云盘是否为加密盘。取值范围:<br><li>false:表示非加密盘</li><li>true:表示加密盘。</li>",
|
2422
2427
|
"example": "false",
|
2423
2428
|
"member": "bool",
|
2424
2429
|
"name": "Encrypt",
|
2425
|
-
"
|
2430
|
+
"output_required": true,
|
2426
2431
|
"type": "bool",
|
2427
2432
|
"value_allowed_null": false
|
2428
2433
|
},
|
@@ -2432,7 +2437,7 @@
|
|
2432
2437
|
"example": "unname",
|
2433
2438
|
"member": "string",
|
2434
2439
|
"name": "DiskName",
|
2435
|
-
"
|
2440
|
+
"output_required": true,
|
2436
2441
|
"type": "string",
|
2437
2442
|
"value_allowed_null": false
|
2438
2443
|
},
|
@@ -2442,37 +2447,37 @@
|
|
2442
2447
|
"example": "true",
|
2443
2448
|
"member": "bool",
|
2444
2449
|
"name": "BackupDisk",
|
2445
|
-
"
|
2450
|
+
"output_required": true,
|
2446
2451
|
"type": "bool",
|
2447
2452
|
"value_allowed_null": false
|
2448
2453
|
},
|
2449
2454
|
{
|
2450
2455
|
"disabled": false,
|
2451
2456
|
"document": "与云盘绑定的标签,云盘未绑定标签则取值为空。\n注意:此字段可能返回 null,表示取不到有效值。",
|
2452
|
-
"example": "\"\"",
|
2457
|
+
"example": "[{\"value\": \"常规项目\", \"key\": \"项目类型\"}]",
|
2453
2458
|
"member": "Tag",
|
2454
2459
|
"name": "Tags",
|
2455
|
-
"
|
2460
|
+
"output_required": true,
|
2456
2461
|
"type": "list",
|
2457
2462
|
"value_allowed_null": true
|
2458
2463
|
},
|
2459
2464
|
{
|
2460
2465
|
"disabled": false,
|
2461
2466
|
"document": "云硬盘挂载的云主机ID。",
|
2462
|
-
"example": "ins-
|
2467
|
+
"example": "ins-k2j8fzqh",
|
2463
2468
|
"member": "string",
|
2464
2469
|
"name": "InstanceId",
|
2465
|
-
"
|
2470
|
+
"output_required": true,
|
2466
2471
|
"type": "string",
|
2467
2472
|
"value_allowed_null": false
|
2468
2473
|
},
|
2469
2474
|
{
|
2470
2475
|
"disabled": false,
|
2471
|
-
"document": "云盘的挂载类型。取值范围:<br><li>PF: PF
|
2476
|
+
"document": "云盘的挂载类型。取值范围:<br><li>PF: PF挂载</li><li>VF: VF挂载</li>\n注意:此字段可能返回 null,表示取不到有效值。",
|
2472
2477
|
"example": "PF",
|
2473
2478
|
"member": "string",
|
2474
2479
|
"name": "AttachMode",
|
2475
|
-
"
|
2480
|
+
"output_required": true,
|
2476
2481
|
"type": "string",
|
2477
2482
|
"value_allowed_null": true
|
2478
2483
|
},
|
@@ -2482,7 +2487,7 @@
|
|
2482
2487
|
"example": "null",
|
2483
2488
|
"member": "string",
|
2484
2489
|
"name": "AutoSnapshotPolicyIds",
|
2485
|
-
"
|
2490
|
+
"output_required": true,
|
2486
2491
|
"type": "list",
|
2487
2492
|
"value_allowed_null": true
|
2488
2493
|
},
|
@@ -2492,27 +2497,27 @@
|
|
2492
2497
|
"example": "0",
|
2493
2498
|
"member": "uint64",
|
2494
2499
|
"name": "ThroughputPerformance",
|
2495
|
-
"
|
2500
|
+
"output_required": true,
|
2496
2501
|
"type": "int",
|
2497
2502
|
"value_allowed_null": true
|
2498
2503
|
},
|
2499
2504
|
{
|
2500
2505
|
"disabled": false,
|
2501
|
-
"document": "云盘是否处于类型变更中。取值范围:<br><li>false
|
2506
|
+
"document": "云盘是否处于类型变更中。取值范围:<br><li>false:表示云盘不处于类型变更中</li><li>true:表示云盘已发起类型变更,正处于迁移中。</li>\n注意:此字段可能返回 null,表示取不到有效值。",
|
2502
2507
|
"example": "false",
|
2503
2508
|
"member": "bool",
|
2504
2509
|
"name": "Migrating",
|
2505
|
-
"
|
2510
|
+
"output_required": true,
|
2506
2511
|
"type": "bool",
|
2507
2512
|
"value_allowed_null": true
|
2508
2513
|
},
|
2509
2514
|
{
|
2510
2515
|
"disabled": false,
|
2511
2516
|
"document": "云硬盘ID。",
|
2512
|
-
"example": "disk-
|
2517
|
+
"example": "disk-b1f7xvod",
|
2513
2518
|
"member": "string",
|
2514
2519
|
"name": "DiskId",
|
2515
|
-
"
|
2520
|
+
"output_required": true,
|
2516
2521
|
"type": "string",
|
2517
2522
|
"value_allowed_null": false
|
2518
2523
|
},
|
@@ -2522,7 +2527,7 @@
|
|
2522
2527
|
"example": "0",
|
2523
2528
|
"member": "uint64",
|
2524
2529
|
"name": "SnapshotSize",
|
2525
|
-
"
|
2530
|
+
"output_required": true,
|
2526
2531
|
"type": "int",
|
2527
2532
|
"value_allowed_null": false
|
2528
2533
|
},
|
@@ -2532,17 +2537,17 @@
|
|
2532
2537
|
"example": "{\"Zone\":\"ap-guangzhou-2\",\"ProjectId\":0}",
|
2533
2538
|
"member": "Placement",
|
2534
2539
|
"name": "Placement",
|
2535
|
-
"
|
2540
|
+
"output_required": true,
|
2536
2541
|
"type": "object",
|
2537
2542
|
"value_allowed_null": false
|
2538
2543
|
},
|
2539
2544
|
{
|
2540
2545
|
"disabled": false,
|
2541
|
-
"document": "判断预付费的云盘是否支持主动退还。<br><li>true
|
2546
|
+
"document": "判断预付费的云盘是否支持主动退还。<br><li>true:支持主动退还</li><li>false:不支持主动退还。</li>\n注意:此字段可能返回 null,表示取不到有效值。",
|
2542
2547
|
"example": "true",
|
2543
2548
|
"member": "bool",
|
2544
2549
|
"name": "IsReturnable",
|
2545
|
-
"
|
2550
|
+
"output_required": true,
|
2546
2551
|
"type": "bool",
|
2547
2552
|
"value_allowed_null": true
|
2548
2553
|
},
|
@@ -2552,17 +2557,17 @@
|
|
2552
2557
|
"example": "2021-02-01 12:00:00",
|
2553
2558
|
"member": "datetime",
|
2554
2559
|
"name": "DeadlineTime",
|
2555
|
-
"
|
2560
|
+
"output_required": true,
|
2556
2561
|
"type": "string",
|
2557
2562
|
"value_allowed_null": false
|
2558
2563
|
},
|
2559
2564
|
{
|
2560
2565
|
"disabled": false,
|
2561
|
-
"document": "云盘是否挂载到云主机上。取值范围:<br><li>false
|
2566
|
+
"document": "云盘是否挂载到云主机上。取值范围:<br><li>false:表示未挂载</li><li>true:表示已挂载。</li>",
|
2562
2567
|
"example": "false",
|
2563
2568
|
"member": "bool",
|
2564
2569
|
"name": "Attached",
|
2565
|
-
"
|
2570
|
+
"output_required": true,
|
2566
2571
|
"type": "bool",
|
2567
2572
|
"value_allowed_null": false
|
2568
2573
|
},
|
@@ -2572,7 +2577,7 @@
|
|
2572
2577
|
"example": "50",
|
2573
2578
|
"member": "uint64",
|
2574
2579
|
"name": "DiskSize",
|
2575
|
-
"
|
2580
|
+
"output_required": true,
|
2576
2581
|
"type": "int",
|
2577
2582
|
"value_allowed_null": false
|
2578
2583
|
},
|
@@ -2582,27 +2587,27 @@
|
|
2582
2587
|
"example": "0",
|
2583
2588
|
"member": "uint64",
|
2584
2589
|
"name": "MigratePercent",
|
2585
|
-
"
|
2590
|
+
"output_required": true,
|
2586
2591
|
"type": "int",
|
2587
2592
|
"value_allowed_null": true
|
2588
2593
|
},
|
2589
2594
|
{
|
2590
2595
|
"disabled": false,
|
2591
|
-
"document": "云硬盘类型。取值范围:<br><li>SYSTEM_DISK
|
2596
|
+
"document": "云硬盘类型。取值范围:<br><li>SYSTEM_DISK:系统盘</li><li>DATA_DISK:数据盘。</li>",
|
2592
2597
|
"example": "SYSTEM_DISK",
|
2593
2598
|
"member": "string",
|
2594
2599
|
"name": "DiskUsage",
|
2595
|
-
"
|
2600
|
+
"output_required": true,
|
2596
2601
|
"type": "string",
|
2597
2602
|
"value_allowed_null": false
|
2598
2603
|
},
|
2599
2604
|
{
|
2600
2605
|
"disabled": false,
|
2601
|
-
"document": "付费模式。取值范围:<br><li>PREPAID
|
2606
|
+
"document": "付费模式。取值范围:<br><li>PREPAID:预付费,即包年包月</li><li>POSTPAID_BY_HOUR:后付费,即按量计费。</li>",
|
2602
2607
|
"example": "PREPAID",
|
2603
2608
|
"member": "string",
|
2604
2609
|
"name": "DiskChargeType",
|
2605
|
-
"
|
2610
|
+
"output_required": true,
|
2606
2611
|
"type": "string",
|
2607
2612
|
"value_allowed_null": false
|
2608
2613
|
},
|
@@ -2612,27 +2617,27 @@
|
|
2612
2617
|
"example": "true",
|
2613
2618
|
"member": "bool",
|
2614
2619
|
"name": "Portable",
|
2615
|
-
"
|
2620
|
+
"output_required": true,
|
2616
2621
|
"type": "bool",
|
2617
2622
|
"value_allowed_null": false
|
2618
2623
|
},
|
2619
2624
|
{
|
2620
2625
|
"disabled": false,
|
2621
|
-
"document": "云盘是否具备创建快照的能力。取值范围:<br><li>false
|
2626
|
+
"document": "云盘是否具备创建快照的能力。取值范围:<br><li>false表示不具备</li><li>true表示具备。</li>",
|
2622
2627
|
"example": "true",
|
2623
2628
|
"member": "bool",
|
2624
2629
|
"name": "SnapshotAbility",
|
2625
|
-
"
|
2630
|
+
"output_required": true,
|
2626
2631
|
"type": "bool",
|
2627
2632
|
"value_allowed_null": false
|
2628
2633
|
},
|
2629
2634
|
{
|
2630
2635
|
"disabled": false,
|
2631
|
-
"document": "在云盘已挂载到实例,且实例与云盘都是包年包月的条件下,此字段才有意义。<br><li>true
|
2636
|
+
"document": "在云盘已挂载到实例,且实例与云盘都是包年包月的条件下,此字段才有意义。<br><li>true:云盘到期时间早于实例。</li><li>false:云盘到期时间晚于实例。</li>\n注意:此字段可能返回 null,表示取不到有效值。",
|
2632
2637
|
"example": "true",
|
2633
2638
|
"member": "bool",
|
2634
2639
|
"name": "DeadlineError",
|
2635
|
-
"
|
2640
|
+
"output_required": true,
|
2636
2641
|
"type": "bool",
|
2637
2642
|
"value_allowed_null": true
|
2638
2643
|
},
|
@@ -2642,7 +2647,7 @@
|
|
2642
2647
|
"example": "0",
|
2643
2648
|
"member": "uint64",
|
2644
2649
|
"name": "RollbackPercent",
|
2645
|
-
"
|
2650
|
+
"output_required": true,
|
2646
2651
|
"type": "int",
|
2647
2652
|
"value_allowed_null": false
|
2648
2653
|
},
|
@@ -2652,17 +2657,17 @@
|
|
2652
2657
|
"example": "20",
|
2653
2658
|
"member": "int64",
|
2654
2659
|
"name": "DifferDaysOfDeadline",
|
2655
|
-
"
|
2660
|
+
"output_required": true,
|
2656
2661
|
"type": "int",
|
2657
2662
|
"value_allowed_null": true
|
2658
2663
|
},
|
2659
2664
|
{
|
2660
2665
|
"disabled": false,
|
2661
|
-
"document": "预付费云盘在不支持主动退还的情况下,该参数表明不支持主动退还的具体原因。取值范围:<br><li>1
|
2666
|
+
"document": "预付费云盘在不支持主动退还的情况下,该参数表明不支持主动退还的具体原因。取值范围:<br><li>1:云硬盘已经退还</li><li>2:云硬盘已过期</li><li>3:云盘不支持退还</li><li>8:超过可退还数量的限制。</li>\n注意:此字段可能返回 null,表示取不到有效值。",
|
2662
2667
|
"example": "10",
|
2663
2668
|
"member": "int64",
|
2664
2669
|
"name": "ReturnFailCode",
|
2665
|
-
"
|
2670
|
+
"output_required": true,
|
2666
2671
|
"type": "int",
|
2667
2672
|
"value_allowed_null": true
|
2668
2673
|
},
|
@@ -2672,7 +2677,7 @@
|
|
2672
2677
|
"example": "false",
|
2673
2678
|
"member": "bool",
|
2674
2679
|
"name": "Shareable",
|
2675
|
-
"
|
2680
|
+
"output_required": true,
|
2676
2681
|
"type": "bool",
|
2677
2682
|
"value_allowed_null": false
|
2678
2683
|
},
|
@@ -2682,7 +2687,7 @@
|
|
2682
2687
|
"example": "2021-01-01 12:00:00",
|
2683
2688
|
"member": "datetime",
|
2684
2689
|
"name": "CreateTime",
|
2685
|
-
"
|
2690
|
+
"output_required": true,
|
2686
2691
|
"type": "string",
|
2687
2692
|
"value_allowed_null": false
|
2688
2693
|
},
|
@@ -2692,7 +2697,7 @@
|
|
2692
2697
|
"example": "0",
|
2693
2698
|
"member": "int64",
|
2694
2699
|
"name": "DeleteSnapshot",
|
2695
|
-
"
|
2700
|
+
"output_required": true,
|
2696
2701
|
"type": "int",
|
2697
2702
|
"value_allowed_null": false
|
2698
2703
|
},
|
@@ -2702,7 +2707,7 @@
|
|
2702
2707
|
"example": "0",
|
2703
2708
|
"member": "uint64",
|
2704
2709
|
"name": "DiskBackupQuota",
|
2705
|
-
"
|
2710
|
+
"output_required": true,
|
2706
2711
|
"type": "int",
|
2707
2712
|
"value_allowed_null": false
|
2708
2713
|
},
|
@@ -2712,37 +2717,37 @@
|
|
2712
2717
|
"example": "0",
|
2713
2718
|
"member": "uint64",
|
2714
2719
|
"name": "DiskBackupCount",
|
2715
|
-
"
|
2720
|
+
"output_required": true,
|
2716
2721
|
"type": "int",
|
2717
2722
|
"value_allowed_null": false
|
2718
2723
|
},
|
2719
2724
|
{
|
2720
2725
|
"disabled": false,
|
2721
|
-
"document": "云硬盘挂载实例的类型。取值范围:<br><li>CVM
|
2726
|
+
"document": "云硬盘挂载实例的类型。取值范围:<br><li>CVM</li><li>EKS</li>",
|
2722
2727
|
"example": "CVM",
|
2723
2728
|
"member": "string",
|
2724
2729
|
"name": "InstanceType",
|
2725
|
-
"
|
2730
|
+
"output_required": true,
|
2726
2731
|
"type": "string",
|
2727
2732
|
"value_allowed_null": false
|
2728
2733
|
},
|
2729
2734
|
{
|
2730
2735
|
"disabled": false,
|
2731
2736
|
"document": "云硬盘最后一次挂载的实例ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
2732
|
-
"example": "ins-
|
2737
|
+
"example": "ins-k2j8fzqh",
|
2733
2738
|
"member": "string",
|
2734
2739
|
"name": "LastAttachInsId",
|
2735
|
-
"
|
2740
|
+
"output_required": true,
|
2736
2741
|
"type": "string",
|
2737
2742
|
"value_allowed_null": true
|
2738
2743
|
},
|
2739
2744
|
{
|
2740
2745
|
"disabled": false,
|
2741
2746
|
"document": "云硬盘最后一次操作错误提示\n注意:此字段可能返回 null,表示取不到有效值。",
|
2742
|
-
"example": "
|
2747
|
+
"example": "请稍后重试",
|
2743
2748
|
"member": "string",
|
2744
2749
|
"name": "ErrorPrompt",
|
2745
|
-
"
|
2750
|
+
"output_required": true,
|
2746
2751
|
"type": "string",
|
2747
2752
|
"value_allowed_null": true
|
2748
2753
|
},
|
@@ -2752,7 +2757,7 @@
|
|
2752
2757
|
"example": "false",
|
2753
2758
|
"member": "bool",
|
2754
2759
|
"name": "BurstPerformance",
|
2755
|
-
"
|
2760
|
+
"output_required": true,
|
2756
2761
|
"type": "bool",
|
2757
2762
|
"value_allowed_null": true
|
2758
2763
|
}
|
@@ -3023,7 +3028,7 @@
|
|
3023
3028
|
{
|
3024
3029
|
"disabled": false,
|
3025
3030
|
"document": "过滤键的名称",
|
3026
|
-
"example": "
|
3031
|
+
"example": "snapshot-state",
|
3027
3032
|
"member": "string",
|
3028
3033
|
"name": "Name",
|
3029
3034
|
"required": true,
|
@@ -3032,7 +3037,7 @@
|
|
3032
3037
|
{
|
3033
3038
|
"disabled": false,
|
3034
3039
|
"document": "一个或者多个过滤值",
|
3035
|
-
"example": "
|
3040
|
+
"example": "[\"NORMAL\"]",
|
3036
3041
|
"member": "string",
|
3037
3042
|
"name": "Values",
|
3038
3043
|
"required": true,
|
@@ -3100,20 +3105,20 @@
|
|
3100
3105
|
{
|
3101
3106
|
"disabled": false,
|
3102
3107
|
"document": "镜像名称。",
|
3103
|
-
"example": "
|
3108
|
+
"example": "镜像名称",
|
3104
3109
|
"member": "string",
|
3105
3110
|
"name": "ImageName",
|
3106
|
-
"
|
3111
|
+
"output_required": true,
|
3107
3112
|
"type": "string",
|
3108
3113
|
"value_allowed_null": false
|
3109
3114
|
},
|
3110
3115
|
{
|
3111
3116
|
"disabled": false,
|
3112
3117
|
"document": "镜像实例ID。",
|
3113
|
-
"example": "img-
|
3118
|
+
"example": "img-ju2hzzkj",
|
3114
3119
|
"member": "string",
|
3115
3120
|
"name": "ImageId",
|
3116
|
-
"
|
3121
|
+
"output_required": true,
|
3117
3122
|
"type": "string",
|
3118
3123
|
"value_allowed_null": false
|
3119
3124
|
}
|
@@ -3543,7 +3548,7 @@
|
|
3543
3548
|
{
|
3544
3549
|
"disabled": false,
|
3545
3550
|
"document": "新的云硬盘名称。",
|
3546
|
-
"example": "
|
3551
|
+
"example": "DataDisk-Production-01",
|
3547
3552
|
"member": "string",
|
3548
3553
|
"name": "DiskName",
|
3549
3554
|
"required": false,
|
@@ -3849,7 +3854,7 @@
|
|
3849
3854
|
{
|
3850
3855
|
"disabled": false,
|
3851
3856
|
"document": "操作,包括 SHARE,CANCEL。其中SHARE代表分享操作,CANCEL代表取消分享操作。",
|
3852
|
-
"example": "SHARE",
|
3857
|
+
"example": "\"SHARE\"",
|
3853
3858
|
"member": "string",
|
3854
3859
|
"name": "Permission",
|
3855
3860
|
"required": true,
|
@@ -3879,6 +3884,7 @@
|
|
3879
3884
|
"example": "ap-shanghai-2",
|
3880
3885
|
"member": "string",
|
3881
3886
|
"name": "Zone",
|
3887
|
+
"output_required": true,
|
3882
3888
|
"required": true,
|
3883
3889
|
"type": "string",
|
3884
3890
|
"value_allowed_null": false
|
@@ -3889,16 +3895,18 @@
|
|
3889
3895
|
"example": "cage-xxxxxxxx",
|
3890
3896
|
"member": "string",
|
3891
3897
|
"name": "CageId",
|
3898
|
+
"output_required": true,
|
3892
3899
|
"required": false,
|
3893
3900
|
"type": "string",
|
3894
3901
|
"value_allowed_null": true
|
3895
3902
|
},
|
3896
3903
|
{
|
3897
3904
|
"disabled": false,
|
3898
|
-
"document": "实例所属项目ID
|
3905
|
+
"document": "实例所属项目ID。不填为默认项目。",
|
3899
3906
|
"example": "0",
|
3900
3907
|
"member": "uint64",
|
3901
3908
|
"name": "ProjectId",
|
3909
|
+
"output_required": true,
|
3902
3910
|
"required": false,
|
3903
3911
|
"type": "int",
|
3904
3912
|
"value_allowed_null": false
|
@@ -3909,6 +3917,7 @@
|
|
3909
3917
|
"example": "Default Project",
|
3910
3918
|
"member": "string",
|
3911
3919
|
"name": "ProjectName",
|
3920
|
+
"output_required": true,
|
3912
3921
|
"required": false,
|
3913
3922
|
"type": "string",
|
3914
3923
|
"value_allowed_null": true
|
@@ -3919,6 +3928,7 @@
|
|
3919
3928
|
"example": "CdcName",
|
3920
3929
|
"member": "string",
|
3921
3930
|
"name": "CdcName",
|
3931
|
+
"output_required": true,
|
3922
3932
|
"required": false,
|
3923
3933
|
"type": "string",
|
3924
3934
|
"value_allowed_null": true
|
@@ -3929,6 +3939,7 @@
|
|
3929
3939
|
"example": "cdc-xxxxxxxx",
|
3930
3940
|
"member": "string",
|
3931
3941
|
"name": "CdcId",
|
3942
|
+
"output_required": true,
|
3932
3943
|
"required": false,
|
3933
3944
|
"type": "string",
|
3934
3945
|
"value_allowed_null": true
|
@@ -3939,6 +3950,7 @@
|
|
3939
3950
|
"example": "cluster-xxxxxxxx",
|
3940
3951
|
"member": "string",
|
3941
3952
|
"name": "DedicatedClusterId",
|
3953
|
+
"output_required": true,
|
3942
3954
|
"required": false,
|
3943
3955
|
"type": "string",
|
3944
3956
|
"value_allowed_null": false
|
@@ -4001,17 +4013,17 @@
|
|
4001
4013
|
"example": "1.0",
|
4002
4014
|
"member": "float",
|
4003
4015
|
"name": "DiscountPrice",
|
4004
|
-
"
|
4016
|
+
"output_required": true,
|
4005
4017
|
"type": "float",
|
4006
4018
|
"value_allowed_null": true
|
4007
4019
|
},
|
4008
4020
|
{
|
4009
4021
|
"disabled": false,
|
4010
|
-
"document": "后付费云盘的计价单元,取值范围:<br><li>HOUR
|
4022
|
+
"document": "后付费云盘的计价单元,取值范围:<br><li>HOUR:表示后付费云盘的计价单元是按小时计算。</li>\n注意:此字段可能返回 null,表示取不到有效值。",
|
4011
4023
|
"example": "\"h\"",
|
4012
4024
|
"member": "string",
|
4013
4025
|
"name": "ChargeUnit",
|
4014
|
-
"
|
4026
|
+
"output_required": true,
|
4015
4027
|
"type": "string",
|
4016
4028
|
"value_allowed_null": true
|
4017
4029
|
},
|
@@ -4021,7 +4033,7 @@
|
|
4021
4033
|
"example": "\"1.00\"",
|
4022
4034
|
"member": "string",
|
4023
4035
|
"name": "UnitPriceHigh",
|
4024
|
-
"
|
4036
|
+
"output_required": true,
|
4025
4037
|
"type": "string",
|
4026
4038
|
"value_allowed_null": true
|
4027
4039
|
},
|
@@ -4031,7 +4043,7 @@
|
|
4031
4043
|
"example": "\"1.00\"",
|
4032
4044
|
"member": "string",
|
4033
4045
|
"name": "OriginalPriceHigh",
|
4034
|
-
"
|
4046
|
+
"output_required": true,
|
4035
4047
|
"type": "string",
|
4036
4048
|
"value_allowed_null": true
|
4037
4049
|
},
|
@@ -4041,7 +4053,7 @@
|
|
4041
4053
|
"example": "1.0",
|
4042
4054
|
"member": "float",
|
4043
4055
|
"name": "OriginalPrice",
|
4044
|
-
"
|
4056
|
+
"output_required": true,
|
4045
4057
|
"type": "float",
|
4046
4058
|
"value_allowed_null": true
|
4047
4059
|
},
|
@@ -4051,7 +4063,7 @@
|
|
4051
4063
|
"example": "1.0",
|
4052
4064
|
"member": "float",
|
4053
4065
|
"name": "UnitPriceDiscount",
|
4054
|
-
"
|
4066
|
+
"output_required": true,
|
4055
4067
|
"type": "float",
|
4056
4068
|
"value_allowed_null": true
|
4057
4069
|
},
|
@@ -4061,7 +4073,7 @@
|
|
4061
4073
|
"example": "\"1.00\"",
|
4062
4074
|
"member": "string",
|
4063
4075
|
"name": "UnitPriceDiscountHigh",
|
4064
|
-
"
|
4076
|
+
"output_required": true,
|
4065
4077
|
"type": "string",
|
4066
4078
|
"value_allowed_null": true
|
4067
4079
|
},
|
@@ -4071,7 +4083,7 @@
|
|
4071
4083
|
"example": "\"1.00\"",
|
4072
4084
|
"member": "string",
|
4073
4085
|
"name": "DiscountPriceHigh",
|
4074
|
-
"
|
4086
|
+
"output_required": true,
|
4075
4087
|
"type": "string",
|
4076
4088
|
"value_allowed_null": true
|
4077
4089
|
},
|
@@ -4081,17 +4093,17 @@
|
|
4081
4093
|
"example": "1.0",
|
4082
4094
|
"member": "float",
|
4083
4095
|
"name": "UnitPrice",
|
4084
|
-
"
|
4096
|
+
"output_required": true,
|
4085
4097
|
"type": "float",
|
4086
4098
|
"value_allowed_null": true
|
4087
4099
|
},
|
4088
4100
|
{
|
4089
4101
|
"disabled": false,
|
4090
4102
|
"document": "计费项目明细列表。\n注意:此字段可能返回 null,表示取不到有效值。",
|
4091
|
-
"example": "
|
4103
|
+
"example": "{\"PriceTitle\":\"云硬盘空间\",\"DiscountPrice\":2250,\"ChargeUnit\":null,\"UnitPriceHigh\":null,\"OriginalPriceHigh\":null,\"PriceName\":\"DiskSpace\",\"OriginalPrice\":2250,\"UnitPriceDiscountHigh\":null,\"UnitPriceDiscount\":null,\"DiscountPriceHigh\":null,\"UnitPrice\":null}",
|
4092
4104
|
"member": "DetailPrice",
|
4093
4105
|
"name": "DetailPrices",
|
4094
|
-
"
|
4106
|
+
"output_required": true,
|
4095
4107
|
"type": "list",
|
4096
4108
|
"value_allowed_null": true
|
4097
4109
|
}
|
@@ -4107,7 +4119,7 @@
|
|
4107
4119
|
"example": "1.0",
|
4108
4120
|
"member": "float",
|
4109
4121
|
"name": "UnitPriceDiscount",
|
4110
|
-
"
|
4122
|
+
"output_required": true,
|
4111
4123
|
"type": "float",
|
4112
4124
|
"value_allowed_null": true
|
4113
4125
|
},
|
@@ -4117,7 +4129,7 @@
|
|
4117
4129
|
"example": "1.0",
|
4118
4130
|
"member": "float",
|
4119
4131
|
"name": "DiscountPrice",
|
4120
|
-
"
|
4132
|
+
"output_required": true,
|
4121
4133
|
"type": "float",
|
4122
4134
|
"value_allowed_null": true
|
4123
4135
|
},
|
@@ -4127,7 +4139,7 @@
|
|
4127
4139
|
"example": "1.0",
|
4128
4140
|
"member": "float",
|
4129
4141
|
"name": "UnitPrice",
|
4130
|
-
"
|
4142
|
+
"output_required": true,
|
4131
4143
|
"type": "float",
|
4132
4144
|
"value_allowed_null": true
|
4133
4145
|
},
|
@@ -4137,7 +4149,7 @@
|
|
4137
4149
|
"example": "\"1.00\"",
|
4138
4150
|
"member": "string",
|
4139
4151
|
"name": "UnitPriceHigh",
|
4140
|
-
"
|
4152
|
+
"output_required": true,
|
4141
4153
|
"type": "string",
|
4142
4154
|
"value_allowed_null": true
|
4143
4155
|
},
|
@@ -4147,7 +4159,7 @@
|
|
4147
4159
|
"example": "\"1.00\"",
|
4148
4160
|
"member": "string",
|
4149
4161
|
"name": "OriginalPriceHigh",
|
4150
|
-
"
|
4162
|
+
"output_required": true,
|
4151
4163
|
"type": "string",
|
4152
4164
|
"value_allowed_null": true
|
4153
4165
|
},
|
@@ -4157,7 +4169,7 @@
|
|
4157
4169
|
"example": "1.0",
|
4158
4170
|
"member": "float",
|
4159
4171
|
"name": "OriginalPrice",
|
4160
|
-
"
|
4172
|
+
"output_required": true,
|
4161
4173
|
"type": "float",
|
4162
4174
|
"value_allowed_null": true
|
4163
4175
|
},
|
@@ -4167,7 +4179,7 @@
|
|
4167
4179
|
"example": "\"1.00\"",
|
4168
4180
|
"member": "string",
|
4169
4181
|
"name": "DiscountPriceHigh",
|
4170
|
-
"
|
4182
|
+
"output_required": true,
|
4171
4183
|
"type": "string",
|
4172
4184
|
"value_allowed_null": true
|
4173
4185
|
},
|
@@ -4177,17 +4189,17 @@
|
|
4177
4189
|
"example": "\"1.00\"",
|
4178
4190
|
"member": "string",
|
4179
4191
|
"name": "UnitPriceDiscountHigh",
|
4180
|
-
"
|
4192
|
+
"output_required": true,
|
4181
4193
|
"type": "string",
|
4182
4194
|
"value_allowed_null": true
|
4183
4195
|
},
|
4184
4196
|
{
|
4185
4197
|
"disabled": false,
|
4186
|
-
"document": "后付费云盘的计价单元,取值范围:<br><li>HOUR
|
4198
|
+
"document": "后付费云盘的计价单元,取值范围:<br><li>HOUR:表示后付费云盘的计价单元是按小时计算。</li>\n注意:此字段可能返回 null,表示取不到有效值。",
|
4187
4199
|
"example": "\"h\"",
|
4188
4200
|
"member": "string",
|
4189
4201
|
"name": "ChargeUnit",
|
4190
|
-
"
|
4202
|
+
"output_required": true,
|
4191
4203
|
"type": "string",
|
4192
4204
|
"value_allowed_null": true
|
4193
4205
|
}
|
@@ -4275,17 +4287,17 @@
|
|
4275
4287
|
"example": "2023-02-26 01:21:03",
|
4276
4288
|
"member": "datetime",
|
4277
4289
|
"name": "CreatedTime",
|
4278
|
-
"
|
4290
|
+
"output_required": true,
|
4279
4291
|
"type": "string",
|
4280
4292
|
"value_allowed_null": false
|
4281
4293
|
},
|
4282
4294
|
{
|
4283
4295
|
"disabled": false,
|
4284
4296
|
"document": "分享的账号Id",
|
4285
|
-
"example": "
|
4297
|
+
"example": "1044849112",
|
4286
4298
|
"member": "string",
|
4287
4299
|
"name": "AccountId",
|
4288
|
-
"
|
4300
|
+
"output_required": true,
|
4289
4301
|
"type": "string",
|
4290
4302
|
"value_allowed_null": false
|
4291
4303
|
}
|
@@ -4298,50 +4310,50 @@
|
|
4298
4310
|
{
|
4299
4311
|
"disabled": false,
|
4300
4312
|
"document": "快照所在的位置。",
|
4301
|
-
"example": "
|
4313
|
+
"example": "{\"ProjectId\":0,\"Zone\":\"ap-guangzhou-4\"}",
|
4302
4314
|
"member": "Placement",
|
4303
4315
|
"name": "Placement",
|
4304
|
-
"
|
4316
|
+
"output_required": true,
|
4305
4317
|
"type": "object",
|
4306
4318
|
"value_allowed_null": false
|
4307
4319
|
},
|
4308
4320
|
{
|
4309
4321
|
"disabled": false,
|
4310
|
-
"document": "
|
4322
|
+
"document": "是否为跨地域复制的快照。取值范围:\n<ul>\n <li>true:表示为跨地域复制的快照。</li>\n <li>false:本地域的快照。</li>\n</ul>",
|
4311
4323
|
"example": "false",
|
4312
4324
|
"member": "bool",
|
4313
4325
|
"name": "CopyFromRemote",
|
4314
|
-
"
|
4326
|
+
"output_required": true,
|
4315
4327
|
"type": "bool",
|
4316
4328
|
"value_allowed_null": false
|
4317
4329
|
},
|
4318
4330
|
{
|
4319
4331
|
"disabled": false,
|
4320
|
-
"document": "
|
4332
|
+
"document": "快照的状态。取值范围:\n<ul>\n <li>NORMAL:正常</li>\n <li>CREATING:创建中</li>\n <li>ROLLBACKING:回滚中</li>\n <li>COPYING_FROM_REMOTE:跨地域复制中</li>\n <li>CHECKING_COPIED:复制校验中</li>\n <li>TORECYCLE:待回收</li>\n</ul>",
|
4321
4333
|
"example": "NORMAL",
|
4322
4334
|
"member": "string",
|
4323
4335
|
"name": "SnapshotState",
|
4324
|
-
"
|
4336
|
+
"output_required": true,
|
4325
4337
|
"type": "string",
|
4326
4338
|
"value_allowed_null": false
|
4327
4339
|
},
|
4328
4340
|
{
|
4329
4341
|
"disabled": false,
|
4330
|
-
"document": "
|
4342
|
+
"document": "是否为永久快照。取值范围:\n<ul>\n <li>true:永久快照</li>\n <li>false:非永久快照</li>\n</ul>",
|
4331
4343
|
"example": "true",
|
4332
4344
|
"member": "bool",
|
4333
4345
|
"name": "IsPermanent",
|
4334
|
-
"
|
4346
|
+
"output_required": true,
|
4335
4347
|
"type": "bool",
|
4336
4348
|
"value_allowed_null": false
|
4337
4349
|
},
|
4338
4350
|
{
|
4339
4351
|
"disabled": false,
|
4340
4352
|
"document": "快照名称,用户自定义的快照别名。调用[ModifySnapshotAttribute](/document/product/362/15650)可修改此字段。",
|
4341
|
-
"example": "
|
4353
|
+
"example": "auto_disk-ahp9x398",
|
4342
4354
|
"member": "string",
|
4343
4355
|
"name": "SnapshotName",
|
4344
|
-
"
|
4356
|
+
"output_required": true,
|
4345
4357
|
"type": "string",
|
4346
4358
|
"value_allowed_null": false
|
4347
4359
|
},
|
@@ -4351,7 +4363,7 @@
|
|
4351
4363
|
"example": "2021-11-24 16:00:00",
|
4352
4364
|
"member": "datetime",
|
4353
4365
|
"name": "DeadlineTime",
|
4354
|
-
"
|
4366
|
+
"output_required": true,
|
4355
4367
|
"type": "string",
|
4356
4368
|
"value_allowed_null": false
|
4357
4369
|
},
|
@@ -4361,17 +4373,17 @@
|
|
4361
4373
|
"example": "100",
|
4362
4374
|
"member": "uint64",
|
4363
4375
|
"name": "Percent",
|
4364
|
-
"
|
4376
|
+
"output_required": true,
|
4365
4377
|
"type": "int",
|
4366
4378
|
"value_allowed_null": false
|
4367
4379
|
},
|
4368
4380
|
{
|
4369
4381
|
"disabled": false,
|
4370
4382
|
"document": "快照关联的镜像列表。",
|
4371
|
-
"example": "
|
4383
|
+
"example": "[{\"ImageName\":\"image_win\",\"ImageId\":\"img-ju2hzzik\"}]",
|
4372
4384
|
"member": "Image",
|
4373
4385
|
"name": "Images",
|
4374
|
-
"
|
4386
|
+
"output_required": true,
|
4375
4387
|
"type": "list",
|
4376
4388
|
"value_allowed_null": false
|
4377
4389
|
},
|
@@ -4381,7 +4393,7 @@
|
|
4381
4393
|
"example": "0",
|
4382
4394
|
"member": "uint64",
|
4383
4395
|
"name": "ShareReference",
|
4384
|
-
"
|
4396
|
+
"output_required": true,
|
4385
4397
|
"type": "int",
|
4386
4398
|
"value_allowed_null": false
|
4387
4399
|
},
|
@@ -4391,7 +4403,7 @@
|
|
4391
4403
|
"example": "PRIVATE_SNAPSHOT",
|
4392
4404
|
"member": "string",
|
4393
4405
|
"name": "SnapshotType",
|
4394
|
-
"
|
4406
|
+
"output_required": true,
|
4395
4407
|
"type": "string",
|
4396
4408
|
"value_allowed_null": false
|
4397
4409
|
},
|
@@ -4401,37 +4413,37 @@
|
|
4401
4413
|
"example": "10",
|
4402
4414
|
"member": "uint64",
|
4403
4415
|
"name": "DiskSize",
|
4404
|
-
"
|
4416
|
+
"output_required": true,
|
4405
4417
|
"type": "int",
|
4406
4418
|
"value_allowed_null": false
|
4407
4419
|
},
|
4408
4420
|
{
|
4409
4421
|
"disabled": false,
|
4410
4422
|
"document": "创建此快照的云硬盘ID。",
|
4411
|
-
"example": "disk-
|
4423
|
+
"example": "disk-7rftdagm",
|
4412
4424
|
"member": "string",
|
4413
4425
|
"name": "DiskId",
|
4414
|
-
"
|
4426
|
+
"output_required": true,
|
4415
4427
|
"type": "string",
|
4416
4428
|
"value_allowed_null": false
|
4417
4429
|
},
|
4418
4430
|
{
|
4419
4431
|
"disabled": false,
|
4420
4432
|
"document": "快照正在跨地域复制的目的地域,默认取值为[]。",
|
4421
|
-
"example": "[]",
|
4433
|
+
"example": "[\"ap-guangzhou\", \"ap-nanjing\"]",
|
4422
4434
|
"member": "string",
|
4423
4435
|
"name": "CopyingToRegions",
|
4424
|
-
"
|
4436
|
+
"output_required": true,
|
4425
4437
|
"type": "list",
|
4426
4438
|
"value_allowed_null": false
|
4427
4439
|
},
|
4428
4440
|
{
|
4429
4441
|
"disabled": false,
|
4430
|
-
"document": "
|
4442
|
+
"document": "是否为加密盘创建的快照。取值范围:\n<ul>\n <li>true:该快照为加密盘创建的</li>\n <li>false:非加密盘创建的快照</li>\n</ul>",
|
4431
4443
|
"example": "false",
|
4432
4444
|
"member": "bool",
|
4433
4445
|
"name": "Encrypt",
|
4434
|
-
"
|
4446
|
+
"output_required": true,
|
4435
4447
|
"type": "bool",
|
4436
4448
|
"value_allowed_null": false
|
4437
4449
|
},
|
@@ -4441,7 +4453,7 @@
|
|
4441
4453
|
"example": "2019-07-15 00:00:00",
|
4442
4454
|
"member": "datetime",
|
4443
4455
|
"name": "CreateTime",
|
4444
|
-
"
|
4456
|
+
"output_required": true,
|
4445
4457
|
"type": "string",
|
4446
4458
|
"value_allowed_null": false
|
4447
4459
|
},
|
@@ -4451,27 +4463,27 @@
|
|
4451
4463
|
"example": "0",
|
4452
4464
|
"member": "uint64",
|
4453
4465
|
"name": "ImageCount",
|
4454
|
-
"
|
4466
|
+
"output_required": true,
|
4455
4467
|
"type": "int",
|
4456
4468
|
"value_allowed_null": false
|
4457
4469
|
},
|
4458
4470
|
{
|
4459
4471
|
"disabled": false,
|
4460
|
-
"document": "
|
4472
|
+
"document": "创建此快照的云硬盘类型。取值范围:\n<ul>\n <li>SYSTEM_DISK:系统盘</li>\n <li>DATA_DISK:数据盘</li>\n</ul>\n",
|
4461
4473
|
"example": "SYSTEM_DISK",
|
4462
4474
|
"member": "string",
|
4463
4475
|
"name": "DiskUsage",
|
4464
|
-
"
|
4476
|
+
"output_required": true,
|
4465
4477
|
"type": "string",
|
4466
4478
|
"value_allowed_null": false
|
4467
4479
|
},
|
4468
4480
|
{
|
4469
4481
|
"disabled": false,
|
4470
4482
|
"document": "快照ID。",
|
4471
|
-
"example": "snap-
|
4483
|
+
"example": "snap-29ykydfb",
|
4472
4484
|
"member": "string",
|
4473
4485
|
"name": "SnapshotId",
|
4474
|
-
"
|
4486
|
+
"output_required": true,
|
4475
4487
|
"type": "string",
|
4476
4488
|
"value_allowed_null": false
|
4477
4489
|
},
|
@@ -4481,17 +4493,17 @@
|
|
4481
4493
|
"example": "2021-07-15",
|
4482
4494
|
"member": "date",
|
4483
4495
|
"name": "TimeStartShare",
|
4484
|
-
"
|
4496
|
+
"output_required": true,
|
4485
4497
|
"type": "string",
|
4486
4498
|
"value_allowed_null": false
|
4487
4499
|
},
|
4488
4500
|
{
|
4489
4501
|
"disabled": false,
|
4490
4502
|
"document": "快照绑定的标签列表。",
|
4491
|
-
"example": "
|
4503
|
+
"example": "[{\"Key\":\"cloud-key\",\"Value\":\"cloud-value\"}]",
|
4492
4504
|
"member": "Tag",
|
4493
4505
|
"name": "Tags",
|
4494
|
-
"
|
4506
|
+
"output_required": true,
|
4495
4507
|
"type": "list",
|
4496
4508
|
"value_allowed_null": false
|
4497
4509
|
}
|
@@ -4507,17 +4519,17 @@
|
|
4507
4519
|
"example": "snap-hdbc13ad",
|
4508
4520
|
"member": "string",
|
4509
4521
|
"name": "SnapshotId",
|
4510
|
-
"
|
4522
|
+
"output_required": true,
|
4511
4523
|
"type": "string",
|
4512
4524
|
"value_allowed_null": false
|
4513
4525
|
},
|
4514
4526
|
{
|
4515
4527
|
"disabled": false,
|
4516
4528
|
"document": "指示具体错误信息,成功时为空字符串。",
|
4517
|
-
"example": "\"
|
4529
|
+
"example": "\"仅正常生命周期的数据盘快照支持创建云硬盘\"",
|
4518
4530
|
"member": "string",
|
4519
4531
|
"name": "Message",
|
4520
|
-
"
|
4532
|
+
"output_required": true,
|
4521
4533
|
"type": "string",
|
4522
4534
|
"value_allowed_null": false
|
4523
4535
|
},
|
@@ -4527,7 +4539,7 @@
|
|
4527
4539
|
"example": "\"Success\"",
|
4528
4540
|
"member": "string",
|
4529
4541
|
"name": "Code",
|
4530
|
-
"
|
4542
|
+
"output_required": true,
|
4531
4543
|
"type": "string",
|
4532
4544
|
"value_allowed_null": false
|
4533
4545
|
},
|
@@ -4537,7 +4549,7 @@
|
|
4537
4549
|
"example": "\"ap-guangzhou\"",
|
4538
4550
|
"member": "string",
|
4539
4551
|
"name": "DestinationRegion",
|
4540
|
-
"
|
4552
|
+
"output_required": true,
|
4541
4553
|
"type": "string",
|
4542
4554
|
"value_allowed_null": false
|
4543
4555
|
}
|