tccli-intl-en 3.0.1276.1__py2.py3-none-any.whl → 3.0.1278.1__py2.py3-none-any.whl
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.
- tccli/__init__.py +1 -1
- tccli/services/autoscaling/v20180419/api.json +1 -1
- tccli/services/cvm/v20170312/api.json +34 -16
- tccli/services/cvm/v20170312/examples.json +16 -16
- tccli/services/teo/v20220901/api.json +31 -3
- tccli/services/vpc/v20170312/api.json +95 -21
- tccli/services/vpc/v20170312/examples.json +1 -1
- {tccli_intl_en-3.0.1276.1.dist-info → tccli_intl_en-3.0.1278.1.dist-info}/METADATA +4 -7
- {tccli_intl_en-3.0.1276.1.dist-info → tccli_intl_en-3.0.1278.1.dist-info}/RECORD +13 -13
- {tccli_intl_en-3.0.1276.1.dist-info → tccli_intl_en-3.0.1278.1.dist-info}/WHEEL +1 -1
- {tccli_intl_en-3.0.1276.1.dist-info → tccli_intl_en-3.0.1278.1.dist-info}/entry_points.txt +0 -1
- {tccli_intl_en-3.0.1276.1.dist-info → tccli_intl_en-3.0.1278.1.dist-info}/LICENSE +0 -0
- {tccli_intl_en-3.0.1276.1.dist-info → tccli_intl_en-3.0.1278.1.dist-info}/top_level.txt +0 -0
tccli/__init__.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = '3.0.
|
|
1
|
+
__version__ = '3.0.1278.1'
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"status": "online"
|
|
65
65
|
},
|
|
66
66
|
"CreateNotificationConfiguration": {
|
|
67
|
-
"document": "This API is used to create a notification
|
|
67
|
+
"document": "This API is used to create a notification.\nThis API is used to send notifications to a CMQ topic or queue with the following message content:.\n```\n{\n \"Service\": \"Tencent Cloud Auto Scaling\",\n\"CreatedTime\": \"2021-10-11T10:15:11Z\", // Activity creation time.\n \"AppId\": \"100000000\",\n\"ActivityId\": \"asa-fznnvrja\", // scaling activity ID.\nThis API is used to specify the scaling group ID.\n\"ActivityType\": \"SCALE_OUT\", // scaling activity type.\n\"StatusCode\": \"SUCCESSFUL\".\n \"Description\": \"Activity was launched in response to a difference between desired capacity and actual capacity,\nThis API is used to scale out 1 instance.\nThis API is used to set the activity start time.\n\"EndTime\": \"2021-10-11T10:15:32Z\", // activity end time.\n\"DetailedStatusMessageSet\": [ // Collection of activity internal errors (non-empty does not mean activity failure).\n {\n \"Code\": \"InvalidInstanceType\",\n \"Zone\": \"ap-guangzhou-6\",\n \"InstanceId\": \"\",\n \"InstanceChargeType\": \"POSTPAID_BY_HOUR\",\n \"SubnetId\": \"subnet-4t5mgeuu\",\n \"Message\": \"The specified instance type `S5.LARGE8` is invalid in `subnet-4t5mgeuu`, `ap-guangzhou-6`.\",\n \"InstanceType\": \"S5.LARGE8\"\n }\n ]\n}\n```",
|
|
68
68
|
"input": "CreateNotificationConfigurationRequest",
|
|
69
69
|
"name": "Creates a notification",
|
|
70
70
|
"output": "CreateNotificationConfigurationResponse",
|
|
@@ -428,7 +428,7 @@
|
|
|
428
428
|
"status": "online"
|
|
429
429
|
},
|
|
430
430
|
"ModifyInstancesAttribute": {
|
|
431
|
-
"document": "
|
|
431
|
+
"document": "This API is used to modify instance attributes.\n\nThis API is used to modify one attribute of the instance per request. The attribute must be specified.\nThe instance name is only for user convenience in management. Tencent Cloud does not use this name as the basis for online support or to perform instance management operations.\nThis API is used to support batch operations. The maximum of 100 batch instances per request is supported.\nThis API is used to modify the security group association. The originally associated security group of the instance will be unbound.\n* You can query the result of the instance operation by calling the API [DescribeInstances](https://intl.cloud.tencent.com/document/api/213/15728?from_cn_redirect=1#.E7.A4.BA.E4.BE.8B3-.E6.9F.A5.E8.AF.A2.E5.AE.9E.E4.BE.8B.E7.9A.84.E6.9C.80.E6.96.B0.E6.93.8D.E4.BD.9C.E6.83.85.E5.86.B5). If the latest operation status (LatestOperationState) of the instance is **SUCCESS**, the operation is successful.\nThis API is used to modify the hostname. The instance restarts immediately after hostname modification, and the new hostname takes effect after restart.",
|
|
432
432
|
"input": "ModifyInstancesAttributeRequest",
|
|
433
433
|
"name": "Modifies instance attributes",
|
|
434
434
|
"output": "ModifyInstancesAttributeResponse",
|
|
@@ -2315,7 +2315,7 @@
|
|
|
2315
2315
|
},
|
|
2316
2316
|
{
|
|
2317
2317
|
"disabled": false,
|
|
2318
|
-
"document": "Specifies the data disk type. for restrictions on data disk types, refer to [storage overview](https://www.tencentcloud.
|
|
2318
|
+
"document": "Specifies the data disk type. for restrictions on data disk types, refer to [storage overview](https://www.tencentcloud.com/document/product/213/4952?from_cn_redirect=1). valid values: <br /><li>LOCAL_BASIC: LOCAL disk</li> <li>LOCAL_SSD: LOCAL SSD</li><li>LOCAL_NVME: LOCAL NVME disk, which is closely related to InstanceType and cannot be specified</li><li>LOCAL_PRO: LOCAL HDD, which is closely related to InstanceType and cannot be specified</li><li>cloud_BASIC: BASIC cloud disk</li><li>cloud_PREMIUM: high-performance cloud block storage</li><li>cloud_SSD: SSD cloud disk</li><li>cloud_HSSD: enhanced SSD cloud disk</li> <li>cloud_TSSD: ultra-fast SSD cbs</li><li>cloud_BSSD: universal SSD cloud disk</li><br />default: LOCAL_BASIC.<br/><br />this parameter is invalid for the `ResizeInstanceDisk` api.",
|
|
2319
2319
|
"example": "CLOUD_SSD",
|
|
2320
2320
|
"member": "string",
|
|
2321
2321
|
"name": "DiskType",
|
|
@@ -5585,7 +5585,7 @@
|
|
|
5585
5585
|
},
|
|
5586
5586
|
{
|
|
5587
5587
|
"disabled": false,
|
|
5588
|
-
"document": "
|
|
5588
|
+
"document": "Instance model. Different instance models specify different resource specifications.\n<br><li>For instances created with the payment modes PREPAID or POSTPAID_BY_HOUR, specifies the specific values obtained BY calling the [DescribeInstanceTypeConfigs](https://www.tencentcloud.comom/document/api/213/15749?from_cn_redirect=1) api for the latest specification table or referring to [instance specifications](https://www.tencentcloud.comom/document/product/213/11518?from_cn_redirect=1). if not specified, the system will dynamically assign a default model based on the current resource sales situation in a region.</li><br><li>for instances created with the payment mode CDHPAID, indicates this parameter uses the prefix \"CDH_\" and is generated based on CPU and memory configuration. the specific format is: CDH_XCXG. for example, for creating a CDH instance with 1 CPU core and 1 gb memory, this parameter should be CDH_1C1G.</li>.",
|
|
5589
5589
|
"example": "S5.MEDIUM2",
|
|
5590
5590
|
"member": "string",
|
|
5591
5591
|
"name": "InstanceType",
|
|
@@ -5639,7 +5639,7 @@
|
|
|
5639
5639
|
},
|
|
5640
5640
|
{
|
|
5641
5641
|
"disabled": false,
|
|
5642
|
-
"document": "Instance name
|
|
5642
|
+
"document": "Instance display name. <li>if no instance display name is specified, it will display 'unnamed' by default.</li> <li>when purchasing multiple instances, if the pattern string `{R:x}` is specified, it means generating numbers `[x, x+n-1]`, where `n` represents the number of purchased instances. for example, `server_{R:3}`: when purchasing 1 instance, the instance display name is `server_3`; when purchasing 2 instances, the instance display names are `server_3` and `server_4` respectively. supports specifying multiple pattern strings `{R:x}`.</li> <li>when purchasing multiple instances without specifying a pattern string, suffixes `1, 2...n` will be added to the instance display name, where `n` represents the number of purchased instances. for example, `server_`: when purchasing 2 instances, the instance display names are `server_1` and `server_2` respectively.</li> <li>supports up to 128 characters (including pattern strings).</li>.",
|
|
5643
5643
|
"example": "myInstance",
|
|
5644
5644
|
"member": "string",
|
|
5645
5645
|
"name": "InstanceName",
|
|
@@ -5657,7 +5657,7 @@
|
|
|
5657
5657
|
},
|
|
5658
5658
|
{
|
|
5659
5659
|
"disabled": false,
|
|
5660
|
-
"document": "Security
|
|
5660
|
+
"document": "Security group to which an instance belongs. obtain this parameter by calling the `SecurityGroupId` field in the return value of [DescribeSecurityGroups](https://www.tencentcloud.comom/document/api/215/15808?from_cn_redirect=1). if not specified, bind the default security group under the designated project. if the default security group does not exist, automatically create it.\n",
|
|
5661
5661
|
"example": "[\"sg-efil73jd\"]",
|
|
5662
5662
|
"member": "string",
|
|
5663
5663
|
"name": "SecurityGroupIds",
|
|
@@ -5676,7 +5676,7 @@
|
|
|
5676
5676
|
{
|
|
5677
5677
|
"disabled": false,
|
|
5678
5678
|
"document": "A unique string supplied by the client to ensure that the request is idempotent. Its maximum length is 64 ASCII characters. If this parameter is not specified, the idempotency of the request cannot be guaranteed.<br>For more information, see Ensuring Idempotency.",
|
|
5679
|
-
"example": "
|
|
5679
|
+
"example": "a521b4e4-c903-4d37-9de6-8096e3ad8eb7",
|
|
5680
5680
|
"member": "string",
|
|
5681
5681
|
"name": "ClientToken",
|
|
5682
5682
|
"required": false,
|
|
@@ -5709,6 +5709,15 @@
|
|
|
5709
5709
|
"required": false,
|
|
5710
5710
|
"type": "object"
|
|
5711
5711
|
},
|
|
5712
|
+
{
|
|
5713
|
+
"disabled": false,
|
|
5714
|
+
"document": "Custom metadata, supports creating key-value pairs of custom metadata when creating a CVM.\n\n**Note: this field is in beta test.**.",
|
|
5715
|
+
"example": "无",
|
|
5716
|
+
"member": "Metadata",
|
|
5717
|
+
"name": "Metadata",
|
|
5718
|
+
"required": false,
|
|
5719
|
+
"type": "object"
|
|
5720
|
+
},
|
|
5712
5721
|
{
|
|
5713
5722
|
"disabled": false,
|
|
5714
5723
|
"document": "HPC cluster ID.",
|
|
@@ -7825,7 +7834,7 @@
|
|
|
7825
7834
|
},
|
|
7826
7835
|
{
|
|
7827
7836
|
"disabled": false,
|
|
7828
|
-
"document": "
|
|
7837
|
+
"document": "Modified instance name. can be named as required but should not exceed 128 characters.",
|
|
7829
7838
|
"example": "MyInsName",
|
|
7830
7839
|
"member": "string",
|
|
7831
7840
|
"name": "InstanceName",
|
|
@@ -7843,7 +7852,7 @@
|
|
|
7843
7852
|
},
|
|
7844
7853
|
{
|
|
7845
7854
|
"disabled": false,
|
|
7846
|
-
"document": "
|
|
7855
|
+
"document": "Specifies the security group Id list of the specified instance after modification. the instance will reassociate with the security groups in the specified list, and the associated security group will be unbound.",
|
|
7847
7856
|
"example": "[\"sg-rf6ogz49\"]",
|
|
7848
7857
|
"member": "string",
|
|
7849
7858
|
"name": "SecurityGroups",
|
|
@@ -7879,7 +7888,7 @@
|
|
|
7879
7888
|
},
|
|
7880
7889
|
{
|
|
7881
7890
|
"disabled": false,
|
|
7882
|
-
"document": "
|
|
7891
|
+
"document": "Role type, used in conjunction with CamRoleName. this value can be obtained from the RoleType field in the API response of CAM [DescribeRoleList](https://www.tencentcloud.comom/document/product/598/36223?from_cn_redirect=1) or [GetRole](https://www.tencentcloud.comom/document/product/598/36221?from_cn_redirect=1). currently, only user, system, and service_linked types are accepted.\nFor example, when CamRoleName contains \"LinkedRoleIn\" (such as TKE_QCSLinkedRoleInPrometheusService), DescribeRoleList and GetRole return RoleType as service_linked, this parameter must also transmit service_linked.\nThe parameter default value is user. this parameter can be omitted if CameRoleName is not of the service_linked kind.",
|
|
7883
7892
|
"example": "user",
|
|
7884
7893
|
"member": "string",
|
|
7885
7894
|
"name": "CamRoleType",
|
|
@@ -9665,7 +9674,16 @@
|
|
|
9665
9674
|
},
|
|
9666
9675
|
{
|
|
9667
9676
|
"disabled": false,
|
|
9668
|
-
"document": "
|
|
9677
|
+
"document": "Specifies the minimum number of instances to create. value range: positive integer not greater than InstanceCount.\nSpecifies the minimum purchasable quantity, guarantees to create at least MinCount instances, and creates InstanceCount instances as much as possible.\nInsufficient inventory to meet the minimum purchasable quantity will trigger an error info indicating insufficient stock.\nOnly applicable to accounts, regions, and billing modes (annual/monthly subscription, pay-as-you-go, spot instance, exclusive sales) with partial support.",
|
|
9678
|
+
"example": "1",
|
|
9679
|
+
"member": "int64",
|
|
9680
|
+
"name": "MinCount",
|
|
9681
|
+
"required": false,
|
|
9682
|
+
"type": "int"
|
|
9683
|
+
},
|
|
9684
|
+
{
|
|
9685
|
+
"disabled": false,
|
|
9686
|
+
"document": "Instance display name. <li>if no instance display name is specified, it will display 'unnamed' by default.</li> <li>when purchasing multiple instances, if the pattern string `{R:x}` is specified, it means generating numbers `[x, x+n-1]`, where `n` represents the number of purchased instances. for example, `server_{R:3}`: when purchasing 1 instance, the instance display name is `server_3`; when purchasing 2 instances, the instance display names are `server_3` and `server_4` respectively. supports specifying multiple pattern strings `{R:x}`.</li> <li>when purchasing multiple instances without specifying a pattern string, suffixes `1, 2...n` will be added to the instance display name, where `n` represents the number of purchased instances. for example, `server_`: when purchasing 2 instances, the instance display names are `server_1` and `server_2` respectively.</li> <li>supports up to 128 characters (including pattern strings).</li>.",
|
|
9669
9687
|
"example": "server_{R:3}",
|
|
9670
9688
|
"member": "string",
|
|
9671
9689
|
"name": "InstanceName",
|
|
@@ -9683,7 +9701,7 @@
|
|
|
9683
9701
|
},
|
|
9684
9702
|
{
|
|
9685
9703
|
"disabled": false,
|
|
9686
|
-
"document": "Security
|
|
9704
|
+
"document": "Security group to which an instance belongs. obtain this parameter by calling the `SecurityGroupId` field in the return value of [DescribeSecurityGroups](https://www.tencentcloud.comom/document/api/215/15808?from_cn_redirect=1). if not specified, bind the default security group under the designated project. if the default security group does not exist, automatically create it.\n",
|
|
9687
9705
|
"example": "[\"sg-ajhn9qtq\"]",
|
|
9688
9706
|
"member": "string",
|
|
9689
9707
|
"name": "SecurityGroupIds",
|
|
@@ -9729,7 +9747,7 @@
|
|
|
9729
9747
|
{
|
|
9730
9748
|
"disabled": false,
|
|
9731
9749
|
"document": "Placement group ID. You can only specify one.",
|
|
9732
|
-
"example": "[
|
|
9750
|
+
"example": "[\"sg-efil73jd\"]",
|
|
9733
9751
|
"member": "string",
|
|
9734
9752
|
"name": "DisasterRecoverGroupIds",
|
|
9735
9753
|
"required": false,
|
|
@@ -9764,7 +9782,7 @@
|
|
|
9764
9782
|
},
|
|
9765
9783
|
{
|
|
9766
9784
|
"disabled": false,
|
|
9767
|
-
"document": "",
|
|
9785
|
+
"document": "Custom metadata. specifies the support for creating custom metadata key-value pairs when creating a CVM.\n**Note: this field is in beta test.**.",
|
|
9768
9786
|
"example": "无",
|
|
9769
9787
|
"member": "Metadata",
|
|
9770
9788
|
"name": "Metadata",
|
|
@@ -9845,7 +9863,7 @@
|
|
|
9845
9863
|
},
|
|
9846
9864
|
{
|
|
9847
9865
|
"disabled": false,
|
|
9848
|
-
"document": "",
|
|
9866
|
+
"document": "Whether the instance enables jumbo frames. valid values:<br><li/> true: means the instance enables jumbo frames. only models supporting jumbo frames can be set to true.<br><li/> false: means the instance disables jumbo frames. only models supporting jumbo frames can be set to false.<br> instance specifications supporting jumbo frames: [instance specifications](https://www.tencentcloud.comom/document/product/213/11518?from_cn_redirect=1).",
|
|
9849
9867
|
"example": "false",
|
|
9850
9868
|
"member": "bool",
|
|
9851
9869
|
"name": "EnableJumboFrame",
|
|
@@ -9861,7 +9879,7 @@
|
|
|
9861
9879
|
{
|
|
9862
9880
|
"disabled": false,
|
|
9863
9881
|
"document": "If you use this API to create instance(s), this parameter will be returned, representing one or more instance IDs. Retuning the instance ID list does not necessarily mean that the instance(s) were created successfully. To check whether the instance(s) were created successfully, you can call [DescribeInstances](https://intl.cloud.tencent.com/document/api/213/15728?from_cn_redirect=1) and check the status of the instances in `InstancesSet` in the response. If the status of an instance changes from \"PENDING\" to \"RUNNING\", it means that the instance has been created successfully.",
|
|
9864
|
-
"example": "[
|
|
9882
|
+
"example": "[\"ins-rn79mzt1\"]",
|
|
9865
9883
|
"member": "string",
|
|
9866
9884
|
"name": "InstanceIdSet",
|
|
9867
9885
|
"output_required": true,
|
|
@@ -10332,7 +10350,7 @@
|
|
|
10332
10350
|
"members": [
|
|
10333
10351
|
{
|
|
10334
10352
|
"disabled": false,
|
|
10335
|
-
"document": "
|
|
10353
|
+
"document": "Specifies the resource type for Tag binding. valid values: \"instance\" (cloud virtual machine), \"host\" (cdh), \"image\" (mirror), \"keypair\" (key), \"ps\" (placement group), \"hpc\" (hyper computing cluster).",
|
|
10336
10354
|
"example": "instance",
|
|
10337
10355
|
"member": "string",
|
|
10338
10356
|
"name": "ResourceType",
|
|
@@ -473,20 +473,20 @@
|
|
|
473
473
|
"InquiryPriceRunInstances": [
|
|
474
474
|
{
|
|
475
475
|
"document": "This example shows you how to inquire about the price for purchasing 1 instance with the following configurations. Availability zone: Shanghai Zone 2; billing mode: monthly subscription for 1 month, with auto-renewal enabled; image ID: img-pmqg1cw7; model: 64C256G standard (S5.16XLARGE256); system disk: 50 GB premium cloud disk; data disk: 100 GB premium cloud disk; network type: VPC; public network billing: pay-as-you-go by traffic on an hourly basis; public network bandwidth cap: 10 Mbps; public IP address: randomly allocated; instance name: QCLOUD-TEST; login password: Qcloud@TestApi123++; Cloud Monitor: enabled; Cloud Security: enabled.",
|
|
476
|
-
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: InquiryPriceRunInstances\n<Common request parameters>\n\n
|
|
476
|
+
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: InquiryPriceRunInstances\n<Common request parameters>\n\n{\n \"SystemDisk\": {\n \"DiskSize\": 50,\n \"DiskType\": \"CLOUD_PREMIUM\"\n },\n \"InstanceCount\": 1,\n \"Placement\": {\n \"Zone\": \"ap-shanghai-2\"\n },\n \"LoginSettings\": {\n \"Password\": \"Qcloud@TestApi123++\"\n },\n \"ImageId\": \"img-pmqg1cw7\",\n \"InstanceChargeType\": \"PREPAID\",\n \"EnhancedService\": {\n \"SecurityService\": {\n \"Enabled\": true\n },\n \"MonitorService\": {\n \"Enabled\": true\n }\n },\n \"InternetAccessible\": {\n \"PublicIpAssigned\": true,\n \"InternetChargeType\": \"TRAFFIC_POSTPAID_BY_HOUR\",\n \"InternetMaxBandwidthOut\": 10\n },\n \"InstanceChargePrepaid\": {\n \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\",\n \"Period\": 1\n },\n \"InstanceName\": \"QCLOUD-TEST\",\n \"InstanceType\": \"S5.16XLARGE256\",\n \"DataDisks\": [\n {\n \"DiskSize\": 100,\n \"DiskType\": \"CLOUD_PREMIUM\"\n }\n ]\n}",
|
|
477
477
|
"output": "{\n \"Response\": {\n \"Price\": {\n \"InstancePrice\": {\n \"DiscountPrice\": 1804.9,\n \"OriginalPriceThreeYear\": 0.0,\n \"DiscountOneYear\": 0.0,\n \"UnitPrice\": 0.0,\n \"UnitPriceThirdStep\": 0.0,\n \"OriginalPriceFiveYear\": 0.0,\n \"Discount\": 0.0,\n \"DiscountFiveYear\": 0.0,\n \"UnitPriceDiscountThirdStep\": 0.0,\n \"UnitPriceSecondStep\": 0.0,\n \"OriginalPrice\": 8884.5,\n \"DiscountThreeYear\": 0.0,\n \"UnitPriceDiscountSecondStep\": 0.0,\n \"UnitPriceDiscount\": 0.0,\n \"DiscountPriceFiveYear\": 0.0,\n \"OriginalPriceOneYear\": 0.0,\n \"ChargeUnit\": \"HOUR\",\n \"DiscountPriceThreeYear\": 0.0,\n \"DiscountPriceOneYear\": 0.0\n },\n \"BandwidthPrice\": {\n \"DiscountPrice\": 0.0,\n \"OriginalPriceThreeYear\": 0.0,\n \"DiscountOneYear\": 0.0,\n \"UnitPrice\": 0.8,\n \"UnitPriceThirdStep\": 0.0,\n \"OriginalPriceFiveYear\": 0.0,\n \"Discount\": 0.0,\n \"DiscountFiveYear\": 0.0,\n \"UnitPriceDiscountThirdStep\": 0.0,\n \"UnitPriceSecondStep\": 0.0,\n \"OriginalPrice\": 0.0,\n \"DiscountThreeYear\": 0.0,\n \"UnitPriceDiscountSecondStep\": 0.0,\n \"UnitPriceDiscount\": 0.52,\n \"DiscountPriceFiveYear\": 0.0,\n \"OriginalPriceOneYear\": 0.0,\n \"ChargeUnit\": \"HOUR\",\n \"DiscountPriceThreeYear\": 0.0,\n \"DiscountPriceOneYear\": 0.0\n }\n },\n \"RequestId\": \"65b9edac-bca6-496b-a404-29f503b32495\"\n }\n}",
|
|
478
478
|
"title": "Inquiring About the Price of a Monthly Subscription Instance"
|
|
479
479
|
},
|
|
480
480
|
{
|
|
481
|
-
"document": "This example shows you how to
|
|
482
|
-
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: InquiryPriceRunInstances\n<Common request parameters>\n\n
|
|
483
|
-
"output": "{\n \"Response\": {\n \"Price\": {\n \"InstancePrice\": {\n \"DiscountPrice\": 0.0,\n \"OriginalPriceThreeYear\": 0.0,\n \"DiscountOneYear\": 0.0,\n \"UnitPrice\":
|
|
481
|
+
"document": "This example shows you how to purchase an instance in Shanghai Zone 2 with the image ID `img-pmqg1cw7`. Only the required `Placement.Zone` and `ImageId` parameters are provided. The other parameters use system default values.",
|
|
482
|
+
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: InquiryPriceRunInstances\n<Common request parameters>\n\n{\n \"Placement\": {\n \"Zone\": \"ap-shanghai-2\"\n },\n \"ImageId\": \"img-pmqg1cw7\"\n}",
|
|
483
|
+
"output": "{\n \"Response\": {\n \"Price\": {\n \"InstancePrice\": {\n \"DiscountPrice\": 0.0,\n \"OriginalPriceThreeYear\": 0.0,\n \"DiscountOneYear\": 0.0,\n \"UnitPrice\": 0.2,\n \"UnitPriceThirdStep\": 0.1,\n \"OriginalPriceFiveYear\": 0.0,\n \"Discount\": 0.0,\n \"DiscountFiveYear\": 0.0,\n \"UnitPriceDiscountThirdStep\": 0.06,\n \"UnitPriceSecondStep\": 0.12,\n \"OriginalPrice\": 0.0,\n \"DiscountThreeYear\": 0.0,\n \"UnitPriceDiscountSecondStep\": 0.06,\n \"UnitPriceDiscount\": 0.08,\n \"DiscountPriceFiveYear\": 0.0,\n \"OriginalPriceOneYear\": 0.0,\n \"ChargeUnit\": \"HOUR\",\n \"DiscountPriceThreeYear\": 0.0,\n \"DiscountPriceOneYear\": 0.0\n },\n \"BandwidthPrice\": {\n \"DiscountPrice\": 0.0,\n \"OriginalPriceThreeYear\": 0.0,\n \"DiscountOneYear\": 0.0,\n \"UnitPrice\": 0.0,\n \"UnitPriceThirdStep\": 0.0,\n \"OriginalPriceFiveYear\": 0.0,\n \"Discount\": 0.0,\n \"DiscountFiveYear\": 0.0,\n \"UnitPriceDiscountThirdStep\": 0.0,\n \"UnitPriceSecondStep\": 0.0,\n \"OriginalPrice\": 0.0,\n \"DiscountThreeYear\": 0.0,\n \"UnitPriceDiscountSecondStep\": 0.0,\n \"UnitPriceDiscount\": 0.0,\n \"DiscountPriceFiveYear\": 0.0,\n \"OriginalPriceOneYear\": 0.0,\n \"ChargeUnit\": \"HOUR\",\n \"DiscountPriceThreeYear\": 0.0,\n \"DiscountPriceOneYear\": 0.0\n }\n },\n \"RequestId\": \"65b9edac-bca6-496b-a404-29f503b32495\"\n }\n}",
|
|
484
484
|
"title": "Inquiring About the Price of an Instance with Only Required Parameters"
|
|
485
485
|
},
|
|
486
486
|
{
|
|
487
487
|
"document": "This example shows you how to inquire about the price for purchasing 1 instance with the following configurations. Availability zone: Shanghai Zone 2; billing mode: pay-as-you-go on an hourly basis; image ID: img-pmqg1cw7; model: 64C256G standard (S5.16XLARGE256); system disk: 50 GB premium cloud disk; data disk: 100 GB premium cloud disk; network type: VPC; public network billing: pay-as-you-go by traffic on an hourly basis; public network bandwidth cap: 10 Mbps; public IP address: randomly allocated; instance name: QCLOUD-TEST; login password: Qcloud@TestApi123++; Cloud Monitor: enabled; Cloud Security: enabled.",
|
|
488
|
-
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: InquiryPriceRunInstances\n<Common request parameters>\n\n
|
|
489
|
-
"output": "{\n \"Response\": {\n \"Price\": {\n \"InstancePrice\": {\n \"DiscountPrice\": 0.0,\n \"OriginalPriceThreeYear\": 0.0,\n \"DiscountOneYear\": 0.0,\n \"UnitPrice\":
|
|
488
|
+
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: InquiryPriceRunInstances\n<Common request parameters>\n\n{\n \"SystemDisk\": {\n \"DiskSize\": 50,\n \"DiskType\": \"CLOUD_PREMIUM\"\n },\n \"InstanceCount\": 1,\n \"Placement\": {\n \"Zone\": \"ap-shanghai-2\"\n },\n \"LoginSettings\": {\n \"Password\": \"Qcloud@TestApi123++\"\n },\n \"ImageId\": \"img-pmqg1cw7\",\n \"InstanceChargeType\": \"POSTPAID_BY_HOUR\",\n \"EnhancedService\": {\n \"SecurityService\": {\n \"Enabled\": true\n },\n \"MonitorService\": {\n \"Enabled\": true\n }\n },\n \"InternetAccessible\": {\n \"PublicIpAssigned\": true,\n \"InternetChargeType\": \"TRAFFIC_POSTPAID_BY_HOUR\",\n \"InternetMaxBandwidthOut\": \"10\"\n },\n \"InstanceName\": \"QCLOUD-TEST\",\n \"InstanceType\": \"S5.16XLARGE256\",\n \"DataDisks\": [\n {\n \"DiskSize\": 100,\n \"DiskType\": \"CLOUD_PREMIUM\"\n }\n ]\n}",
|
|
489
|
+
"output": "{\n \"Response\": {\n \"Price\": {\n \"InstancePrice\": {\n \"DiscountPrice\": 0.0,\n \"OriginalPriceThreeYear\": 0.0,\n \"DiscountOneYear\": 0.0,\n \"UnitPrice\": 16.09,\n \"UnitPriceThirdStep\": 16.09,\n \"OriginalPriceFiveYear\": 0.0,\n \"Discount\": 0.0,\n \"DiscountFiveYear\": 0.0,\n \"UnitPriceDiscountThirdStep\": 3.33,\n \"UnitPriceSecondStep\": 16.09,\n \"OriginalPrice\": 0.0,\n \"DiscountThreeYear\": 0.0,\n \"UnitPriceDiscountSecondStep\": 3.33,\n \"UnitPriceDiscount\": 3.33,\n \"DiscountPriceFiveYear\": 0.0,\n \"OriginalPriceOneYear\": 0.0,\n \"ChargeUnit\": \"HOUR\",\n \"DiscountPriceThreeYear\": 0.0,\n \"DiscountPriceOneYear\": 0.0\n },\n \"BandwidthPrice\": {\n \"DiscountPrice\": 0.0,\n \"OriginalPriceThreeYear\": 0.0,\n \"DiscountOneYear\": 0.0,\n \"UnitPrice\": 0.8,\n \"UnitPriceThirdStep\": 0.0,\n \"OriginalPriceFiveYear\": 0.0,\n \"Discount\": 0.0,\n \"DiscountFiveYear\": 0.0,\n \"UnitPriceDiscountThirdStep\": 0.0,\n \"UnitPriceSecondStep\": 0.0,\n \"OriginalPrice\": 0.0,\n \"DiscountThreeYear\": 0.0,\n \"UnitPriceDiscountSecondStep\": 0.0,\n \"UnitPriceDiscount\": 0.52,\n \"DiscountPriceFiveYear\": 0.0,\n \"OriginalPriceOneYear\": 0.0,\n \"ChargeUnit\": \"HOUR\",\n \"DiscountPriceThreeYear\": 0.0,\n \"DiscountPriceOneYear\": 0.0\n }\n },\n \"RequestId\": \"65b9edac-bca6-496b-a404-29f503b32495\"\n }\n}",
|
|
490
490
|
"title": "Inquiring About the Price of an Hourly-Billed Pay-as-You-Go Instance"
|
|
491
491
|
}
|
|
492
492
|
],
|
|
@@ -689,32 +689,32 @@
|
|
|
689
689
|
"RunInstances": [
|
|
690
690
|
{
|
|
691
691
|
"document": "This example shows you how to purchase 1 instance with the following configurations. Availability zone: Shanghai Zone 2; CDH: host-q88gab4i; billing mode: billed by CDH instance; image ID: img-pmqg1cw7; model: 1C1G; system disk: 50 GB premium cloud disk; data disk: 100 GB premium cloud disk; network type: VPC; public network billing: pay-as-you-go by traffic on an hourly basis; public network bandwidth cap: 10 Mbps; public IP address: randomly allocated; instance name: QCLOUD-TEST; login password: Qcloud@TestApi123++; Cloud Monitor: enabled; Cloud Security: enabled.",
|
|
692
|
-
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RunInstances\n<Common request parameters>\n\n
|
|
693
|
-
"output": "{\n \"Response\": {\n \"InstanceIdSet\": [\n \"ins-
|
|
692
|
+
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RunInstances\n<Common request parameters>\n\n{\n \"SystemDisk\": {\n \"DiskSize\": 50,\n \"DiskType\": \"CLOUD_PREMIUM\"\n },\n \"InstanceCount\": \"1\",\n \"Placement\": {\n \"HostIds\": [\n \"host-q88gab4i\"\n ],\n \"Zone\": \"ap-shanghai-2\"\n },\n \"LoginSettings\": {\n \"Password\": \"Qcloud@TestApi123++\"\n },\n \"ImageId\": \"img-pmqg1cw7\",\n \"InstanceChargeType\": \"CDHPAID\",\n \"EnhancedService\": {\n \"SecurityService\": {\n \"Enabled\": \"TRUE\"\n },\n \"MonitorService\": {\n \"Enabled\": \"TRUE\"\n }\n },\n \"InternetAccessible\": {\n \"PublicIpAssigned\": \"TRUE\",\n \"InternetChargeType\": \"TRAFFIC_POSTPAID_BY_HOUR\",\n \"InternetMaxBandwidthOut\": \"10\"\n },\n \"InstanceName\": \"QCLOUD-TEST\",\n \"InstanceType\": \"CDH_1C1G\",\n \"DataDisks\": [\n {\n \"DiskSize\": \"100\",\n \"DiskType\": \"CLOUD_PREMIUM\"\n }\n ]\n}",
|
|
693
|
+
"output": "{\n \"Response\": {\n \"InstanceIdSet\": [\n \"ins-0s7wsh5x\"\n ],\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\"\n }\n}",
|
|
694
694
|
"title": "Purchasing a CDH Instance"
|
|
695
695
|
},
|
|
696
696
|
{
|
|
697
697
|
"document": "This example shows you how to purchase 1 instance with the following configurations. Availability zone: Shanghai Zone 2; billing mode: monthly subscription for 1 month, with auto-renewal enabled; image ID: img-pmqg1cw7; model: 64C256G standard (S5.16XLARGE256); system disk: 50 GB premium cloud disk; data disk: 100 GB premium cloud disk; network type: VPC; public network billing: pay-as-you-go by traffic on an hourly basis; public network bandwidth cap: 10 Mbps; public IP address: randomly allocated; instance name: QCLOUD-TEST; login password: Qcloud@TestApi123++; Cloud Monitor: enabled; Cloud Security: enabled.",
|
|
698
|
-
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RunInstances\n<Common request parameters>\n\n
|
|
699
|
-
"output": "{\n \"Response\": {\n \"InstanceIdSet\": [\n \"ins-
|
|
698
|
+
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RunInstances\n<Common request parameters>\n\n{\n \"SystemDisk\": {\n \"DiskSize\": \"50\",\n \"DiskType\": \"CLOUD_PREMIUM\"\n },\n \"InstanceCount\": \"1\",\n \"Placement\": {\n \"Zone\": \"ap-shanghai-2\"\n },\n \"LoginSettings\": {\n \"Password\": \"Qcloud@TestApi123++\"\n },\n \"ImageId\": \"img-pmqg1cw7\",\n \"InstanceChargeType\": \"PREPAID\",\n \"EnhancedService\": {\n \"SecurityService\": {\n \"Enabled\": \"TRUE\"\n },\n \"MonitorService\": {\n \"Enabled\": \"TRUE\"\n }\n },\n \"InternetAccessible\": {\n \"PublicIpAssigned\": \"TRUE\",\n \"InternetChargeType\": \"TRAFFIC_POSTPAID_BY_HOUR\",\n \"InternetMaxBandwidthOut\": \"10\"\n },\n \"InstanceChargePrepaid\": {\n \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\",\n \"Period\": \"1\"\n },\n \"InstanceName\": \"QCLOUD-TEST\",\n \"InstanceType\": \"S5.16XLARGE256\",\n \"DataDisks\": [\n {\n \"DiskSize\": \"100\",\n \"DiskType\": \"CLOUD_PREMIUM\"\n }\n ]\n}",
|
|
699
|
+
"output": "{\n \"Response\": {\n \"InstanceIdSet\": [\n \"ins-bfw5zq3y\"\n ],\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\"\n }\n}",
|
|
700
700
|
"title": "Purchasing a Monthly Subscription Instance"
|
|
701
701
|
},
|
|
702
702
|
{
|
|
703
703
|
"document": "This example shows you how to purchase an instance in Shanghai Zone 2 with the image ID `img-pmqg1cw7`. Only the required `Placement.Zone` and `ImageId` parameters are provided. The other parameters use system default values.",
|
|
704
|
-
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RunInstances\n<Common request parameters>\n\n
|
|
705
|
-
"output": "{\n \"Response\": {\n \"InstanceIdSet\": [\n \"ins-
|
|
704
|
+
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RunInstances\n<Common request parameters>\n\n{\n \"Placement\": {\n \"Zone\": \"ap-shanghai-2\"\n },\n \"ImageId\": \"img-pmqg1cw7\"\n}",
|
|
705
|
+
"output": "{\n \"Response\": {\n \"InstanceIdSet\": [\n \"ins-1vogaxgk\"\n ],\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\"\n }\n}",
|
|
706
706
|
"title": "Purchasing an Instance with Only Required Parameters"
|
|
707
707
|
},
|
|
708
708
|
{
|
|
709
709
|
"document": "This example shows you how to purchase 1 instance with the following configurations. Availability zone: Shanghai Zone 2; billing mode: pay-as-you-go on an hourly basis; image ID: img-pmqg1cw7; model: 64C256G standard (S5.16XLARGE256); system disk: 50 GB premium cloud disk; data disk: 100 GB premium cloud disk; network type: VPC; public network billing: pay-as-you-go by traffic on an hourly basis; public network bandwidth cap: 10 Mbps; public IP address: randomly allocated; instance name: QCLOUD-TEST; login password: Qcloud@TestApi123++; Cloud Monitor: enabled; Cloud Security: enabled.",
|
|
710
|
-
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RunInstances\n<Common request parameters>\n\n
|
|
711
|
-
"output": "{\n \"Response\": {\n \"InstanceIdSet\": [\n \"ins-
|
|
710
|
+
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RunInstances\n<Common request parameters>\n\n{\n \"SystemDisk\": {\n \"DiskSize\": \"50\",\n \"DiskType\": \"CLOUD_PREMIUM\"\n },\n \"InstanceCount\": \"1\",\n \"Placement\": {\n \"Zone\": \"ap-shanghai-2\"\n },\n \"LoginSettings\": {\n \"Password\": \"Qcloud@TestApi123++\"\n },\n \"ImageId\": \"img-pmqg1cw7\",\n \"InstanceChargeType\": \"POSTPAID_BY_HOUR\",\n \"EnhancedService\": {\n \"SecurityService\": {\n \"Enabled\": \"TRUE\"\n },\n \"MonitorService\": {\n \"Enabled\": \"TRUE\"\n }\n },\n \"InternetAccessible\": {\n \"PublicIpAssigned\": \"TRUE\",\n \"InternetChargeType\": \"TRAFFIC_POSTPAID_BY_HOUR\",\n \"InternetMaxBandwidthOut\": \"10\"\n },\n \"InstanceName\": \"QCLOUD-TEST\",\n \"InstanceType\": \"S5.16XLARGE256\",\n \"DataDisks\": [\n {\n \"DiskSize\": \"100\",\n \"DiskType\": \"CLOUD_PREMIUM\"\n }\n ]\n}",
|
|
711
|
+
"output": "{\n \"Response\": {\n \"InstanceIdSet\": [\n \"ins-32kcaqoa\"\n ],\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\"\n }\n}",
|
|
712
712
|
"title": "Purchasing an Hourly-Billed Pay-as-You-Go Instance"
|
|
713
713
|
},
|
|
714
714
|
{
|
|
715
715
|
"document": "This example shows you how to purchase 2 instances with the following configurations. Availability zone: Shanghai Zone 2; billing mode: pay-as-you-go on an hourly basis; image ID: img-dkwyg6sr; model: 64C256G standard (S5.16XLARGE256); system disk: 50 GB premium cloud disk; network type: VPC; VPC ID: 1urkhbj4; subnet ID: dcs9x3gz; private IP address: 10.0.0.18 and 10.0.0.19.",
|
|
716
|
-
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RunInstances\n<Common request parameters>\n\n
|
|
717
|
-
"output": "{\n \"Response\": {\n \"InstanceIdSet\": [\n \"ins-0s7wsh5x\"\n ],\n \"RequestId\": \"
|
|
716
|
+
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RunInstances\n<Common request parameters>\n\n{\n \"VirtualPrivateCloud\": {\n \"SubnetId\": \"subnet-dcs9x3gz\",\n \"VpcId\": \"vpc-1urkhbj4\",\n \"PrivateIpAddresses\": [\n \"10.0.0.19\",\n \"10.0.0.18\"\n ]\n },\n \"InstanceCount\": \"2\",\n \"Placement\": {\n \"Zone\": \"ap-shanghai-2\"\n },\n \"SystemDisk\": {\n \"DiskSize\": \"50\",\n \"DiskType\": \"CLOUD_PREMIUM\"\n },\n \"ImageId\": \"img-dkwyg6sr\",\n \"InstanceType\": \"S5.16XLARGE256\"\n}",
|
|
717
|
+
"output": "{\n \"Response\": {\n \"InstanceIdSet\": [\n \"ins-0s7wsh5x\",\n \"ins-03lw8hok\"\n ],\n \"RequestId\": \"3c14def19-cfes-470e-b241-90787u6jf5uj\"\n }\n}",
|
|
718
718
|
"title": "Creating an Instance with the Private IP Address Specified"
|
|
719
719
|
}
|
|
720
720
|
],
|
|
@@ -1310,7 +1310,7 @@
|
|
|
1310
1310
|
"status": "online"
|
|
1311
1311
|
},
|
|
1312
1312
|
"UpgradePlan": {
|
|
1313
|
-
"document": "When you need features available only in higher-tier plans, you can upgrade your plan through this interface. Upgrades are only supported for Personal and Basic Edition Plans.\n> For differences between EdgeOne billing plans, refer to [Comparison of EdgeOne Plans](https://intl.cloud.tencent.com/document/product/1552/94165?from_cn_redirect=1).\nFor EdgeOne plan upgrade rules and pricing details, refer to [EdgeOne Plan Upgrade Guide](https://intl.cloud.tencent.com/document/product/1552/95291?from_cn_redirect=1).\nIf your plan needs to upgrade to the Enterprise Edition, [Contact Us](https://
|
|
1313
|
+
"document": "When you need features available only in higher-tier plans, you can upgrade your plan through this interface. Upgrades are only supported for Personal and Basic Edition Plans.\n> For differences between EdgeOne billing plans, refer to [Comparison of EdgeOne Plans](https://intl.cloud.tencent.com/document/product/1552/94165?from_cn_redirect=1).\nFor EdgeOne plan upgrade rules and pricing details, refer to [EdgeOne Plan Upgrade Guide](https://intl.cloud.tencent.com/document/product/1552/95291?from_cn_redirect=1).\nIf your plan needs to upgrade to the Enterprise Edition, [Contact Us](https://www.tencentcloud.com/contact-us).",
|
|
1314
1314
|
"input": "UpgradePlanRequest",
|
|
1315
1315
|
"name": "Upgrades plan",
|
|
1316
1316
|
"output": "UpgradePlanResponse",
|
|
@@ -22663,6 +22663,23 @@
|
|
|
22663
22663
|
],
|
|
22664
22664
|
"usage": "out"
|
|
22665
22665
|
},
|
|
22666
|
+
"OriginPullProtocolParameters": {
|
|
22667
|
+
"document": "",
|
|
22668
|
+
"members": [
|
|
22669
|
+
{
|
|
22670
|
+
"disabled": false,
|
|
22671
|
+
"document": "",
|
|
22672
|
+
"example": "https",
|
|
22673
|
+
"member": "string",
|
|
22674
|
+
"name": "Protocol",
|
|
22675
|
+
"output_required": false,
|
|
22676
|
+
"required": false,
|
|
22677
|
+
"type": "string",
|
|
22678
|
+
"value_allowed_null": false
|
|
22679
|
+
}
|
|
22680
|
+
],
|
|
22681
|
+
"usage": "both"
|
|
22682
|
+
},
|
|
22666
22683
|
"OriginRecord": {
|
|
22667
22684
|
"document": "Origin group record",
|
|
22668
22685
|
"members": [
|
|
@@ -23107,7 +23124,7 @@
|
|
|
23107
23124
|
},
|
|
23108
23125
|
{
|
|
23109
23126
|
"disabled": false,
|
|
23110
|
-
"document": "Maximum limit.
|
|
23127
|
+
"document": "Maximum limit.Takes effect only when Switch is on. Range:1 MB - 800 MB (bytes).",
|
|
23111
23128
|
"example": "10000000",
|
|
23112
23129
|
"member": "int64",
|
|
23113
23130
|
"name": "MaxSize",
|
|
@@ -23135,7 +23152,7 @@
|
|
|
23135
23152
|
},
|
|
23136
23153
|
{
|
|
23137
23154
|
"disabled": false,
|
|
23138
|
-
"document": "Maximum size of the file uploaded for streaming via a post request
|
|
23155
|
+
"document": "Maximum size of the file uploaded for streaming via a post request. Takes effect only when Switch is on. Range: 1 MB - 800 MB (bytes).",
|
|
23139
23156
|
"example": "10000000",
|
|
23140
23157
|
"member": "int64",
|
|
23141
23158
|
"name": "MaxSize",
|
|
@@ -24983,6 +25000,17 @@
|
|
|
24983
25000
|
"type": "object",
|
|
24984
25001
|
"value_allowed_null": true
|
|
24985
25002
|
},
|
|
25003
|
+
{
|
|
25004
|
+
"disabled": false,
|
|
25005
|
+
"document": "",
|
|
25006
|
+
"example": "无",
|
|
25007
|
+
"member": "OriginPullProtocolParameters",
|
|
25008
|
+
"name": "OriginPullProtocolParameters",
|
|
25009
|
+
"output_required": false,
|
|
25010
|
+
"required": false,
|
|
25011
|
+
"type": "object",
|
|
25012
|
+
"value_allowed_null": true
|
|
25013
|
+
},
|
|
24986
25014
|
{
|
|
24987
25015
|
"disabled": false,
|
|
24988
25016
|
"document": "Intelligent compression configuration. this parameter is required when name is set to compression.\nNote: this field may return null, which indicates a failure to obtain a valid value.",
|
|
@@ -3444,13 +3444,13 @@
|
|
|
3444
3444
|
},
|
|
3445
3445
|
{
|
|
3446
3446
|
"disabled": false,
|
|
3447
|
-
"document": "
|
|
3448
|
-
"example": "[]",
|
|
3447
|
+
"document": "Subnet Split by Auxiliary CIDR",
|
|
3448
|
+
"example": "[{\"VpcId\": \"vpc-7zqx75u3\", \"SubnetId\": \"subnet-9b1gk064\", \"CidrBlock\": \"11.0.0.0/16\", \"Zone\": \"ap-guangzhou-2\", \"SubnetName\": \"demo\"}]",
|
|
3449
3449
|
"member": "Subnet",
|
|
3450
3450
|
"name": "SubnetSet",
|
|
3451
3451
|
"output_required": true,
|
|
3452
3452
|
"type": "list",
|
|
3453
|
-
"value_allowed_null":
|
|
3453
|
+
"value_allowed_null": false
|
|
3454
3454
|
}
|
|
3455
3455
|
],
|
|
3456
3456
|
"usage": "out"
|
|
@@ -7671,11 +7671,20 @@
|
|
|
7671
7671
|
{
|
|
7672
7672
|
"disabled": false,
|
|
7673
7673
|
"document": "Bound tags, such as [{\"Key\": \"city\", \"Value\": \"shanghai\"}]",
|
|
7674
|
-
"example": "[]",
|
|
7674
|
+
"example": "[{\"Key\": \"env\", \"Value\": \"prod\"}]",
|
|
7675
7675
|
"member": "Tag",
|
|
7676
7676
|
"name": "Tags",
|
|
7677
7677
|
"required": false,
|
|
7678
7678
|
"type": "list"
|
|
7679
|
+
},
|
|
7680
|
+
{
|
|
7681
|
+
"disabled": false,
|
|
7682
|
+
"document": "Vpc association with CCN route publish policy. true: enables cidr route publishing. false: enables subnet route publishing. default is subnet route publishing when creating a vpc. to select cidr route publishing, submit a ticket for adding to allowlist.",
|
|
7683
|
+
"example": "true",
|
|
7684
|
+
"member": "bool",
|
|
7685
|
+
"name": "EnableRouteVpcPublish",
|
|
7686
|
+
"required": false,
|
|
7687
|
+
"type": "bool"
|
|
7679
7688
|
}
|
|
7680
7689
|
],
|
|
7681
7690
|
"type": "object"
|
|
@@ -7686,7 +7695,7 @@
|
|
|
7686
7695
|
{
|
|
7687
7696
|
"disabled": false,
|
|
7688
7697
|
"document": "The VPC object.",
|
|
7689
|
-
"example": "
|
|
7698
|
+
"example": "无",
|
|
7690
7699
|
"member": "Vpc",
|
|
7691
7700
|
"name": "Vpc",
|
|
7692
7701
|
"output_required": true,
|
|
@@ -17134,6 +17143,42 @@
|
|
|
17134
17143
|
],
|
|
17135
17144
|
"usage": "both"
|
|
17136
17145
|
},
|
|
17146
|
+
"ISPIPv6CidrBlock": {
|
|
17147
|
+
"document": "Returns multi-operator IPv6 Cidr Block.",
|
|
17148
|
+
"members": [
|
|
17149
|
+
{
|
|
17150
|
+
"disabled": false,
|
|
17151
|
+
"document": "IPv6 CIdr Block",
|
|
17152
|
+
"example": "2402:4e00:1717:8200::/56",
|
|
17153
|
+
"member": "string",
|
|
17154
|
+
"name": "IPv6CidrBlock",
|
|
17155
|
+
"output_required": true,
|
|
17156
|
+
"type": "string",
|
|
17157
|
+
"value_allowed_null": false
|
|
17158
|
+
},
|
|
17159
|
+
{
|
|
17160
|
+
"disabled": false,
|
|
17161
|
+
"document": "Network operator type. valid values: 'BGP' (default), 'CMCC' (china mobile), 'CTCC' (china telecom), 'CUCC' (china unicom).",
|
|
17162
|
+
"example": "BGP",
|
|
17163
|
+
"member": "string",
|
|
17164
|
+
"name": "ISPType",
|
|
17165
|
+
"output_required": true,
|
|
17166
|
+
"type": "string",
|
|
17167
|
+
"value_allowed_null": false
|
|
17168
|
+
},
|
|
17169
|
+
{
|
|
17170
|
+
"disabled": false,
|
|
17171
|
+
"document": "Specifies the type of IPv6 Cidr: `GUA` (global unicast address), `ULA` (unique local address).",
|
|
17172
|
+
"example": "GUA",
|
|
17173
|
+
"member": "string",
|
|
17174
|
+
"name": "AddressType",
|
|
17175
|
+
"output_required": false,
|
|
17176
|
+
"type": "string",
|
|
17177
|
+
"value_allowed_null": false
|
|
17178
|
+
}
|
|
17179
|
+
],
|
|
17180
|
+
"usage": "out"
|
|
17181
|
+
},
|
|
17137
17182
|
"InquirePriceCreateDirectConnectGatewayRequest": {
|
|
17138
17183
|
"document": "InquirePriceCreateDirectConnectGateway request structure.",
|
|
17139
17184
|
"members": [],
|
|
@@ -19990,7 +20035,7 @@
|
|
|
19990
20035
|
"members": [
|
|
19991
20036
|
{
|
|
19992
20037
|
"disabled": false,
|
|
19993
|
-
"document": "
|
|
20038
|
+
"document": "VPC instance ID, in the format of vpc-f49l6u0z.",
|
|
19994
20039
|
"example": "vpc-m7sr81gh",
|
|
19995
20040
|
"member": "string",
|
|
19996
20041
|
"name": "VpcId",
|
|
@@ -20033,6 +20078,15 @@
|
|
|
20033
20078
|
"required": false,
|
|
20034
20079
|
"type": "string"
|
|
20035
20080
|
},
|
|
20081
|
+
{
|
|
20082
|
+
"disabled": false,
|
|
20083
|
+
"document": "Vpc association with CCN route publish policy. true enables cidr route publishing. false enables subnet route publishing. the default is subnet route publishing when creating a vpc. to use cidr route publishing, submit a ticket to add to allowlist.",
|
|
20084
|
+
"example": "true",
|
|
20085
|
+
"member": "bool",
|
|
20086
|
+
"name": "EnableRouteVpcPublish",
|
|
20087
|
+
"required": false,
|
|
20088
|
+
"type": "bool"
|
|
20089
|
+
},
|
|
20036
20090
|
{
|
|
20037
20091
|
"disabled": false,
|
|
20038
20092
|
"document": "Whether to publish the CDC subnet to CCN. `true`: Publish; `false`: Do not publish",
|
|
@@ -25094,7 +25148,7 @@
|
|
|
25094
25148
|
{
|
|
25095
25149
|
"disabled": false,
|
|
25096
25150
|
"document": "The `IPv6` `CIDR` of the subnet.",
|
|
25097
|
-
"example": "
|
|
25151
|
+
"example": "fd76:3600:1300:c00::/64",
|
|
25098
25152
|
"member": "string",
|
|
25099
25153
|
"name": "Ipv6CidrBlock",
|
|
25100
25154
|
"output_required": false,
|
|
@@ -25134,7 +25188,7 @@
|
|
|
25134
25188
|
{
|
|
25135
25189
|
"disabled": false,
|
|
25136
25190
|
"document": "Tag key-value pairs",
|
|
25137
|
-
"example": "[]",
|
|
25191
|
+
"example": "[{\"Key\": \"env\", \"Value\": \"prod\"}]",
|
|
25138
25192
|
"member": "Tag",
|
|
25139
25193
|
"name": "TagSet",
|
|
25140
25194
|
"output_required": false,
|
|
@@ -25143,23 +25197,23 @@
|
|
|
25143
25197
|
},
|
|
25144
25198
|
{
|
|
25145
25199
|
"disabled": false,
|
|
25146
|
-
"document": "CDC instance ID
|
|
25200
|
+
"document": "CDC instance ID.",
|
|
25147
25201
|
"example": "cluster-gbo27yc4",
|
|
25148
25202
|
"member": "string",
|
|
25149
25203
|
"name": "CdcId",
|
|
25150
25204
|
"output_required": false,
|
|
25151
25205
|
"type": "string",
|
|
25152
|
-
"value_allowed_null":
|
|
25206
|
+
"value_allowed_null": false
|
|
25153
25207
|
},
|
|
25154
25208
|
{
|
|
25155
25209
|
"disabled": false,
|
|
25156
|
-
"document": "Whether
|
|
25210
|
+
"document": "Whether the subnet is associated with CDC. valid values: 0 (no), 1 (yes).",
|
|
25157
25211
|
"example": "0",
|
|
25158
25212
|
"member": "int64",
|
|
25159
25213
|
"name": "IsCdcSubnet",
|
|
25160
25214
|
"output_required": false,
|
|
25161
25215
|
"type": "int",
|
|
25162
|
-
"value_allowed_null":
|
|
25216
|
+
"value_allowed_null": false
|
|
25163
25217
|
}
|
|
25164
25218
|
],
|
|
25165
25219
|
"usage": "out"
|
|
@@ -25544,7 +25598,7 @@
|
|
|
25544
25598
|
{
|
|
25545
25599
|
"disabled": false,
|
|
25546
25600
|
"document": "`VPC` name.",
|
|
25547
|
-
"example": "
|
|
25601
|
+
"example": "VPC-1",
|
|
25548
25602
|
"member": "string",
|
|
25549
25603
|
"name": "VpcName",
|
|
25550
25604
|
"output_required": true,
|
|
@@ -25574,7 +25628,7 @@
|
|
|
25574
25628
|
{
|
|
25575
25629
|
"disabled": false,
|
|
25576
25630
|
"document": "Whether it is the default `VPC`.",
|
|
25577
|
-
"example": "
|
|
25631
|
+
"example": "true",
|
|
25578
25632
|
"member": "bool",
|
|
25579
25633
|
"name": "IsDefault",
|
|
25580
25634
|
"output_required": true,
|
|
@@ -25584,7 +25638,7 @@
|
|
|
25584
25638
|
{
|
|
25585
25639
|
"disabled": false,
|
|
25586
25640
|
"document": "Whether multicast is enabled.",
|
|
25587
|
-
"example": "true
|
|
25641
|
+
"example": "true",
|
|
25588
25642
|
"member": "bool",
|
|
25589
25643
|
"name": "EnableMulticast",
|
|
25590
25644
|
"output_required": true,
|
|
@@ -25614,7 +25668,7 @@
|
|
|
25614
25668
|
{
|
|
25615
25669
|
"disabled": false,
|
|
25616
25670
|
"document": "DHCP domain name option value.",
|
|
25617
|
-
"example": "
|
|
25671
|
+
"example": "DomainName1",
|
|
25618
25672
|
"member": "string",
|
|
25619
25673
|
"name": "DomainName",
|
|
25620
25674
|
"output_required": true,
|
|
@@ -25634,7 +25688,7 @@
|
|
|
25634
25688
|
{
|
|
25635
25689
|
"disabled": false,
|
|
25636
25690
|
"document": "Whether `DHCP` is enabled.",
|
|
25637
|
-
"example": "
|
|
25691
|
+
"example": "false",
|
|
25638
25692
|
"member": "bool",
|
|
25639
25693
|
"name": "EnableDhcp",
|
|
25640
25694
|
"output_required": true,
|
|
@@ -25654,7 +25708,7 @@
|
|
|
25654
25708
|
{
|
|
25655
25709
|
"disabled": false,
|
|
25656
25710
|
"document": "Tag key-value pair",
|
|
25657
|
-
"example": "
|
|
25711
|
+
"example": "无",
|
|
25658
25712
|
"member": "Tag",
|
|
25659
25713
|
"name": "TagSet",
|
|
25660
25714
|
"output_required": true,
|
|
@@ -25663,13 +25717,33 @@
|
|
|
25663
25717
|
},
|
|
25664
25718
|
{
|
|
25665
25719
|
"disabled": false,
|
|
25666
|
-
"document": "
|
|
25667
|
-
"example": "
|
|
25720
|
+
"document": "Auxiliary CIDR",
|
|
25721
|
+
"example": "无",
|
|
25668
25722
|
"member": "AssistantCidr",
|
|
25669
25723
|
"name": "AssistantCidrSet",
|
|
25724
|
+
"output_required": false,
|
|
25725
|
+
"type": "list",
|
|
25726
|
+
"value_allowed_null": false
|
|
25727
|
+
},
|
|
25728
|
+
{
|
|
25729
|
+
"disabled": false,
|
|
25730
|
+
"document": "Vpc association with CCN route publish policy. true: enables cidr route publishing. false: enables subnet route publishing. default is subnet route publishing when creating a vpc. to select cidr route publishing, submit a ticket for adding to allowlist.",
|
|
25731
|
+
"example": "true",
|
|
25732
|
+
"member": "bool",
|
|
25733
|
+
"name": "EnableRouteVpcPublish",
|
|
25734
|
+
"output_required": true,
|
|
25735
|
+
"type": "bool",
|
|
25736
|
+
"value_allowed_null": false
|
|
25737
|
+
},
|
|
25738
|
+
{
|
|
25739
|
+
"disabled": false,
|
|
25740
|
+
"document": "Returns the multi-operator IPv6 Cidr Block.",
|
|
25741
|
+
"example": "无",
|
|
25742
|
+
"member": "ISPIPv6CidrBlock",
|
|
25743
|
+
"name": "Ipv6CidrBlockSet",
|
|
25670
25744
|
"output_required": true,
|
|
25671
25745
|
"type": "list",
|
|
25672
|
-
"value_allowed_null":
|
|
25746
|
+
"value_allowed_null": false
|
|
25673
25747
|
}
|
|
25674
25748
|
],
|
|
25675
25749
|
"usage": "out"
|
|
@@ -572,7 +572,7 @@
|
|
|
572
572
|
{
|
|
573
573
|
"document": "This example shows you how to create a VPC.",
|
|
574
574
|
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateVpc\n<Common request parameters>\n\n{\n \"VpcName\": \"TestVPC\",\n \"CidrBlock\": \"10.8.0.0/16\",\n \"Tags\": [\n {\n \"Value\": \"shanghai\",\n \"Key\": \"city\"\n }\n ]\n}",
|
|
575
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"0a74f7fe-0cfe-4bc7-b1d2-6575168d7a44\",\n \"Vpc\": {\n \"VpcId\": \"vpc-2ln96dly\",\n \"DomainName\": \"TEST\",\n \"Ipv6CidrBlock\": \"2001::85b:3c51:f5ff:ffdb\",\n \"EnableDhcp\": true,\n \"DnsServerSet\": [\n \"183.60.82.98\",\n \"183.60.83.1\"\n ],\n \"EnableMulticast\": false,\n \"VpcName\": \"TEST\",\n \"AssistantCidrSet\": [\n {\n \"SubnetSet\": [\n {\n \"NetworkAclId\": \"acl-n8w3ppae\",\n \"RouteTableId\": \"rtb-57ruphgv\",\n \"VpcId\": \"vpc-lrrlomg7\",\n \"EnableBroadcast\": true,\n \"Zone\": \"ap-guangzhou-1\",\n \"IsCdcSubnet\": 0,\n \"Ipv6CidrBlock\": \"2001::85b:3c51:f5ff:ffda\",\n \"CdcId\": \"cluster-gbo27yc4\",\n \"AvailableIpAddressCount\": 1,\n \"IsRemoteVpcSnat\": true,\n \"SubnetName\": \"TEST\",\n \"TotalIpAddressCount\": 1,\n \"CreatedTime\": \"2020-09-18 19:46:07\",\n \"SubnetId\": \"subnet-p9oa3yo7\",\n \"CidrBlock\": \"10.0.0.0/16\",\n \"TagSet\": [\n {\n \"Value\": \"TEST\",\n \"Key\": \"TEST\"\n }\n ],\n \"IsDefault\": true\n }\n ],\n \"VpcId\": \"vpc-lrrlomg7\",\n \"CidrBlock\": \"10.0.0.0/16\",\n \"AssistantType\": 0\n }\n ],\n \"TagSet\": [\n {\n \"Value\": \"TEST\",\n \"Key\": \"TESt\"\n }\n ],\n \"DhcpOptionsId\": \"dopt-058pu85z\",\n \"CreatedTime\": \"0000-00-00 00:00:00\",\n \"CidrBlock\": \"10.0.0.0/16\",\n \"IsDefault\": false\n }\n }\n}",
|
|
575
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"0a74f7fe-0cfe-4bc7-b1d2-6575168d7a44\",\n \"Vpc\": {\n \"VpcId\": \"vpc-2ln96dly\",\n \"DomainName\": \"TEST\",\n \"Ipv6CidrBlock\": \"2001::85b:3c51:f5ff:ffdb\",\n \"EnableRouteVpcPublish\": false,\n \"Ipv6CidrBlockSet\": [\n {\n \"IPv6CidrBlock\": \"2001::85b:3c51:f5ff:ffd3\",\n \"ISPType\": \"BGP\"\n }\n ],\n \"EnableDhcp\": true,\n \"DnsServerSet\": [\n \"183.60.82.98\",\n \"183.60.83.1\"\n ],\n \"EnableMulticast\": false,\n \"VpcName\": \"TEST\",\n \"AssistantCidrSet\": [\n {\n \"SubnetSet\": [\n {\n \"NetworkAclId\": \"acl-n8w3ppae\",\n \"RouteTableId\": \"rtb-57ruphgv\",\n \"VpcId\": \"vpc-lrrlomg7\",\n \"EnableBroadcast\": true,\n \"Zone\": \"ap-guangzhou-1\",\n \"IsCdcSubnet\": 0,\n \"Ipv6CidrBlock\": \"2001::85b:3c51:f5ff:ffda\",\n \"CdcId\": \"cluster-gbo27yc4\",\n \"AvailableIpAddressCount\": 1,\n \"IsRemoteVpcSnat\": true,\n \"SubnetName\": \"TEST\",\n \"TotalIpAddressCount\": 1,\n \"CreatedTime\": \"2020-09-18 19:46:07\",\n \"SubnetId\": \"subnet-p9oa3yo7\",\n \"CidrBlock\": \"10.0.0.0/16\",\n \"TagSet\": [\n {\n \"Value\": \"TEST\",\n \"Key\": \"TEST\"\n }\n ],\n \"IsDefault\": true\n }\n ],\n \"VpcId\": \"vpc-lrrlomg7\",\n \"CidrBlock\": \"10.0.0.0/16\",\n \"AssistantType\": 0\n }\n ],\n \"TagSet\": [\n {\n \"Value\": \"TEST\",\n \"Key\": \"TESt\"\n }\n ],\n \"DhcpOptionsId\": \"dopt-058pu85z\",\n \"CreatedTime\": \"0000-00-00 00:00:00\",\n \"CidrBlock\": \"10.0.0.0/16\",\n \"IsDefault\": false\n }\n }\n}",
|
|
576
576
|
"title": "Creating a VPC"
|
|
577
577
|
}
|
|
578
578
|
],
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tccli-intl-en
|
|
3
|
-
Version: 3.0.
|
|
3
|
+
Version: 3.0.1278.1
|
|
4
4
|
Summary: Universal Command Line Environment for Tencent Cloud
|
|
5
5
|
Home-page: https://github.com/TencentCloud/tencentcloud-cli-intl-en.git
|
|
6
6
|
Author: Tencent Cloud
|
|
7
7
|
Maintainer-email: TencentCloudApi@tencent.com
|
|
8
|
-
License: UNKNOWN
|
|
9
8
|
Platform: unix
|
|
10
9
|
Platform: linux
|
|
11
10
|
Platform: win64
|
|
@@ -22,9 +21,9 @@ Classifier: Programming Language :: Python :: 3.4
|
|
|
22
21
|
Classifier: Programming Language :: Python :: 3.5
|
|
23
22
|
Classifier: Programming Language :: Python :: 3.6
|
|
24
23
|
License-File: LICENSE
|
|
25
|
-
Requires-Dist: tencentcloud-sdk-python-intl-en
|
|
26
|
-
Requires-Dist: jmespath
|
|
27
|
-
Requires-Dist: six
|
|
24
|
+
Requires-Dist: tencentcloud-sdk-python-intl-en >=3.0.1278
|
|
25
|
+
Requires-Dist: jmespath ==0.10.0
|
|
26
|
+
Requires-Dist: six ==1.16.0
|
|
28
27
|
|
|
29
28
|
Install
|
|
30
29
|
=======
|
|
@@ -63,5 +62,3 @@ Compliance Notice
|
|
|
63
62
|
=================
|
|
64
63
|
|
|
65
64
|
Please prioritize using the default domain names configured in the SDK for each product. If using other domains, note that overseas domains may pose data compliance risks.
|
|
66
|
-
|
|
67
|
-
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
tccli/__init__.py,sha256=
|
|
1
|
+
tccli/__init__.py,sha256=ML9jk11AlOL1kDg_R0qu3qKYWcS9e8AV_wMD6VabYZQ,28
|
|
2
2
|
tccli/argparser.py,sha256=WtfpBhj2R6JHSzagy6w6Q4y3YVmyIC_yK80w3tqBPgU,5589
|
|
3
3
|
tccli/argument.py,sha256=ZtVo3AySpzM-Hw6_hPdU27FjUsc8QPB2fIuLy7JSBAk,8091
|
|
4
4
|
tccli/base_command.py,sha256=rFWNAwfS0GA6LLGNOM-iPI0RV81Jag5cZn536ZQN0pw,2859
|
|
@@ -80,7 +80,7 @@ tccli/services/asr/v20190614/api.json,sha256=FfacUoPZvmIMmVb7tA2AAvkwgf7CMqHoA7I
|
|
|
80
80
|
tccli/services/asr/v20190614/examples.json,sha256=zpjqQ1thB6pWzjW1TTTe-WTy4MnKDa5cSIGxCpJWPoE,8448
|
|
81
81
|
tccli/services/autoscaling/__init__.py,sha256=ehT8TTIZwn3a9MLUnT2wDV_T7luS4lb-4DYWUYQ4tJc,101
|
|
82
82
|
tccli/services/autoscaling/autoscaling_client.py,sha256=KK7xae1b_alFNKf0LXQzd6D4YXM259iBECJNeUpUoTY,187137
|
|
83
|
-
tccli/services/autoscaling/v20180419/api.json,sha256=
|
|
83
|
+
tccli/services/autoscaling/v20180419/api.json,sha256=h4mCjyNqYIcW5sMzLOTxHk4gmqyecdmd2uVzRWATL9o,409335
|
|
84
84
|
tccli/services/autoscaling/v20180419/examples.json,sha256=NXCTMDFg6QOCVJwo8Lmzjnrh9aM37lx_DTSDkgCV4nY,96522
|
|
85
85
|
tccli/services/batch/__init__.py,sha256=3LNSwycYE8a19VhTI55qyAYZ3VxzLJggE3i0LjgY2J8,89
|
|
86
86
|
tccli/services/batch/batch_client.py,sha256=km6bg8vQ7T05U92J-OVGPH6L1tEbnMzJEEVVvsAavBA,92772
|
|
@@ -198,8 +198,8 @@ tccli/services/ctsdb/v20230202/api.json,sha256=OdVCQn1d5ROlJirmxcGLM2TkLzDH2cunz
|
|
|
198
198
|
tccli/services/ctsdb/v20230202/examples.json,sha256=GB60VeEhL_lUbM6kjgL-9fqXGd7dc1C7TUCK6KRrrV4,3720
|
|
199
199
|
tccli/services/cvm/__init__.py,sha256=TlF7VMjJTb_ELng-8ghL1Zvrmu7MJyuNBU5KLiWrFnw,85
|
|
200
200
|
tccli/services/cvm/cvm_client.py,sha256=ZW8BuuBueuowNazUCMxG2fWGythDmGsn7tA-bpoGktM,267439
|
|
201
|
-
tccli/services/cvm/v20170312/api.json,sha256=
|
|
202
|
-
tccli/services/cvm/v20170312/examples.json,sha256=
|
|
201
|
+
tccli/services/cvm/v20170312/api.json,sha256=Ev-ryouFvUhMKa3dgzuascpGh2DwvSglRZxsoPgjgOM,489078
|
|
202
|
+
tccli/services/cvm/v20170312/examples.json,sha256=lYtWnMY_gI6_nuS8oDsOOPa6db6fxMNdLAqe04hg-ag,116524
|
|
203
203
|
tccli/services/cwp/__init__.py,sha256=VzfiK7QzpNmTiO4zrmILRFSkKMJka8elLwzYLTjUPFw,85
|
|
204
204
|
tccli/services/cwp/cwp_client.py,sha256=UNo7UrxPCchk06Gjnnb-o8Ieh87mppr3HCdnUAHfFiQ,1452506
|
|
205
205
|
tccli/services/cwp/v20180228/api.json,sha256=dl5bSD0_GMwxmOIItlWCGJLcHilwgdV9x096K8Do1Oc,2098126
|
|
@@ -518,7 +518,7 @@ tccli/services/teo/__init__.py,sha256=nvzcUSkSQuTftWEJ399BUZpUk_0jEq-l97539DwbAw
|
|
|
518
518
|
tccli/services/teo/teo_client.py,sha256=aKu9kxw__IqmH8MFfa7JZ2vJ8eyksBiwHL97KqVqPyE,745543
|
|
519
519
|
tccli/services/teo/v20220106/api.json,sha256=pEZJsuPOV4oAO5uxFRxpkBzxdGbhiuDGeDhItZLpBk0,440930
|
|
520
520
|
tccli/services/teo/v20220106/examples.json,sha256=bzXKxeiSSmtv7lL1wbcb7YaTbgbOFBJbD_uCv1fzQuk,87233
|
|
521
|
-
tccli/services/teo/v20220901/api.json,sha256=
|
|
521
|
+
tccli/services/teo/v20220901/api.json,sha256=5meDuUjdA_2JWY2-64RgvNSkj-sHpmguWFSck1PQ9TU,1163948
|
|
522
522
|
tccli/services/teo/v20220901/examples.json,sha256=DwEWUpOMKpLjMj5jhbe1OxwyPrrB3vesi887UcfDRag,525409
|
|
523
523
|
tccli/services/tione/__init__.py,sha256=hVHB2cJpskiRtSHmEaJj2ZcjQp28c17sepm54VgFH7I,89
|
|
524
524
|
tccli/services/tione/tione_client.py,sha256=dqxNYR2NRnjyRhfEaHIvCf3KT71PqDvU9JvN5e_Q5Dc,9264
|
|
@@ -576,8 +576,8 @@ tccli/services/vod/v20240718/api.json,sha256=7pcnqyxP-tlQQ9xlDOloOoBEKKjsbIlWg02
|
|
|
576
576
|
tccli/services/vod/v20240718/examples.json,sha256=qH-gs-9NkUE4EFgxo6VS2A3xofHnxM9LzD3K-MDshtk,16685
|
|
577
577
|
tccli/services/vpc/__init__.py,sha256=3Uy1NP1qkZo8Nd-p-jr1ioM8nnurpWlZOgH6iB3HT7M,85
|
|
578
578
|
tccli/services/vpc/vpc_client.py,sha256=1pP3-H5E4PTaq3t6g3bUhINMUbazsbahCEOqSNxuPYA,920027
|
|
579
|
-
tccli/services/vpc/v20170312/api.json,sha256=
|
|
580
|
-
tccli/services/vpc/v20170312/examples.json,sha256=
|
|
579
|
+
tccli/services/vpc/v20170312/api.json,sha256=DT0UYmFrR7UcU-GxoEmRyROdajO-BAkD0Nef4IUvkws,1022150
|
|
580
|
+
tccli/services/vpc/v20170312/examples.json,sha256=4iz7jrGsowIkIEn5hIfs3MxUe8jKFxKlKWG1BzkcnpU,359335
|
|
581
581
|
tccli/services/waf/__init__.py,sha256=CQIYSctAXRbX8x5xidAj7CBzOVIdMOZJQ0e6ENff3HU,85
|
|
582
582
|
tccli/services/waf/waf_client.py,sha256=fHvYPRW_hakAqP-0ZwD2ghqUZFkBp0HjPE-7xXIP1gU,337250
|
|
583
583
|
tccli/services/waf/v20180125/api.json,sha256=O2s_DJe-o2SaaCTm5jDZtn0Xd9rdvCGTZN6NoAoiMxA,599020
|
|
@@ -592,9 +592,9 @@ tccli/services/yunjing/__init__.py,sha256=8HTKN8_ow1j67tspqAbBMQgeteXAagLvtb9WAf
|
|
|
592
592
|
tccli/services/yunjing/yunjing_client.py,sha256=Vh5vFOLjDJ53q_RX9WADwLT610kGcUxwCmtny95k3js,226485
|
|
593
593
|
tccli/services/yunjing/v20180228/api.json,sha256=zYojacZyPgPCi71CLBjuHsQR9mIxcZjCX5JwA9TYr1s,173428
|
|
594
594
|
tccli/services/yunjing/v20180228/examples.json,sha256=j3GL3TtNTkZpNLlksz0nJNCVDxYGUqfRqOt94Y-P8OE,58723
|
|
595
|
-
tccli_intl_en-3.0.
|
|
596
|
-
tccli_intl_en-3.0.
|
|
597
|
-
tccli_intl_en-3.0.
|
|
598
|
-
tccli_intl_en-3.0.
|
|
599
|
-
tccli_intl_en-3.0.
|
|
600
|
-
tccli_intl_en-3.0.
|
|
595
|
+
tccli_intl_en-3.0.1278.1.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
596
|
+
tccli_intl_en-3.0.1278.1.dist-info/METADATA,sha256=IpAas-4OuBSjOpRSulxBoUM4nG3_EosCOISDWmSc-ng,3067
|
|
597
|
+
tccli_intl_en-3.0.1278.1.dist-info/WHEEL,sha256=Ll72iyqtt6Rbxp-Q7FSafYA1LeRv98X15xcZWRsFEmY,109
|
|
598
|
+
tccli_intl_en-3.0.1278.1.dist-info/entry_points.txt,sha256=9ZzsXxi7Xj3ZneT7VxRVJpFvnmdEOeysh999_0gWVvo,85
|
|
599
|
+
tccli_intl_en-3.0.1278.1.dist-info/top_level.txt,sha256=gYFrQRE3IqZ_46Syp-vkVwwvNaYEtKcM4fE_C4Puomk,6
|
|
600
|
+
tccli_intl_en-3.0.1278.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|