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 DeleteGeipSegmentTagRequest:
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
34
- :param resource_id: 全域弹性公网IP的id
34
+ :param resource_id:
35
35
  :type resource_id: str
36
- :param tag_key: 待删除标签的key
36
+ :param tag_key:
37
37
  :type tag_key: str
38
38
  """
39
39
 
@@ -50,8 +50,6 @@ class DeleteGeipSegmentTagRequest:
50
50
  def resource_id(self):
51
51
  """Gets the resource_id of this DeleteGeipSegmentTagRequest.
52
52
 
53
- 全域弹性公网IP的id
54
-
55
53
  :return: The resource_id of this DeleteGeipSegmentTagRequest.
56
54
  :rtype: str
57
55
  """
@@ -61,8 +59,6 @@ class DeleteGeipSegmentTagRequest:
61
59
  def resource_id(self, resource_id):
62
60
  """Sets the resource_id of this DeleteGeipSegmentTagRequest.
63
61
 
64
- 全域弹性公网IP的id
65
-
66
62
  :param resource_id: The resource_id of this DeleteGeipSegmentTagRequest.
67
63
  :type resource_id: str
68
64
  """
@@ -72,8 +68,6 @@ class DeleteGeipSegmentTagRequest:
72
68
  def tag_key(self):
73
69
  """Gets the tag_key of this DeleteGeipSegmentTagRequest.
74
70
 
75
- 待删除标签的key
76
-
77
71
  :return: The tag_key of this DeleteGeipSegmentTagRequest.
78
72
  :rtype: str
79
73
  """
@@ -83,8 +77,6 @@ class DeleteGeipSegmentTagRequest:
83
77
  def tag_key(self, tag_key):
84
78
  """Sets the tag_key of this DeleteGeipSegmentTagRequest.
85
79
 
86
- 待删除标签的key
87
-
88
80
  :param tag_key: The tag_key of this DeleteGeipSegmentTagRequest.
89
81
  :type tag_key: str
90
82
  """
@@ -29,7 +29,7 @@ class DeleteGlobalEipRequest:
29
29
 
30
30
  The model defined in huaweicloud sdk
31
31
 
32
- :param global_eip_id: global_eip_id
32
+ :param global_eip_id:
33
33
  :type global_eip_id: str
34
34
  """
35
35
 
@@ -44,8 +44,6 @@ class DeleteGlobalEipRequest:
44
44
  def global_eip_id(self):
45
45
  """Gets the global_eip_id of this DeleteGlobalEipRequest.
46
46
 
47
- global_eip_id
48
-
49
47
  :return: The global_eip_id of this DeleteGlobalEipRequest.
50
48
  :rtype: str
51
49
  """
@@ -55,8 +53,6 @@ class DeleteGlobalEipRequest:
55
53
  def global_eip_id(self, global_eip_id):
56
54
  """Sets the global_eip_id of this DeleteGlobalEipRequest.
57
55
 
58
- global_eip_id
59
-
60
56
  :param global_eip_id: The global_eip_id of this DeleteGlobalEipRequest.
61
57
  :type global_eip_id: str
62
58
  """
@@ -29,7 +29,7 @@ class DeleteGlobalEipSegmentRequest:
29
29
 
30
30
  The model defined in huaweicloud sdk
31
31
 
32
- :param global_eip_segment_id: global_eip_segment_id
32
+ :param global_eip_segment_id:
33
33
  :type global_eip_segment_id: str
34
34
  """
35
35
 
@@ -44,8 +44,6 @@ class DeleteGlobalEipSegmentRequest:
44
44
  def global_eip_segment_id(self):
45
45
  """Gets the global_eip_segment_id of this DeleteGlobalEipSegmentRequest.
46
46
 
47
- global_eip_segment_id
48
-
49
47
  :return: The global_eip_segment_id of this DeleteGlobalEipSegmentRequest.
50
48
  :rtype: str
51
49
  """
@@ -55,8 +53,6 @@ class DeleteGlobalEipSegmentRequest:
55
53
  def global_eip_segment_id(self, global_eip_segment_id):
56
54
  """Sets the global_eip_segment_id of this DeleteGlobalEipSegmentRequest.
57
55
 
58
- global_eip_segment_id
59
-
60
56
  :param global_eip_segment_id: The global_eip_segment_id of this DeleteGlobalEipSegmentRequest.
61
57
  :type global_eip_segment_id: str
62
58
  """
@@ -31,9 +31,9 @@ class DeleteGlobalEipTagRequest:
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
34
- :param resource_id: 全域弹性公网IP的id
34
+ :param resource_id:
35
35
  :type resource_id: str
36
- :param tag_key: 待删除标签的key
36
+ :param tag_key:
37
37
  :type tag_key: str
38
38
  """
39
39
 
@@ -50,8 +50,6 @@ class DeleteGlobalEipTagRequest:
50
50
  def resource_id(self):
51
51
  """Gets the resource_id of this DeleteGlobalEipTagRequest.
52
52
 
53
- 全域弹性公网IP的id
54
-
55
53
  :return: The resource_id of this DeleteGlobalEipTagRequest.
56
54
  :rtype: str
57
55
  """
@@ -61,8 +59,6 @@ class DeleteGlobalEipTagRequest:
61
59
  def resource_id(self, resource_id):
62
60
  """Sets the resource_id of this DeleteGlobalEipTagRequest.
63
61
 
64
- 全域弹性公网IP的id
65
-
66
62
  :param resource_id: The resource_id of this DeleteGlobalEipTagRequest.
67
63
  :type resource_id: str
68
64
  """
@@ -72,8 +68,6 @@ class DeleteGlobalEipTagRequest:
72
68
  def tag_key(self):
73
69
  """Gets the tag_key of this DeleteGlobalEipTagRequest.
74
70
 
75
- 待删除标签的key
76
-
77
71
  :return: The tag_key of this DeleteGlobalEipTagRequest.
78
72
  :rtype: str
79
73
  """
@@ -83,8 +77,6 @@ class DeleteGlobalEipTagRequest:
83
77
  def tag_key(self, tag_key):
84
78
  """Sets the tag_key of this DeleteGlobalEipTagRequest.
85
79
 
86
- 待删除标签的key
87
-
88
80
  :param tag_key: The tag_key of this DeleteGlobalEipTagRequest.
89
81
  :type tag_key: str
90
82
  """
@@ -29,7 +29,7 @@ class DeleteInternetBandwidthRequest:
29
29
 
30
30
  The model defined in huaweicloud sdk
31
31
 
32
- :param internet_bandwidth_id: 全域公网带宽的ID
32
+ :param internet_bandwidth_id:
33
33
  :type internet_bandwidth_id: str
34
34
  """
35
35
 
@@ -44,8 +44,6 @@ class DeleteInternetBandwidthRequest:
44
44
  def internet_bandwidth_id(self):
45
45
  """Gets the internet_bandwidth_id of this DeleteInternetBandwidthRequest.
46
46
 
47
- 全域公网带宽的ID
48
-
49
47
  :return: The internet_bandwidth_id of this DeleteInternetBandwidthRequest.
50
48
  :rtype: str
51
49
  """
@@ -55,8 +53,6 @@ class DeleteInternetBandwidthRequest:
55
53
  def internet_bandwidth_id(self, internet_bandwidth_id):
56
54
  """Sets the internet_bandwidth_id of this DeleteInternetBandwidthRequest.
57
55
 
58
- 全域公网带宽的ID
59
-
60
56
  :param internet_bandwidth_id: The internet_bandwidth_id of this DeleteInternetBandwidthRequest.
61
57
  :type internet_bandwidth_id: str
62
58
  """
@@ -31,9 +31,9 @@ class DeleteInternetBandwidthTagRequest:
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
34
- :param resource_id: 全域公网带宽的id
34
+ :param resource_id:
35
35
  :type resource_id: str
36
- :param tag_key: 待删除标签的key
36
+ :param tag_key:
37
37
  :type tag_key: str
38
38
  """
39
39
 
@@ -50,8 +50,6 @@ class DeleteInternetBandwidthTagRequest:
50
50
  def resource_id(self):
51
51
  """Gets the resource_id of this DeleteInternetBandwidthTagRequest.
52
52
 
53
- 全域公网带宽的id
54
-
55
53
  :return: The resource_id of this DeleteInternetBandwidthTagRequest.
56
54
  :rtype: str
57
55
  """
@@ -61,8 +59,6 @@ class DeleteInternetBandwidthTagRequest:
61
59
  def resource_id(self, resource_id):
62
60
  """Sets the resource_id of this DeleteInternetBandwidthTagRequest.
63
61
 
64
- 全域公网带宽的id
65
-
66
62
  :param resource_id: The resource_id of this DeleteInternetBandwidthTagRequest.
67
63
  :type resource_id: str
68
64
  """
@@ -72,8 +68,6 @@ class DeleteInternetBandwidthTagRequest:
72
68
  def tag_key(self):
73
69
  """Gets the tag_key of this DeleteInternetBandwidthTagRequest.
74
70
 
75
- 待删除标签的key
76
-
77
71
  :return: The tag_key of this DeleteInternetBandwidthTagRequest.
78
72
  :rtype: str
79
73
  """
@@ -83,8 +77,6 @@ class DeleteInternetBandwidthTagRequest:
83
77
  def tag_key(self, tag_key):
84
78
  """Sets the tag_key of this DeleteInternetBandwidthTagRequest.
85
79
 
86
- 待删除标签的key
87
-
88
80
  :param tag_key: The tag_key of this DeleteInternetBandwidthTagRequest.
89
81
  :type tag_key: str
90
82
  """
@@ -39,7 +39,7 @@ class DetachInternetBandwidthGlobalEips:
39
39
  'is_pre_paid': 'bool',
40
40
  'tags': 'list[Tag]',
41
41
  'sys_tags': 'list[Tag]',
42
- 'enterprise_project_id': 'str'
42
+ 'enterprise_project_id': 'object'
43
43
  }
44
44
 
45
45
  attribute_map = {
@@ -73,21 +73,21 @@ class DetachInternetBandwidthGlobalEips:
73
73
 
74
74
  The model defined in huaweicloud sdk
75
75
 
76
- :param id: ID
76
+ :param id: 全域弹性公网IP的ID
77
77
  :type id: str
78
- :param name: 资源名称
78
+ :param name: - 功能说明:全域弹性公网IP名称 - 取值范围:1-64,支持数字、字母、中文、_(下划线)、-(中划线)、.(点)
79
79
  :type name: str
80
- :param domain_id: 租户ID
80
+ :param domain_id: - 租户账号ID,获取租户账号ID请参见[租户账号ID](https://support.huaweicloud.com/api-iam/iam_17_0002.html)
81
81
  :type domain_id: str
82
- :param description: 用户自定义的资源描述
82
+ :param description: - 功能说明:用户自定义的资源描述 - 约束: - 值的长度最大512字符,由数字、字母、中文、_(下划线)、-(中划线)、.(点)组成。
83
83
  :type description: str
84
84
  :param access_site: 接入点信息
85
85
  :type access_site: str
86
86
  :param geip_pool_name: 全域弹性公网IP池子名称
87
87
  :type geip_pool_name: str
88
- :param isp: 线路
88
+ :param isp: 全域弹性公网IP所属线路
89
89
  :type isp: str
90
- :param ip_version: IPv4或IPv6
90
+ :param ip_version: - 功能说明:全域弹性公网IP的版本 - 取值范围:4、6
91
91
  :type ip_version: int
92
92
  :param ip_address: IPv4地址
93
93
  :type ip_address: str
@@ -117,8 +117,8 @@ class DetachInternetBandwidthGlobalEips:
117
117
  :type tags: list[:class:`huaweicloudsdkgeip.v3.Tag`]
118
118
  :param sys_tags: 系统标签
119
119
  :type sys_tags: list[:class:`huaweicloudsdkgeip.v3.Tag`]
120
- :param enterprise_project_id: 资源的企业项目id
121
- :type enterprise_project_id: str
120
+ :param enterprise_project_id: - 企业项目ID。最大长度36字节,带“-”连字符的UUID格式,或者是字符串“0”。 - 创建全域弹性公网IP时,给全域弹性公网IP绑定企业项目ID。 - 不指定该参数时,默认值是 0 - 关于企业项目ID的获取及企业项目特性的详细信息,请参见[《企业管理用户指南》](https://support.huaweicloud.com/usermanual-em/zh-cn_topic_0126101490.html)。
121
+ :type enterprise_project_id: object
122
122
  """
123
123
 
124
124
 
@@ -199,7 +199,7 @@ class DetachInternetBandwidthGlobalEips:
199
199
  def id(self):
200
200
  """Gets the id of this DetachInternetBandwidthGlobalEips.
201
201
 
202
- ID
202
+ 全域弹性公网IP的ID
203
203
 
204
204
  :return: The id of this DetachInternetBandwidthGlobalEips.
205
205
  :rtype: str
@@ -210,7 +210,7 @@ class DetachInternetBandwidthGlobalEips:
210
210
  def id(self, id):
211
211
  """Sets the id of this DetachInternetBandwidthGlobalEips.
212
212
 
213
- ID
213
+ 全域弹性公网IP的ID
214
214
 
215
215
  :param id: The id of this DetachInternetBandwidthGlobalEips.
216
216
  :type id: str
@@ -221,7 +221,7 @@ class DetachInternetBandwidthGlobalEips:
221
221
  def name(self):
222
222
  """Gets the name of this DetachInternetBandwidthGlobalEips.
223
223
 
224
- 资源名称
224
+ - 功能说明:全域弹性公网IP名称 - 取值范围:1-64,支持数字、字母、中文、_(下划线)、-(中划线)、.(点)
225
225
 
226
226
  :return: The name of this DetachInternetBandwidthGlobalEips.
227
227
  :rtype: str
@@ -232,7 +232,7 @@ class DetachInternetBandwidthGlobalEips:
232
232
  def name(self, name):
233
233
  """Sets the name of this DetachInternetBandwidthGlobalEips.
234
234
 
235
- 资源名称
235
+ - 功能说明:全域弹性公网IP名称 - 取值范围:1-64,支持数字、字母、中文、_(下划线)、-(中划线)、.(点)
236
236
 
237
237
  :param name: The name of this DetachInternetBandwidthGlobalEips.
238
238
  :type name: str
@@ -243,7 +243,7 @@ class DetachInternetBandwidthGlobalEips:
243
243
  def domain_id(self):
244
244
  """Gets the domain_id of this DetachInternetBandwidthGlobalEips.
245
245
 
246
- 租户ID
246
+ - 租户账号ID,获取租户账号ID请参见[租户账号ID](https://support.huaweicloud.com/api-iam/iam_17_0002.html)
247
247
 
248
248
  :return: The domain_id of this DetachInternetBandwidthGlobalEips.
249
249
  :rtype: str
@@ -254,7 +254,7 @@ class DetachInternetBandwidthGlobalEips:
254
254
  def domain_id(self, domain_id):
255
255
  """Sets the domain_id of this DetachInternetBandwidthGlobalEips.
256
256
 
257
- 租户ID
257
+ - 租户账号ID,获取租户账号ID请参见[租户账号ID](https://support.huaweicloud.com/api-iam/iam_17_0002.html)
258
258
 
259
259
  :param domain_id: The domain_id of this DetachInternetBandwidthGlobalEips.
260
260
  :type domain_id: str
@@ -265,7 +265,7 @@ class DetachInternetBandwidthGlobalEips:
265
265
  def description(self):
266
266
  """Gets the description of this DetachInternetBandwidthGlobalEips.
267
267
 
268
- 用户自定义的资源描述
268
+ - 功能说明:用户自定义的资源描述 - 约束: - 值的长度最大512字符,由数字、字母、中文、_(下划线)、-(中划线)、.(点)组成。
269
269
 
270
270
  :return: The description of this DetachInternetBandwidthGlobalEips.
271
271
  :rtype: str
@@ -276,7 +276,7 @@ class DetachInternetBandwidthGlobalEips:
276
276
  def description(self, description):
277
277
  """Sets the description of this DetachInternetBandwidthGlobalEips.
278
278
 
279
- 用户自定义的资源描述
279
+ - 功能说明:用户自定义的资源描述 - 约束: - 值的长度最大512字符,由数字、字母、中文、_(下划线)、-(中划线)、.(点)组成。
280
280
 
281
281
  :param description: The description of this DetachInternetBandwidthGlobalEips.
282
282
  :type description: str
@@ -331,7 +331,7 @@ class DetachInternetBandwidthGlobalEips:
331
331
  def isp(self):
332
332
  """Gets the isp of this DetachInternetBandwidthGlobalEips.
333
333
 
334
- 线路
334
+ 全域弹性公网IP所属线路
335
335
 
336
336
  :return: The isp of this DetachInternetBandwidthGlobalEips.
337
337
  :rtype: str
@@ -342,7 +342,7 @@ class DetachInternetBandwidthGlobalEips:
342
342
  def isp(self, isp):
343
343
  """Sets the isp of this DetachInternetBandwidthGlobalEips.
344
344
 
345
- 线路
345
+ 全域弹性公网IP所属线路
346
346
 
347
347
  :param isp: The isp of this DetachInternetBandwidthGlobalEips.
348
348
  :type isp: str
@@ -353,7 +353,7 @@ class DetachInternetBandwidthGlobalEips:
353
353
  def ip_version(self):
354
354
  """Gets the ip_version of this DetachInternetBandwidthGlobalEips.
355
355
 
356
- IPv4或IPv6
356
+ - 功能说明:全域弹性公网IP的版本 - 取值范围:4、6
357
357
 
358
358
  :return: The ip_version of this DetachInternetBandwidthGlobalEips.
359
359
  :rtype: int
@@ -364,7 +364,7 @@ class DetachInternetBandwidthGlobalEips:
364
364
  def ip_version(self, ip_version):
365
365
  """Sets the ip_version of this DetachInternetBandwidthGlobalEips.
366
366
 
367
- IPv4或IPv6
367
+ - 功能说明:全域弹性公网IP的版本 - 取值范围:4、6
368
368
 
369
369
  :param ip_version: The ip_version of this DetachInternetBandwidthGlobalEips.
370
370
  :type ip_version: int
@@ -671,10 +671,10 @@ class DetachInternetBandwidthGlobalEips:
671
671
  def enterprise_project_id(self):
672
672
  """Gets the enterprise_project_id of this DetachInternetBandwidthGlobalEips.
673
673
 
674
- 资源的企业项目id
674
+ - 企业项目ID。最大长度36字节,带“-”连字符的UUID格式,或者是字符串“0”。 - 创建全域弹性公网IP时,给全域弹性公网IP绑定企业项目ID。 - 不指定该参数时,默认值是 0 - 关于企业项目ID的获取及企业项目特性的详细信息,请参见[《企业管理用户指南》](https://support.huaweicloud.com/usermanual-em/zh-cn_topic_0126101490.html)。
675
675
 
676
676
  :return: The enterprise_project_id of this DetachInternetBandwidthGlobalEips.
677
- :rtype: str
677
+ :rtype: object
678
678
  """
679
679
  return self._enterprise_project_id
680
680
 
@@ -682,10 +682,10 @@ class DetachInternetBandwidthGlobalEips:
682
682
  def enterprise_project_id(self, enterprise_project_id):
683
683
  """Sets the enterprise_project_id of this DetachInternetBandwidthGlobalEips.
684
684
 
685
- 资源的企业项目id
685
+ - 企业项目ID。最大长度36字节,带“-”连字符的UUID格式,或者是字符串“0”。 - 创建全域弹性公网IP时,给全域弹性公网IP绑定企业项目ID。 - 不指定该参数时,默认值是 0 - 关于企业项目ID的获取及企业项目特性的详细信息,请参见[《企业管理用户指南》](https://support.huaweicloud.com/usermanual-em/zh-cn_topic_0126101490.html)。
686
686
 
687
687
  :param enterprise_project_id: The enterprise_project_id of this DetachInternetBandwidthGlobalEips.
688
- :type enterprise_project_id: str
688
+ :type enterprise_project_id: object
689
689
  """
690
690
  self._enterprise_project_id = enterprise_project_id
691
691
 
@@ -31,9 +31,9 @@ class DetachInternetBandwidthRequest:
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
- :param force_unbind: 是否强制解绑
36
+ :param force_unbind:
37
37
  :type force_unbind: bool
38
38
  """
39
39
 
@@ -51,8 +51,6 @@ class DetachInternetBandwidthRequest:
51
51
  def global_eip_id(self):
52
52
  """Gets the global_eip_id of this DetachInternetBandwidthRequest.
53
53
 
54
- global_eip_id
55
-
56
54
  :return: The global_eip_id of this DetachInternetBandwidthRequest.
57
55
  :rtype: str
58
56
  """
@@ -62,8 +60,6 @@ class DetachInternetBandwidthRequest:
62
60
  def global_eip_id(self, global_eip_id):
63
61
  """Sets the global_eip_id of this DetachInternetBandwidthRequest.
64
62
 
65
- global_eip_id
66
-
67
63
  :param global_eip_id: The global_eip_id of this DetachInternetBandwidthRequest.
68
64
  :type global_eip_id: str
69
65
  """
@@ -73,8 +69,6 @@ class DetachInternetBandwidthRequest:
73
69
  def force_unbind(self):
74
70
  """Gets the force_unbind of this DetachInternetBandwidthRequest.
75
71
 
76
- 是否强制解绑
77
-
78
72
  :return: The force_unbind of this DetachInternetBandwidthRequest.
79
73
  :rtype: bool
80
74
  """
@@ -84,8 +78,6 @@ class DetachInternetBandwidthRequest:
84
78
  def force_unbind(self, force_unbind):
85
79
  """Sets the force_unbind of this DetachInternetBandwidthRequest.
86
80
 
87
- 是否强制解绑
88
-
89
81
  :param force_unbind: The force_unbind of this DetachInternetBandwidthRequest.
90
82
  :type force_unbind: bool
91
83
  """
@@ -29,7 +29,7 @@ class DisassociateGeipSegmentInstanceRequest:
29
29
 
30
30
  The model defined in huaweicloud sdk
31
31
 
32
- :param global_eip_segment_id: global_eip_segment_id
32
+ :param global_eip_segment_id:
33
33
  :type global_eip_segment_id: str
34
34
  """
35
35
 
@@ -44,8 +44,6 @@ class DisassociateGeipSegmentInstanceRequest:
44
44
  def global_eip_segment_id(self):
45
45
  """Gets the global_eip_segment_id of this DisassociateGeipSegmentInstanceRequest.
46
46
 
47
- global_eip_segment_id
48
-
49
47
  :return: The global_eip_segment_id of this DisassociateGeipSegmentInstanceRequest.
50
48
  :rtype: str
51
49
  """
@@ -55,8 +53,6 @@ class DisassociateGeipSegmentInstanceRequest:
55
53
  def global_eip_segment_id(self, global_eip_segment_id):
56
54
  """Sets the global_eip_segment_id of this DisassociateGeipSegmentInstanceRequest.
57
55
 
58
- global_eip_segment_id
59
-
60
56
  :param global_eip_segment_id: The global_eip_segment_id of this DisassociateGeipSegmentInstanceRequest.
61
57
  :type global_eip_segment_id: str
62
58
  """
@@ -33,7 +33,7 @@ class DisassociateInstanceRequest:
33
33
 
34
34
  :param is_reserve_gcb: 解绑实例后是否保留GCB,false表示解绑实例后会同时删除GCB
35
35
  :type is_reserve_gcb: bool
36
- :param global_eip_id: global_eip_id
36
+ :param global_eip_id:
37
37
  :type global_eip_id: str
38
38
  """
39
39
 
@@ -72,8 +72,6 @@ class DisassociateInstanceRequest:
72
72
  def global_eip_id(self):
73
73
  """Gets the global_eip_id of this DisassociateInstanceRequest.
74
74
 
75
- global_eip_id
76
-
77
75
  :return: The global_eip_id of this DisassociateInstanceRequest.
78
76
  :rtype: str
79
77
  """
@@ -83,8 +81,6 @@ class DisassociateInstanceRequest:
83
81
  def global_eip_id(self, global_eip_id):
84
82
  """Sets the global_eip_id of this DisassociateInstanceRequest.
85
83
 
86
- global_eip_id
87
-
88
84
  :param global_eip_id: The global_eip_id of this DisassociateInstanceRequest.
89
85
  :type global_eip_id: str
90
86
  """
@@ -31,9 +31,9 @@ class GeipTags:
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
34
- :param key: 标签键,最大长度128个unicode字符,格式为大小写字母,数字,中划线“-”,下划线“_”,中文。
34
+ :param key: - 功能说明:标签名称 - 约束: - 创建的预定义标签如果与已有的预定义标签完全相同,则会覆盖已有的预定义标签;若只有“键”相同,“值”不同,则为新创建的预定义标签。 - 键的长度最大36字符,由英文字母、数字、下划线、中划线、中文字符组成。 - 单个资源最多可以添加20个标签。
35
35
  :type key: str
36
- :param values: tag的value列表
36
+ :param values: - 功能说明:标签值列表 - 约束: - 值的长度最大43字符,由英文字母、数字、下划线、点、中划线、中文字符组成。
37
37
  :type values: list[str]
38
38
  """
39
39
 
@@ -50,7 +50,7 @@ class GeipTags:
50
50
  def key(self):
51
51
  """Gets the key of this GeipTags.
52
52
 
53
- 标签键,最大长度128个unicode字符,格式为大小写字母,数字,中划线“-”,下划线“_”,中文。
53
+ - 功能说明:标签名称 - 约束: - 创建的预定义标签如果与已有的预定义标签完全相同,则会覆盖已有的预定义标签;若只有“键”相同,“值”不同,则为新创建的预定义标签。 - 键的长度最大36字符,由英文字母、数字、下划线、中划线、中文字符组成。 - 单个资源最多可以添加20个标签。
54
54
 
55
55
  :return: The key of this GeipTags.
56
56
  :rtype: str
@@ -61,7 +61,7 @@ class GeipTags:
61
61
  def key(self, key):
62
62
  """Sets the key of this GeipTags.
63
63
 
64
- 标签键,最大长度128个unicode字符,格式为大小写字母,数字,中划线“-”,下划线“_”,中文。
64
+ - 功能说明:标签名称 - 约束: - 创建的预定义标签如果与已有的预定义标签完全相同,则会覆盖已有的预定义标签;若只有“键”相同,“值”不同,则为新创建的预定义标签。 - 键的长度最大36字符,由英文字母、数字、下划线、中划线、中文字符组成。 - 单个资源最多可以添加20个标签。
65
65
 
66
66
  :param key: The key of this GeipTags.
67
67
  :type key: str
@@ -72,7 +72,7 @@ class GeipTags:
72
72
  def values(self):
73
73
  """Gets the values of this GeipTags.
74
74
 
75
- tag的value列表
75
+ - 功能说明:标签值列表 - 约束: - 值的长度最大43字符,由英文字母、数字、下划线、点、中划线、中文字符组成。
76
76
 
77
77
  :return: The values of this GeipTags.
78
78
  :rtype: list[str]
@@ -83,7 +83,7 @@ class GeipTags:
83
83
  def values(self, values):
84
84
  """Sets the values of this GeipTags.
85
85
 
86
- tag的value列表
86
+ - 功能说明:标签值列表 - 约束: - 值的长度最大43字符,由英文字母、数字、下划线、点、中划线、中文字符组成。
87
87
 
88
88
  :param values: The values of this GeipTags.
89
89
  :type values: list[str]
@@ -31,9 +31,9 @@ class GetAccountTagsV2:
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
34
- :param key: 标签键,最大长度128个unicode字符,格式为大小写字母,数字,中划线“-”,下划线“_”,中文。
34
+ :param key: - 功能说明:标签名称 - 约束: - 创建的预定义标签如果与已有的预定义标签完全相同,则会覆盖已有的预定义标签;若只有“键”相同,“值”不同,则为新创建的预定义标签。 - 键的长度最大36字符,由英文字母、数字、下划线、中划线、中文字符组成。 - 单个资源最多可以添加20个标签。
35
35
  :type key: str
36
- :param values: tag的value列表
36
+ :param values: - 功能说明:标签值列表 - 约束: - 值的长度最大43字符,由英文字母、数字、下划线、点、中划线、中文字符组成。
37
37
  :type values: list[str]
38
38
  """
39
39
 
@@ -50,7 +50,7 @@ class GetAccountTagsV2:
50
50
  def key(self):
51
51
  """Gets the key of this GetAccountTagsV2.
52
52
 
53
- 标签键,最大长度128个unicode字符,格式为大小写字母,数字,中划线“-”,下划线“_”,中文。
53
+ - 功能说明:标签名称 - 约束: - 创建的预定义标签如果与已有的预定义标签完全相同,则会覆盖已有的预定义标签;若只有“键”相同,“值”不同,则为新创建的预定义标签。 - 键的长度最大36字符,由英文字母、数字、下划线、中划线、中文字符组成。 - 单个资源最多可以添加20个标签。
54
54
 
55
55
  :return: The key of this GetAccountTagsV2.
56
56
  :rtype: str
@@ -61,7 +61,7 @@ class GetAccountTagsV2:
61
61
  def key(self, key):
62
62
  """Sets the key of this GetAccountTagsV2.
63
63
 
64
- 标签键,最大长度128个unicode字符,格式为大小写字母,数字,中划线“-”,下划线“_”,中文。
64
+ - 功能说明:标签名称 - 约束: - 创建的预定义标签如果与已有的预定义标签完全相同,则会覆盖已有的预定义标签;若只有“键”相同,“值”不同,则为新创建的预定义标签。 - 键的长度最大36字符,由英文字母、数字、下划线、中划线、中文字符组成。 - 单个资源最多可以添加20个标签。
65
65
 
66
66
  :param key: The key of this GetAccountTagsV2.
67
67
  :type key: str
@@ -72,7 +72,7 @@ class GetAccountTagsV2:
72
72
  def values(self):
73
73
  """Gets the values of this GetAccountTagsV2.
74
74
 
75
- tag的value列表
75
+ - 功能说明:标签值列表 - 约束: - 值的长度最大43字符,由英文字母、数字、下划线、点、中划线、中文字符组成。
76
76
 
77
77
  :return: The values of this GetAccountTagsV2.
78
78
  :rtype: list[str]
@@ -83,7 +83,7 @@ class GetAccountTagsV2:
83
83
  def values(self, values):
84
84
  """Sets the values of this GetAccountTagsV2.
85
85
 
86
- tag的value列表
86
+ - 功能说明:标签值列表 - 约束: - 值的长度最大43字符,由英文字母、数字、下划线、点、中划线、中文字符组成。
87
87
 
88
88
  :param values: The values of this GetAccountTagsV2.
89
89
  :type values: list[str]