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
@@ -31,9 +31,9 @@ class UpdateGlobalEip:
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
34
- :param id: ID
34
+ :param id: 全域弹性公网IP的ID
35
35
  :type id: str
36
- :param name: 资源名称
36
+ :param name: - 功能说明:全域弹性公网IP名称 - 取值范围:1-64,支持数字、字母、中文、_(下划线)、-(中划线)、.(点)
37
37
  :type name: str
38
38
  """
39
39
 
@@ -52,7 +52,7 @@ class UpdateGlobalEip:
52
52
  def id(self):
53
53
  """Gets the id of this UpdateGlobalEip.
54
54
 
55
- ID
55
+ 全域弹性公网IP的ID
56
56
 
57
57
  :return: The id of this UpdateGlobalEip.
58
58
  :rtype: str
@@ -63,7 +63,7 @@ class UpdateGlobalEip:
63
63
  def id(self, id):
64
64
  """Sets the id of this UpdateGlobalEip.
65
65
 
66
- ID
66
+ 全域弹性公网IP的ID
67
67
 
68
68
  :param id: The id of this UpdateGlobalEip.
69
69
  :type id: str
@@ -74,7 +74,7 @@ class UpdateGlobalEip:
74
74
  def name(self):
75
75
  """Gets the name of this UpdateGlobalEip.
76
76
 
77
- 资源名称
77
+ - 功能说明:全域弹性公网IP名称 - 取值范围:1-64,支持数字、字母、中文、_(下划线)、-(中划线)、.(点)
78
78
 
79
79
  :return: The name of this UpdateGlobalEip.
80
80
  :rtype: str
@@ -85,7 +85,7 @@ class UpdateGlobalEip:
85
85
  def name(self, name):
86
86
  """Sets the name of this UpdateGlobalEip.
87
87
 
88
- 资源名称
88
+ - 功能说明:全域弹性公网IP名称 - 取值范围:1-64,支持数字、字母、中文、_(下划线)、-(中划线)、.(点)
89
89
 
90
90
  :param name: The name of this UpdateGlobalEip.
91
91
  :type name: str
@@ -31,7 +31,7 @@ class UpdateGlobalEipRequest:
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
34
- :param global_eip_id: global_eip_id
34
+ :param global_eip_id:
35
35
  :type global_eip_id: str
36
36
  :param body: Body of the UpdateGlobalEipRequest
37
37
  :type body: :class:`huaweicloudsdkgeip.v3.UpdateGlobalEipRequestBody`
@@ -51,8 +51,6 @@ class UpdateGlobalEipRequest:
51
51
  def global_eip_id(self):
52
52
  """Gets the global_eip_id of this UpdateGlobalEipRequest.
53
53
 
54
- global_eip_id
55
-
56
54
  :return: The global_eip_id of this UpdateGlobalEipRequest.
57
55
  :rtype: str
58
56
  """
@@ -62,8 +60,6 @@ class UpdateGlobalEipRequest:
62
60
  def global_eip_id(self, global_eip_id):
63
61
  """Sets the global_eip_id of this UpdateGlobalEipRequest.
64
62
 
65
- global_eip_id
66
-
67
63
  :param global_eip_id: The global_eip_id of this UpdateGlobalEipRequest.
68
64
  :type global_eip_id: str
69
65
  """
@@ -31,9 +31,9 @@ class UpdateGlobalEipRequestBodyGlobalEip:
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
34
- :param name: 资源名称
34
+ :param name: - 功能说明:全域弹性公网IP名称 - 取值范围:1-64,支持数字、字母、中文、_(下划线)、-(中划线)、.(点)
35
35
  :type name: str
36
- :param description: 用户自定义的资源描述
36
+ :param description: - 功能说明:用户自定义的资源描述 - 约束: - 值的长度最大512字符,由数字、字母、中文、_(下划线)、-(中划线)、.(点)组成。
37
37
  :type description: str
38
38
  """
39
39
 
@@ -52,7 +52,7 @@ class UpdateGlobalEipRequestBodyGlobalEip:
52
52
  def name(self):
53
53
  """Gets the name of this UpdateGlobalEipRequestBodyGlobalEip.
54
54
 
55
- 资源名称
55
+ - 功能说明:全域弹性公网IP名称 - 取值范围:1-64,支持数字、字母、中文、_(下划线)、-(中划线)、.(点)
56
56
 
57
57
  :return: The name of this UpdateGlobalEipRequestBodyGlobalEip.
58
58
  :rtype: str
@@ -63,7 +63,7 @@ class UpdateGlobalEipRequestBodyGlobalEip:
63
63
  def name(self, name):
64
64
  """Sets the name of this UpdateGlobalEipRequestBodyGlobalEip.
65
65
 
66
- 资源名称
66
+ - 功能说明:全域弹性公网IP名称 - 取值范围:1-64,支持数字、字母、中文、_(下划线)、-(中划线)、.(点)
67
67
 
68
68
  :param name: The name of this UpdateGlobalEipRequestBodyGlobalEip.
69
69
  :type name: str
@@ -74,7 +74,7 @@ class UpdateGlobalEipRequestBodyGlobalEip:
74
74
  def description(self):
75
75
  """Gets the description of this UpdateGlobalEipRequestBodyGlobalEip.
76
76
 
77
- 用户自定义的资源描述
77
+ - 功能说明:用户自定义的资源描述 - 约束: - 值的长度最大512字符,由数字、字母、中文、_(下划线)、-(中划线)、.(点)组成。
78
78
 
79
79
  :return: The description of this UpdateGlobalEipRequestBodyGlobalEip.
80
80
  :rtype: str
@@ -85,7 +85,7 @@ class UpdateGlobalEipRequestBodyGlobalEip:
85
85
  def description(self, description):
86
86
  """Sets the description of this UpdateGlobalEipRequestBodyGlobalEip.
87
87
 
88
- 用户自定义的资源描述
88
+ - 功能说明:用户自定义的资源描述 - 约束: - 值的长度最大512字符,由数字、字母、中文、_(下划线)、-(中划线)、.(点)组成。
89
89
 
90
90
  :param description: The description of this UpdateGlobalEipRequestBodyGlobalEip.
91
91
  :type description: str
@@ -31,7 +31,7 @@ class UpdateGlobalEipSegmentRequest:
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
34
- :param global_eip_segment_id: global_eip_segment_id
34
+ :param global_eip_segment_id:
35
35
  :type global_eip_segment_id: str
36
36
  :param body: Body of the UpdateGlobalEipSegmentRequest
37
37
  :type body: :class:`huaweicloudsdkgeip.v3.UpdateGlobalEipSegmentRequestBody`
@@ -51,8 +51,6 @@ class UpdateGlobalEipSegmentRequest:
51
51
  def global_eip_segment_id(self):
52
52
  """Gets the global_eip_segment_id of this UpdateGlobalEipSegmentRequest.
53
53
 
54
- global_eip_segment_id
55
-
56
54
  :return: The global_eip_segment_id of this UpdateGlobalEipSegmentRequest.
57
55
  :rtype: str
58
56
  """
@@ -62,8 +60,6 @@ class UpdateGlobalEipSegmentRequest:
62
60
  def global_eip_segment_id(self, global_eip_segment_id):
63
61
  """Sets the global_eip_segment_id of this UpdateGlobalEipSegmentRequest.
64
62
 
65
- global_eip_segment_id
66
-
67
63
  :param global_eip_segment_id: The global_eip_segment_id of this UpdateGlobalEipSegmentRequest.
68
64
  :type global_eip_segment_id: str
69
65
  """
@@ -31,9 +31,9 @@ class UpdateGlobalEipSegmentRequestBodyGlobalEipSegment:
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
34
- :param name: 资源名称
34
+ :param name: - 功能说明:全域弹性公网IP段名称 - 取值范围:1-64,支持数字、字母、中文、_(下划线)、-(中划线)、.(点)
35
35
  :type name: str
36
- :param description: 用户自定义的资源描述
36
+ :param description: - 功能说明:用户自定义的资源描述 - 约束: - 值的长度最大512字符,由数字、字母、中文、_(下划线)、-(中划线)、.(点)组成。
37
37
  :type description: str
38
38
  """
39
39
 
@@ -52,7 +52,7 @@ class UpdateGlobalEipSegmentRequestBodyGlobalEipSegment:
52
52
  def name(self):
53
53
  """Gets the name of this UpdateGlobalEipSegmentRequestBodyGlobalEipSegment.
54
54
 
55
- 资源名称
55
+ - 功能说明:全域弹性公网IP段名称 - 取值范围:1-64,支持数字、字母、中文、_(下划线)、-(中划线)、.(点)
56
56
 
57
57
  :return: The name of this UpdateGlobalEipSegmentRequestBodyGlobalEipSegment.
58
58
  :rtype: str
@@ -63,7 +63,7 @@ class UpdateGlobalEipSegmentRequestBodyGlobalEipSegment:
63
63
  def name(self, name):
64
64
  """Sets the name of this UpdateGlobalEipSegmentRequestBodyGlobalEipSegment.
65
65
 
66
- 资源名称
66
+ - 功能说明:全域弹性公网IP段名称 - 取值范围:1-64,支持数字、字母、中文、_(下划线)、-(中划线)、.(点)
67
67
 
68
68
  :param name: The name of this UpdateGlobalEipSegmentRequestBodyGlobalEipSegment.
69
69
  :type name: str
@@ -74,7 +74,7 @@ class UpdateGlobalEipSegmentRequestBodyGlobalEipSegment:
74
74
  def description(self):
75
75
  """Gets the description of this UpdateGlobalEipSegmentRequestBodyGlobalEipSegment.
76
76
 
77
- 用户自定义的资源描述
77
+ - 功能说明:用户自定义的资源描述 - 约束: - 值的长度最大512字符,由数字、字母、中文、_(下划线)、-(中划线)、.(点)组成。
78
78
 
79
79
  :return: The description of this UpdateGlobalEipSegmentRequestBodyGlobalEipSegment.
80
80
  :rtype: str
@@ -85,7 +85,7 @@ class UpdateGlobalEipSegmentRequestBodyGlobalEipSegment:
85
85
  def description(self, description):
86
86
  """Sets the description of this UpdateGlobalEipSegmentRequestBodyGlobalEipSegment.
87
87
 
88
- 用户自定义的资源描述
88
+ - 功能说明:用户自定义的资源描述 - 约束: - 值的长度最大512字符,由数字、字母、中文、_(下划线)、-(中划线)、.(点)组成。
89
89
 
90
90
  :param description: The description of this UpdateGlobalEipSegmentRequestBodyGlobalEipSegment.
91
91
  :type description: str
@@ -65,11 +65,11 @@ class UpdateInternetBandwidth:
65
65
 
66
66
  The model defined in huaweicloud sdk
67
67
 
68
- :param id: ID
68
+ :param id: 全域公网带宽的ID
69
69
  :type id: str
70
- :param name: 资源名称
70
+ :param name: - 功能说明:全域公网带宽名称 - 取值范围:1-64,支持数字、字母、中文、_(下划线)、-(中划线)、.(点)
71
71
  :type name: str
72
- :param isp: 线路
72
+ :param isp: 全域弹性公网IP所属线路
73
73
  :type isp: str
74
74
  :param ingress_size: 全域公网带宽大小(入云方向)
75
75
  :type ingress_size: int
@@ -77,7 +77,7 @@ class UpdateInternetBandwidth:
77
77
  :type access_site: str
78
78
  :param size: 全域公网带宽大小(出云方向)
79
79
  :type size: int
80
- :param description: 用户自定义的资源描述
80
+ :param description: - 功能说明:用户自定义的资源描述 - 约束: - 值的长度最大512字符,由数字、字母、中文、_(下划线)、-(中划线)、.(点)组成。
81
81
  :type description: str
82
82
  :param charge_mode: 计费模式
83
83
  :type charge_mode: str
@@ -87,7 +87,7 @@ class UpdateInternetBandwidth:
87
87
  :type freezen_info: str
88
88
  :param billing_info: 订单信息
89
89
  :type billing_info: str
90
- :param domain_id: 租户ID
90
+ :param domain_id: - 租户账号ID,获取租户账号ID请参见[租户账号ID](https://support.huaweicloud.com/api-iam/iam_17_0002.html)
91
91
  :type domain_id: str
92
92
  :param status: 状态
93
93
  :type status: str
@@ -99,7 +99,7 @@ class UpdateInternetBandwidth:
99
99
  :type is_pre_paid: bool
100
100
  :param tags: 全域公网带宽标签
101
101
  :type tags: list[:class:`huaweicloudsdkgeip.v3.Tag`]
102
- :param enterprise_project_id: 资源的企业项目id
102
+ :param enterprise_project_id: - 企业项目ID。最大长度36字节,带“-”连字符的UUID格式,或者是字符串“0”。 - 创建全域弹性公网IP时,给全域弹性公网IP绑定企业项目ID。 - 不指定该参数时,默认值是 0 - 关于企业项目ID的获取及企业项目特性的详细信息,请参见[《企业管理用户指南》](https://support.huaweicloud.com/usermanual-em/zh-cn_topic_0126101490.html)。
103
103
  :type enterprise_project_id: str
104
104
  :param lock_infos: 全域公网带宽资源的锁状态
105
105
  :type lock_infos: list[:class:`huaweicloudsdkgeip.v3.LockInfo`]
@@ -171,7 +171,7 @@ class UpdateInternetBandwidth:
171
171
  def id(self):
172
172
  """Gets the id of this UpdateInternetBandwidth.
173
173
 
174
- ID
174
+ 全域公网带宽的ID
175
175
 
176
176
  :return: The id of this UpdateInternetBandwidth.
177
177
  :rtype: str
@@ -182,7 +182,7 @@ class UpdateInternetBandwidth:
182
182
  def id(self, id):
183
183
  """Sets the id of this UpdateInternetBandwidth.
184
184
 
185
- ID
185
+ 全域公网带宽的ID
186
186
 
187
187
  :param id: The id of this UpdateInternetBandwidth.
188
188
  :type id: str
@@ -193,7 +193,7 @@ class UpdateInternetBandwidth:
193
193
  def name(self):
194
194
  """Gets the name of this UpdateInternetBandwidth.
195
195
 
196
- 资源名称
196
+ - 功能说明:全域公网带宽名称 - 取值范围:1-64,支持数字、字母、中文、_(下划线)、-(中划线)、.(点)
197
197
 
198
198
  :return: The name of this UpdateInternetBandwidth.
199
199
  :rtype: str
@@ -204,7 +204,7 @@ class UpdateInternetBandwidth:
204
204
  def name(self, name):
205
205
  """Sets the name of this UpdateInternetBandwidth.
206
206
 
207
- 资源名称
207
+ - 功能说明:全域公网带宽名称 - 取值范围:1-64,支持数字、字母、中文、_(下划线)、-(中划线)、.(点)
208
208
 
209
209
  :param name: The name of this UpdateInternetBandwidth.
210
210
  :type name: str
@@ -215,7 +215,7 @@ class UpdateInternetBandwidth:
215
215
  def isp(self):
216
216
  """Gets the isp of this UpdateInternetBandwidth.
217
217
 
218
- 线路
218
+ 全域弹性公网IP所属线路
219
219
 
220
220
  :return: The isp of this UpdateInternetBandwidth.
221
221
  :rtype: str
@@ -226,7 +226,7 @@ class UpdateInternetBandwidth:
226
226
  def isp(self, isp):
227
227
  """Sets the isp of this UpdateInternetBandwidth.
228
228
 
229
- 线路
229
+ 全域弹性公网IP所属线路
230
230
 
231
231
  :param isp: The isp of this UpdateInternetBandwidth.
232
232
  :type isp: str
@@ -303,7 +303,7 @@ class UpdateInternetBandwidth:
303
303
  def description(self):
304
304
  """Gets the description of this UpdateInternetBandwidth.
305
305
 
306
- 用户自定义的资源描述
306
+ - 功能说明:用户自定义的资源描述 - 约束: - 值的长度最大512字符,由数字、字母、中文、_(下划线)、-(中划线)、.(点)组成。
307
307
 
308
308
  :return: The description of this UpdateInternetBandwidth.
309
309
  :rtype: str
@@ -314,7 +314,7 @@ class UpdateInternetBandwidth:
314
314
  def description(self, description):
315
315
  """Sets the description of this UpdateInternetBandwidth.
316
316
 
317
- 用户自定义的资源描述
317
+ - 功能说明:用户自定义的资源描述 - 约束: - 值的长度最大512字符,由数字、字母、中文、_(下划线)、-(中划线)、.(点)组成。
318
318
 
319
319
  :param description: The description of this UpdateInternetBandwidth.
320
320
  :type description: str
@@ -413,7 +413,7 @@ class UpdateInternetBandwidth:
413
413
  def domain_id(self):
414
414
  """Gets the domain_id of this UpdateInternetBandwidth.
415
415
 
416
- 租户ID
416
+ - 租户账号ID,获取租户账号ID请参见[租户账号ID](https://support.huaweicloud.com/api-iam/iam_17_0002.html)
417
417
 
418
418
  :return: The domain_id of this UpdateInternetBandwidth.
419
419
  :rtype: str
@@ -424,7 +424,7 @@ class UpdateInternetBandwidth:
424
424
  def domain_id(self, domain_id):
425
425
  """Sets the domain_id of this UpdateInternetBandwidth.
426
426
 
427
- 租户ID
427
+ - 租户账号ID,获取租户账号ID请参见[租户账号ID](https://support.huaweicloud.com/api-iam/iam_17_0002.html)
428
428
 
429
429
  :param domain_id: The domain_id of this UpdateInternetBandwidth.
430
430
  :type domain_id: str
@@ -545,7 +545,7 @@ class UpdateInternetBandwidth:
545
545
  def enterprise_project_id(self):
546
546
  """Gets the enterprise_project_id of this UpdateInternetBandwidth.
547
547
 
548
- 资源的企业项目id
548
+ - 企业项目ID。最大长度36字节,带“-”连字符的UUID格式,或者是字符串“0”。 - 创建全域弹性公网IP时,给全域弹性公网IP绑定企业项目ID。 - 不指定该参数时,默认值是 0 - 关于企业项目ID的获取及企业项目特性的详细信息,请参见[《企业管理用户指南》](https://support.huaweicloud.com/usermanual-em/zh-cn_topic_0126101490.html)。
549
549
 
550
550
  :return: The enterprise_project_id of this UpdateInternetBandwidth.
551
551
  :rtype: str
@@ -556,7 +556,7 @@ class UpdateInternetBandwidth:
556
556
  def enterprise_project_id(self, enterprise_project_id):
557
557
  """Sets the enterprise_project_id of this UpdateInternetBandwidth.
558
558
 
559
- 资源的企业项目id
559
+ - 企业项目ID。最大长度36字节,带“-”连字符的UUID格式,或者是字符串“0”。 - 创建全域弹性公网IP时,给全域弹性公网IP绑定企业项目ID。 - 不指定该参数时,默认值是 0 - 关于企业项目ID的获取及企业项目特性的详细信息,请参见[《企业管理用户指南》](https://support.huaweicloud.com/usermanual-em/zh-cn_topic_0126101490.html)。
560
560
 
561
561
  :param enterprise_project_id: The enterprise_project_id of this UpdateInternetBandwidth.
562
562
  :type enterprise_project_id: str
@@ -31,7 +31,7 @@ class UpdateInternetBandwidthRequest:
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
34
- :param internet_bandwidth_id: 全域公网带宽的ID
34
+ :param internet_bandwidth_id:
35
35
  :type internet_bandwidth_id: str
36
36
  :param body: Body of the UpdateInternetBandwidthRequest
37
37
  :type body: :class:`huaweicloudsdkgeip.v3.UpdateInternetBandwidthRequestBody`
@@ -51,8 +51,6 @@ class UpdateInternetBandwidthRequest:
51
51
  def internet_bandwidth_id(self):
52
52
  """Gets the internet_bandwidth_id of this UpdateInternetBandwidthRequest.
53
53
 
54
- 全域公网带宽的ID
55
-
56
54
  :return: The internet_bandwidth_id of this UpdateInternetBandwidthRequest.
57
55
  :rtype: str
58
56
  """
@@ -62,8 +60,6 @@ class UpdateInternetBandwidthRequest:
62
60
  def internet_bandwidth_id(self, internet_bandwidth_id):
63
61
  """Sets the internet_bandwidth_id of this UpdateInternetBandwidthRequest.
64
62
 
65
- 全域公网带宽的ID
66
-
67
63
  :param internet_bandwidth_id: The internet_bandwidth_id of this UpdateInternetBandwidthRequest.
68
64
  :type internet_bandwidth_id: str
69
65
  """
@@ -37,9 +37,9 @@ class UpdateInternetBandwidthRequestBodyInternetBandwidth:
37
37
 
38
38
  The model defined in huaweicloud sdk
39
39
 
40
- :param name: 资源名称
40
+ :param name: - 功能说明:全域公网带宽名称 - 取值范围:1-64,支持数字、字母、中文、_(下划线)、-(中划线)、.(点)
41
41
  :type name: str
42
- :param description: 用户自定义的资源描述
42
+ :param description: - 功能说明:用户自定义的资源描述 - 约束: - 值的长度最大512字符,由数字、字母、中文、_(下划线)、-(中划线)、.(点)组成。
43
43
  :type description: str
44
44
  :param size: 全域公网带宽大小(出云方向)
45
45
  :type size: int
@@ -73,7 +73,7 @@ class UpdateInternetBandwidthRequestBodyInternetBandwidth:
73
73
  def name(self):
74
74
  """Gets the name of this UpdateInternetBandwidthRequestBodyInternetBandwidth.
75
75
 
76
- 资源名称
76
+ - 功能说明:全域公网带宽名称 - 取值范围:1-64,支持数字、字母、中文、_(下划线)、-(中划线)、.(点)
77
77
 
78
78
  :return: The name of this UpdateInternetBandwidthRequestBodyInternetBandwidth.
79
79
  :rtype: str
@@ -84,7 +84,7 @@ class UpdateInternetBandwidthRequestBodyInternetBandwidth:
84
84
  def name(self, name):
85
85
  """Sets the name of this UpdateInternetBandwidthRequestBodyInternetBandwidth.
86
86
 
87
- 资源名称
87
+ - 功能说明:全域公网带宽名称 - 取值范围:1-64,支持数字、字母、中文、_(下划线)、-(中划线)、.(点)
88
88
 
89
89
  :param name: The name of this UpdateInternetBandwidthRequestBodyInternetBandwidth.
90
90
  :type name: str
@@ -95,7 +95,7 @@ class UpdateInternetBandwidthRequestBodyInternetBandwidth:
95
95
  def description(self):
96
96
  """Gets the description of this UpdateInternetBandwidthRequestBodyInternetBandwidth.
97
97
 
98
- 用户自定义的资源描述
98
+ - 功能说明:用户自定义的资源描述 - 约束: - 值的长度最大512字符,由数字、字母、中文、_(下划线)、-(中划线)、.(点)组成。
99
99
 
100
100
  :return: The description of this UpdateInternetBandwidthRequestBodyInternetBandwidth.
101
101
  :rtype: str
@@ -106,7 +106,7 @@ class UpdateInternetBandwidthRequestBodyInternetBandwidth:
106
106
  def description(self, description):
107
107
  """Sets the description of this UpdateInternetBandwidthRequestBodyInternetBandwidth.
108
108
 
109
- 用户自定义的资源描述
109
+ - 功能说明:用户自定义的资源描述 - 约束: - 值的长度最大512字符,由数字、字母、中文、_(下划线)、-(中划线)、.(点)组成。
110
110
 
111
111
  :param description: The description of this UpdateInternetBandwidthRequestBodyInternetBandwidth.
112
112
  :type description: str
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: huaweicloudsdkgeip
3
- Version: 3.1.86
3
+ Version: 3.1.87
4
4
  Summary: GEIP
5
5
  Home-page: https://github.com/huaweicloud/huaweicloud-sdk-python-v3
6
6
  Author: HuaweiCloud SDK
@@ -22,6 +22,6 @@ Classifier: Topic :: Software Development
22
22
  Requires-Python: >=2.7,!=3.0.*,!=3.1.*,!=3.2.*
23
23
  Description-Content-Type: text/markdown
24
24
  License-File: LICENSE
25
- Requires-Dist: huaweicloudsdkcore >=3.1.86
25
+ Requires-Dist: huaweicloudsdkcore >=3.1.87
26
26
 
27
27
  See detailed information in [huaweicloud-sdk-python-v3](https://github.com/huaweicloud/huaweicloud-sdk-python-v3).