huaweicloudsdkgeip 3.1.85__py2.py3-none-any.whl → 3.1.132__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.

Potentially problematic release.


This version of huaweicloudsdkgeip might be problematic. Click here for more details.

Files changed (126) hide show
  1. huaweicloudsdkgeip/v3/__init__.py +1 -5
  2. huaweicloudsdkgeip/v3/geip_async_client.py +6 -6
  3. huaweicloudsdkgeip/v3/geip_client.py +6 -6
  4. huaweicloudsdkgeip/v3/model/__init__.py +1 -5
  5. huaweicloudsdkgeip/v3/model/add_geip_segment_tags_request.py +1 -5
  6. huaweicloudsdkgeip/v3/model/add_global_eip_tags_request.py +1 -5
  7. huaweicloudsdkgeip/v3/model/add_internet_bandwidth_tags_request.py +1 -5
  8. huaweicloudsdkgeip/v3/model/associate_geip_segment_instance_request.py +1 -5
  9. huaweicloudsdkgeip/v3/model/associate_instance_global_eip_request_body_global_eip_associate_instance_info.py +5 -1
  10. huaweicloudsdkgeip/v3/model/associate_instance_global_eip_request_body_global_eip_gc_bandwidth_info.py +31 -19
  11. huaweicloudsdkgeip/v3/model/associate_instance_global_eip_segment_request_body_global_eip_segment.py +3 -3
  12. huaweicloudsdkgeip/v3/model/associate_instance_request.py +1 -5
  13. huaweicloudsdkgeip/v3/model/attach_internet_bandwidth.py +5 -1
  14. huaweicloudsdkgeip/v3/model/attach_internet_bandwidth_global_eip.py +21 -21
  15. huaweicloudsdkgeip/v3/model/attach_internet_bandwidth_request.py +1 -5
  16. huaweicloudsdkgeip/v3/model/batch_create_geip_segment_tags_request.py +1 -5
  17. huaweicloudsdkgeip/v3/model/batch_create_geip_segment_tags_response.py +1 -1
  18. huaweicloudsdkgeip/v3/model/batch_create_global_eip_job.py +173 -0
  19. huaweicloudsdkgeip/v3/model/batch_create_global_eip_request_body_global_eip.py +9 -9
  20. huaweicloudsdkgeip/v3/model/batch_create_global_eip_request_body_global_eip_internet_bandwidth_info.py +10 -10
  21. huaweicloudsdkgeip/v3/model/batch_create_global_eip_response.py +23 -19
  22. huaweicloudsdkgeip/v3/model/batch_create_global_eip_tags_request.py +1 -5
  23. huaweicloudsdkgeip/v3/model/batch_create_global_eip_tags_response.py +1 -1
  24. huaweicloudsdkgeip/v3/model/batch_create_internet_bandwidth.py +18 -18
  25. huaweicloudsdkgeip/v3/model/batch_create_internet_bandwidth_request_body_internet_bandwidth.py +12 -12
  26. huaweicloudsdkgeip/v3/model/batch_create_internet_bandwidth_tags_request.py +1 -5
  27. huaweicloudsdkgeip/v3/model/batch_create_internet_bandwidth_tags_response.py +1 -1
  28. huaweicloudsdkgeip/v3/model/batch_create_v2_request_body.py +8 -8
  29. huaweicloudsdkgeip/v3/model/batch_delete_geip_segment_tags_request.py +1 -5
  30. huaweicloudsdkgeip/v3/model/batch_delete_geip_segment_tags_response.py +1 -1
  31. huaweicloudsdkgeip/v3/model/batch_delete_global_eip_tags_request.py +1 -5
  32. huaweicloudsdkgeip/v3/model/batch_delete_global_eip_tags_response.py +1 -1
  33. huaweicloudsdkgeip/v3/model/batch_delete_internet_bandwidth_tags_request.py +1 -5
  34. huaweicloudsdkgeip/v3/model/batch_delete_internet_bandwidth_tags_response.py +1 -1
  35. huaweicloudsdkgeip/v3/model/batch_delete_v2_request_body.py +4 -4
  36. huaweicloudsdkgeip/v3/model/batch_delete_v2_request_body_tags.py +6 -6
  37. huaweicloudsdkgeip/v3/model/count_geip_segments.py +3 -3
  38. huaweicloudsdkgeip/v3/model/count_global_eip_segment_request.py +22 -110
  39. huaweicloudsdkgeip/v3/model/count_global_eip_segment_response.py +18 -18
  40. huaweicloudsdkgeip/v3/model/count_global_eips.py +3 -3
  41. huaweicloudsdkgeip/v3/model/count_global_eips_request.py +23 -115
  42. huaweicloudsdkgeip/v3/model/count_global_eips_response.py +19 -48
  43. huaweicloudsdkgeip/v3/model/count_internet_bandwidth_request.py +8 -40
  44. huaweicloudsdkgeip/v3/model/create_global_eip.py +6 -6
  45. huaweicloudsdkgeip/v3/model/create_global_eip_request_body_global_eip.py +9 -9
  46. huaweicloudsdkgeip/v3/model/create_global_eip_request_body_global_eip_tags.py +6 -6
  47. huaweicloudsdkgeip/v3/model/create_global_eip_segment_request_body_global_eip_segment.py +9 -9
  48. huaweicloudsdkgeip/v3/model/create_global_eip_segment_request_body_global_eip_segment_internet_bandwidth.py +7 -7
  49. huaweicloudsdkgeip/v3/model/create_internet_bandwidth.py +18 -18
  50. huaweicloudsdkgeip/v3/model/create_internet_bandwidth_request_body_internet_bandwidth.py +12 -12
  51. huaweicloudsdkgeip/v3/model/create_tag.py +6 -6
  52. huaweicloudsdkgeip/v3/model/create_user_disclaimer_record.py +3 -3
  53. huaweicloudsdkgeip/v3/model/create_v2_tag_request_body_tag.py +6 -6
  54. huaweicloudsdkgeip/v3/model/delete_geip_segment_tag_request.py +2 -10
  55. huaweicloudsdkgeip/v3/model/delete_global_eip_request.py +1 -5
  56. huaweicloudsdkgeip/v3/model/delete_global_eip_segment_request.py +1 -5
  57. huaweicloudsdkgeip/v3/model/delete_global_eip_tag_request.py +2 -10
  58. huaweicloudsdkgeip/v3/model/delete_internet_bandwidth_request.py +1 -5
  59. huaweicloudsdkgeip/v3/model/delete_internet_bandwidth_tag_request.py +2 -10
  60. huaweicloudsdkgeip/v3/model/detach_internet_bandwidth.py +3 -3
  61. huaweicloudsdkgeip/v3/model/detach_internet_bandwidth_global_eips.py +25 -25
  62. huaweicloudsdkgeip/v3/model/detach_internet_bandwidth_request.py +2 -10
  63. huaweicloudsdkgeip/v3/model/disassociate_geip_segment_instance_request.py +1 -5
  64. huaweicloudsdkgeip/v3/model/disassociate_instance_request.py +1 -5
  65. huaweicloudsdkgeip/v3/model/geip_tags.py +6 -6
  66. huaweicloudsdkgeip/v3/model/get_account_tags_v2.py +6 -6
  67. huaweicloudsdkgeip/v3/model/global_connection_bandwidth_info.py +12 -12
  68. huaweicloudsdkgeip/v3/model/instance_info.py +6 -6
  69. huaweicloudsdkgeip/v3/model/internet_bandwidth_info.py +3 -3
  70. huaweicloudsdkgeip/v3/model/list_access_sites.py +6 -6
  71. huaweicloudsdkgeip/v3/model/list_access_sites_request.py +5 -25
  72. huaweicloudsdkgeip/v3/model/list_geip_pools.py +17 -13
  73. huaweicloudsdkgeip/v3/model/list_geip_pools_request.py +8 -40
  74. huaweicloudsdkgeip/v3/model/list_geip_resource_quotas_request.py +2 -10
  75. huaweicloudsdkgeip/v3/model/list_global_eip_filter_tags_request.py +2 -10
  76. huaweicloudsdkgeip/v3/model/list_global_eip_segments.py +21 -21
  77. huaweicloudsdkgeip/v3/model/list_global_eip_segments_request.py +24 -120
  78. huaweicloudsdkgeip/v3/model/list_global_eips.py +21 -21
  79. huaweicloudsdkgeip/v3/model/list_global_eips_request.py +26 -130
  80. huaweicloudsdkgeip/v3/model/list_internet_bandwidth_filter_tags_request.py +2 -10
  81. huaweicloudsdkgeip/v3/model/list_internet_bandwidth_limits.py +3 -3
  82. huaweicloudsdkgeip/v3/model/list_internet_bandwidth_limits_request.py +3 -15
  83. huaweicloudsdkgeip/v3/model/list_internet_bandwidths.py +18 -18
  84. huaweicloudsdkgeip/v3/model/list_internet_bandwidths_request.py +11 -55
  85. huaweicloudsdkgeip/v3/model/list_jobs.py +3 -3
  86. huaweicloudsdkgeip/v3/model/list_jobs_request.py +4 -20
  87. huaweicloudsdkgeip/v3/model/list_support_instances_support_regions.py +6 -6
  88. huaweicloudsdkgeip/v3/model/list_support_masks.py +6 -6
  89. huaweicloudsdkgeip/v3/model/list_support_masks_request.py +4 -20
  90. huaweicloudsdkgeip/v3/model/list_support_regions.py +6 -6
  91. huaweicloudsdkgeip/v3/model/list_support_regions_request.py +8 -40
  92. huaweicloudsdkgeip/v3/model/list_tenant_geip_support_instances_request.py +2 -10
  93. huaweicloudsdkgeip/v3/model/short_global_eip_segment.py +6 -6
  94. huaweicloudsdkgeip/v3/model/show_geip_segment_tags_request.py +1 -5
  95. huaweicloudsdkgeip/v3/model/show_global_eip.py +21 -21
  96. huaweicloudsdkgeip/v3/model/show_global_eip_request.py +2 -10
  97. huaweicloudsdkgeip/v3/model/show_global_eip_segment.py +21 -21
  98. huaweicloudsdkgeip/v3/model/show_global_eip_segment_request.py +2 -10
  99. huaweicloudsdkgeip/v3/model/show_global_eip_tags_request.py +1 -5
  100. huaweicloudsdkgeip/v3/model/show_internet_bandwidth.py +18 -18
  101. huaweicloudsdkgeip/v3/model/show_internet_bandwidth_request.py +2 -10
  102. huaweicloudsdkgeip/v3/model/show_internet_bandwidth_tags_request.py +1 -5
  103. huaweicloudsdkgeip/v3/model/show_job.py +3 -3
  104. huaweicloudsdkgeip/v3/model/show_jobs_request.py +1 -5
  105. huaweicloudsdkgeip/v3/model/show_user_disclaimer_record.py +3 -3
  106. huaweicloudsdkgeip/v3/model/show_user_disclaimer_request.py +1 -5
  107. huaweicloudsdkgeip/v3/model/sys_tag.py +6 -6
  108. huaweicloudsdkgeip/v3/model/tag.py +6 -6
  109. huaweicloudsdkgeip/v3/model/update_global_eip.py +6 -6
  110. huaweicloudsdkgeip/v3/model/update_global_eip_request.py +1 -5
  111. huaweicloudsdkgeip/v3/model/update_global_eip_request_body_global_eip.py +6 -6
  112. huaweicloudsdkgeip/v3/model/update_global_eip_segment_request.py +1 -5
  113. huaweicloudsdkgeip/v3/model/update_global_eip_segment_request_body_global_eip_segment.py +6 -6
  114. huaweicloudsdkgeip/v3/model/update_internet_bandwidth.py +18 -18
  115. huaweicloudsdkgeip/v3/model/update_internet_bandwidth_request.py +1 -5
  116. huaweicloudsdkgeip/v3/model/update_internet_bandwidth_request_body_internet_bandwidth.py +6 -6
  117. {huaweicloudsdkgeip-3.1.85.dist-info → huaweicloudsdkgeip-3.1.132.dist-info}/METADATA +2 -2
  118. {huaweicloudsdkgeip-3.1.85.dist-info → huaweicloudsdkgeip-3.1.132.dist-info}/RECORD +121 -125
  119. {huaweicloudsdkgeip-3.1.85.dist-info → huaweicloudsdkgeip-3.1.132.dist-info}/WHEEL +1 -1
  120. huaweicloudsdkgeip/v3/model/associate_instance_global_eip_request_body_global_eip_gc_bandwidth_info_tags.py +0 -134
  121. huaweicloudsdkgeip/v3/model/batch_create_global_eip.py +0 -738
  122. huaweicloudsdkgeip/v3/model/batch_create_v2_request_body_sys_tags.py +0 -142
  123. huaweicloudsdkgeip/v3/model/batch_create_v2_request_body_tags.py +0 -142
  124. huaweicloudsdkgeip/v3/model/batch_delete_v2_request_body_sys_tags.py +0 -143
  125. {huaweicloudsdkgeip-3.1.85.dist-info → huaweicloudsdkgeip-3.1.132.dist-info}/LICENSE +0 -0
  126. {huaweicloudsdkgeip-3.1.85.dist-info → huaweicloudsdkgeip-3.1.132.dist-info}/top_level.txt +0 -0
@@ -73,11 +73,11 @@ class ListInternetBandwidths:
73
73
 
74
74
  The model defined in huaweicloud sdk
75
75
 
76
- :param id: ID
76
+ :param id: 全域公网带宽的ID
77
77
  :type id: str
78
- :param name: 资源名称
78
+ :param name: - 功能说明:全域公网带宽名称 - 取值范围:1-64,支持数字、字母、中文、_(下划线)、-(中划线)、.(点)
79
79
  :type name: str
80
- :param isp: 线路
80
+ :param isp: 全域弹性公网IP所属线路
81
81
  :type isp: str
82
82
  :param ingress_size: 全域公网带宽大小(入云方向)
83
83
  :type ingress_size: int
@@ -85,7 +85,7 @@ class ListInternetBandwidths:
85
85
  :type access_site: str
86
86
  :param size: 全域公网带宽大小(出云方向)
87
87
  :type size: int
88
- :param description: 用户自定义的资源描述
88
+ :param description: - 功能说明:用户自定义的资源描述 - 约束: - 值的长度最大512字符,由数字、字母、中文、_(下划线)、-(中划线)、.(点)组成。
89
89
  :type description: str
90
90
  :param charge_mode: 计费模式
91
91
  :type charge_mode: str
@@ -95,7 +95,7 @@ class ListInternetBandwidths:
95
95
  :type billing_info: str
96
96
  :param freezen_info: 冻结原因
97
97
  :type freezen_info: str
98
- :param domain_id: 租户ID
98
+ :param domain_id: - 租户账号ID,获取租户账号ID请参见[租户账号ID](https://support.huaweicloud.com/api-iam/iam_17_0002.html)
99
99
  :type domain_id: str
100
100
  :param status: 状态
101
101
  :type status: str
@@ -113,7 +113,7 @@ class ListInternetBandwidths:
113
113
  :type tags: list[:class:`huaweicloudsdkgeip.v3.Tag`]
114
114
  :param sys_tags: 系统标签
115
115
  :type sys_tags: list[:class:`huaweicloudsdkgeip.v3.Tag`]
116
- :param enterprise_project_id: 资源的企业项目id
116
+ :param enterprise_project_id: - 企业项目ID。最大长度36字节,带“-”连字符的UUID格式,或者是字符串“0”。 - 创建全域弹性公网IP时,给全域弹性公网IP绑定企业项目ID。 - 不指定该参数时,默认值是 0 - 关于企业项目ID的获取及企业项目特性的详细信息,请参见[《企业管理用户指南》](https://support.huaweicloud.com/usermanual-em/zh-cn_topic_0126101490.html)。
117
117
  :type enterprise_project_id: str
118
118
  :param type: 全域公网带宽类型
119
119
  :type type: str
@@ -199,7 +199,7 @@ class ListInternetBandwidths:
199
199
  def id(self):
200
200
  """Gets the id of this ListInternetBandwidths.
201
201
 
202
- ID
202
+ 全域公网带宽的ID
203
203
 
204
204
  :return: The id of this ListInternetBandwidths.
205
205
  :rtype: str
@@ -210,7 +210,7 @@ class ListInternetBandwidths:
210
210
  def id(self, id):
211
211
  """Sets the id of this ListInternetBandwidths.
212
212
 
213
- ID
213
+ 全域公网带宽的ID
214
214
 
215
215
  :param id: The id of this ListInternetBandwidths.
216
216
  :type id: str
@@ -221,7 +221,7 @@ class ListInternetBandwidths:
221
221
  def name(self):
222
222
  """Gets the name of this ListInternetBandwidths.
223
223
 
224
- 资源名称
224
+ - 功能说明:全域公网带宽名称 - 取值范围:1-64,支持数字、字母、中文、_(下划线)、-(中划线)、.(点)
225
225
 
226
226
  :return: The name of this ListInternetBandwidths.
227
227
  :rtype: str
@@ -232,7 +232,7 @@ class ListInternetBandwidths:
232
232
  def name(self, name):
233
233
  """Sets the name of this ListInternetBandwidths.
234
234
 
235
- 资源名称
235
+ - 功能说明:全域公网带宽名称 - 取值范围:1-64,支持数字、字母、中文、_(下划线)、-(中划线)、.(点)
236
236
 
237
237
  :param name: The name of this ListInternetBandwidths.
238
238
  :type name: str
@@ -243,7 +243,7 @@ class ListInternetBandwidths:
243
243
  def isp(self):
244
244
  """Gets the isp of this ListInternetBandwidths.
245
245
 
246
- 线路
246
+ 全域弹性公网IP所属线路
247
247
 
248
248
  :return: The isp of this ListInternetBandwidths.
249
249
  :rtype: str
@@ -254,7 +254,7 @@ class ListInternetBandwidths:
254
254
  def isp(self, isp):
255
255
  """Sets the isp of this ListInternetBandwidths.
256
256
 
257
- 线路
257
+ 全域弹性公网IP所属线路
258
258
 
259
259
  :param isp: The isp of this ListInternetBandwidths.
260
260
  :type isp: str
@@ -331,7 +331,7 @@ class ListInternetBandwidths:
331
331
  def description(self):
332
332
  """Gets the description of this ListInternetBandwidths.
333
333
 
334
- 用户自定义的资源描述
334
+ - 功能说明:用户自定义的资源描述 - 约束: - 值的长度最大512字符,由数字、字母、中文、_(下划线)、-(中划线)、.(点)组成。
335
335
 
336
336
  :return: The description of this ListInternetBandwidths.
337
337
  :rtype: str
@@ -342,7 +342,7 @@ class ListInternetBandwidths:
342
342
  def description(self, description):
343
343
  """Sets the description of this ListInternetBandwidths.
344
344
 
345
- 用户自定义的资源描述
345
+ - 功能说明:用户自定义的资源描述 - 约束: - 值的长度最大512字符,由数字、字母、中文、_(下划线)、-(中划线)、.(点)组成。
346
346
 
347
347
  :param description: The description of this ListInternetBandwidths.
348
348
  :type description: str
@@ -441,7 +441,7 @@ class ListInternetBandwidths:
441
441
  def domain_id(self):
442
442
  """Gets the domain_id of this ListInternetBandwidths.
443
443
 
444
- 租户ID
444
+ - 租户账号ID,获取租户账号ID请参见[租户账号ID](https://support.huaweicloud.com/api-iam/iam_17_0002.html)
445
445
 
446
446
  :return: The domain_id of this ListInternetBandwidths.
447
447
  :rtype: str
@@ -452,7 +452,7 @@ class ListInternetBandwidths:
452
452
  def domain_id(self, domain_id):
453
453
  """Sets the domain_id of this ListInternetBandwidths.
454
454
 
455
- 租户ID
455
+ - 租户账号ID,获取租户账号ID请参见[租户账号ID](https://support.huaweicloud.com/api-iam/iam_17_0002.html)
456
456
 
457
457
  :param domain_id: The domain_id of this ListInternetBandwidths.
458
458
  :type domain_id: str
@@ -639,7 +639,7 @@ class ListInternetBandwidths:
639
639
  def enterprise_project_id(self):
640
640
  """Gets the enterprise_project_id of this ListInternetBandwidths.
641
641
 
642
- 资源的企业项目id
642
+ - 企业项目ID。最大长度36字节,带“-”连字符的UUID格式,或者是字符串“0”。 - 创建全域弹性公网IP时,给全域弹性公网IP绑定企业项目ID。 - 不指定该参数时,默认值是 0 - 关于企业项目ID的获取及企业项目特性的详细信息,请参见[《企业管理用户指南》](https://support.huaweicloud.com/usermanual-em/zh-cn_topic_0126101490.html)。
643
643
 
644
644
  :return: The enterprise_project_id of this ListInternetBandwidths.
645
645
  :rtype: str
@@ -650,7 +650,7 @@ class ListInternetBandwidths:
650
650
  def enterprise_project_id(self, enterprise_project_id):
651
651
  """Sets the enterprise_project_id of this ListInternetBandwidths.
652
652
 
653
- 资源的企业项目id
653
+ - 企业项目ID。最大长度36字节,带“-”连字符的UUID格式,或者是字符串“0”。 - 创建全域弹性公网IP时,给全域弹性公网IP绑定企业项目ID。 - 不指定该参数时,默认值是 0 - 关于企业项目ID的获取及企业项目特性的详细信息,请参见[《企业管理用户指南》](https://support.huaweicloud.com/usermanual-em/zh-cn_topic_0126101490.html)。
654
654
 
655
655
  :param enterprise_project_id: The enterprise_project_id of this ListInternetBandwidths.
656
656
  :type enterprise_project_id: str
@@ -69,31 +69,31 @@ class ListInternetBandwidthsRequest:
69
69
  :type marker: str
70
70
  :param page_reverse: 翻页方向
71
71
  :type page_reverse: bool
72
- :param fields: 只显示指定的字段
72
+ :param fields:
73
73
  :type fields: list[str]
74
- :param ext_fields: 在默认显示字段的基础上追加指定字段
74
+ :param ext_fields:
75
75
  :type ext_fields: list[str]
76
76
  :param sort_key: 按照sort_key指定的字段排序
77
77
  :type sort_key: list[str]
78
78
  :param sort_dir: 排序的方向,倒序或者正序
79
79
  :type sort_dir: list[str]
80
- :param id: 根据ID过滤
80
+ :param id:
81
81
  :type id: list[str]
82
- :param size: 根据全域公网带宽大小过滤
82
+ :param size:
83
83
  :type size: list[int]
84
- :param name: 根据名称过滤
84
+ :param name:
85
85
  :type name: list[str]
86
- :param name_like: 根据名称模糊匹配
86
+ :param name_like:
87
87
  :type name_like: str
88
- :param access_site: 根据接入点过滤
88
+ :param access_site:
89
89
  :type access_site: list[str]
90
- :param status: 根据资源状态过滤
90
+ :param status:
91
91
  :type status: list[str]
92
- :param enterprise_project_id: 根据企业项目ID过滤
92
+ :param enterprise_project_id:
93
93
  :type enterprise_project_id: list[str]
94
- :param tags: 根据标签过滤
94
+ :param tags:
95
95
  :type tags: list[str]
96
- :param type: 根据全域公网带宽类型过滤
96
+ :param type:
97
97
  :type type: list[str]
98
98
  """
99
99
 
@@ -245,8 +245,6 @@ class ListInternetBandwidthsRequest:
245
245
  def fields(self):
246
246
  """Gets the fields of this ListInternetBandwidthsRequest.
247
247
 
248
- 只显示指定的字段
249
-
250
248
  :return: The fields of this ListInternetBandwidthsRequest.
251
249
  :rtype: list[str]
252
250
  """
@@ -256,8 +254,6 @@ class ListInternetBandwidthsRequest:
256
254
  def fields(self, fields):
257
255
  """Sets the fields of this ListInternetBandwidthsRequest.
258
256
 
259
- 只显示指定的字段
260
-
261
257
  :param fields: The fields of this ListInternetBandwidthsRequest.
262
258
  :type fields: list[str]
263
259
  """
@@ -267,8 +263,6 @@ class ListInternetBandwidthsRequest:
267
263
  def ext_fields(self):
268
264
  """Gets the ext_fields of this ListInternetBandwidthsRequest.
269
265
 
270
- 在默认显示字段的基础上追加指定字段
271
-
272
266
  :return: The ext_fields of this ListInternetBandwidthsRequest.
273
267
  :rtype: list[str]
274
268
  """
@@ -278,8 +272,6 @@ class ListInternetBandwidthsRequest:
278
272
  def ext_fields(self, ext_fields):
279
273
  """Sets the ext_fields of this ListInternetBandwidthsRequest.
280
274
 
281
- 在默认显示字段的基础上追加指定字段
282
-
283
275
  :param ext_fields: The ext_fields of this ListInternetBandwidthsRequest.
284
276
  :type ext_fields: list[str]
285
277
  """
@@ -333,8 +325,6 @@ class ListInternetBandwidthsRequest:
333
325
  def id(self):
334
326
  """Gets the id of this ListInternetBandwidthsRequest.
335
327
 
336
- 根据ID过滤
337
-
338
328
  :return: The id of this ListInternetBandwidthsRequest.
339
329
  :rtype: list[str]
340
330
  """
@@ -344,8 +334,6 @@ class ListInternetBandwidthsRequest:
344
334
  def id(self, id):
345
335
  """Sets the id of this ListInternetBandwidthsRequest.
346
336
 
347
- 根据ID过滤
348
-
349
337
  :param id: The id of this ListInternetBandwidthsRequest.
350
338
  :type id: list[str]
351
339
  """
@@ -355,8 +343,6 @@ class ListInternetBandwidthsRequest:
355
343
  def size(self):
356
344
  """Gets the size of this ListInternetBandwidthsRequest.
357
345
 
358
- 根据全域公网带宽大小过滤
359
-
360
346
  :return: The size of this ListInternetBandwidthsRequest.
361
347
  :rtype: list[int]
362
348
  """
@@ -366,8 +352,6 @@ class ListInternetBandwidthsRequest:
366
352
  def size(self, size):
367
353
  """Sets the size of this ListInternetBandwidthsRequest.
368
354
 
369
- 根据全域公网带宽大小过滤
370
-
371
355
  :param size: The size of this ListInternetBandwidthsRequest.
372
356
  :type size: list[int]
373
357
  """
@@ -377,8 +361,6 @@ class ListInternetBandwidthsRequest:
377
361
  def name(self):
378
362
  """Gets the name of this ListInternetBandwidthsRequest.
379
363
 
380
- 根据名称过滤
381
-
382
364
  :return: The name of this ListInternetBandwidthsRequest.
383
365
  :rtype: list[str]
384
366
  """
@@ -388,8 +370,6 @@ class ListInternetBandwidthsRequest:
388
370
  def name(self, name):
389
371
  """Sets the name of this ListInternetBandwidthsRequest.
390
372
 
391
- 根据名称过滤
392
-
393
373
  :param name: The name of this ListInternetBandwidthsRequest.
394
374
  :type name: list[str]
395
375
  """
@@ -399,8 +379,6 @@ class ListInternetBandwidthsRequest:
399
379
  def name_like(self):
400
380
  """Gets the name_like of this ListInternetBandwidthsRequest.
401
381
 
402
- 根据名称模糊匹配
403
-
404
382
  :return: The name_like of this ListInternetBandwidthsRequest.
405
383
  :rtype: str
406
384
  """
@@ -410,8 +388,6 @@ class ListInternetBandwidthsRequest:
410
388
  def name_like(self, name_like):
411
389
  """Sets the name_like of this ListInternetBandwidthsRequest.
412
390
 
413
- 根据名称模糊匹配
414
-
415
391
  :param name_like: The name_like of this ListInternetBandwidthsRequest.
416
392
  :type name_like: str
417
393
  """
@@ -421,8 +397,6 @@ class ListInternetBandwidthsRequest:
421
397
  def access_site(self):
422
398
  """Gets the access_site of this ListInternetBandwidthsRequest.
423
399
 
424
- 根据接入点过滤
425
-
426
400
  :return: The access_site of this ListInternetBandwidthsRequest.
427
401
  :rtype: list[str]
428
402
  """
@@ -432,8 +406,6 @@ class ListInternetBandwidthsRequest:
432
406
  def access_site(self, access_site):
433
407
  """Sets the access_site of this ListInternetBandwidthsRequest.
434
408
 
435
- 根据接入点过滤
436
-
437
409
  :param access_site: The access_site of this ListInternetBandwidthsRequest.
438
410
  :type access_site: list[str]
439
411
  """
@@ -443,8 +415,6 @@ class ListInternetBandwidthsRequest:
443
415
  def status(self):
444
416
  """Gets the status of this ListInternetBandwidthsRequest.
445
417
 
446
- 根据资源状态过滤
447
-
448
418
  :return: The status of this ListInternetBandwidthsRequest.
449
419
  :rtype: list[str]
450
420
  """
@@ -454,8 +424,6 @@ class ListInternetBandwidthsRequest:
454
424
  def status(self, status):
455
425
  """Sets the status of this ListInternetBandwidthsRequest.
456
426
 
457
- 根据资源状态过滤
458
-
459
427
  :param status: The status of this ListInternetBandwidthsRequest.
460
428
  :type status: list[str]
461
429
  """
@@ -465,8 +433,6 @@ class ListInternetBandwidthsRequest:
465
433
  def enterprise_project_id(self):
466
434
  """Gets the enterprise_project_id of this ListInternetBandwidthsRequest.
467
435
 
468
- 根据企业项目ID过滤
469
-
470
436
  :return: The enterprise_project_id of this ListInternetBandwidthsRequest.
471
437
  :rtype: list[str]
472
438
  """
@@ -476,8 +442,6 @@ class ListInternetBandwidthsRequest:
476
442
  def enterprise_project_id(self, enterprise_project_id):
477
443
  """Sets the enterprise_project_id of this ListInternetBandwidthsRequest.
478
444
 
479
- 根据企业项目ID过滤
480
-
481
445
  :param enterprise_project_id: The enterprise_project_id of this ListInternetBandwidthsRequest.
482
446
  :type enterprise_project_id: list[str]
483
447
  """
@@ -487,8 +451,6 @@ class ListInternetBandwidthsRequest:
487
451
  def tags(self):
488
452
  """Gets the tags of this ListInternetBandwidthsRequest.
489
453
 
490
- 根据标签过滤
491
-
492
454
  :return: The tags of this ListInternetBandwidthsRequest.
493
455
  :rtype: list[str]
494
456
  """
@@ -498,8 +460,6 @@ class ListInternetBandwidthsRequest:
498
460
  def tags(self, tags):
499
461
  """Sets the tags of this ListInternetBandwidthsRequest.
500
462
 
501
- 根据标签过滤
502
-
503
463
  :param tags: The tags of this ListInternetBandwidthsRequest.
504
464
  :type tags: list[str]
505
465
  """
@@ -509,8 +469,6 @@ class ListInternetBandwidthsRequest:
509
469
  def type(self):
510
470
  """Gets the type of this ListInternetBandwidthsRequest.
511
471
 
512
- 根据全域公网带宽类型过滤
513
-
514
472
  :return: The type of this ListInternetBandwidthsRequest.
515
473
  :rtype: list[str]
516
474
  """
@@ -520,8 +478,6 @@ class ListInternetBandwidthsRequest:
520
478
  def type(self, type):
521
479
  """Sets the type of this ListInternetBandwidthsRequest.
522
480
 
523
- 根据全域公网带宽类型过滤
524
-
525
481
  :param type: The type of this ListInternetBandwidthsRequest.
526
482
  :type type: list[str]
527
483
  """
@@ -43,7 +43,7 @@ class ListJobs:
43
43
 
44
44
  The model defined in huaweicloud sdk
45
45
 
46
- :param id: ID
46
+ :param id: Job的ID
47
47
  :type id: str
48
48
  :param action: 处理规则
49
49
  :type action: str
@@ -94,7 +94,7 @@ class ListJobs:
94
94
  def id(self):
95
95
  """Gets the id of this ListJobs.
96
96
 
97
- ID
97
+ Job的ID
98
98
 
99
99
  :return: The id of this ListJobs.
100
100
  :rtype: str
@@ -105,7 +105,7 @@ class ListJobs:
105
105
  def id(self, id):
106
106
  """Sets the id of this ListJobs.
107
107
 
108
- ID
108
+ Job的ID
109
109
 
110
110
  :param id: The id of this ListJobs.
111
111
  :type id: str
@@ -55,17 +55,17 @@ class ListJobsRequest:
55
55
  :type marker: str
56
56
  :param page_reverse: 翻页方向
57
57
  :type page_reverse: bool
58
- :param fields: 只显示指定的字段
58
+ :param fields:
59
59
  :type fields: list[str]
60
60
  :param sort_key: 按照sort_key指定的字段排序
61
61
  :type sort_key: list[str]
62
62
  :param sort_dir: 排序的方向,倒序或者正序
63
63
  :type sort_dir: list[str]
64
- :param id: 根据ID过滤
64
+ :param id:
65
65
  :type id: list[str]
66
- :param action: 根据action过滤
66
+ :param action:
67
67
  :type action: list[str]
68
- :param status: 根据job状态过滤
68
+ :param status:
69
69
  :type status: list[str]
70
70
  """
71
71
 
@@ -196,8 +196,6 @@ class ListJobsRequest:
196
196
  def fields(self):
197
197
  """Gets the fields of this ListJobsRequest.
198
198
 
199
- 只显示指定的字段
200
-
201
199
  :return: The fields of this ListJobsRequest.
202
200
  :rtype: list[str]
203
201
  """
@@ -207,8 +205,6 @@ class ListJobsRequest:
207
205
  def fields(self, fields):
208
206
  """Sets the fields of this ListJobsRequest.
209
207
 
210
- 只显示指定的字段
211
-
212
208
  :param fields: The fields of this ListJobsRequest.
213
209
  :type fields: list[str]
214
210
  """
@@ -262,8 +258,6 @@ class ListJobsRequest:
262
258
  def id(self):
263
259
  """Gets the id of this ListJobsRequest.
264
260
 
265
- 根据ID过滤
266
-
267
261
  :return: The id of this ListJobsRequest.
268
262
  :rtype: list[str]
269
263
  """
@@ -273,8 +267,6 @@ class ListJobsRequest:
273
267
  def id(self, id):
274
268
  """Sets the id of this ListJobsRequest.
275
269
 
276
- 根据ID过滤
277
-
278
270
  :param id: The id of this ListJobsRequest.
279
271
  :type id: list[str]
280
272
  """
@@ -284,8 +276,6 @@ class ListJobsRequest:
284
276
  def action(self):
285
277
  """Gets the action of this ListJobsRequest.
286
278
 
287
- 根据action过滤
288
-
289
279
  :return: The action of this ListJobsRequest.
290
280
  :rtype: list[str]
291
281
  """
@@ -295,8 +285,6 @@ class ListJobsRequest:
295
285
  def action(self, action):
296
286
  """Sets the action of this ListJobsRequest.
297
287
 
298
- 根据action过滤
299
-
300
288
  :param action: The action of this ListJobsRequest.
301
289
  :type action: list[str]
302
290
  """
@@ -306,8 +294,6 @@ class ListJobsRequest:
306
294
  def status(self):
307
295
  """Gets the status of this ListJobsRequest.
308
296
 
309
- 根据job状态过滤
310
-
311
297
  :return: The status of this ListJobsRequest.
312
298
  :rtype: list[str]
313
299
  """
@@ -317,8 +303,6 @@ class ListJobsRequest:
317
303
  def status(self, status):
318
304
  """Sets the status of this ListJobsRequest.
319
305
 
320
- 根据job状态过滤
321
-
322
306
  :param status: The status of this ListJobsRequest.
323
307
  :type status: list[str]
324
308
  """
@@ -43,11 +43,11 @@ class ListSupportInstancesSupportRegions:
43
43
 
44
44
  The model defined in huaweicloud sdk
45
45
 
46
- :param id: ID
46
+ :param id: 域弹性公网IP支持绑定的Region限制的ID
47
47
  :type id: str
48
48
  :param instance_type: 支持绑定的实例类型
49
49
  :type instance_type: str
50
- :param public_border_group: 中心站点or边缘站点
50
+ :param public_border_group: - 功能说明:表示中心站点资源或者边缘站点资源 - 取值范围:center、边缘站点名称
51
51
  :type public_border_group: str
52
52
  :param region_id: region_id
53
53
  :type region_id: str
@@ -94,7 +94,7 @@ class ListSupportInstancesSupportRegions:
94
94
  def id(self):
95
95
  """Gets the id of this ListSupportInstancesSupportRegions.
96
96
 
97
- ID
97
+ 域弹性公网IP支持绑定的Region限制的ID
98
98
 
99
99
  :return: The id of this ListSupportInstancesSupportRegions.
100
100
  :rtype: str
@@ -105,7 +105,7 @@ class ListSupportInstancesSupportRegions:
105
105
  def id(self, id):
106
106
  """Sets the id of this ListSupportInstancesSupportRegions.
107
107
 
108
- ID
108
+ 域弹性公网IP支持绑定的Region限制的ID
109
109
 
110
110
  :param id: The id of this ListSupportInstancesSupportRegions.
111
111
  :type id: str
@@ -138,7 +138,7 @@ class ListSupportInstancesSupportRegions:
138
138
  def public_border_group(self):
139
139
  """Gets the public_border_group of this ListSupportInstancesSupportRegions.
140
140
 
141
- 中心站点or边缘站点
141
+ - 功能说明:表示中心站点资源或者边缘站点资源 - 取值范围:center、边缘站点名称
142
142
 
143
143
  :return: The public_border_group of this ListSupportInstancesSupportRegions.
144
144
  :rtype: str
@@ -149,7 +149,7 @@ class ListSupportInstancesSupportRegions:
149
149
  def public_border_group(self, public_border_group):
150
150
  """Sets the public_border_group of this ListSupportInstancesSupportRegions.
151
151
 
152
- 中心站点or边缘站点
152
+ - 功能说明:表示中心站点资源或者边缘站点资源 - 取值范围:center、边缘站点名称
153
153
 
154
154
  :param public_border_group: The public_border_group of this ListSupportInstancesSupportRegions.
155
155
  :type public_border_group: str
@@ -37,9 +37,9 @@ class ListSupportMasks:
37
37
 
38
38
  The model defined in huaweicloud sdk
39
39
 
40
- :param id: ID
40
+ :param id: 全域弹性公网IP段支持的掩码的ID
41
41
  :type id: str
42
- :param ip_version: IPv4或IPv6
42
+ :param ip_version: - 功能说明:全域弹性公网IP的版本 - 取值范围:4、6
43
43
  :type ip_version: int
44
44
  :param mask: 掩码长度
45
45
  :type mask: int
@@ -73,7 +73,7 @@ class ListSupportMasks:
73
73
  def id(self):
74
74
  """Gets the id of this ListSupportMasks.
75
75
 
76
- ID
76
+ 全域弹性公网IP段支持的掩码的ID
77
77
 
78
78
  :return: The id of this ListSupportMasks.
79
79
  :rtype: str
@@ -84,7 +84,7 @@ class ListSupportMasks:
84
84
  def id(self, id):
85
85
  """Sets the id of this ListSupportMasks.
86
86
 
87
- ID
87
+ 全域弹性公网IP段支持的掩码的ID
88
88
 
89
89
  :param id: The id of this ListSupportMasks.
90
90
  :type id: str
@@ -95,7 +95,7 @@ class ListSupportMasks:
95
95
  def ip_version(self):
96
96
  """Gets the ip_version of this ListSupportMasks.
97
97
 
98
- IPv4或IPv6
98
+ - 功能说明:全域弹性公网IP的版本 - 取值范围:4、6
99
99
 
100
100
  :return: The ip_version of this ListSupportMasks.
101
101
  :rtype: int
@@ -106,7 +106,7 @@ class ListSupportMasks:
106
106
  def ip_version(self, ip_version):
107
107
  """Sets the ip_version of this ListSupportMasks.
108
108
 
109
- IPv4或IPv6
109
+ - 功能说明:全域弹性公网IP的版本 - 取值范围:4、6
110
110
 
111
111
  :param ip_version: The ip_version of this ListSupportMasks.
112
112
  :type ip_version: int
@@ -55,17 +55,17 @@ class ListSupportMasksRequest:
55
55
  :type marker: str
56
56
  :param page_reverse: 翻页方向
57
57
  :type page_reverse: bool
58
- :param fields: 只显示指定的字段
58
+ :param fields:
59
59
  :type fields: list[str]
60
60
  :param sort_key: 按照sort_key指定的字段排序
61
61
  :type sort_key: list[str]
62
62
  :param sort_dir: 排序的方向,倒序或者正序
63
63
  :type sort_dir: list[str]
64
- :param id: 根据ID过滤
64
+ :param id:
65
65
  :type id: list[str]
66
- :param ip_version: 根据IP版本过滤
66
+ :param ip_version:
67
67
  :type ip_version: list[int]
68
- :param mask: 根据掩码过滤
68
+ :param mask:
69
69
  :type mask: list[int]
70
70
  """
71
71
 
@@ -196,8 +196,6 @@ class ListSupportMasksRequest:
196
196
  def fields(self):
197
197
  """Gets the fields of this ListSupportMasksRequest.
198
198
 
199
- 只显示指定的字段
200
-
201
199
  :return: The fields of this ListSupportMasksRequest.
202
200
  :rtype: list[str]
203
201
  """
@@ -207,8 +205,6 @@ class ListSupportMasksRequest:
207
205
  def fields(self, fields):
208
206
  """Sets the fields of this ListSupportMasksRequest.
209
207
 
210
- 只显示指定的字段
211
-
212
208
  :param fields: The fields of this ListSupportMasksRequest.
213
209
  :type fields: list[str]
214
210
  """
@@ -262,8 +258,6 @@ class ListSupportMasksRequest:
262
258
  def id(self):
263
259
  """Gets the id of this ListSupportMasksRequest.
264
260
 
265
- 根据ID过滤
266
-
267
261
  :return: The id of this ListSupportMasksRequest.
268
262
  :rtype: list[str]
269
263
  """
@@ -273,8 +267,6 @@ class ListSupportMasksRequest:
273
267
  def id(self, id):
274
268
  """Sets the id of this ListSupportMasksRequest.
275
269
 
276
- 根据ID过滤
277
-
278
270
  :param id: The id of this ListSupportMasksRequest.
279
271
  :type id: list[str]
280
272
  """
@@ -284,8 +276,6 @@ class ListSupportMasksRequest:
284
276
  def ip_version(self):
285
277
  """Gets the ip_version of this ListSupportMasksRequest.
286
278
 
287
- 根据IP版本过滤
288
-
289
279
  :return: The ip_version of this ListSupportMasksRequest.
290
280
  :rtype: list[int]
291
281
  """
@@ -295,8 +285,6 @@ class ListSupportMasksRequest:
295
285
  def ip_version(self, ip_version):
296
286
  """Sets the ip_version of this ListSupportMasksRequest.
297
287
 
298
- 根据IP版本过滤
299
-
300
288
  :param ip_version: The ip_version of this ListSupportMasksRequest.
301
289
  :type ip_version: list[int]
302
290
  """
@@ -306,8 +294,6 @@ class ListSupportMasksRequest:
306
294
  def mask(self):
307
295
  """Gets the mask of this ListSupportMasksRequest.
308
296
 
309
- 根据掩码过滤
310
-
311
297
  :return: The mask of this ListSupportMasksRequest.
312
298
  :rtype: list[int]
313
299
  """
@@ -317,8 +303,6 @@ class ListSupportMasksRequest:
317
303
  def mask(self, mask):
318
304
  """Sets the mask of this ListSupportMasksRequest.
319
305
 
320
- 根据掩码过滤
321
-
322
306
  :param mask: The mask of this ListSupportMasksRequest.
323
307
  :type mask: list[int]
324
308
  """