tccli-intl-en 3.0.1273.1__py2.py3-none-any.whl → 3.0.1274.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.
@@ -322,6 +322,27 @@
322
322
  "output": "CreateReserveIpAddressesResponse",
323
323
  "status": "online"
324
324
  },
325
+ "CreateRoutePolicy": {
326
+ "document": "This API is used to create a VPC route reception policy, including name, description and policy entries.",
327
+ "input": "CreateRoutePolicyRequest",
328
+ "name": "Create a routing policy and policy entry",
329
+ "output": "CreateRoutePolicyResponse",
330
+ "status": "online"
331
+ },
332
+ "CreateRoutePolicyAssociations": {
333
+ "document": "This API is used to create route reception policy bindings (the binding relationship between policy instances and route table instances as well as set priorities).",
334
+ "input": "CreateRoutePolicyAssociationsRequest",
335
+ "name": "Creates a route reception policy binding",
336
+ "output": "CreateRoutePolicyAssociationsResponse",
337
+ "status": "online"
338
+ },
339
+ "CreateRoutePolicyEntries": {
340
+ "document": "This API is used to create route reception policy entries.",
341
+ "input": "CreateRoutePolicyEntriesRequest",
342
+ "name": "Create a route reception policy entry",
343
+ "output": "CreateRoutePolicyEntriesResponse",
344
+ "status": "online"
345
+ },
325
346
  "CreateRouteTable": {
326
347
  "document": "This API is used to create a route table.\n* After the VPC instance has been created, the system creates a default route table with which all newly created subnets will be associated. By default, you can use this route table to manage your routing policies. If you have multiple routing policies, you can call the API for creating route tables to create more route tables to manage these routing policies.\n* You can bind a tag when creating a route table. The tag list in the response indicates the tags that have been successfully added.",
327
348
  "input": "CreateRouteTableRequest",
@@ -574,6 +595,27 @@
574
595
  "output": "DeleteReserveIpAddressesResponse",
575
596
  "status": "online"
576
597
  },
598
+ "DeleteRoutePolicy": {
599
+ "document": "This API is used to delete a route reception policy and entries.",
600
+ "input": "DeleteRoutePolicyRequest",
601
+ "name": "Delete a route reception policy and entries",
602
+ "output": "DeleteRoutePolicyResponse",
603
+ "status": "online"
604
+ },
605
+ "DeleteRoutePolicyAssociations": {
606
+ "document": "This API is used to delete route reception policy bindings (the binding relationship between route reception policy objects and route tables).",
607
+ "input": "DeleteRoutePolicyAssociationsRequest",
608
+ "name": "Delete a route reception policy binding",
609
+ "output": "DeleteRoutePolicyAssociationsResponse",
610
+ "status": "online"
611
+ },
612
+ "DeleteRoutePolicyEntries": {
613
+ "document": "This API is used to delete route reception policy entries.",
614
+ "input": "DeleteRoutePolicyEntriesRequest",
615
+ "name": "Delete a route reception policy entry",
616
+ "output": "DeleteRoutePolicyEntriesResponse",
617
+ "status": "online"
618
+ },
577
619
  "DeleteRouteTable": {
578
620
  "document": "This API is used to delete a route table.",
579
621
  "input": "DeleteRouteTableRequest",
@@ -987,6 +1029,13 @@
987
1029
  "output": "DescribeReserveIpAddressesResponse",
988
1030
  "status": "online"
989
1031
  },
1032
+ "DescribeRoutePolicyEntries": {
1033
+ "document": "This API is used to query the route reception policy entry list.",
1034
+ "input": "DescribeRoutePolicyEntriesRequest",
1035
+ "name": "View a route reception policy entry",
1036
+ "output": "DescribeRoutePolicyEntriesResponse",
1037
+ "status": "online"
1038
+ },
990
1039
  "DescribeRouteTables": {
991
1040
  "document": "This API is used to query route tables.",
992
1041
  "input": "DescribeRouteTablesRequest",
@@ -1659,6 +1708,13 @@
1659
1708
  "output": "ModifyReserveIpAddressResponse",
1660
1709
  "status": "online"
1661
1710
  },
1711
+ "ModifyRoutePolicyAttribute": {
1712
+ "document": "This API is used to modify the route reception policy attribute.",
1713
+ "input": "ModifyRoutePolicyAttributeRequest",
1714
+ "name": "Modify the routing strategy attribute",
1715
+ "output": "ModifyRoutePolicyAttributeResponse",
1716
+ "status": "online"
1717
+ },
1662
1718
  "ModifyRouteTableAttribute": {
1663
1719
  "document": "This API (ModifyRouteTableAttribute) is used to modify the attributes of a route table.",
1664
1720
  "input": "ModifyRouteTableAttributeRequest",
@@ -1834,6 +1890,20 @@
1834
1890
  "output": "ReplaceDirectConnectGatewayCcnRoutesResponse",
1835
1891
  "status": "online"
1836
1892
  },
1893
+ "ReplaceRoutePolicyAssociations": {
1894
+ "document": "This API is used to modify the binding Priority (Priority) based on the route reception policy instance ID (RoutePolicyId) and route table instance ID (RouteTableId), supporting batch modification.",
1895
+ "input": "ReplaceRoutePolicyAssociationsRequest",
1896
+ "name": "Replace a route reception policy binding",
1897
+ "output": "ReplaceRoutePolicyAssociationsResponse",
1898
+ "status": "online"
1899
+ },
1900
+ "ReplaceRoutePolicyEntries": {
1901
+ "document": "This API is used to modify specified routing policy entries based on route reception policy rule ID and supports batch modification.",
1902
+ "input": "ReplaceRoutePolicyEntriesRequest",
1903
+ "name": "Replace a route reception policy entry",
1904
+ "output": "ReplaceRoutePolicyEntriesResponse",
1905
+ "status": "online"
1906
+ },
1837
1907
  "ReplaceRouteTableAssociation": {
1838
1908
  "document": "This API (ReplaceRouteTableAssociation) is used to modify the route table associated with a subnet.\n* A subnet can only be associated with one route table.",
1839
1909
  "input": "ReplaceRouteTableAssociationRequest",
@@ -1876,6 +1946,20 @@
1876
1946
  "output": "ResetNatGatewayConnectionResponse",
1877
1947
  "status": "online"
1878
1948
  },
1949
+ "ResetRoutePolicyAssociations": {
1950
+ "document": "This API is used to unbind the routing policy instance already bound to a specific route table instance, set up alarms for the new binding routing policy and priority.",
1951
+ "input": "ResetRoutePolicyAssociationsRequest",
1952
+ "name": "Reset a route policy binding",
1953
+ "output": "ResetRoutePolicyAssociationsResponse",
1954
+ "status": "online"
1955
+ },
1956
+ "ResetRoutePolicyEntries": {
1957
+ "document": "This API is used to reset the designated route reception policy entry based on the rule ID and supports batch modification.",
1958
+ "input": "ResetRoutePolicyEntriesRequest",
1959
+ "name": "Reset a route reception policy entry",
1960
+ "output": "ResetRoutePolicyEntriesResponse",
1961
+ "status": "online"
1962
+ },
1879
1963
  "ResetRoutes": {
1880
1964
  "document": "This API (ResetRoutes) is used to reset the name of a route table and all its routing policies.<br />\nNote: When this API is called, all routing policies in the current route table are deleted before new routing policies are saved, which may incur network interruption.",
1881
1965
  "input": "ResetRoutesRequest",
@@ -6654,6 +6738,123 @@
6654
6738
  ],
6655
6739
  "type": "object"
6656
6740
  },
6741
+ "CreateRoutePolicyAssociationsRequest": {
6742
+ "document": "CreateRoutePolicyAssociations request structure.",
6743
+ "members": [
6744
+ {
6745
+ "disabled": false,
6746
+ "document": "Route reception policy binding object list.",
6747
+ "example": "无",
6748
+ "member": "RoutePolicyAssociation",
6749
+ "name": "RoutePolicyAssociationSet",
6750
+ "required": true,
6751
+ "type": "list"
6752
+ }
6753
+ ],
6754
+ "type": "object"
6755
+ },
6756
+ "CreateRoutePolicyAssociationsResponse": {
6757
+ "document": "CreateRoutePolicyAssociations response structure.",
6758
+ "members": [
6759
+ {
6760
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
6761
+ "member": "string",
6762
+ "name": "RequestId",
6763
+ "type": "string"
6764
+ }
6765
+ ],
6766
+ "type": "object"
6767
+ },
6768
+ "CreateRoutePolicyEntriesRequest": {
6769
+ "document": "CreateRoutePolicyEntries request structure.",
6770
+ "members": [
6771
+ {
6772
+ "disabled": false,
6773
+ "document": "Specifies the instance ID of the route reception policy.",
6774
+ "example": "rrp-q7ywkx3w",
6775
+ "member": "string",
6776
+ "name": "RoutePolicyId",
6777
+ "required": true,
6778
+ "type": "string"
6779
+ },
6780
+ {
6781
+ "disabled": false,
6782
+ "document": "Route reception policy entry list.",
6783
+ "example": "无",
6784
+ "member": "RoutePolicyEntry",
6785
+ "name": "RoutePolicyEntrySet",
6786
+ "required": true,
6787
+ "type": "list"
6788
+ }
6789
+ ],
6790
+ "type": "object"
6791
+ },
6792
+ "CreateRoutePolicyEntriesResponse": {
6793
+ "document": "CreateRoutePolicyEntries response structure.",
6794
+ "members": [
6795
+ {
6796
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
6797
+ "member": "string",
6798
+ "name": "RequestId",
6799
+ "type": "string"
6800
+ }
6801
+ ],
6802
+ "type": "object"
6803
+ },
6804
+ "CreateRoutePolicyRequest": {
6805
+ "document": "CreateRoutePolicy request structure.",
6806
+ "members": [
6807
+ {
6808
+ "disabled": false,
6809
+ "document": "Routing policy description.",
6810
+ "example": "TEST",
6811
+ "member": "string",
6812
+ "name": "RoutePolicyDescription",
6813
+ "required": true,
6814
+ "type": "string"
6815
+ },
6816
+ {
6817
+ "disabled": false,
6818
+ "document": "Specifies the routing strategy name.",
6819
+ "example": "TEST",
6820
+ "member": "string",
6821
+ "name": "RoutePolicyName",
6822
+ "required": true,
6823
+ "type": "string"
6824
+ },
6825
+ {
6826
+ "disabled": false,
6827
+ "document": "Routing policy entry list.",
6828
+ "example": "无",
6829
+ "member": "RoutePolicyEntry",
6830
+ "name": "RoutePolicyEntrySet",
6831
+ "required": false,
6832
+ "type": "list"
6833
+ }
6834
+ ],
6835
+ "type": "object"
6836
+ },
6837
+ "CreateRoutePolicyResponse": {
6838
+ "document": "CreateRoutePolicy response structure.",
6839
+ "members": [
6840
+ {
6841
+ "disabled": false,
6842
+ "document": "Specifies the routing policy ID and rules.",
6843
+ "example": "无",
6844
+ "member": "RoutePolicy",
6845
+ "name": "RoutePolicy",
6846
+ "type": "object",
6847
+ "value_allowed_null": false
6848
+ },
6849
+ {
6850
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
6851
+ "member": "string",
6852
+ "name": "RequestId",
6853
+ "type": "string"
6854
+ }
6855
+ ],
6856
+ "type": "object"
6857
+ },
6657
6858
  "CreateRouteTableRequest": {
6658
6859
  "document": "CreateRouteTable request structure.",
6659
6860
  "members": [
@@ -8926,6 +9127,96 @@
8926
9127
  ],
8927
9128
  "type": "object"
8928
9129
  },
9130
+ "DeleteRoutePolicyAssociationsRequest": {
9131
+ "document": "DeleteRoutePolicyAssociations request structure.",
9132
+ "members": [
9133
+ {
9134
+ "disabled": false,
9135
+ "document": "Routing policy binding object list. during routing policy unbinding, use the RouteTableId and RoutePolicyId fields of RoutePolicyAssociation (you do not need to fill in the Priority field).",
9136
+ "example": "无",
9137
+ "member": "RoutePolicyAssociation",
9138
+ "name": "RoutePolicyAssociationSet",
9139
+ "required": true,
9140
+ "type": "list"
9141
+ }
9142
+ ],
9143
+ "type": "object"
9144
+ },
9145
+ "DeleteRoutePolicyAssociationsResponse": {
9146
+ "document": "DeleteRoutePolicyAssociations response structure.",
9147
+ "members": [
9148
+ {
9149
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
9150
+ "member": "string",
9151
+ "name": "RequestId",
9152
+ "type": "string"
9153
+ }
9154
+ ],
9155
+ "type": "object"
9156
+ },
9157
+ "DeleteRoutePolicyEntriesRequest": {
9158
+ "document": "DeleteRoutePolicyEntries request structure.",
9159
+ "members": [
9160
+ {
9161
+ "disabled": false,
9162
+ "document": "Specifies the instance ID of the route reception policy.",
9163
+ "example": "rrp-q7ywkx3w",
9164
+ "member": "string",
9165
+ "name": "RoutePolicyId",
9166
+ "required": true,
9167
+ "type": "string"
9168
+ },
9169
+ {
9170
+ "disabled": false,
9171
+ "document": "Route reception policy entry list. when deleting a routing policy rule, use the routepolicyentryid field of RoutePolicyEntry.",
9172
+ "example": "无",
9173
+ "member": "RoutePolicyEntry",
9174
+ "name": "RoutePolicyEntrySet",
9175
+ "required": false,
9176
+ "type": "list"
9177
+ }
9178
+ ],
9179
+ "type": "object"
9180
+ },
9181
+ "DeleteRoutePolicyEntriesResponse": {
9182
+ "document": "DeleteRoutePolicyEntries response structure.",
9183
+ "members": [
9184
+ {
9185
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
9186
+ "member": "string",
9187
+ "name": "RequestId",
9188
+ "type": "string"
9189
+ }
9190
+ ],
9191
+ "type": "object"
9192
+ },
9193
+ "DeleteRoutePolicyRequest": {
9194
+ "document": "DeleteRoutePolicy request structure.",
9195
+ "members": [
9196
+ {
9197
+ "disabled": false,
9198
+ "document": "Specifies the unique ID of the route reception policy.",
9199
+ "example": "rrp-pguby7ma",
9200
+ "member": "string",
9201
+ "name": "RoutePolicyId",
9202
+ "required": true,
9203
+ "type": "string"
9204
+ }
9205
+ ],
9206
+ "type": "object"
9207
+ },
9208
+ "DeleteRoutePolicyResponse": {
9209
+ "document": "DeleteRoutePolicy response structure.",
9210
+ "members": [
9211
+ {
9212
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
9213
+ "member": "string",
9214
+ "name": "RequestId",
9215
+ "type": "string"
9216
+ }
9217
+ ],
9218
+ "type": "object"
9219
+ },
8929
9220
  "DeleteRouteTableRequest": {
8930
9221
  "document": "DeleteRouteTable request structure.",
8931
9222
  "members": [
@@ -12467,6 +12758,98 @@
12467
12758
  ],
12468
12759
  "type": "object"
12469
12760
  },
12761
+ "DescribeRoutePolicyEntriesRequest": {
12762
+ "document": "DescribeRoutePolicyEntries request structure.",
12763
+ "members": [
12764
+ {
12765
+ "disabled": false,
12766
+ "document": "Filter criteria. RoutePolicyEntryIds and Filters cannot be specified at the same time.\n<li>route-policy-id - String - (filter condition) specifies the instance id of the route reception policy, such as rrp-f49l6u0z.</li>.\n<li>cidr-block - String - (filter condition) cidr (subnet part before the mask), such as 10.0.0.0/8.</li>.\n<li>priority - Integer - filter condition. specifies the priority, such as 20.</li>.\n<li>gateway-type - String - (filter criteria) next hop type, such as CVM.</li>.\n<li>GatewayId - String - specifies the unique id of the next hop instance, such as ccn-f49l6u0z.</li>.\n<li>route-type - String - (filter condition) routing type. valid values: USER (USER route), NETD (route issued by network probe), CCN (CCN route).</li>.\n<li>action - String - (filter condition) specifies the action. valid values: DROP (DROP), DISABLE (receive and DISABLE), ACCEPT (receive and enable).</li>.\n<li>description - String - specifies the filter condition description, such as TEST.</li>.\n<li>route-policy-item-id - String - (filter condition) specifies the entry unique id of the route reception policy, such as rrpi-dq782kw7.</li>.",
12767
+ "example": "无",
12768
+ "member": "Filter",
12769
+ "name": "Filters",
12770
+ "required": false,
12771
+ "type": "list"
12772
+ },
12773
+ {
12774
+ "disabled": false,
12775
+ "document": "Offset.",
12776
+ "example": "0",
12777
+ "member": "uint64",
12778
+ "name": "Offset",
12779
+ "required": false,
12780
+ "type": "int"
12781
+ },
12782
+ {
12783
+ "disabled": false,
12784
+ "document": "Number of request objects.",
12785
+ "example": "10",
12786
+ "member": "uint64",
12787
+ "name": "Limit",
12788
+ "required": false,
12789
+ "type": "int"
12790
+ },
12791
+ {
12792
+ "disabled": false,
12793
+ "document": "Sorting field. currently only supports the priority field.",
12794
+ "example": "Priority",
12795
+ "member": "string",
12796
+ "name": "OrderField",
12797
+ "required": false,
12798
+ "type": "string"
12799
+ },
12800
+ {
12801
+ "disabled": false,
12802
+ "document": "Specifies the sorting order.\nASC: ascending order.\nDESC: descending order.",
12803
+ "example": "ASC",
12804
+ "member": "string",
12805
+ "name": "OrderDirection",
12806
+ "required": false,
12807
+ "type": "string"
12808
+ },
12809
+ {
12810
+ "disabled": false,
12811
+ "document": "Specifies the routing strategy entry ID.",
12812
+ "example": "无",
12813
+ "member": "string",
12814
+ "name": "RoutePolicyEntryIds",
12815
+ "required": false,
12816
+ "type": "list"
12817
+ }
12818
+ ],
12819
+ "type": "object"
12820
+ },
12821
+ "DescribeRoutePolicyEntriesResponse": {
12822
+ "document": "DescribeRoutePolicyEntries response structure.",
12823
+ "members": [
12824
+ {
12825
+ "disabled": false,
12826
+ "document": "Route reception policy entry list.",
12827
+ "example": "无",
12828
+ "member": "RoutePolicyEntry",
12829
+ "name": "RoutePolicyEntrySet",
12830
+ "output_required": true,
12831
+ "type": "list",
12832
+ "value_allowed_null": false
12833
+ },
12834
+ {
12835
+ "disabled": false,
12836
+ "document": "Number of eligible instances.",
12837
+ "example": "1",
12838
+ "member": "uint64",
12839
+ "name": "TotalCount",
12840
+ "output_required": true,
12841
+ "type": "int",
12842
+ "value_allowed_null": false
12843
+ },
12844
+ {
12845
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
12846
+ "member": "string",
12847
+ "name": "RequestId",
12848
+ "type": "string"
12849
+ }
12850
+ ],
12851
+ "type": "object"
12852
+ },
12470
12853
  "DescribeRouteTablesRequest": {
12471
12854
  "document": "DescribeRouteTables request structure.",
12472
12855
  "members": [
@@ -19215,7 +19598,52 @@
19215
19598
  ],
19216
19599
  "type": "object"
19217
19600
  },
19218
- "ModifyRouteTableAttributeRequest": {
19601
+ "ModifyRoutePolicyAttributeRequest": {
19602
+ "document": "ModifyRoutePolicyAttribute request structure.",
19603
+ "members": [
19604
+ {
19605
+ "disabled": false,
19606
+ "document": "Instance ID of the route reception policy, such as rrp-dz0219jq.",
19607
+ "example": "rrp-dz0219jq",
19608
+ "member": "string",
19609
+ "name": "RoutePolicyId",
19610
+ "required": true,
19611
+ "type": "string"
19612
+ },
19613
+ {
19614
+ "disabled": false,
19615
+ "document": "Specifies the route reception policy name.",
19616
+ "example": "name",
19617
+ "member": "string",
19618
+ "name": "RoutePolicyName",
19619
+ "required": true,
19620
+ "type": "string"
19621
+ },
19622
+ {
19623
+ "disabled": false,
19624
+ "document": "Describes the route reception policy.",
19625
+ "example": "TEST",
19626
+ "member": "string",
19627
+ "name": "RoutePolicyDescription",
19628
+ "required": true,
19629
+ "type": "string"
19630
+ }
19631
+ ],
19632
+ "type": "object"
19633
+ },
19634
+ "ModifyRoutePolicyAttributeResponse": {
19635
+ "document": "ModifyRoutePolicyAttribute response structure.",
19636
+ "members": [
19637
+ {
19638
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
19639
+ "member": "string",
19640
+ "name": "RequestId",
19641
+ "type": "string"
19642
+ }
19643
+ ],
19644
+ "type": "object"
19645
+ },
19646
+ "ModifyRouteTableAttributeRequest": {
19219
19647
  "document": "ModifyRouteTableAttribute request structure.",
19220
19648
  "members": [
19221
19649
  {
@@ -21846,6 +22274,69 @@
21846
22274
  ],
21847
22275
  "type": "object"
21848
22276
  },
22277
+ "ReplaceRoutePolicyAssociationsRequest": {
22278
+ "document": "ReplaceRoutePolicyAssociations request structure.",
22279
+ "members": [
22280
+ {
22281
+ "disabled": false,
22282
+ "document": "Route reception policy binding object list. requires specifying the route reception policy instance ID (RoutePolicyId) and route table instance ID (RouteTableId).",
22283
+ "example": "无",
22284
+ "member": "RoutePolicyAssociation",
22285
+ "name": "RoutePolicyAssociationSet",
22286
+ "required": true,
22287
+ "type": "list"
22288
+ }
22289
+ ],
22290
+ "type": "object"
22291
+ },
22292
+ "ReplaceRoutePolicyAssociationsResponse": {
22293
+ "document": "ReplaceRoutePolicyAssociations response structure.",
22294
+ "members": [
22295
+ {
22296
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
22297
+ "member": "string",
22298
+ "name": "RequestId",
22299
+ "type": "string"
22300
+ }
22301
+ ],
22302
+ "type": "object"
22303
+ },
22304
+ "ReplaceRoutePolicyEntriesRequest": {
22305
+ "document": "ReplaceRoutePolicyEntries request structure.",
22306
+ "members": [
22307
+ {
22308
+ "disabled": false,
22309
+ "document": "Instance ID of the routing strategy, such as rrp-azd4dt1c.",
22310
+ "example": "rrp-azd4dt1c",
22311
+ "member": "string",
22312
+ "name": "RoutePolicyId",
22313
+ "required": true,
22314
+ "type": "string"
22315
+ },
22316
+ {
22317
+ "disabled": false,
22318
+ "document": "Rule list of the routing strategy. requires specifying the policy rule ID (RoutePolicyEntryId).",
22319
+ "example": "无",
22320
+ "member": "RoutePolicyEntry",
22321
+ "name": "RoutePolicyEntrySet",
22322
+ "required": true,
22323
+ "type": "list"
22324
+ }
22325
+ ],
22326
+ "type": "object"
22327
+ },
22328
+ "ReplaceRoutePolicyEntriesResponse": {
22329
+ "document": "ReplaceRoutePolicyEntries response structure.",
22330
+ "members": [
22331
+ {
22332
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
22333
+ "member": "string",
22334
+ "name": "RequestId",
22335
+ "type": "string"
22336
+ }
22337
+ ],
22338
+ "type": "object"
22339
+ },
21849
22340
  "ReplaceRouteTableAssociationRequest": {
21850
22341
  "document": "ReplaceRouteTableAssociation request structure.",
21851
22342
  "members": [
@@ -22223,6 +22714,96 @@
22223
22714
  ],
22224
22715
  "type": "object"
22225
22716
  },
22717
+ "ResetRoutePolicyAssociationsRequest": {
22718
+ "document": "ResetRoutePolicyAssociations request structure.",
22719
+ "members": [
22720
+ {
22721
+ "disabled": false,
22722
+ "document": "Routing table instance ID, e.g., rtb-azd4dt1c.",
22723
+ "example": "rtb-n0yejvje",
22724
+ "member": "string",
22725
+ "name": "RouteTableId",
22726
+ "required": true,
22727
+ "type": "string"
22728
+ },
22729
+ {
22730
+ "disabled": false,
22731
+ "document": "The list of routing policy binding objects (RoutePolicyAssociation). note: the route table instance ID (RouteTableId) in the binding must match the RouteTableId parameter of this API (that is, this API only supports modifying the strategy binding relationship and priority within the same route table instance).",
22732
+ "example": "无",
22733
+ "member": "RoutePolicyAssociation",
22734
+ "name": "RoutePolicyAssociationSet",
22735
+ "required": true,
22736
+ "type": "list"
22737
+ }
22738
+ ],
22739
+ "type": "object"
22740
+ },
22741
+ "ResetRoutePolicyAssociationsResponse": {
22742
+ "document": "ResetRoutePolicyAssociations response structure.",
22743
+ "members": [
22744
+ {
22745
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
22746
+ "member": "string",
22747
+ "name": "RequestId",
22748
+ "type": "string"
22749
+ }
22750
+ ],
22751
+ "type": "object"
22752
+ },
22753
+ "ResetRoutePolicyEntriesRequest": {
22754
+ "document": "ResetRoutePolicyEntries request structure.",
22755
+ "members": [
22756
+ {
22757
+ "disabled": false,
22758
+ "document": "Specifies the instance ID of the route reception policy, such as rrp-azd4dt1c.",
22759
+ "example": "rrp-azd4dt1c",
22760
+ "member": "string",
22761
+ "name": "RoutePolicyId",
22762
+ "required": true,
22763
+ "type": "string"
22764
+ },
22765
+ {
22766
+ "disabled": false,
22767
+ "document": "Route reception policy entry list. requires specifying the routing strategy entry ID (RoutePolicyEntryId).",
22768
+ "example": "无",
22769
+ "member": "RoutePolicyEntry",
22770
+ "name": "RoutePolicyEntrySet",
22771
+ "required": false,
22772
+ "type": "list"
22773
+ },
22774
+ {
22775
+ "disabled": false,
22776
+ "document": "Describes the route reception policy.",
22777
+ "example": "TEST",
22778
+ "member": "string",
22779
+ "name": "RoutePolicyDescription",
22780
+ "required": false,
22781
+ "type": "string"
22782
+ },
22783
+ {
22784
+ "disabled": false,
22785
+ "document": "Specifies the route reception policy name.",
22786
+ "example": "TEST",
22787
+ "member": "string",
22788
+ "name": "RoutePolicyName",
22789
+ "required": false,
22790
+ "type": "string"
22791
+ }
22792
+ ],
22793
+ "type": "object"
22794
+ },
22795
+ "ResetRoutePolicyEntriesResponse": {
22796
+ "document": "ResetRoutePolicyEntries response structure.",
22797
+ "members": [
22798
+ {
22799
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
22800
+ "member": "string",
22801
+ "name": "RequestId",
22802
+ "type": "string"
22803
+ }
22804
+ ],
22805
+ "type": "object"
22806
+ },
22226
22807
  "ResetRoutesRequest": {
22227
22808
  "document": "ResetRoutes request structure.",
22228
22809
  "members": [
@@ -23094,6 +23675,244 @@
23094
23675
  ],
23095
23676
  "usage": "both"
23096
23677
  },
23678
+ "RoutePolicy": {
23679
+ "document": "Route reception policy. when CCN or other services add routes to a VPC custom route table, you can drop or enable appropriate route entries.",
23680
+ "members": [
23681
+ {
23682
+ "disabled": false,
23683
+ "document": "Unique ID of the routing policy.\n\nNote: This field may return null, indicating that no valid value was found.",
23684
+ "example": "rrp-pguby7ma",
23685
+ "member": "string",
23686
+ "name": "RoutePolicyId",
23687
+ "output_required": true,
23688
+ "required": false,
23689
+ "type": "string",
23690
+ "value_allowed_null": true
23691
+ },
23692
+ {
23693
+ "disabled": false,
23694
+ "document": "Specifies the routing strategy name.\nNote: This field may return null, indicating that no valid value was found.",
23695
+ "example": "demo",
23696
+ "member": "string",
23697
+ "name": "RoutePolicyName",
23698
+ "output_required": true,
23699
+ "required": false,
23700
+ "type": "string",
23701
+ "value_allowed_null": true
23702
+ },
23703
+ {
23704
+ "disabled": false,
23705
+ "document": "Routing policy description.\n\nNote: This field may return null, indicating that no valid value was found.",
23706
+ "example": "demo",
23707
+ "member": "string",
23708
+ "name": "RoutePolicyDescription",
23709
+ "output_required": true,
23710
+ "required": false,
23711
+ "type": "string",
23712
+ "value_allowed_null": true
23713
+ },
23714
+ {
23715
+ "disabled": false,
23716
+ "document": "Routing policy rule list.\nNote: This field may return null, indicating that no valid value was found.",
23717
+ "example": "[]",
23718
+ "member": "RoutePolicyEntry",
23719
+ "name": "RoutePolicyEntrySet",
23720
+ "output_required": true,
23721
+ "required": false,
23722
+ "type": "list",
23723
+ "value_allowed_null": true
23724
+ },
23725
+ {
23726
+ "disabled": false,
23727
+ "document": "Specifies the routing strategy binding.\nNote: This field may return null, indicating that no valid value was found.",
23728
+ "example": "[{\"RouteTableId\": \"\trtb-qk8eyn9g\", \"RoutePolicyId\": \"rrp-r70ctaia\", \"Priority\": 100}]",
23729
+ "member": "RoutePolicyAssociation",
23730
+ "name": "RoutePolicyAssociationSet",
23731
+ "output_required": true,
23732
+ "required": false,
23733
+ "type": "list",
23734
+ "value_allowed_null": true
23735
+ },
23736
+ {
23737
+ "disabled": false,
23738
+ "document": "Creation time.\n\nNote: This field may return null, indicating that no valid value was found.",
23739
+ "example": "2023-05-20 15:21:54",
23740
+ "member": "string",
23741
+ "name": "CreatedTime",
23742
+ "output_required": true,
23743
+ "required": false,
23744
+ "type": "string",
23745
+ "value_allowed_null": true
23746
+ },
23747
+ {
23748
+ "disabled": false,
23749
+ "document": "Tag key-value pair.",
23750
+ "example": "[{\"Key\": \"env\", \"Value\": \"prod\"}]",
23751
+ "member": "Tag",
23752
+ "name": "TagSet",
23753
+ "output_required": true,
23754
+ "required": false,
23755
+ "type": "list",
23756
+ "value_allowed_null": false
23757
+ }
23758
+ ],
23759
+ "usage": "both"
23760
+ },
23761
+ "RoutePolicyAssociation": {
23762
+ "document": "Route reception policy binding. used to bind the route table and route reception policy and specify the binding priority.",
23763
+ "members": [
23764
+ {
23765
+ "disabled": false,
23766
+ "document": "Unique route table ID.",
23767
+ "example": "rtb-qk8eyn9g",
23768
+ "member": "string",
23769
+ "name": "RouteTableId",
23770
+ "output_required": true,
23771
+ "required": false,
23772
+ "type": "string",
23773
+ "value_allowed_null": false
23774
+ },
23775
+ {
23776
+ "disabled": false,
23777
+ "document": "Specifies the unique ID of the route reception policy.",
23778
+ "example": "rrp-r70ctaia",
23779
+ "member": "string",
23780
+ "name": "RoutePolicyId",
23781
+ "output_required": true,
23782
+ "required": false,
23783
+ "type": "string",
23784
+ "value_allowed_null": false
23785
+ },
23786
+ {
23787
+ "disabled": false,
23788
+ "document": "Priority.",
23789
+ "example": "100",
23790
+ "member": "uint64",
23791
+ "name": "Priority",
23792
+ "output_required": true,
23793
+ "required": false,
23794
+ "type": "int",
23795
+ "value_allowed_null": false
23796
+ }
23797
+ ],
23798
+ "usage": "both"
23799
+ },
23800
+ "RoutePolicyEntry": {
23801
+ "document": "Route reception policy entry.",
23802
+ "members": [
23803
+ {
23804
+ "disabled": false,
23805
+ "document": "Specifies the unique ID of the IPv4 routing strategy entry.\nNote: This field may return null, indicating that no valid value was found.",
23806
+ "example": "rrpi-hd7hsfhh",
23807
+ "member": "string",
23808
+ "name": "RoutePolicyEntryId",
23809
+ "output_required": true,
23810
+ "required": false,
23811
+ "type": "string",
23812
+ "value_allowed_null": true
23813
+ },
23814
+ {
23815
+ "disabled": false,
23816
+ "document": "Destination ip range.\nNote: This field may return null, indicating that no valid value was found.",
23817
+ "example": "13.0.0.0/16",
23818
+ "member": "string",
23819
+ "name": "CidrBlock",
23820
+ "output_required": true,
23821
+ "required": false,
23822
+ "type": "string",
23823
+ "value_allowed_null": true
23824
+ },
23825
+ {
23826
+ "disabled": false,
23827
+ "document": "Describes the routing strategy rule.\nNote: This field may return null, indicating that no valid value was found.",
23828
+ "example": "demo",
23829
+ "member": "string",
23830
+ "name": "Description",
23831
+ "output_required": true,
23832
+ "required": false,
23833
+ "type": "string",
23834
+ "value_allowed_null": true
23835
+ },
23836
+ {
23837
+ "disabled": false,
23838
+ "document": "Routing Type\n\nSpecifies the USER-customized data type.\nNETD: specifies the route for network detection.\nCCN: CCN route.\nNote: This field may return null, indicating that no valid value was found.",
23839
+ "example": "CCN",
23840
+ "member": "string",
23841
+ "name": "RouteType",
23842
+ "output_required": true,
23843
+ "required": false,
23844
+ "type": "string",
23845
+ "value_allowed_null": true
23846
+ },
23847
+ {
23848
+ "disabled": false,
23849
+ "document": "Next hop type. types currently supported:.\nCVM: cloud virtual machine with public network gateway type.\nVPN: vpn gateway.\nDIRECTCONNECT: direct connect gateway.\nPEERCONNECTION: peering connection.\nHAVIP: high availability virtual ip.\nNAT: specifies the nat gateway. \nEIP: specifies the public ip address of the cloud virtual machine.\nLOCAL_GATEWAY: specifies the local gateway.\nPVGW: pvgw gateway.\nNote: This field may return null, indicating that no valid value was found.",
23850
+ "example": "CVM",
23851
+ "member": "string",
23852
+ "name": "GatewayType",
23853
+ "output_required": true,
23854
+ "required": false,
23855
+ "type": "string",
23856
+ "value_allowed_null": true
23857
+ },
23858
+ {
23859
+ "disabled": false,
23860
+ "document": "Gateway unique ID.\nNote: This field may return null, indicating that no valid value was found.",
23861
+ "example": "172.16.16.37",
23862
+ "member": "string",
23863
+ "name": "GatewayId",
23864
+ "output_required": true,
23865
+ "required": false,
23866
+ "type": "string",
23867
+ "value_allowed_null": true
23868
+ },
23869
+ {
23870
+ "disabled": false,
23871
+ "document": "Priority. a smaller value indicates a higher priority.\nNote: This field may return null, indicating that no valid value was found.",
23872
+ "example": "100",
23873
+ "member": "uint64",
23874
+ "name": "Priority",
23875
+ "output_required": true,
23876
+ "required": false,
23877
+ "type": "int",
23878
+ "value_allowed_null": true
23879
+ },
23880
+ {
23881
+ "disabled": false,
23882
+ "document": "Action.\nDROP: drop.\nDISABLE: receive and disable.\nACCEPT: receive and enable.\nNote: This field may return null, indicating that no valid value was found.",
23883
+ "example": "ACCEPT",
23884
+ "member": "string",
23885
+ "name": "Action",
23886
+ "output_required": true,
23887
+ "required": false,
23888
+ "type": "string",
23889
+ "value_allowed_null": true
23890
+ },
23891
+ {
23892
+ "disabled": false,
23893
+ "document": "Creation time.\n\nNote: This field may return null, indicating that no valid value was found.",
23894
+ "example": "2023-05-20 15:06:34",
23895
+ "member": "string",
23896
+ "name": "CreatedTime",
23897
+ "output_required": true,
23898
+ "required": false,
23899
+ "type": "string",
23900
+ "value_allowed_null": true
23901
+ },
23902
+ {
23903
+ "disabled": false,
23904
+ "document": "Specifies the region.\nNote: This field may return null, indicating that no valid value was found.",
23905
+ "example": "ap-guangzhou",
23906
+ "member": "string",
23907
+ "name": "Region",
23908
+ "output_required": true,
23909
+ "required": false,
23910
+ "type": "string",
23911
+ "value_allowed_null": true
23912
+ }
23913
+ ],
23914
+ "usage": "both"
23915
+ },
23097
23916
  "RouteTable": {
23098
23917
  "document": "Route table object",
23099
23918
  "members": [
@@ -24392,23 +25211,25 @@
24392
25211
  "members": [
24393
25212
  {
24394
25213
  "disabled": false,
24395
- "document": "Tag key\nNote: This field may return null, indicating no valid value.",
25214
+ "document": "Tag key",
24396
25215
  "example": "tag-key",
24397
25216
  "member": "string",
24398
25217
  "name": "Key",
25218
+ "output_required": true,
24399
25219
  "required": true,
24400
25220
  "type": "string",
24401
- "value_allowed_null": true
25221
+ "value_allowed_null": false
24402
25222
  },
24403
25223
  {
24404
25224
  "disabled": false,
24405
- "document": "Tag value\nNote: This field may return null, indicating no valid value.",
25225
+ "document": "Tag value",
24406
25226
  "example": "tag-value",
24407
25227
  "member": "string",
24408
25228
  "name": "Value",
25229
+ "output_required": true,
24409
25230
  "required": false,
24410
25231
  "type": "string",
24411
- "value_allowed_null": true
25232
+ "value_allowed_null": false
24412
25233
  }
24413
25234
  ],
24414
25235
  "usage": "both"