byteplus-python-sdk-v2 3.0.52__py2.py3-none-any.whl → 3.0.53__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.
Files changed (184) hide show
  1. {byteplus_python_sdk_v2-3.0.52.dist-info → byteplus_python_sdk_v2-3.0.53.dist-info}/METADATA +1 -1
  2. {byteplus_python_sdk_v2-3.0.52.dist-info → byteplus_python_sdk_v2-3.0.53.dist-info}/RECORD +184 -43
  3. {byteplus_python_sdk_v2-3.0.52.dist-info → byteplus_python_sdk_v2-3.0.53.dist-info}/WHEEL +1 -1
  4. {byteplus_python_sdk_v2-3.0.52.dist-info → byteplus_python_sdk_v2-3.0.53.dist-info}/top_level.txt +1 -0
  5. byteplussdkarkruntime/resources/content_generation/tasks.py +4 -0
  6. byteplussdkarkruntime/types/content_generation/content_generation_task.py +3 -0
  7. byteplussdkarkruntime/types/content_generation/create_task_content_param.py +31 -1
  8. byteplussdkcen/__init__.py +133 -0
  9. byteplussdkcen/api/__init__.py +6 -0
  10. byteplussdkcen/api/cen_api.py +4205 -0
  11. byteplussdkcen/models/__init__.py +129 -0
  12. byteplussdkcen/models/associate_cen_bandwidth_package_request.py +151 -0
  13. byteplussdkcen/models/associate_cen_bandwidth_package_response.py +95 -0
  14. byteplussdkcen/models/attach_instance_to_cen_request.py +231 -0
  15. byteplussdkcen/models/attach_instance_to_cen_response.py +95 -0
  16. byteplussdkcen/models/attached_instance_for_describe_cen_attached_instances_output.py +279 -0
  17. byteplussdkcen/models/cen_bandwidth_package_for_describe_cen_bandwidth_packages_billing_output.py +279 -0
  18. byteplussdkcen/models/cen_bandwidth_package_for_describe_cen_bandwidth_packages_output.py +617 -0
  19. byteplussdkcen/models/cen_for_describe_cens_output.py +357 -0
  20. byteplussdkcen/models/cen_grant_rule_for_describe_grant_rules_to_cen_output.py +253 -0
  21. byteplussdkcen/models/cen_grant_rule_for_describe_instance_granted_rules_output.py +253 -0
  22. byteplussdkcen/models/cen_route_entry_for_describe_cen_route_entries_output.py +331 -0
  23. byteplussdkcen/models/cen_summary_route_entry_for_describe_cen_summary_route_entries_output.py +253 -0
  24. byteplussdkcen/models/create_cen_bandwidth_package_request.py +462 -0
  25. byteplussdkcen/models/create_cen_bandwidth_package_response.py +123 -0
  26. byteplussdkcen/models/create_cen_inter_region_bandwidth_request.py +231 -0
  27. byteplussdkcen/models/create_cen_inter_region_bandwidth_response.py +123 -0
  28. byteplussdkcen/models/create_cen_request.py +230 -0
  29. byteplussdkcen/models/create_cen_response.py +123 -0
  30. byteplussdkcen/models/create_cen_service_route_entry_request.py +283 -0
  31. byteplussdkcen/models/create_cen_service_route_entry_response.py +95 -0
  32. byteplussdkcen/models/create_cen_summary_route_entry_request.py +177 -0
  33. byteplussdkcen/models/create_cen_summary_route_entry_response.py +95 -0
  34. byteplussdkcen/models/delete_cen_bandwidth_package_request.py +124 -0
  35. byteplussdkcen/models/delete_cen_bandwidth_package_response.py +95 -0
  36. byteplussdkcen/models/delete_cen_inter_region_bandwidth_request.py +124 -0
  37. byteplussdkcen/models/delete_cen_inter_region_bandwidth_response.py +95 -0
  38. byteplussdkcen/models/delete_cen_request.py +124 -0
  39. byteplussdkcen/models/delete_cen_response.py +95 -0
  40. byteplussdkcen/models/delete_cen_service_route_entry_request.py +178 -0
  41. byteplussdkcen/models/delete_cen_service_route_entry_response.py +95 -0
  42. byteplussdkcen/models/delete_cen_summary_route_entry_request.py +151 -0
  43. byteplussdkcen/models/delete_cen_summary_route_entry_response.py +95 -0
  44. byteplussdkcen/models/describe95_traffic_request.py +178 -0
  45. byteplussdkcen/models/describe95_traffic_response.py +123 -0
  46. byteplussdkcen/models/describe_cen_attached_instance_attributes_request.py +205 -0
  47. byteplussdkcen/models/describe_cen_attached_instance_attributes_response.py +279 -0
  48. byteplussdkcen/models/describe_cen_attached_instances_request.py +253 -0
  49. byteplussdkcen/models/describe_cen_attached_instances_response.py +201 -0
  50. byteplussdkcen/models/describe_cen_attributes_request.py +124 -0
  51. byteplussdkcen/models/describe_cen_attributes_response.py +357 -0
  52. byteplussdkcen/models/describe_cen_bandwidth_package_attributes_request.py +124 -0
  53. byteplussdkcen/models/describe_cen_bandwidth_package_attributes_response.py +591 -0
  54. byteplussdkcen/models/describe_cen_bandwidth_packages_billing_request.py +175 -0
  55. byteplussdkcen/models/describe_cen_bandwidth_packages_billing_response.py +201 -0
  56. byteplussdkcen/models/describe_cen_bandwidth_packages_request.py +331 -0
  57. byteplussdkcen/models/describe_cen_bandwidth_packages_response.py +201 -0
  58. byteplussdkcen/models/describe_cen_inter_region_bandwidth_attributes_request.py +124 -0
  59. byteplussdkcen/models/describe_cen_inter_region_bandwidth_attributes_response.py +331 -0
  60. byteplussdkcen/models/describe_cen_inter_region_bandwidths_request.py +201 -0
  61. byteplussdkcen/models/describe_cen_inter_region_bandwidths_response.py +201 -0
  62. byteplussdkcen/models/describe_cen_route_entries_request.py +279 -0
  63. byteplussdkcen/models/describe_cen_route_entries_response.py +201 -0
  64. byteplussdkcen/models/describe_cen_service_route_entries_request.py +279 -0
  65. byteplussdkcen/models/describe_cen_service_route_entries_response.py +201 -0
  66. byteplussdkcen/models/describe_cen_summary_route_entries_request.py +202 -0
  67. byteplussdkcen/models/describe_cen_summary_route_entries_response.py +201 -0
  68. byteplussdkcen/models/describe_cens_request.py +253 -0
  69. byteplussdkcen/models/describe_cens_response.py +201 -0
  70. byteplussdkcen/models/describe_grant_rules_to_cen_request.py +260 -0
  71. byteplussdkcen/models/describe_grant_rules_to_cen_response.py +201 -0
  72. byteplussdkcen/models/describe_instance_granted_rules_request.py +234 -0
  73. byteplussdkcen/models/describe_instance_granted_rules_response.py +201 -0
  74. byteplussdkcen/models/detach_instance_from_cen_request.py +205 -0
  75. byteplussdkcen/models/detach_instance_from_cen_response.py +95 -0
  76. byteplussdkcen/models/disassociate_cen_bandwidth_package_request.py +151 -0
  77. byteplussdkcen/models/disassociate_cen_bandwidth_package_response.py +95 -0
  78. byteplussdkcen/models/grant_instance_to_cen_request.py +239 -0
  79. byteplussdkcen/models/grant_instance_to_cen_response.py +95 -0
  80. byteplussdkcen/models/inter_region_bandwidth_for_describe_cen_inter_region_bandwidths_output.py +331 -0
  81. byteplussdkcen/models/list_tags_for_resources_request.py +264 -0
  82. byteplussdkcen/models/list_tags_for_resources_response.py +149 -0
  83. byteplussdkcen/models/modify_cen_attributes_request.py +176 -0
  84. byteplussdkcen/models/modify_cen_attributes_response.py +95 -0
  85. byteplussdkcen/models/modify_cen_bandwidth_package_association_request.py +151 -0
  86. byteplussdkcen/models/modify_cen_bandwidth_package_association_response.py +95 -0
  87. byteplussdkcen/models/modify_cen_bandwidth_package_attributes_request.py +214 -0
  88. byteplussdkcen/models/modify_cen_bandwidth_package_attributes_response.py +95 -0
  89. byteplussdkcen/models/modify_cen_inter_region_bandwidth_attributes_request.py +176 -0
  90. byteplussdkcen/models/modify_cen_inter_region_bandwidth_attributes_response.py +95 -0
  91. byteplussdkcen/models/modify_cen_service_route_entry_attributes_request.py +256 -0
  92. byteplussdkcen/models/modify_cen_service_route_entry_attributes_response.py +95 -0
  93. byteplussdkcen/models/publish_cen_route_entry_request.py +232 -0
  94. byteplussdkcen/models/publish_cen_route_entry_response.py +95 -0
  95. byteplussdkcen/models/publish_to_instance_for_create_cen_service_route_entry_input.py +175 -0
  96. byteplussdkcen/models/publish_to_instance_for_describe_cen_service_route_entries_output.py +175 -0
  97. byteplussdkcen/models/publish_to_instance_for_modify_cen_service_route_entry_attributes_input.py +175 -0
  98. byteplussdkcen/models/renew_cen_bandwidth_package_request.py +176 -0
  99. byteplussdkcen/models/renew_cen_bandwidth_package_response.py +95 -0
  100. byteplussdkcen/models/resource_tag_for_list_tags_for_resources_output.py +201 -0
  101. byteplussdkcen/models/revoke_instance_from_cen_request.py +239 -0
  102. byteplussdkcen/models/revoke_instance_from_cen_response.py +95 -0
  103. byteplussdkcen/models/service_route_entry_for_describe_cen_service_route_entries_output.py +331 -0
  104. byteplussdkcen/models/set_cen_bandwidth_package_renewal_request.py +203 -0
  105. byteplussdkcen/models/set_cen_bandwidth_package_renewal_response.py +95 -0
  106. byteplussdkcen/models/tag_filter_for_describe_cen_bandwidth_packages_input.py +149 -0
  107. byteplussdkcen/models/tag_filter_for_describe_cens_input.py +149 -0
  108. byteplussdkcen/models/tag_filter_for_list_tags_for_resources_input.py +149 -0
  109. byteplussdkcen/models/tag_for_create_cen_bandwidth_package_input.py +149 -0
  110. byteplussdkcen/models/tag_for_create_cen_input.py +149 -0
  111. byteplussdkcen/models/tag_for_describe_cen_attributes_output.py +149 -0
  112. byteplussdkcen/models/tag_for_describe_cen_bandwidth_package_attributes_output.py +149 -0
  113. byteplussdkcen/models/tag_for_describe_cen_bandwidth_packages_output.py +149 -0
  114. byteplussdkcen/models/tag_for_describe_cens_output.py +149 -0
  115. byteplussdkcen/models/tag_for_tag_resources_input.py +150 -0
  116. byteplussdkcen/models/tag_resources_request.py +183 -0
  117. byteplussdkcen/models/tag_resources_response.py +95 -0
  118. byteplussdkcen/models/traffic_data_for_describe95_traffic_output.py +201 -0
  119. byteplussdkcen/models/traffic_detail_data_for_describe95_traffic_output.py +175 -0
  120. byteplussdkcen/models/untag_resources_request.py +183 -0
  121. byteplussdkcen/models/untag_resources_response.py +95 -0
  122. byteplussdkcen/models/withdraw_cen_route_entry_request.py +232 -0
  123. byteplussdkcen/models/withdraw_cen_route_entry_response.py +95 -0
  124. byteplussdkcore/api_client.py +1 -1
  125. byteplussdkcore/configuration.py +1 -1
  126. byteplussdkcore/endpoint/providers/default_provider.py +14 -0
  127. byteplussdkexamples/byteplussdkarkruntime/content_generation_tasks.py +8 -0
  128. byteplussdktransitrouter/__init__.py +24 -1
  129. byteplussdktransitrouter/api/transitrouter_api.py +983 -13
  130. byteplussdktransitrouter/models/__init__.py +24 -1
  131. byteplussdktransitrouter/models/accept_shared_transit_router_request.py +124 -0
  132. byteplussdktransitrouter/models/accept_shared_transit_router_response.py +95 -0
  133. byteplussdktransitrouter/models/accept_transit_router_peer_attachment_request.py +124 -0
  134. byteplussdktransitrouter/models/accept_transit_router_peer_attachment_response.py +95 -0
  135. byteplussdktransitrouter/models/create_transit_router_grant_rule_request.py +177 -0
  136. byteplussdktransitrouter/models/create_transit_router_grant_rule_response.py +95 -0
  137. byteplussdktransitrouter/models/create_transit_router_peer_attachment_request.py +79 -1
  138. byteplussdktransitrouter/models/create_transit_router_route_entry_request.py +29 -4
  139. byteplussdktransitrouter/models/create_transit_router_route_policy_entry_request.py +33 -1
  140. byteplussdktransitrouter/models/create_transit_router_traffic_qos_queue_entry_request.py +39 -4
  141. byteplussdktransitrouter/models/create_transit_router_vpn_attachment_request.py +27 -1
  142. byteplussdktransitrouter/models/delete_transit_router_grant_rule_request.py +151 -0
  143. byteplussdktransitrouter/models/delete_transit_router_grant_rule_response.py +95 -0
  144. byteplussdktransitrouter/models/describe95_traffic_request.py +185 -0
  145. byteplussdktransitrouter/models/describe95_traffic_response.py +123 -0
  146. byteplussdktransitrouter/models/describe_transit_router_attachments_request.py +3 -0
  147. byteplussdktransitrouter/models/describe_transit_router_grant_rules_request.py +202 -0
  148. byteplussdktransitrouter/models/describe_transit_router_grant_rules_response.py +201 -0
  149. byteplussdktransitrouter/models/describe_transit_router_multicast_domains_response.py +3 -3
  150. byteplussdktransitrouter/models/describe_transit_router_route_entries_request.py +3 -0
  151. byteplussdktransitrouter/models/describe_transit_router_route_policy_entries_request.py +3 -0
  152. byteplussdktransitrouter/models/describe_transit_router_traffic_qos_queue_entries_request.py +3 -0
  153. byteplussdktransitrouter/models/describe_transit_router_vpn_attachments_request.py +3 -0
  154. byteplussdktransitrouter/models/describe_transit_routers_request.py +3 -0
  155. byteplussdktransitrouter/models/enable_transit_router_route_table_propagation_request.py +27 -1
  156. byteplussdktransitrouter/models/models.py +1522 -1447
  157. byteplussdktransitrouter/models/modify_transit_router_attributes_request.py +34 -1
  158. byteplussdktransitrouter/models/modify_transit_router_grant_rule_attributes_request.py +177 -0
  159. byteplussdktransitrouter/models/modify_transit_router_grant_rule_attributes_response.py +95 -0
  160. byteplussdktransitrouter/models/modify_transit_router_peer_attachment_attributes_request.py +53 -1
  161. byteplussdktransitrouter/models/modify_transit_router_route_policy_entry_attributes_request.py +33 -1
  162. byteplussdktransitrouter/models/modify_transit_router_traffic_qos_queue_entry_attributes_request.py +208 -0
  163. byteplussdktransitrouter/models/modify_transit_router_traffic_qos_queue_entry_attributes_response.py +95 -0
  164. byteplussdktransitrouter/models/reject_shared_transit_router_request.py +124 -0
  165. byteplussdktransitrouter/models/reject_shared_transit_router_response.py +95 -0
  166. byteplussdktransitrouter/models/reject_transit_router_peer_attachment_request.py +124 -0
  167. byteplussdktransitrouter/models/reject_transit_router_peer_attachment_response.py +95 -0
  168. byteplussdktransitrouter/models/traffic_data_for_describe95_traffic_output.py +201 -0
  169. byteplussdktransitrouter/models/traffic_detail_data_for_describe95_traffic_output.py +175 -0
  170. byteplussdktransitrouter/models/transit_router_attachment_for_describe_transit_router_attachments_output.py +27 -1
  171. byteplussdktransitrouter/models/transit_router_attachment_for_describe_transit_router_peer_attachments_output.py +105 -1
  172. byteplussdktransitrouter/models/transit_router_attachment_for_describe_transit_router_vpn_attachments_output.py +27 -1
  173. byteplussdktransitrouter/models/transit_router_for_describe_transit_routers_output.py +27 -1
  174. byteplussdktransitrouter/models/transit_router_grant_rule_for_describe_transit_router_grant_rules_output.py +253 -0
  175. byteplussdktransitrouter/models/{transit_router_multicast_domains_for_describe_transit_router_multicast_domains_output.py → transit_router_multicast_domain_for_describe_transit_router_multicast_domains_output.py} +33 -33
  176. byteplussdktransitrouter/models/transit_router_route_entry_for_describe_transit_router_route_entries_output.py +53 -1
  177. byteplussdkvke/__init__.py +2 -0
  178. byteplussdkvke/api/vke_api.py +97 -0
  179. byteplussdkvke/models/__init__.py +2 -0
  180. byteplussdkvke/models/item_for_list_scaling_policies_output.py +27 -1
  181. byteplussdkvke/models/scale_node_pool_request.py +204 -0
  182. byteplussdkvke/models/scale_node_pool_response.py +95 -0
  183. {byteplus_python_sdk_v2-3.0.52.dist-info → byteplus_python_sdk_v2-3.0.53.dist-info}/licenses/LICENSE.txt +0 -0
  184. {byteplus_python_sdk_v2-3.0.52.dist-info → byteplus_python_sdk_v2-3.0.53.dist-info}/licenses/NOTICE.md +0 -0
@@ -0,0 +1,208 @@
1
+ # coding: utf-8
2
+
3
+ """
4
+ transitrouter
5
+
6
+ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501
7
+
8
+ OpenAPI spec version: common-version
9
+
10
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
11
+ """
12
+
13
+
14
+ import pprint
15
+ import re # noqa: F401
16
+
17
+ import six
18
+
19
+ from byteplussdkcore.configuration import Configuration
20
+
21
+
22
+ class ModifyTransitRouterTrafficQosQueueEntryAttributesRequest(object):
23
+ """NOTE: This class is auto generated by the swagger code generator program.
24
+
25
+ Do not edit the class manually.
26
+ """
27
+
28
+ """
29
+ Attributes:
30
+ swagger_types (dict): The key is attribute name
31
+ and the value is attribute type.
32
+ attribute_map (dict): The key is attribute name
33
+ and the value is json key in definition.
34
+ """
35
+ swagger_types = {
36
+ 'bandwidth_percent': 'int',
37
+ 'description': 'str',
38
+ 'transit_router_traffic_qos_queue_entry_id': 'str',
39
+ 'transit_router_traffic_qos_queue_entry_name': 'str'
40
+ }
41
+
42
+ attribute_map = {
43
+ 'bandwidth_percent': 'BandwidthPercent',
44
+ 'description': 'Description',
45
+ 'transit_router_traffic_qos_queue_entry_id': 'TransitRouterTrafficQosQueueEntryId',
46
+ 'transit_router_traffic_qos_queue_entry_name': 'TransitRouterTrafficQosQueueEntryName'
47
+ }
48
+
49
+ def __init__(self, bandwidth_percent=None, description=None, transit_router_traffic_qos_queue_entry_id=None, transit_router_traffic_qos_queue_entry_name=None, _configuration=None): # noqa: E501
50
+ """ModifyTransitRouterTrafficQosQueueEntryAttributesRequest - a model defined in Swagger""" # noqa: E501
51
+ if _configuration is None:
52
+ _configuration = Configuration()
53
+ self._configuration = _configuration
54
+
55
+ self._bandwidth_percent = None
56
+ self._description = None
57
+ self._transit_router_traffic_qos_queue_entry_id = None
58
+ self._transit_router_traffic_qos_queue_entry_name = None
59
+ self.discriminator = None
60
+
61
+ if bandwidth_percent is not None:
62
+ self.bandwidth_percent = bandwidth_percent
63
+ if description is not None:
64
+ self.description = description
65
+ self.transit_router_traffic_qos_queue_entry_id = transit_router_traffic_qos_queue_entry_id
66
+ if transit_router_traffic_qos_queue_entry_name is not None:
67
+ self.transit_router_traffic_qos_queue_entry_name = transit_router_traffic_qos_queue_entry_name
68
+
69
+ @property
70
+ def bandwidth_percent(self):
71
+ """Gets the bandwidth_percent of this ModifyTransitRouterTrafficQosQueueEntryAttributesRequest. # noqa: E501
72
+
73
+
74
+ :return: The bandwidth_percent of this ModifyTransitRouterTrafficQosQueueEntryAttributesRequest. # noqa: E501
75
+ :rtype: int
76
+ """
77
+ return self._bandwidth_percent
78
+
79
+ @bandwidth_percent.setter
80
+ def bandwidth_percent(self, bandwidth_percent):
81
+ """Sets the bandwidth_percent of this ModifyTransitRouterTrafficQosQueueEntryAttributesRequest.
82
+
83
+
84
+ :param bandwidth_percent: The bandwidth_percent of this ModifyTransitRouterTrafficQosQueueEntryAttributesRequest. # noqa: E501
85
+ :type: int
86
+ """
87
+ if (self._configuration.client_side_validation and
88
+ bandwidth_percent is not None and bandwidth_percent > 100): # noqa: E501
89
+ raise ValueError("Invalid value for `bandwidth_percent`, must be a value less than or equal to `100`") # noqa: E501
90
+ if (self._configuration.client_side_validation and
91
+ bandwidth_percent is not None and bandwidth_percent < 0): # noqa: E501
92
+ raise ValueError("Invalid value for `bandwidth_percent`, must be a value greater than or equal to `0`") # noqa: E501
93
+
94
+ self._bandwidth_percent = bandwidth_percent
95
+
96
+ @property
97
+ def description(self):
98
+ """Gets the description of this ModifyTransitRouterTrafficQosQueueEntryAttributesRequest. # noqa: E501
99
+
100
+
101
+ :return: The description of this ModifyTransitRouterTrafficQosQueueEntryAttributesRequest. # noqa: E501
102
+ :rtype: str
103
+ """
104
+ return self._description
105
+
106
+ @description.setter
107
+ def description(self, description):
108
+ """Sets the description of this ModifyTransitRouterTrafficQosQueueEntryAttributesRequest.
109
+
110
+
111
+ :param description: The description of this ModifyTransitRouterTrafficQosQueueEntryAttributesRequest. # noqa: E501
112
+ :type: str
113
+ """
114
+
115
+ self._description = description
116
+
117
+ @property
118
+ def transit_router_traffic_qos_queue_entry_id(self):
119
+ """Gets the transit_router_traffic_qos_queue_entry_id of this ModifyTransitRouterTrafficQosQueueEntryAttributesRequest. # noqa: E501
120
+
121
+
122
+ :return: The transit_router_traffic_qos_queue_entry_id of this ModifyTransitRouterTrafficQosQueueEntryAttributesRequest. # noqa: E501
123
+ :rtype: str
124
+ """
125
+ return self._transit_router_traffic_qos_queue_entry_id
126
+
127
+ @transit_router_traffic_qos_queue_entry_id.setter
128
+ def transit_router_traffic_qos_queue_entry_id(self, transit_router_traffic_qos_queue_entry_id):
129
+ """Sets the transit_router_traffic_qos_queue_entry_id of this ModifyTransitRouterTrafficQosQueueEntryAttributesRequest.
130
+
131
+
132
+ :param transit_router_traffic_qos_queue_entry_id: The transit_router_traffic_qos_queue_entry_id of this ModifyTransitRouterTrafficQosQueueEntryAttributesRequest. # noqa: E501
133
+ :type: str
134
+ """
135
+ if self._configuration.client_side_validation and transit_router_traffic_qos_queue_entry_id is None:
136
+ raise ValueError("Invalid value for `transit_router_traffic_qos_queue_entry_id`, must not be `None`") # noqa: E501
137
+
138
+ self._transit_router_traffic_qos_queue_entry_id = transit_router_traffic_qos_queue_entry_id
139
+
140
+ @property
141
+ def transit_router_traffic_qos_queue_entry_name(self):
142
+ """Gets the transit_router_traffic_qos_queue_entry_name of this ModifyTransitRouterTrafficQosQueueEntryAttributesRequest. # noqa: E501
143
+
144
+
145
+ :return: The transit_router_traffic_qos_queue_entry_name of this ModifyTransitRouterTrafficQosQueueEntryAttributesRequest. # noqa: E501
146
+ :rtype: str
147
+ """
148
+ return self._transit_router_traffic_qos_queue_entry_name
149
+
150
+ @transit_router_traffic_qos_queue_entry_name.setter
151
+ def transit_router_traffic_qos_queue_entry_name(self, transit_router_traffic_qos_queue_entry_name):
152
+ """Sets the transit_router_traffic_qos_queue_entry_name of this ModifyTransitRouterTrafficQosQueueEntryAttributesRequest.
153
+
154
+
155
+ :param transit_router_traffic_qos_queue_entry_name: The transit_router_traffic_qos_queue_entry_name of this ModifyTransitRouterTrafficQosQueueEntryAttributesRequest. # noqa: E501
156
+ :type: str
157
+ """
158
+
159
+ self._transit_router_traffic_qos_queue_entry_name = transit_router_traffic_qos_queue_entry_name
160
+
161
+ def to_dict(self):
162
+ """Returns the model properties as a dict"""
163
+ result = {}
164
+
165
+ for attr, _ in six.iteritems(self.swagger_types):
166
+ value = getattr(self, attr)
167
+ if isinstance(value, list):
168
+ result[attr] = list(map(
169
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
170
+ value
171
+ ))
172
+ elif hasattr(value, "to_dict"):
173
+ result[attr] = value.to_dict()
174
+ elif isinstance(value, dict):
175
+ result[attr] = dict(map(
176
+ lambda item: (item[0], item[1].to_dict())
177
+ if hasattr(item[1], "to_dict") else item,
178
+ value.items()
179
+ ))
180
+ else:
181
+ result[attr] = value
182
+ if issubclass(ModifyTransitRouterTrafficQosQueueEntryAttributesRequest, dict):
183
+ for key, value in self.items():
184
+ result[key] = value
185
+
186
+ return result
187
+
188
+ def to_str(self):
189
+ """Returns the string representation of the model"""
190
+ return pprint.pformat(self.to_dict())
191
+
192
+ def __repr__(self):
193
+ """For `print` and `pprint`"""
194
+ return self.to_str()
195
+
196
+ def __eq__(self, other):
197
+ """Returns true if both objects are equal"""
198
+ if not isinstance(other, ModifyTransitRouterTrafficQosQueueEntryAttributesRequest):
199
+ return False
200
+
201
+ return self.to_dict() == other.to_dict()
202
+
203
+ def __ne__(self, other):
204
+ """Returns true if both objects are not equal"""
205
+ if not isinstance(other, ModifyTransitRouterTrafficQosQueueEntryAttributesRequest):
206
+ return True
207
+
208
+ return self.to_dict() != other.to_dict()
@@ -0,0 +1,95 @@
1
+ # coding: utf-8
2
+
3
+ """
4
+ transitrouter
5
+
6
+ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501
7
+
8
+ OpenAPI spec version: common-version
9
+
10
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
11
+ """
12
+
13
+
14
+ import pprint
15
+ import re # noqa: F401
16
+
17
+ import six
18
+
19
+ from byteplussdkcore.configuration import Configuration
20
+
21
+
22
+ class ModifyTransitRouterTrafficQosQueueEntryAttributesResponse(object):
23
+ """NOTE: This class is auto generated by the swagger code generator program.
24
+
25
+ Do not edit the class manually.
26
+ """
27
+
28
+ """
29
+ Attributes:
30
+ swagger_types (dict): The key is attribute name
31
+ and the value is attribute type.
32
+ attribute_map (dict): The key is attribute name
33
+ and the value is json key in definition.
34
+ """
35
+ swagger_types = {
36
+ }
37
+
38
+ attribute_map = {
39
+ }
40
+
41
+ def __init__(self, _configuration=None): # noqa: E501
42
+ """ModifyTransitRouterTrafficQosQueueEntryAttributesResponse - a model defined in Swagger""" # noqa: E501
43
+ if _configuration is None:
44
+ _configuration = Configuration()
45
+ self._configuration = _configuration
46
+ self.discriminator = None
47
+
48
+ def to_dict(self):
49
+ """Returns the model properties as a dict"""
50
+ result = {}
51
+
52
+ for attr, _ in six.iteritems(self.swagger_types):
53
+ value = getattr(self, attr)
54
+ if isinstance(value, list):
55
+ result[attr] = list(map(
56
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
57
+ value
58
+ ))
59
+ elif hasattr(value, "to_dict"):
60
+ result[attr] = value.to_dict()
61
+ elif isinstance(value, dict):
62
+ result[attr] = dict(map(
63
+ lambda item: (item[0], item[1].to_dict())
64
+ if hasattr(item[1], "to_dict") else item,
65
+ value.items()
66
+ ))
67
+ else:
68
+ result[attr] = value
69
+ if issubclass(ModifyTransitRouterTrafficQosQueueEntryAttributesResponse, dict):
70
+ for key, value in self.items():
71
+ result[key] = value
72
+
73
+ return result
74
+
75
+ def to_str(self):
76
+ """Returns the string representation of the model"""
77
+ return pprint.pformat(self.to_dict())
78
+
79
+ def __repr__(self):
80
+ """For `print` and `pprint`"""
81
+ return self.to_str()
82
+
83
+ def __eq__(self, other):
84
+ """Returns true if both objects are equal"""
85
+ if not isinstance(other, ModifyTransitRouterTrafficQosQueueEntryAttributesResponse):
86
+ return False
87
+
88
+ return self.to_dict() == other.to_dict()
89
+
90
+ def __ne__(self, other):
91
+ """Returns true if both objects are not equal"""
92
+ if not isinstance(other, ModifyTransitRouterTrafficQosQueueEntryAttributesResponse):
93
+ return True
94
+
95
+ return self.to_dict() != other.to_dict()
@@ -0,0 +1,124 @@
1
+ # coding: utf-8
2
+
3
+ """
4
+ transitrouter
5
+
6
+ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501
7
+
8
+ OpenAPI spec version: common-version
9
+
10
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
11
+ """
12
+
13
+
14
+ import pprint
15
+ import re # noqa: F401
16
+
17
+ import six
18
+
19
+ from byteplussdkcore.configuration import Configuration
20
+
21
+
22
+ class RejectSharedTransitRouterRequest(object):
23
+ """NOTE: This class is auto generated by the swagger code generator program.
24
+
25
+ Do not edit the class manually.
26
+ """
27
+
28
+ """
29
+ Attributes:
30
+ swagger_types (dict): The key is attribute name
31
+ and the value is attribute type.
32
+ attribute_map (dict): The key is attribute name
33
+ and the value is json key in definition.
34
+ """
35
+ swagger_types = {
36
+ 'transit_router_id': 'str'
37
+ }
38
+
39
+ attribute_map = {
40
+ 'transit_router_id': 'TransitRouterId'
41
+ }
42
+
43
+ def __init__(self, transit_router_id=None, _configuration=None): # noqa: E501
44
+ """RejectSharedTransitRouterRequest - a model defined in Swagger""" # noqa: E501
45
+ if _configuration is None:
46
+ _configuration = Configuration()
47
+ self._configuration = _configuration
48
+
49
+ self._transit_router_id = None
50
+ self.discriminator = None
51
+
52
+ self.transit_router_id = transit_router_id
53
+
54
+ @property
55
+ def transit_router_id(self):
56
+ """Gets the transit_router_id of this RejectSharedTransitRouterRequest. # noqa: E501
57
+
58
+
59
+ :return: The transit_router_id of this RejectSharedTransitRouterRequest. # noqa: E501
60
+ :rtype: str
61
+ """
62
+ return self._transit_router_id
63
+
64
+ @transit_router_id.setter
65
+ def transit_router_id(self, transit_router_id):
66
+ """Sets the transit_router_id of this RejectSharedTransitRouterRequest.
67
+
68
+
69
+ :param transit_router_id: The transit_router_id of this RejectSharedTransitRouterRequest. # noqa: E501
70
+ :type: str
71
+ """
72
+ if self._configuration.client_side_validation and transit_router_id is None:
73
+ raise ValueError("Invalid value for `transit_router_id`, must not be `None`") # noqa: E501
74
+
75
+ self._transit_router_id = transit_router_id
76
+
77
+ def to_dict(self):
78
+ """Returns the model properties as a dict"""
79
+ result = {}
80
+
81
+ for attr, _ in six.iteritems(self.swagger_types):
82
+ value = getattr(self, attr)
83
+ if isinstance(value, list):
84
+ result[attr] = list(map(
85
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
86
+ value
87
+ ))
88
+ elif hasattr(value, "to_dict"):
89
+ result[attr] = value.to_dict()
90
+ elif isinstance(value, dict):
91
+ result[attr] = dict(map(
92
+ lambda item: (item[0], item[1].to_dict())
93
+ if hasattr(item[1], "to_dict") else item,
94
+ value.items()
95
+ ))
96
+ else:
97
+ result[attr] = value
98
+ if issubclass(RejectSharedTransitRouterRequest, dict):
99
+ for key, value in self.items():
100
+ result[key] = value
101
+
102
+ return result
103
+
104
+ def to_str(self):
105
+ """Returns the string representation of the model"""
106
+ return pprint.pformat(self.to_dict())
107
+
108
+ def __repr__(self):
109
+ """For `print` and `pprint`"""
110
+ return self.to_str()
111
+
112
+ def __eq__(self, other):
113
+ """Returns true if both objects are equal"""
114
+ if not isinstance(other, RejectSharedTransitRouterRequest):
115
+ return False
116
+
117
+ return self.to_dict() == other.to_dict()
118
+
119
+ def __ne__(self, other):
120
+ """Returns true if both objects are not equal"""
121
+ if not isinstance(other, RejectSharedTransitRouterRequest):
122
+ return True
123
+
124
+ return self.to_dict() != other.to_dict()
@@ -0,0 +1,95 @@
1
+ # coding: utf-8
2
+
3
+ """
4
+ transitrouter
5
+
6
+ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501
7
+
8
+ OpenAPI spec version: common-version
9
+
10
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
11
+ """
12
+
13
+
14
+ import pprint
15
+ import re # noqa: F401
16
+
17
+ import six
18
+
19
+ from byteplussdkcore.configuration import Configuration
20
+
21
+
22
+ class RejectSharedTransitRouterResponse(object):
23
+ """NOTE: This class is auto generated by the swagger code generator program.
24
+
25
+ Do not edit the class manually.
26
+ """
27
+
28
+ """
29
+ Attributes:
30
+ swagger_types (dict): The key is attribute name
31
+ and the value is attribute type.
32
+ attribute_map (dict): The key is attribute name
33
+ and the value is json key in definition.
34
+ """
35
+ swagger_types = {
36
+ }
37
+
38
+ attribute_map = {
39
+ }
40
+
41
+ def __init__(self, _configuration=None): # noqa: E501
42
+ """RejectSharedTransitRouterResponse - a model defined in Swagger""" # noqa: E501
43
+ if _configuration is None:
44
+ _configuration = Configuration()
45
+ self._configuration = _configuration
46
+ self.discriminator = None
47
+
48
+ def to_dict(self):
49
+ """Returns the model properties as a dict"""
50
+ result = {}
51
+
52
+ for attr, _ in six.iteritems(self.swagger_types):
53
+ value = getattr(self, attr)
54
+ if isinstance(value, list):
55
+ result[attr] = list(map(
56
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
57
+ value
58
+ ))
59
+ elif hasattr(value, "to_dict"):
60
+ result[attr] = value.to_dict()
61
+ elif isinstance(value, dict):
62
+ result[attr] = dict(map(
63
+ lambda item: (item[0], item[1].to_dict())
64
+ if hasattr(item[1], "to_dict") else item,
65
+ value.items()
66
+ ))
67
+ else:
68
+ result[attr] = value
69
+ if issubclass(RejectSharedTransitRouterResponse, dict):
70
+ for key, value in self.items():
71
+ result[key] = value
72
+
73
+ return result
74
+
75
+ def to_str(self):
76
+ """Returns the string representation of the model"""
77
+ return pprint.pformat(self.to_dict())
78
+
79
+ def __repr__(self):
80
+ """For `print` and `pprint`"""
81
+ return self.to_str()
82
+
83
+ def __eq__(self, other):
84
+ """Returns true if both objects are equal"""
85
+ if not isinstance(other, RejectSharedTransitRouterResponse):
86
+ return False
87
+
88
+ return self.to_dict() == other.to_dict()
89
+
90
+ def __ne__(self, other):
91
+ """Returns true if both objects are not equal"""
92
+ if not isinstance(other, RejectSharedTransitRouterResponse):
93
+ return True
94
+
95
+ return self.to_dict() != other.to_dict()
@@ -0,0 +1,124 @@
1
+ # coding: utf-8
2
+
3
+ """
4
+ transitrouter
5
+
6
+ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501
7
+
8
+ OpenAPI spec version: common-version
9
+
10
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
11
+ """
12
+
13
+
14
+ import pprint
15
+ import re # noqa: F401
16
+
17
+ import six
18
+
19
+ from byteplussdkcore.configuration import Configuration
20
+
21
+
22
+ class RejectTransitRouterPeerAttachmentRequest(object):
23
+ """NOTE: This class is auto generated by the swagger code generator program.
24
+
25
+ Do not edit the class manually.
26
+ """
27
+
28
+ """
29
+ Attributes:
30
+ swagger_types (dict): The key is attribute name
31
+ and the value is attribute type.
32
+ attribute_map (dict): The key is attribute name
33
+ and the value is json key in definition.
34
+ """
35
+ swagger_types = {
36
+ 'transit_router_attachment_id': 'str'
37
+ }
38
+
39
+ attribute_map = {
40
+ 'transit_router_attachment_id': 'TransitRouterAttachmentId'
41
+ }
42
+
43
+ def __init__(self, transit_router_attachment_id=None, _configuration=None): # noqa: E501
44
+ """RejectTransitRouterPeerAttachmentRequest - a model defined in Swagger""" # noqa: E501
45
+ if _configuration is None:
46
+ _configuration = Configuration()
47
+ self._configuration = _configuration
48
+
49
+ self._transit_router_attachment_id = None
50
+ self.discriminator = None
51
+
52
+ self.transit_router_attachment_id = transit_router_attachment_id
53
+
54
+ @property
55
+ def transit_router_attachment_id(self):
56
+ """Gets the transit_router_attachment_id of this RejectTransitRouterPeerAttachmentRequest. # noqa: E501
57
+
58
+
59
+ :return: The transit_router_attachment_id of this RejectTransitRouterPeerAttachmentRequest. # noqa: E501
60
+ :rtype: str
61
+ """
62
+ return self._transit_router_attachment_id
63
+
64
+ @transit_router_attachment_id.setter
65
+ def transit_router_attachment_id(self, transit_router_attachment_id):
66
+ """Sets the transit_router_attachment_id of this RejectTransitRouterPeerAttachmentRequest.
67
+
68
+
69
+ :param transit_router_attachment_id: The transit_router_attachment_id of this RejectTransitRouterPeerAttachmentRequest. # noqa: E501
70
+ :type: str
71
+ """
72
+ if self._configuration.client_side_validation and transit_router_attachment_id is None:
73
+ raise ValueError("Invalid value for `transit_router_attachment_id`, must not be `None`") # noqa: E501
74
+
75
+ self._transit_router_attachment_id = transit_router_attachment_id
76
+
77
+ def to_dict(self):
78
+ """Returns the model properties as a dict"""
79
+ result = {}
80
+
81
+ for attr, _ in six.iteritems(self.swagger_types):
82
+ value = getattr(self, attr)
83
+ if isinstance(value, list):
84
+ result[attr] = list(map(
85
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
86
+ value
87
+ ))
88
+ elif hasattr(value, "to_dict"):
89
+ result[attr] = value.to_dict()
90
+ elif isinstance(value, dict):
91
+ result[attr] = dict(map(
92
+ lambda item: (item[0], item[1].to_dict())
93
+ if hasattr(item[1], "to_dict") else item,
94
+ value.items()
95
+ ))
96
+ else:
97
+ result[attr] = value
98
+ if issubclass(RejectTransitRouterPeerAttachmentRequest, dict):
99
+ for key, value in self.items():
100
+ result[key] = value
101
+
102
+ return result
103
+
104
+ def to_str(self):
105
+ """Returns the string representation of the model"""
106
+ return pprint.pformat(self.to_dict())
107
+
108
+ def __repr__(self):
109
+ """For `print` and `pprint`"""
110
+ return self.to_str()
111
+
112
+ def __eq__(self, other):
113
+ """Returns true if both objects are equal"""
114
+ if not isinstance(other, RejectTransitRouterPeerAttachmentRequest):
115
+ return False
116
+
117
+ return self.to_dict() == other.to_dict()
118
+
119
+ def __ne__(self, other):
120
+ """Returns true if both objects are not equal"""
121
+ if not isinstance(other, RejectTransitRouterPeerAttachmentRequest):
122
+ return True
123
+
124
+ return self.to_dict() != other.to_dict()