tccli-intl-en 3.1.3.1__py2.py3-none-any.whl → 3.1.5.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 CHANGED
@@ -1 +1 @@
1
- __version__ = '3.1.3.1'
1
+ __version__ = '3.1.5.1'
@@ -389,6 +389,9 @@ SERVICE_VERSIONS = {
389
389
  "trabbit": [
390
390
  "2023-04-18"
391
391
  ],
392
+ "trocket": [
393
+ "2023-03-08"
394
+ ],
392
395
  "trro": [
393
396
  "2022-03-25"
394
397
  ],
@@ -1556,7 +1556,7 @@
1556
1556
  {
1557
1557
  "disabled": false,
1558
1558
  "document": "Specifies the list of load balancers with a current maximum length of 100. either LoadBalancerIds or ForwardLoadBalancers can be specified at the same time.",
1559
- "example": "[{\"LoadBalancerId\": \"lb-af8li2kn\", \"ListenerId\": \"lbl-akw1lgo7\", \"TargetAttributes\": [{\"Port\": 80, \"Weight\": 10}]}]",
1559
+ "example": "",
1560
1560
  "member": "ForwardLoadBalancer",
1561
1561
  "name": "ForwardLoadBalancers",
1562
1562
  "required": false,
@@ -1574,7 +1574,7 @@
1574
1574
  {
1575
1575
  "disabled": false,
1576
1576
  "document": "Termination policy, whose maximum length is currently 1. Valid values: OLDEST_INSTANCE and NEWEST_INSTANCE. Default value: OLDEST_INSTANCE.\n<li>OLDEST_INSTANCE: Terminate the oldest instance in the scaling group first.</li>\n<li>NEWEST_INSTANCE: Terminate the newest instance in the scaling group first.</li>",
1577
- "example": "OLDEST_INSTANCE",
1577
+ "example": "[\"OLDEST_INSTANCE\"]",
1578
1578
  "member": "string",
1579
1579
  "name": "TerminationPolicies",
1580
1580
  "required": false,
@@ -1610,7 +1610,7 @@
1610
1610
  {
1611
1611
  "disabled": false,
1612
1612
  "document": "List of Tag descriptions. by specifying this parameter, you can bind tags to a scaling group and corresponding resource instances. each scaling group supports up to 30 tags. you can call the [GetTags](https://intl.cloud.tencent.com/document/product/651/72275?from_cn_redirect=1) API to retrieve existing Tag key-value pairs based on the response.",
1613
- "example": "[{\"Key\": \"Service_B\", \"Value\": \"pss3\", \"ResourceType\": \"auto-scaling-group\"}]",
1613
+ "example": "",
1614
1614
  "member": "Tag",
1615
1615
  "name": "Tags",
1616
1616
  "required": false,
@@ -1619,7 +1619,7 @@
1619
1619
  {
1620
1620
  "disabled": false,
1621
1621
  "document": "Service settings such as unhealthy instance replacement.",
1622
- "example": "{\"ScalingMode\": \"CLASSIC_SCALING\"}",
1622
+ "example": "",
1623
1623
  "member": "ServiceSettings",
1624
1624
  "name": "ServiceSettings",
1625
1625
  "required": false,
@@ -1673,7 +1673,7 @@
1673
1673
  {
1674
1674
  "disabled": false,
1675
1675
  "document": "Specifies how to assign pay-as-you-go instances and spot instances.\nThis parameter is valid only when `InstanceAllocationPolicy ` is set to `SPOT_MIXED`.",
1676
- "example": "{\"BaseCapacity\": 1, \"CompensateWithBaseInstance\": true, \"OnDemandPercentageAboveBaseCapacity\": 50, \"SpotAllocationStrategy\": \"COST_OPTIMIZED\"}",
1676
+ "example": "",
1677
1677
  "member": "SpotMixedAllocationPolicy",
1678
1678
  "name": "SpotMixedAllocationPolicy",
1679
1679
  "required": false,
@@ -1691,7 +1691,7 @@
1691
1691
  {
1692
1692
  "disabled": false,
1693
1693
  "document": "Instance name sequencing settings. If this parameter is not specified, the default is not enabled. When enabled, an incremental numeric sequence will be appended to the names of instances automatically created within the scaling group.",
1694
- "example": "{\"BeginIndex\": 0, \"Enabled\": true}",
1694
+ "example": "",
1695
1695
  "member": "InstanceNameIndexSettings",
1696
1696
  "name": "InstanceNameIndexSettings",
1697
1697
  "required": false,
@@ -4331,12 +4331,12 @@
4331
4331
  "usage": "both"
4332
4332
  },
4333
4333
  "InstanceNameIndexSettings": {
4334
- "document": "Instance name sequencing settings.",
4334
+ "document": "Instance name index settings.",
4335
4335
  "members": [
4336
4336
  {
4337
4337
  "disabled": false,
4338
- "document": "Whether to enable instance creation sequencing, which is disabled by default. Valid values: <li>TRUE: Indicates that instance creation sequencing is enabled. <li>FALSE: Indicates that instance creation sequencing is disabled.\nNote: This field may return null, indicating that no valid value can be obtained.",
4339
- "example": "FALSE",
4338
+ "document": "Whether to enable instance name index. Default value: false. Value range:.\n\n**true**: indicates that instance name index is enabled.\n**false**: indicates that instance name index is disabled.\nNote: This field may return null, indicating that no valid values can be obtained.",
4339
+ "example": "false",
4340
4340
  "member": "bool",
4341
4341
  "name": "Enabled",
4342
4342
  "output_required": false,
@@ -4346,7 +4346,7 @@
4346
4346
  },
4347
4347
  {
4348
4348
  "disabled": false,
4349
- "document": "Initial sequence number, with a value range of [0, 99,999,999]. When the sequence number exceeds this range after incrementing, scale-out activities will fail. <li>Upon the first enabling of instance name sequencing: The default value is 0. <li>Upon the enabling of instance name sequencing (not for the first time): If this parameter is not specified, the historical sequence number will be carried forward. Lowering the initial sequence number may result in duplicate instance name sequences within the scaling group.\nNote: This field may return null, indicating that no valid value can be obtained.",
4349
+ "document": "Begin index number. Value range: [0, 99999999].\n\nIndicates that the scale out activity will be failed when the index out of range. \nIf not specified, carries forward historical index number or 0.\nLowering the index sequence number may lead to instance name duplication within the group.\nNote: This field may return null, indicating that no valid values can be obtained.",
4350
4350
  "example": "0",
4351
4351
  "member": "int64",
4352
4352
  "name": "BeginIndex",
@@ -4354,6 +4354,17 @@
4354
4354
  "required": false,
4355
4355
  "type": "int",
4356
4356
  "value_allowed_null": true
4357
+ },
4358
+ {
4359
+ "disabled": false,
4360
+ "document": "Instance name index number digits, defaults to 0, means no specified digit count. Value range: 0-8, maximum is integer 8. when using values 1-8, the system checks whether the index number exceeds the maximum digit for this digit count.\n\nIf set to 3, index number is in the format: 000, 001, 002 ... 010, 011 ... 100 ... 999. The maximum is 999. \nAssuming set to 0, the index number is 0, 1, 2 ... 10, 11 ... 100 ... 1000 ...10000 ... 99999999. Max number is 99999999.",
4361
+ "example": "0",
4362
+ "member": "uint64",
4363
+ "name": "IndexLength",
4364
+ "output_required": false,
4365
+ "required": false,
4366
+ "type": "int",
4367
+ "value_allowed_null": false
4357
4368
  }
4358
4369
  ],
4359
4370
  "usage": "both"
@@ -7263,7 +7274,7 @@
7263
7274
  {
7264
7275
  "disabled": false,
7265
7276
  "document": "Enables unhealthy instance replacement. If this feature is enabled, AS will replace instances that are flagged as unhealthy by Cloud Monitor. If this parameter is not specified, the value will be False by default.",
7266
- "example": "False",
7277
+ "example": "false",
7267
7278
  "member": "bool",
7268
7279
  "name": "ReplaceMonitorUnhealthy",
7269
7280
  "output_required": true,
@@ -7285,7 +7296,7 @@
7285
7296
  {
7286
7297
  "disabled": false,
7287
7298
  "document": "Enable unhealthy instance replacement. If this feature is enabled, AS will replace instances that are found unhealthy in the CLB health check. If this parameter is not specified, the default value `False` will be used.",
7288
- "example": "False",
7299
+ "example": "false",
7289
7300
  "member": "bool",
7290
7301
  "name": "ReplaceLoadBalancerUnhealthy",
7291
7302
  "output_required": true,
@@ -7307,7 +7318,7 @@
7307
7318
  {
7308
7319
  "disabled": false,
7309
7320
  "document": "Automatic instance Tag update. the default value is False. if this feature is enabled, tags of running instances in a scaling group will be updated as well if the scaling group tags are updated. (this feature takes effect for Tag creation and editing but not Tag deletion.) the update does not take effect immediately due to certain latency.",
7310
- "example": "False",
7321
+ "example": "false",
7311
7322
  "member": "bool",
7312
7323
  "name": "AutoUpdateInstanceTags",
7313
7324
  "output_required": false,
@@ -7318,13 +7329,24 @@
7318
7329
  {
7319
7330
  "disabled": false,
7320
7331
  "document": "Expected number of instances sync minimum and maximum value. default value is False. this parameter only takes effect in scenarios where the expected number is not passed in to modify scaling group api.\n<Li>True: when modifying the maximum or minimum value, if a conflict exists with the current expected value, synchronously adjust the expected value. for example, if the input minimum value is 2 while the current expected value is 1, the expected value will be synchronously adjusted to 2.</li>.\n<Li>False: if a conflict exists between the current expected value when modifying the maximum or minimum value, an error message indicates it is not allowed to be modified.</li>.",
7321
- "example": "False",
7332
+ "example": "false",
7322
7333
  "member": "bool",
7323
7334
  "name": "DesiredCapacitySyncWithMaxMinSize",
7324
7335
  "output_required": true,
7325
7336
  "required": false,
7326
7337
  "type": "bool",
7327
7338
  "value_allowed_null": false
7339
+ },
7340
+ {
7341
+ "disabled": false,
7342
+ "document": "Scaling in unhealthy instances first. If enabled, preferentially selects unhealthy instances during scale in. Default value: False.",
7343
+ "example": "false",
7344
+ "member": "bool",
7345
+ "name": "PriorityScaleInUnhealthy",
7346
+ "output_required": false,
7347
+ "required": false,
7348
+ "type": "bool",
7349
+ "value_allowed_null": false
7328
7350
  }
7329
7351
  ],
7330
7352
  "usage": "both"