huaweicloudsdkgeip 3.1.86__py2.py3-none-any.whl → 3.1.87__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 (120) hide show
  1. huaweicloudsdkgeip/v3/__init__.py +0 -4
  2. huaweicloudsdkgeip/v3/geip_async_client.py +6 -6
  3. huaweicloudsdkgeip/v3/geip_client.py +6 -6
  4. huaweicloudsdkgeip/v3/model/__init__.py +0 -4
  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.py +21 -21
  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_tags_request.py +1 -5
  22. huaweicloudsdkgeip/v3/model/batch_create_global_eip_tags_response.py +1 -1
  23. huaweicloudsdkgeip/v3/model/batch_create_internet_bandwidth.py +18 -18
  24. huaweicloudsdkgeip/v3/model/batch_create_internet_bandwidth_request_body_internet_bandwidth.py +12 -12
  25. huaweicloudsdkgeip/v3/model/batch_create_internet_bandwidth_tags_request.py +1 -5
  26. huaweicloudsdkgeip/v3/model/batch_create_internet_bandwidth_tags_response.py +1 -1
  27. huaweicloudsdkgeip/v3/model/batch_create_v2_request_body.py +8 -8
  28. huaweicloudsdkgeip/v3/model/batch_delete_geip_segment_tags_request.py +1 -5
  29. huaweicloudsdkgeip/v3/model/batch_delete_geip_segment_tags_response.py +1 -1
  30. huaweicloudsdkgeip/v3/model/batch_delete_global_eip_tags_request.py +1 -5
  31. huaweicloudsdkgeip/v3/model/batch_delete_global_eip_tags_response.py +1 -1
  32. huaweicloudsdkgeip/v3/model/batch_delete_internet_bandwidth_tags_request.py +1 -5
  33. huaweicloudsdkgeip/v3/model/batch_delete_internet_bandwidth_tags_response.py +1 -1
  34. huaweicloudsdkgeip/v3/model/batch_delete_v2_request_body.py +4 -4
  35. huaweicloudsdkgeip/v3/model/batch_delete_v2_request_body_tags.py +6 -6
  36. huaweicloudsdkgeip/v3/model/count_global_eip_segment_request.py +22 -110
  37. huaweicloudsdkgeip/v3/model/count_global_eips.py +3 -3
  38. huaweicloudsdkgeip/v3/model/count_global_eips_request.py +23 -115
  39. huaweicloudsdkgeip/v3/model/count_internet_bandwidth_request.py +8 -40
  40. huaweicloudsdkgeip/v3/model/create_global_eip.py +6 -6
  41. huaweicloudsdkgeip/v3/model/create_global_eip_request_body_global_eip.py +9 -9
  42. huaweicloudsdkgeip/v3/model/create_global_eip_request_body_global_eip_tags.py +6 -6
  43. huaweicloudsdkgeip/v3/model/create_global_eip_segment_request_body_global_eip_segment.py +9 -9
  44. huaweicloudsdkgeip/v3/model/create_global_eip_segment_request_body_global_eip_segment_internet_bandwidth.py +7 -7
  45. huaweicloudsdkgeip/v3/model/create_internet_bandwidth.py +18 -18
  46. huaweicloudsdkgeip/v3/model/create_internet_bandwidth_request_body_internet_bandwidth.py +12 -12
  47. huaweicloudsdkgeip/v3/model/create_tag.py +6 -6
  48. huaweicloudsdkgeip/v3/model/create_user_disclaimer_record.py +3 -3
  49. huaweicloudsdkgeip/v3/model/create_v2_tag_request_body_tag.py +6 -6
  50. huaweicloudsdkgeip/v3/model/delete_geip_segment_tag_request.py +2 -10
  51. huaweicloudsdkgeip/v3/model/delete_global_eip_request.py +1 -5
  52. huaweicloudsdkgeip/v3/model/delete_global_eip_segment_request.py +1 -5
  53. huaweicloudsdkgeip/v3/model/delete_global_eip_tag_request.py +2 -10
  54. huaweicloudsdkgeip/v3/model/delete_internet_bandwidth_request.py +1 -5
  55. huaweicloudsdkgeip/v3/model/delete_internet_bandwidth_tag_request.py +2 -10
  56. huaweicloudsdkgeip/v3/model/detach_internet_bandwidth_global_eips.py +25 -25
  57. huaweicloudsdkgeip/v3/model/detach_internet_bandwidth_request.py +2 -10
  58. huaweicloudsdkgeip/v3/model/disassociate_geip_segment_instance_request.py +1 -5
  59. huaweicloudsdkgeip/v3/model/disassociate_instance_request.py +1 -5
  60. huaweicloudsdkgeip/v3/model/geip_tags.py +6 -6
  61. huaweicloudsdkgeip/v3/model/get_account_tags_v2.py +6 -6
  62. huaweicloudsdkgeip/v3/model/global_connection_bandwidth_info.py +12 -12
  63. huaweicloudsdkgeip/v3/model/instance_info.py +6 -6
  64. huaweicloudsdkgeip/v3/model/internet_bandwidth_info.py +3 -3
  65. huaweicloudsdkgeip/v3/model/list_access_sites.py +6 -6
  66. huaweicloudsdkgeip/v3/model/list_access_sites_request.py +5 -25
  67. huaweicloudsdkgeip/v3/model/list_geip_pools.py +17 -13
  68. huaweicloudsdkgeip/v3/model/list_geip_pools_request.py +8 -40
  69. huaweicloudsdkgeip/v3/model/list_geip_resource_quotas_request.py +2 -10
  70. huaweicloudsdkgeip/v3/model/list_global_eip_filter_tags_request.py +2 -10
  71. huaweicloudsdkgeip/v3/model/list_global_eip_segments.py +21 -21
  72. huaweicloudsdkgeip/v3/model/list_global_eip_segments_request.py +24 -120
  73. huaweicloudsdkgeip/v3/model/list_global_eips.py +21 -21
  74. huaweicloudsdkgeip/v3/model/list_global_eips_request.py +26 -130
  75. huaweicloudsdkgeip/v3/model/list_internet_bandwidth_filter_tags_request.py +2 -10
  76. huaweicloudsdkgeip/v3/model/list_internet_bandwidth_limits.py +3 -3
  77. huaweicloudsdkgeip/v3/model/list_internet_bandwidth_limits_request.py +3 -15
  78. huaweicloudsdkgeip/v3/model/list_internet_bandwidths.py +18 -18
  79. huaweicloudsdkgeip/v3/model/list_internet_bandwidths_request.py +11 -55
  80. huaweicloudsdkgeip/v3/model/list_jobs.py +3 -3
  81. huaweicloudsdkgeip/v3/model/list_jobs_request.py +4 -20
  82. huaweicloudsdkgeip/v3/model/list_support_instances_support_regions.py +6 -6
  83. huaweicloudsdkgeip/v3/model/list_support_masks.py +6 -6
  84. huaweicloudsdkgeip/v3/model/list_support_masks_request.py +4 -20
  85. huaweicloudsdkgeip/v3/model/list_support_regions.py +6 -6
  86. huaweicloudsdkgeip/v3/model/list_support_regions_request.py +8 -40
  87. huaweicloudsdkgeip/v3/model/list_tenant_geip_support_instances_request.py +2 -10
  88. huaweicloudsdkgeip/v3/model/short_global_eip_segment.py +6 -6
  89. huaweicloudsdkgeip/v3/model/show_geip_segment_tags_request.py +1 -5
  90. huaweicloudsdkgeip/v3/model/show_global_eip.py +21 -21
  91. huaweicloudsdkgeip/v3/model/show_global_eip_request.py +2 -10
  92. huaweicloudsdkgeip/v3/model/show_global_eip_segment.py +21 -21
  93. huaweicloudsdkgeip/v3/model/show_global_eip_segment_request.py +2 -10
  94. huaweicloudsdkgeip/v3/model/show_global_eip_tags_request.py +1 -5
  95. huaweicloudsdkgeip/v3/model/show_internet_bandwidth.py +18 -18
  96. huaweicloudsdkgeip/v3/model/show_internet_bandwidth_request.py +2 -10
  97. huaweicloudsdkgeip/v3/model/show_internet_bandwidth_tags_request.py +1 -5
  98. huaweicloudsdkgeip/v3/model/show_job.py +3 -3
  99. huaweicloudsdkgeip/v3/model/show_jobs_request.py +1 -5
  100. huaweicloudsdkgeip/v3/model/show_user_disclaimer_record.py +3 -3
  101. huaweicloudsdkgeip/v3/model/show_user_disclaimer_request.py +1 -5
  102. huaweicloudsdkgeip/v3/model/sys_tag.py +6 -6
  103. huaweicloudsdkgeip/v3/model/tag.py +6 -6
  104. huaweicloudsdkgeip/v3/model/update_global_eip.py +6 -6
  105. huaweicloudsdkgeip/v3/model/update_global_eip_request.py +1 -5
  106. huaweicloudsdkgeip/v3/model/update_global_eip_request_body_global_eip.py +6 -6
  107. huaweicloudsdkgeip/v3/model/update_global_eip_segment_request.py +1 -5
  108. huaweicloudsdkgeip/v3/model/update_global_eip_segment_request_body_global_eip_segment.py +6 -6
  109. huaweicloudsdkgeip/v3/model/update_internet_bandwidth.py +18 -18
  110. huaweicloudsdkgeip/v3/model/update_internet_bandwidth_request.py +1 -5
  111. huaweicloudsdkgeip/v3/model/update_internet_bandwidth_request_body_internet_bandwidth.py +6 -6
  112. {huaweicloudsdkgeip-3.1.86.dist-info → huaweicloudsdkgeip-3.1.87.dist-info}/METADATA +2 -2
  113. {huaweicloudsdkgeip-3.1.86.dist-info → huaweicloudsdkgeip-3.1.87.dist-info}/RECORD +116 -120
  114. huaweicloudsdkgeip/v3/model/associate_instance_global_eip_request_body_global_eip_gc_bandwidth_info_tags.py +0 -134
  115. huaweicloudsdkgeip/v3/model/batch_create_v2_request_body_sys_tags.py +0 -142
  116. huaweicloudsdkgeip/v3/model/batch_create_v2_request_body_tags.py +0 -142
  117. huaweicloudsdkgeip/v3/model/batch_delete_v2_request_body_sys_tags.py +0 -143
  118. {huaweicloudsdkgeip-3.1.86.dist-info → huaweicloudsdkgeip-3.1.87.dist-info}/LICENSE +0 -0
  119. {huaweicloudsdkgeip-3.1.86.dist-info → huaweicloudsdkgeip-3.1.87.dist-info}/WHEEL +0 -0
  120. {huaweicloudsdkgeip-3.1.86.dist-info → huaweicloudsdkgeip-3.1.87.dist-info}/top_level.txt +0 -0
@@ -39,15 +39,15 @@ class GlobalConnectionBandwidthInfo:
39
39
 
40
40
  The model defined in huaweicloud sdk
41
41
 
42
- :param gcb_id: 骨干带宽id
42
+ :param gcb_id: 骨干带宽的ID
43
43
  :type gcb_id: str
44
- :param size: 骨干带宽大小
44
+ :param size: 骨干带宽的大小
45
45
  :type size: int
46
46
  :param gcb_type: 骨干带宽类型(城域、区域和大区)
47
47
  :type gcb_type: str
48
- :param admin_state: 骨干带宽状态,取值:NORMAL 正常、FREEZED 冻结
48
+ :param admin_state: - 功能说明:骨干带宽状态 - 取值范围:NORMAL 正常、FREEZED 冻结
49
49
  :type admin_state: str
50
- :param sla_level: 网络服务等级。Pt - 铂金,Au - 金牌,Ag - 银牌,Cu - 铜牌
50
+ :param sla_level: - 功能说明:网络服务等级 - 取值范围:Pt - 铂金,Au - 金牌,Ag - 银牌,Cu - 铜牌
51
51
  :type sla_level: str
52
52
  :param dscp: 线路质量金银铜对应的DSCP值
53
53
  :type dscp: int
@@ -80,7 +80,7 @@ class GlobalConnectionBandwidthInfo:
80
80
  def gcb_id(self):
81
81
  """Gets the gcb_id of this GlobalConnectionBandwidthInfo.
82
82
 
83
- 骨干带宽id
83
+ 骨干带宽的ID
84
84
 
85
85
  :return: The gcb_id of this GlobalConnectionBandwidthInfo.
86
86
  :rtype: str
@@ -91,7 +91,7 @@ class GlobalConnectionBandwidthInfo:
91
91
  def gcb_id(self, gcb_id):
92
92
  """Sets the gcb_id of this GlobalConnectionBandwidthInfo.
93
93
 
94
- 骨干带宽id
94
+ 骨干带宽的ID
95
95
 
96
96
  :param gcb_id: The gcb_id of this GlobalConnectionBandwidthInfo.
97
97
  :type gcb_id: str
@@ -102,7 +102,7 @@ class GlobalConnectionBandwidthInfo:
102
102
  def size(self):
103
103
  """Gets the size of this GlobalConnectionBandwidthInfo.
104
104
 
105
- 骨干带宽大小
105
+ 骨干带宽的大小
106
106
 
107
107
  :return: The size of this GlobalConnectionBandwidthInfo.
108
108
  :rtype: int
@@ -113,7 +113,7 @@ class GlobalConnectionBandwidthInfo:
113
113
  def size(self, size):
114
114
  """Sets the size of this GlobalConnectionBandwidthInfo.
115
115
 
116
- 骨干带宽大小
116
+ 骨干带宽的大小
117
117
 
118
118
  :param size: The size of this GlobalConnectionBandwidthInfo.
119
119
  :type size: int
@@ -146,7 +146,7 @@ class GlobalConnectionBandwidthInfo:
146
146
  def admin_state(self):
147
147
  """Gets the admin_state of this GlobalConnectionBandwidthInfo.
148
148
 
149
- 骨干带宽状态,取值:NORMAL 正常、FREEZED 冻结
149
+ - 功能说明:骨干带宽状态 - 取值范围:NORMAL 正常、FREEZED 冻结
150
150
 
151
151
  :return: The admin_state of this GlobalConnectionBandwidthInfo.
152
152
  :rtype: str
@@ -157,7 +157,7 @@ class GlobalConnectionBandwidthInfo:
157
157
  def admin_state(self, admin_state):
158
158
  """Sets the admin_state of this GlobalConnectionBandwidthInfo.
159
159
 
160
- 骨干带宽状态,取值:NORMAL 正常、FREEZED 冻结
160
+ - 功能说明:骨干带宽状态 - 取值范围:NORMAL 正常、FREEZED 冻结
161
161
 
162
162
  :param admin_state: The admin_state of this GlobalConnectionBandwidthInfo.
163
163
  :type admin_state: str
@@ -168,7 +168,7 @@ class GlobalConnectionBandwidthInfo:
168
168
  def sla_level(self):
169
169
  """Gets the sla_level of this GlobalConnectionBandwidthInfo.
170
170
 
171
- 网络服务等级。Pt - 铂金,Au - 金牌,Ag - 银牌,Cu - 铜牌
171
+ - 功能说明:网络服务等级 - 取值范围:Pt - 铂金,Au - 金牌,Ag - 银牌,Cu - 铜牌
172
172
 
173
173
  :return: The sla_level of this GlobalConnectionBandwidthInfo.
174
174
  :rtype: str
@@ -179,7 +179,7 @@ class GlobalConnectionBandwidthInfo:
179
179
  def sla_level(self, sla_level):
180
180
  """Sets the sla_level of this GlobalConnectionBandwidthInfo.
181
181
 
182
- 网络服务等级。Pt - 铂金,Au - 金牌,Ag - 银牌,Cu - 铜牌
182
+ - 功能说明:网络服务等级 - 取值范围:Pt - 铂金,Au - 金牌,Ag - 银牌,Cu - 铜牌
183
183
 
184
184
  :param sla_level: The sla_level of this GlobalConnectionBandwidthInfo.
185
185
  :type sla_level: str
@@ -49,7 +49,7 @@ class InstanceInfo:
49
49
  :type region: str
50
50
  :param quark_vpc_endpoint: quark后端地址
51
51
  :type quark_vpc_endpoint: str
52
- :param project_id: 项目ID
52
+ :param project_id: 项目ID,获取项目ID请参见[获取项目ID](https://support.huaweicloud.com/api-vpc/vpc_api_0011.html)
53
53
  :type project_id: str
54
54
  :param instance_type: 支持绑定的实例类型
55
55
  :type instance_type: str
@@ -59,7 +59,7 @@ class InstanceInfo:
59
59
  :type service_type: str
60
60
  :param service_id: 服务id
61
61
  :type service_id: str
62
- :param public_border_group: 中心站点or边缘站点
62
+ :param public_border_group: - 功能说明:表示中心站点资源或者边缘站点资源 - 取值范围:center、边缘站点名称
63
63
  :type public_border_group: str
64
64
  :param instance_site: 绑定实例所在的站点
65
65
  :type instance_site: str
@@ -145,7 +145,7 @@ class InstanceInfo:
145
145
  def project_id(self):
146
146
  """Gets the project_id of this InstanceInfo.
147
147
 
148
- 项目ID
148
+ 项目ID,获取项目ID请参见[获取项目ID](https://support.huaweicloud.com/api-vpc/vpc_api_0011.html)
149
149
 
150
150
  :return: The project_id of this InstanceInfo.
151
151
  :rtype: str
@@ -156,7 +156,7 @@ class InstanceInfo:
156
156
  def project_id(self, project_id):
157
157
  """Sets the project_id of this InstanceInfo.
158
158
 
159
- 项目ID
159
+ 项目ID,获取项目ID请参见[获取项目ID](https://support.huaweicloud.com/api-vpc/vpc_api_0011.html)
160
160
 
161
161
  :param project_id: The project_id of this InstanceInfo.
162
162
  :type project_id: str
@@ -255,7 +255,7 @@ class InstanceInfo:
255
255
  def public_border_group(self):
256
256
  """Gets the public_border_group of this InstanceInfo.
257
257
 
258
- 中心站点or边缘站点
258
+ - 功能说明:表示中心站点资源或者边缘站点资源 - 取值范围:center、边缘站点名称
259
259
 
260
260
  :return: The public_border_group of this InstanceInfo.
261
261
  :rtype: str
@@ -266,7 +266,7 @@ class InstanceInfo:
266
266
  def public_border_group(self, public_border_group):
267
267
  """Sets the public_border_group of this InstanceInfo.
268
268
 
269
- 中心站点or边缘站点
269
+ - 功能说明:表示中心站点资源或者边缘站点资源 - 取值范围:center、边缘站点名称
270
270
 
271
271
  :param public_border_group: The public_border_group of this InstanceInfo.
272
272
  :type public_border_group: str
@@ -31,7 +31,7 @@ class InternetBandwidthInfo:
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
34
- :param id: ID
34
+ :param id: 全域公网带宽的ID
35
35
  :type id: str
36
36
  :param size: 全域公网带宽大小(出云方向)
37
37
  :type size: int
@@ -52,7 +52,7 @@ class InternetBandwidthInfo:
52
52
  def id(self):
53
53
  """Gets the id of this InternetBandwidthInfo.
54
54
 
55
- ID
55
+ 全域公网带宽的ID
56
56
 
57
57
  :return: The id of this InternetBandwidthInfo.
58
58
  :rtype: str
@@ -63,7 +63,7 @@ class InternetBandwidthInfo:
63
63
  def id(self, id):
64
64
  """Sets the id of this InternetBandwidthInfo.
65
65
 
66
- ID
66
+ 全域公网带宽的ID
67
67
 
68
68
  :param id: The id of this InternetBandwidthInfo.
69
69
  :type id: str
@@ -43,9 +43,9 @@ class ListAccessSites:
43
43
 
44
44
  The model defined in huaweicloud sdk
45
45
 
46
- :param id: ID
46
+ :param id: 接入点的ID
47
47
  :type id: str
48
- :param name: 资源名称
48
+ :param name: - 功能说明:接入点名称 - 取值范围:1-64,支持数字、字母、中文、_(下划线)、-(中划线)、.(点)
49
49
  :type name: str
50
50
  :param proxy_region: pop站点托管的region(id)
51
51
  :type proxy_region: str
@@ -94,7 +94,7 @@ class ListAccessSites:
94
94
  def id(self):
95
95
  """Gets the id of this ListAccessSites.
96
96
 
97
- ID
97
+ 接入点的ID
98
98
 
99
99
  :return: The id of this ListAccessSites.
100
100
  :rtype: str
@@ -105,7 +105,7 @@ class ListAccessSites:
105
105
  def id(self, id):
106
106
  """Sets the id of this ListAccessSites.
107
107
 
108
- ID
108
+ 接入点的ID
109
109
 
110
110
  :param id: The id of this ListAccessSites.
111
111
  :type id: str
@@ -116,7 +116,7 @@ class ListAccessSites:
116
116
  def name(self):
117
117
  """Gets the name of this ListAccessSites.
118
118
 
119
- 资源名称
119
+ - 功能说明:接入点名称 - 取值范围:1-64,支持数字、字母、中文、_(下划线)、-(中划线)、.(点)
120
120
 
121
121
  :return: The name of this ListAccessSites.
122
122
  :rtype: str
@@ -127,7 +127,7 @@ class ListAccessSites:
127
127
  def name(self, name):
128
128
  """Sets the name of this ListAccessSites.
129
129
 
130
- 资源名称
130
+ - 功能说明:接入点名称 - 取值范围:1-64,支持数字、字母、中文、_(下划线)、-(中划线)、.(点)
131
131
 
132
132
  :param name: The name of this ListAccessSites.
133
133
  :type name: str
@@ -57,19 +57,19 @@ class ListAccessSitesRequest:
57
57
  :type marker: str
58
58
  :param page_reverse: 翻页方向
59
59
  :type page_reverse: bool
60
- :param fields: 只显示指定的字段
60
+ :param fields:
61
61
  :type fields: list[str]
62
62
  :param sort_key: 按照sort_key指定的字段排序
63
63
  :type sort_key: list[str]
64
64
  :param sort_dir: 排序的方向,倒序或者正序
65
65
  :type sort_dir: list[str]
66
- :param id: 根据ID过滤
66
+ :param id:
67
67
  :type id: list[str]
68
- :param code: 根据名称过滤
68
+ :param code:
69
69
  :type code: list[str]
70
- :param proxy_region: 根据proxy_region过滤
70
+ :param proxy_region:
71
71
  :type proxy_region: list[str]
72
- :param iec_az_code: 根据iec_az_code过滤
72
+ :param iec_az_code:
73
73
  :type iec_az_code: list[str]
74
74
  """
75
75
 
@@ -203,8 +203,6 @@ class ListAccessSitesRequest:
203
203
  def fields(self):
204
204
  """Gets the fields of this ListAccessSitesRequest.
205
205
 
206
- 只显示指定的字段
207
-
208
206
  :return: The fields of this ListAccessSitesRequest.
209
207
  :rtype: list[str]
210
208
  """
@@ -214,8 +212,6 @@ class ListAccessSitesRequest:
214
212
  def fields(self, fields):
215
213
  """Sets the fields of this ListAccessSitesRequest.
216
214
 
217
- 只显示指定的字段
218
-
219
215
  :param fields: The fields of this ListAccessSitesRequest.
220
216
  :type fields: list[str]
221
217
  """
@@ -269,8 +265,6 @@ class ListAccessSitesRequest:
269
265
  def id(self):
270
266
  """Gets the id of this ListAccessSitesRequest.
271
267
 
272
- 根据ID过滤
273
-
274
268
  :return: The id of this ListAccessSitesRequest.
275
269
  :rtype: list[str]
276
270
  """
@@ -280,8 +274,6 @@ class ListAccessSitesRequest:
280
274
  def id(self, id):
281
275
  """Sets the id of this ListAccessSitesRequest.
282
276
 
283
- 根据ID过滤
284
-
285
277
  :param id: The id of this ListAccessSitesRequest.
286
278
  :type id: list[str]
287
279
  """
@@ -291,8 +283,6 @@ class ListAccessSitesRequest:
291
283
  def code(self):
292
284
  """Gets the code of this ListAccessSitesRequest.
293
285
 
294
- 根据名称过滤
295
-
296
286
  :return: The code of this ListAccessSitesRequest.
297
287
  :rtype: list[str]
298
288
  """
@@ -302,8 +292,6 @@ class ListAccessSitesRequest:
302
292
  def code(self, code):
303
293
  """Sets the code of this ListAccessSitesRequest.
304
294
 
305
- 根据名称过滤
306
-
307
295
  :param code: The code of this ListAccessSitesRequest.
308
296
  :type code: list[str]
309
297
  """
@@ -313,8 +301,6 @@ class ListAccessSitesRequest:
313
301
  def proxy_region(self):
314
302
  """Gets the proxy_region of this ListAccessSitesRequest.
315
303
 
316
- 根据proxy_region过滤
317
-
318
304
  :return: The proxy_region of this ListAccessSitesRequest.
319
305
  :rtype: list[str]
320
306
  """
@@ -324,8 +310,6 @@ class ListAccessSitesRequest:
324
310
  def proxy_region(self, proxy_region):
325
311
  """Sets the proxy_region of this ListAccessSitesRequest.
326
312
 
327
- 根据proxy_region过滤
328
-
329
313
  :param proxy_region: The proxy_region of this ListAccessSitesRequest.
330
314
  :type proxy_region: list[str]
331
315
  """
@@ -335,8 +319,6 @@ class ListAccessSitesRequest:
335
319
  def iec_az_code(self):
336
320
  """Gets the iec_az_code of this ListAccessSitesRequest.
337
321
 
338
- 根据iec_az_code过滤
339
-
340
322
  :return: The iec_az_code of this ListAccessSitesRequest.
341
323
  :rtype: list[str]
342
324
  """
@@ -346,8 +328,6 @@ class ListAccessSitesRequest:
346
328
  def iec_az_code(self, iec_az_code):
347
329
  """Sets the iec_az_code of this ListAccessSitesRequest.
348
330
 
349
- 根据iec_az_code过滤
350
-
351
331
  :param iec_az_code: The iec_az_code of this ListAccessSitesRequest.
352
332
  :type iec_az_code: list[str]
353
333
  """
@@ -51,9 +51,9 @@ class ListGeipPools:
51
51
 
52
52
  The model defined in huaweicloud sdk
53
53
 
54
- :param id: ID
54
+ :param id: 全域弹性公网IP池的ID
55
55
  :type id: str
56
- :param name: 资源名称
56
+ :param name: - 功能说明:全域弹性公网IP池名称 - 取值范围:1-64,支持数字、字母、中文、_(下划线)、-(中划线)、.(点)
57
57
  :type name: str
58
58
  :param en_name: 英文名称
59
59
  :type en_name: str
@@ -61,9 +61,9 @@ class ListGeipPools:
61
61
  :type cn_name: str
62
62
  :param status: 状态
63
63
  :type status: str
64
- :param isp: 线路
64
+ :param isp: 全域弹性公网IP所属线路
65
65
  :type isp: str
66
- :param ip_version: IPv4或IPv6
66
+ :param ip_version: - 功能说明:全域弹性公网IP池的版本 - 取值范围:4、6
67
67
  :type ip_version: int
68
68
  :param access_site: 接入点信息
69
69
  :type access_site: str
@@ -73,7 +73,7 @@ class ListGeipPools:
73
73
  :type created_at: datetime
74
74
  :param updated_at: 更新时间
75
75
  :type updated_at: datetime
76
- :param allowed_bandwidth_types:
76
+ :param allowed_bandwidth_types: 地址池支持的全域公网带宽类型资源
77
77
  :type allowed_bandwidth_types: list[:class:`huaweicloudsdkgeip.v3.AllowedBandwidthTypes`]
78
78
  """
79
79
 
@@ -122,7 +122,7 @@ class ListGeipPools:
122
122
  def id(self):
123
123
  """Gets the id of this ListGeipPools.
124
124
 
125
- ID
125
+ 全域弹性公网IP池的ID
126
126
 
127
127
  :return: The id of this ListGeipPools.
128
128
  :rtype: str
@@ -133,7 +133,7 @@ class ListGeipPools:
133
133
  def id(self, id):
134
134
  """Sets the id of this ListGeipPools.
135
135
 
136
- ID
136
+ 全域弹性公网IP池的ID
137
137
 
138
138
  :param id: The id of this ListGeipPools.
139
139
  :type id: str
@@ -144,7 +144,7 @@ class ListGeipPools:
144
144
  def name(self):
145
145
  """Gets the name of this ListGeipPools.
146
146
 
147
- 资源名称
147
+ - 功能说明:全域弹性公网IP池名称 - 取值范围:1-64,支持数字、字母、中文、_(下划线)、-(中划线)、.(点)
148
148
 
149
149
  :return: The name of this ListGeipPools.
150
150
  :rtype: str
@@ -155,7 +155,7 @@ class ListGeipPools:
155
155
  def name(self, name):
156
156
  """Sets the name of this ListGeipPools.
157
157
 
158
- 资源名称
158
+ - 功能说明:全域弹性公网IP池名称 - 取值范围:1-64,支持数字、字母、中文、_(下划线)、-(中划线)、.(点)
159
159
 
160
160
  :param name: The name of this ListGeipPools.
161
161
  :type name: str
@@ -232,7 +232,7 @@ class ListGeipPools:
232
232
  def isp(self):
233
233
  """Gets the isp of this ListGeipPools.
234
234
 
235
- 线路
235
+ 全域弹性公网IP所属线路
236
236
 
237
237
  :return: The isp of this ListGeipPools.
238
238
  :rtype: str
@@ -243,7 +243,7 @@ class ListGeipPools:
243
243
  def isp(self, isp):
244
244
  """Sets the isp of this ListGeipPools.
245
245
 
246
- 线路
246
+ 全域弹性公网IP所属线路
247
247
 
248
248
  :param isp: The isp of this ListGeipPools.
249
249
  :type isp: str
@@ -254,7 +254,7 @@ class ListGeipPools:
254
254
  def ip_version(self):
255
255
  """Gets the ip_version of this ListGeipPools.
256
256
 
257
- IPv4或IPv6
257
+ - 功能说明:全域弹性公网IP池的版本 - 取值范围:4、6
258
258
 
259
259
  :return: The ip_version of this ListGeipPools.
260
260
  :rtype: int
@@ -265,7 +265,7 @@ class ListGeipPools:
265
265
  def ip_version(self, ip_version):
266
266
  """Sets the ip_version of this ListGeipPools.
267
267
 
268
- IPv4或IPv6
268
+ - 功能说明:全域弹性公网IP池的版本 - 取值范围:4、6
269
269
 
270
270
  :param ip_version: The ip_version of this ListGeipPools.
271
271
  :type ip_version: int
@@ -364,6 +364,8 @@ class ListGeipPools:
364
364
  def allowed_bandwidth_types(self):
365
365
  """Gets the allowed_bandwidth_types of this ListGeipPools.
366
366
 
367
+ 地址池支持的全域公网带宽类型资源
368
+
367
369
  :return: The allowed_bandwidth_types of this ListGeipPools.
368
370
  :rtype: list[:class:`huaweicloudsdkgeip.v3.AllowedBandwidthTypes`]
369
371
  """
@@ -373,6 +375,8 @@ class ListGeipPools:
373
375
  def allowed_bandwidth_types(self, allowed_bandwidth_types):
374
376
  """Sets the allowed_bandwidth_types of this ListGeipPools.
375
377
 
378
+ 地址池支持的全域公网带宽类型资源
379
+
376
380
  :param allowed_bandwidth_types: The allowed_bandwidth_types of this ListGeipPools.
377
381
  :type allowed_bandwidth_types: list[:class:`huaweicloudsdkgeip.v3.AllowedBandwidthTypes`]
378
382
  """
@@ -63,25 +63,25 @@ class ListGeipPoolsRequest:
63
63
  :type marker: str
64
64
  :param page_reverse: 翻页方向
65
65
  :type page_reverse: bool
66
- :param fields: 只显示指定的字段
66
+ :param fields:
67
67
  :type fields: list[str]
68
68
  :param sort_key: 按照sort_key指定的字段排序
69
69
  :type sort_key: list[str]
70
70
  :param sort_dir: 排序的方向,倒序或者正序
71
71
  :type sort_dir: list[str]
72
- :param id: 根据ID过滤
72
+ :param id:
73
73
  :type id: list[str]
74
- :param code: 根据名称过滤
74
+ :param code:
75
75
  :type code: list[str]
76
- :param access_site: 根据接入点过滤
76
+ :param access_site:
77
77
  :type access_site: list[str]
78
- :param isp: 根据运营商线路过滤
78
+ :param isp:
79
79
  :type isp: list[str]
80
- :param ip_version: 根据IP版本过滤
80
+ :param ip_version:
81
81
  :type ip_version: list[str]
82
- :param status: 根据池子状态过滤
82
+ :param status:
83
83
  :type status: list[str]
84
- :param type: 根据池子里存的内容过滤。取值:GEIP-用于分配全域弹性公网IP单地址;GEIP_SEGMENT-用于分配全域弹性公网IP段
84
+ :param type:
85
85
  :type type: list[str]
86
86
  """
87
87
 
@@ -224,8 +224,6 @@ class ListGeipPoolsRequest:
224
224
  def fields(self):
225
225
  """Gets the fields of this ListGeipPoolsRequest.
226
226
 
227
- 只显示指定的字段
228
-
229
227
  :return: The fields of this ListGeipPoolsRequest.
230
228
  :rtype: list[str]
231
229
  """
@@ -235,8 +233,6 @@ class ListGeipPoolsRequest:
235
233
  def fields(self, fields):
236
234
  """Sets the fields of this ListGeipPoolsRequest.
237
235
 
238
- 只显示指定的字段
239
-
240
236
  :param fields: The fields of this ListGeipPoolsRequest.
241
237
  :type fields: list[str]
242
238
  """
@@ -290,8 +286,6 @@ class ListGeipPoolsRequest:
290
286
  def id(self):
291
287
  """Gets the id of this ListGeipPoolsRequest.
292
288
 
293
- 根据ID过滤
294
-
295
289
  :return: The id of this ListGeipPoolsRequest.
296
290
  :rtype: list[str]
297
291
  """
@@ -301,8 +295,6 @@ class ListGeipPoolsRequest:
301
295
  def id(self, id):
302
296
  """Sets the id of this ListGeipPoolsRequest.
303
297
 
304
- 根据ID过滤
305
-
306
298
  :param id: The id of this ListGeipPoolsRequest.
307
299
  :type id: list[str]
308
300
  """
@@ -312,8 +304,6 @@ class ListGeipPoolsRequest:
312
304
  def code(self):
313
305
  """Gets the code of this ListGeipPoolsRequest.
314
306
 
315
- 根据名称过滤
316
-
317
307
  :return: The code of this ListGeipPoolsRequest.
318
308
  :rtype: list[str]
319
309
  """
@@ -323,8 +313,6 @@ class ListGeipPoolsRequest:
323
313
  def code(self, code):
324
314
  """Sets the code of this ListGeipPoolsRequest.
325
315
 
326
- 根据名称过滤
327
-
328
316
  :param code: The code of this ListGeipPoolsRequest.
329
317
  :type code: list[str]
330
318
  """
@@ -334,8 +322,6 @@ class ListGeipPoolsRequest:
334
322
  def access_site(self):
335
323
  """Gets the access_site of this ListGeipPoolsRequest.
336
324
 
337
- 根据接入点过滤
338
-
339
325
  :return: The access_site of this ListGeipPoolsRequest.
340
326
  :rtype: list[str]
341
327
  """
@@ -345,8 +331,6 @@ class ListGeipPoolsRequest:
345
331
  def access_site(self, access_site):
346
332
  """Sets the access_site of this ListGeipPoolsRequest.
347
333
 
348
- 根据接入点过滤
349
-
350
334
  :param access_site: The access_site of this ListGeipPoolsRequest.
351
335
  :type access_site: list[str]
352
336
  """
@@ -356,8 +340,6 @@ class ListGeipPoolsRequest:
356
340
  def isp(self):
357
341
  """Gets the isp of this ListGeipPoolsRequest.
358
342
 
359
- 根据运营商线路过滤
360
-
361
343
  :return: The isp of this ListGeipPoolsRequest.
362
344
  :rtype: list[str]
363
345
  """
@@ -367,8 +349,6 @@ class ListGeipPoolsRequest:
367
349
  def isp(self, isp):
368
350
  """Sets the isp of this ListGeipPoolsRequest.
369
351
 
370
- 根据运营商线路过滤
371
-
372
352
  :param isp: The isp of this ListGeipPoolsRequest.
373
353
  :type isp: list[str]
374
354
  """
@@ -378,8 +358,6 @@ class ListGeipPoolsRequest:
378
358
  def ip_version(self):
379
359
  """Gets the ip_version of this ListGeipPoolsRequest.
380
360
 
381
- 根据IP版本过滤
382
-
383
361
  :return: The ip_version of this ListGeipPoolsRequest.
384
362
  :rtype: list[str]
385
363
  """
@@ -389,8 +367,6 @@ class ListGeipPoolsRequest:
389
367
  def ip_version(self, ip_version):
390
368
  """Sets the ip_version of this ListGeipPoolsRequest.
391
369
 
392
- 根据IP版本过滤
393
-
394
370
  :param ip_version: The ip_version of this ListGeipPoolsRequest.
395
371
  :type ip_version: list[str]
396
372
  """
@@ -400,8 +376,6 @@ class ListGeipPoolsRequest:
400
376
  def status(self):
401
377
  """Gets the status of this ListGeipPoolsRequest.
402
378
 
403
- 根据池子状态过滤
404
-
405
379
  :return: The status of this ListGeipPoolsRequest.
406
380
  :rtype: list[str]
407
381
  """
@@ -411,8 +385,6 @@ class ListGeipPoolsRequest:
411
385
  def status(self, status):
412
386
  """Sets the status of this ListGeipPoolsRequest.
413
387
 
414
- 根据池子状态过滤
415
-
416
388
  :param status: The status of this ListGeipPoolsRequest.
417
389
  :type status: list[str]
418
390
  """
@@ -422,8 +394,6 @@ class ListGeipPoolsRequest:
422
394
  def type(self):
423
395
  """Gets the type of this ListGeipPoolsRequest.
424
396
 
425
- 根据池子里存的内容过滤。取值:GEIP-用于分配全域弹性公网IP单地址;GEIP_SEGMENT-用于分配全域弹性公网IP段
426
-
427
397
  :return: The type of this ListGeipPoolsRequest.
428
398
  :rtype: list[str]
429
399
  """
@@ -433,8 +403,6 @@ class ListGeipPoolsRequest:
433
403
  def type(self, type):
434
404
  """Sets the type of this ListGeipPoolsRequest.
435
405
 
436
- 根据池子里存的内容过滤。取值:GEIP-用于分配全域弹性公网IP单地址;GEIP_SEGMENT-用于分配全域弹性公网IP段
437
-
438
406
  :param type: The type of this ListGeipPoolsRequest.
439
407
  :type type: list[str]
440
408
  """
@@ -47,9 +47,9 @@ class ListGeipResourceQuotasRequest:
47
47
  :type marker: str
48
48
  :param page_reverse: 翻页方向
49
49
  :type page_reverse: bool
50
- :param fields: 只显示指定的字段
50
+ :param fields:
51
51
  :type fields: list[str]
52
- :param type: 根据类型过滤
52
+ :param type:
53
53
  :type type: list[str]
54
54
  """
55
55
 
@@ -168,8 +168,6 @@ class ListGeipResourceQuotasRequest:
168
168
  def fields(self):
169
169
  """Gets the fields of this ListGeipResourceQuotasRequest.
170
170
 
171
- 只显示指定的字段
172
-
173
171
  :return: The fields of this ListGeipResourceQuotasRequest.
174
172
  :rtype: list[str]
175
173
  """
@@ -179,8 +177,6 @@ class ListGeipResourceQuotasRequest:
179
177
  def fields(self, fields):
180
178
  """Sets the fields of this ListGeipResourceQuotasRequest.
181
179
 
182
- 只显示指定的字段
183
-
184
180
  :param fields: The fields of this ListGeipResourceQuotasRequest.
185
181
  :type fields: list[str]
186
182
  """
@@ -190,8 +186,6 @@ class ListGeipResourceQuotasRequest:
190
186
  def type(self):
191
187
  """Gets the type of this ListGeipResourceQuotasRequest.
192
188
 
193
- 根据类型过滤
194
-
195
189
  :return: The type of this ListGeipResourceQuotasRequest.
196
190
  :rtype: list[str]
197
191
  """
@@ -201,8 +195,6 @@ class ListGeipResourceQuotasRequest:
201
195
  def type(self, type):
202
196
  """Sets the type of this ListGeipResourceQuotasRequest.
203
197
 
204
- 根据类型过滤
205
-
206
198
  :param type: The type of this ListGeipResourceQuotasRequest.
207
199
  :type type: list[str]
208
200
  """