huaweicloudsdkgeip 3.1.177__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.
- huaweicloudsdkgeip/__init__.py +0 -0
- huaweicloudsdkgeip/v3/__init__.py +224 -0
- huaweicloudsdkgeip/v3/geip_async_client.py +4984 -0
- huaweicloudsdkgeip/v3/geip_client.py +4981 -0
- huaweicloudsdkgeip/v3/model/__init__.py +221 -0
- huaweicloudsdkgeip/v3/model/add_geip_segment_tags_request.py +128 -0
- huaweicloudsdkgeip/v3/model/add_geip_segment_tags_response.py +108 -0
- huaweicloudsdkgeip/v3/model/add_global_eip_tags_request.py +128 -0
- huaweicloudsdkgeip/v3/model/add_global_eip_tags_response.py +108 -0
- huaweicloudsdkgeip/v3/model/add_internet_bandwidth_tags_request.py +128 -0
- huaweicloudsdkgeip/v3/model/add_internet_bandwidth_tags_response.py +108 -0
- huaweicloudsdkgeip/v3/model/allowed_bandwidth_types.py +166 -0
- huaweicloudsdkgeip/v3/model/associate_geip_segment_instance_request.py +128 -0
- huaweicloudsdkgeip/v3/model/associate_geip_segment_instance_response.py +162 -0
- huaweicloudsdkgeip/v3/model/associate_instance_global_eip_request_body.py +128 -0
- huaweicloudsdkgeip/v3/model/associate_instance_global_eip_request_body_global_eip.py +129 -0
- huaweicloudsdkgeip/v3/model/associate_instance_global_eip_request_body_global_eip_associate_instance_info.py +253 -0
- huaweicloudsdkgeip/v3/model/associate_instance_global_eip_request_body_global_eip_gc_bandwidth_info.py +398 -0
- huaweicloudsdkgeip/v3/model/associate_instance_global_eip_segment_request_body.py +103 -0
- huaweicloudsdkgeip/v3/model/associate_instance_global_eip_segment_request_body_global_eip_segment.py +249 -0
- huaweicloudsdkgeip/v3/model/associate_instance_request.py +157 -0
- huaweicloudsdkgeip/v3/model/associate_instance_response.py +162 -0
- huaweicloudsdkgeip/v3/model/attach_internet_bandwidth.py +135 -0
- huaweicloudsdkgeip/v3/model/attach_internet_bandwidth_global_eip.py +734 -0
- huaweicloudsdkgeip/v3/model/attach_internet_bandwidth_global_eip_request_body.py +128 -0
- huaweicloudsdkgeip/v3/model/attach_internet_bandwidth_global_eip_request_body_global_eip.py +107 -0
- huaweicloudsdkgeip/v3/model/attach_internet_bandwidth_request.py +128 -0
- huaweicloudsdkgeip/v3/model/attach_internet_bandwidth_response.py +162 -0
- huaweicloudsdkgeip/v3/model/batch_attach_geip_segment_internet_bandwidth_request.py +104 -0
- huaweicloudsdkgeip/v3/model/batch_attach_geip_segment_internet_bandwidth_response.py +137 -0
- huaweicloudsdkgeip/v3/model/batch_attach_internet_bandwidth_request.py +104 -0
- huaweicloudsdkgeip/v3/model/batch_attach_internet_bandwidth_response.py +133 -0
- huaweicloudsdkgeip/v3/model/batch_attach_internet_bandwidths_global_eip_request_body.py +107 -0
- huaweicloudsdkgeip/v3/model/batch_attach_internet_bandwidths_global_eip_segment_request_body.py +107 -0
- huaweicloudsdkgeip/v3/model/batch_create_geip_segment_tags_request.py +128 -0
- huaweicloudsdkgeip/v3/model/batch_create_geip_segment_tags_response.py +108 -0
- huaweicloudsdkgeip/v3/model/batch_create_global_eip_job.py +166 -0
- huaweicloudsdkgeip/v3/model/batch_create_global_eip_request.py +104 -0
- huaweicloudsdkgeip/v3/model/batch_create_global_eip_request_body.py +128 -0
- huaweicloudsdkgeip/v3/model/batch_create_global_eip_request_body_global_eip.py +304 -0
- huaweicloudsdkgeip/v3/model/batch_create_global_eip_request_body_global_eip_internet_bandwidth_info.py +282 -0
- huaweicloudsdkgeip/v3/model/batch_create_global_eip_response.py +166 -0
- huaweicloudsdkgeip/v3/model/batch_create_global_eip_tags_request.py +128 -0
- huaweicloudsdkgeip/v3/model/batch_create_global_eip_tags_response.py +108 -0
- huaweicloudsdkgeip/v3/model/batch_create_internet_bandwidth.py +598 -0
- huaweicloudsdkgeip/v3/model/batch_create_internet_bandwidth_request.py +104 -0
- huaweicloudsdkgeip/v3/model/batch_create_internet_bandwidth_request_body.py +103 -0
- huaweicloudsdkgeip/v3/model/batch_create_internet_bandwidth_request_body_internet_bandwidth.py +395 -0
- huaweicloudsdkgeip/v3/model/batch_create_internet_bandwidth_response.py +166 -0
- huaweicloudsdkgeip/v3/model/batch_create_internet_bandwidth_tags_request.py +128 -0
- huaweicloudsdkgeip/v3/model/batch_create_internet_bandwidth_tags_response.py +108 -0
- huaweicloudsdkgeip/v3/model/batch_create_v2_request_body.py +136 -0
- huaweicloudsdkgeip/v3/model/batch_delete_geip_segment_tags_request.py +128 -0
- huaweicloudsdkgeip/v3/model/batch_delete_geip_segment_tags_response.py +108 -0
- huaweicloudsdkgeip/v3/model/batch_delete_global_eip_tags_request.py +128 -0
- huaweicloudsdkgeip/v3/model/batch_delete_global_eip_tags_response.py +108 -0
- huaweicloudsdkgeip/v3/model/batch_delete_internet_bandwidth_tags_request.py +128 -0
- huaweicloudsdkgeip/v3/model/batch_delete_internet_bandwidth_tags_response.py +108 -0
- huaweicloudsdkgeip/v3/model/batch_delete_v2_request_body.py +136 -0
- huaweicloudsdkgeip/v3/model/batch_delete_v2_request_body_tags.py +136 -0
- huaweicloudsdkgeip/v3/model/batch_detach_geip_segment_internet_bandwidth_request.py +104 -0
- huaweicloudsdkgeip/v3/model/batch_detach_geip_segment_internet_bandwidth_response.py +137 -0
- huaweicloudsdkgeip/v3/model/batch_detach_internet_bandwidth_request.py +104 -0
- huaweicloudsdkgeip/v3/model/batch_detach_internet_bandwidth_response.py +133 -0
- huaweicloudsdkgeip/v3/model/batch_detach_internet_bandwidths_global_eip_request_body.py +107 -0
- huaweicloudsdkgeip/v3/model/batch_detach_internet_bandwidths_global_eip_segment_request_body.py +107 -0
- huaweicloudsdkgeip/v3/model/batch_internet_bandwidths_global_eip_response_body.py +107 -0
- huaweicloudsdkgeip/v3/model/count_geip_segments.py +107 -0
- huaweicloudsdkgeip/v3/model/count_global_eip_segment_request.py +745 -0
- huaweicloudsdkgeip/v3/model/count_global_eip_segment_response.py +162 -0
- huaweicloudsdkgeip/v3/model/count_global_eips.py +107 -0
- huaweicloudsdkgeip/v3/model/count_global_eips_request.py +654 -0
- huaweicloudsdkgeip/v3/model/count_global_eips_response.py +162 -0
- huaweicloudsdkgeip/v3/model/count_internet_bandwidth_request.py +279 -0
- huaweicloudsdkgeip/v3/model/count_internet_bandwidth_response.py +162 -0
- huaweicloudsdkgeip/v3/model/count_internet_bandwidths.py +107 -0
- huaweicloudsdkgeip/v3/model/create_global_eip.py +135 -0
- huaweicloudsdkgeip/v3/model/create_global_eip_request.py +104 -0
- huaweicloudsdkgeip/v3/model/create_global_eip_request_body.py +128 -0
- huaweicloudsdkgeip/v3/model/create_global_eip_request_body_global_eip.py +280 -0
- huaweicloudsdkgeip/v3/model/create_global_eip_request_body_global_eip_tags.py +135 -0
- huaweicloudsdkgeip/v3/model/create_global_eip_response.py +162 -0
- huaweicloudsdkgeip/v3/model/create_global_eip_segment_request.py +104 -0
- huaweicloudsdkgeip/v3/model/create_global_eip_segment_request_body.py +103 -0
- huaweicloudsdkgeip/v3/model/create_global_eip_segment_request_body_global_eip_segment.py +304 -0
- huaweicloudsdkgeip/v3/model/create_global_eip_segment_request_body_global_eip_segment_internet_bandwidth.py +282 -0
- huaweicloudsdkgeip/v3/model/create_global_eip_segment_response.py +162 -0
- huaweicloudsdkgeip/v3/model/create_internet_bandwidth.py +684 -0
- huaweicloudsdkgeip/v3/model/create_internet_bandwidth_request.py +104 -0
- huaweicloudsdkgeip/v3/model/create_internet_bandwidth_request_body.py +103 -0
- huaweicloudsdkgeip/v3/model/create_internet_bandwidth_request_body_internet_bandwidth.py +365 -0
- huaweicloudsdkgeip/v3/model/create_internet_bandwidth_response.py +162 -0
- huaweicloudsdkgeip/v3/model/create_tag.py +136 -0
- huaweicloudsdkgeip/v3/model/create_user_disclaimer_record.py +166 -0
- huaweicloudsdkgeip/v3/model/create_user_disclaimer_request.py +77 -0
- huaweicloudsdkgeip/v3/model/create_user_disclaimer_response.py +162 -0
- huaweicloudsdkgeip/v3/model/create_v2_tag_request_body.py +103 -0
- huaweicloudsdkgeip/v3/model/create_v2_tag_request_body_tag.py +135 -0
- huaweicloudsdkgeip/v3/model/delete_geip_segment_tag_request.py +127 -0
- huaweicloudsdkgeip/v3/model/delete_geip_segment_tag_response.py +108 -0
- huaweicloudsdkgeip/v3/model/delete_global_eip_request.py +103 -0
- huaweicloudsdkgeip/v3/model/delete_global_eip_response.py +108 -0
- huaweicloudsdkgeip/v3/model/delete_global_eip_segment_request.py +103 -0
- huaweicloudsdkgeip/v3/model/delete_global_eip_segment_response.py +108 -0
- huaweicloudsdkgeip/v3/model/delete_global_eip_tag_request.py +127 -0
- huaweicloudsdkgeip/v3/model/delete_global_eip_tag_response.py +108 -0
- huaweicloudsdkgeip/v3/model/delete_internet_bandwidth_request.py +103 -0
- huaweicloudsdkgeip/v3/model/delete_internet_bandwidth_response.py +108 -0
- huaweicloudsdkgeip/v3/model/delete_internet_bandwidth_tag_request.py +127 -0
- huaweicloudsdkgeip/v3/model/delete_internet_bandwidth_tag_response.py +108 -0
- huaweicloudsdkgeip/v3/model/delete_user_disclaimer_request.py +77 -0
- huaweicloudsdkgeip/v3/model/delete_user_disclaimer_response.py +108 -0
- huaweicloudsdkgeip/v3/model/detach_internet_bandwidth.py +107 -0
- huaweicloudsdkgeip/v3/model/detach_internet_bandwidth_global_eips.py +734 -0
- huaweicloudsdkgeip/v3/model/detach_internet_bandwidth_request.py +128 -0
- huaweicloudsdkgeip/v3/model/detach_internet_bandwidth_response.py +162 -0
- huaweicloudsdkgeip/v3/model/disassociate_geip_segment_instance_request.py +103 -0
- huaweicloudsdkgeip/v3/model/disassociate_geip_segment_instance_response.py +162 -0
- huaweicloudsdkgeip/v3/model/disassociate_instance_request.py +131 -0
- huaweicloudsdkgeip/v3/model/disassociate_instance_response.py +162 -0
- huaweicloudsdkgeip/v3/model/ext_limit_pojo.py +166 -0
- huaweicloudsdkgeip/v3/model/geip_resource.py +191 -0
- huaweicloudsdkgeip/v3/model/geip_tags.py +135 -0
- huaweicloudsdkgeip/v3/model/get_account_tags_v2.py +135 -0
- huaweicloudsdkgeip/v3/model/global_connection_bandwidth_info.py +253 -0
- huaweicloudsdkgeip/v3/model/instance_info.py +340 -0
- huaweicloudsdkgeip/v3/model/internet_bandwidth_info.py +137 -0
- huaweicloudsdkgeip/v3/model/list_access_sites.py +311 -0
- huaweicloudsdkgeip/v3/model/list_access_sites_request.py +378 -0
- huaweicloudsdkgeip/v3/model/list_access_sites_response.py +191 -0
- huaweicloudsdkgeip/v3/model/list_geip_pools.py +427 -0
- huaweicloudsdkgeip/v3/model/list_geip_pools_request.py +453 -0
- huaweicloudsdkgeip/v3/model/list_geip_pools_response.py +191 -0
- huaweicloudsdkgeip/v3/model/list_geip_resource_quotas_request.py +245 -0
- huaweicloudsdkgeip/v3/model/list_geip_resource_quotas_response.py +162 -0
- huaweicloudsdkgeip/v3/model/list_geip_segment_count_filter_tags_request.py +104 -0
- huaweicloudsdkgeip/v3/model/list_geip_segment_count_filter_tags_response.py +166 -0
- huaweicloudsdkgeip/v3/model/list_geip_segment_domain_tags_request.py +77 -0
- huaweicloudsdkgeip/v3/model/list_geip_segment_domain_tags_response.py +195 -0
- huaweicloudsdkgeip/v3/model/list_geip_segment_filter_tags_request.py +162 -0
- huaweicloudsdkgeip/v3/model/list_geip_segment_filter_tags_response.py +195 -0
- huaweicloudsdkgeip/v3/model/list_global_eip_count_filter_tags_request.py +104 -0
- huaweicloudsdkgeip/v3/model/list_global_eip_count_filter_tags_response.py +166 -0
- huaweicloudsdkgeip/v3/model/list_global_eip_domain_tags_request.py +77 -0
- huaweicloudsdkgeip/v3/model/list_global_eip_domain_tags_response.py +195 -0
- huaweicloudsdkgeip/v3/model/list_global_eip_filter_tags_request.py +154 -0
- huaweicloudsdkgeip/v3/model/list_global_eip_filter_tags_response.py +195 -0
- huaweicloudsdkgeip/v3/model/list_global_eip_segments.py +680 -0
- huaweicloudsdkgeip/v3/model/list_global_eip_segments_request.py +853 -0
- huaweicloudsdkgeip/v3/model/list_global_eip_segments_response.py +191 -0
- huaweicloudsdkgeip/v3/model/list_global_eips.py +734 -0
- huaweicloudsdkgeip/v3/model/list_global_eips_request.py +903 -0
- huaweicloudsdkgeip/v3/model/list_global_eips_response.py +191 -0
- huaweicloudsdkgeip/v3/model/list_global_eips_response_body_page_info.py +166 -0
- huaweicloudsdkgeip/v3/model/list_internet_bandwidth_count_filter_tags_request.py +104 -0
- huaweicloudsdkgeip/v3/model/list_internet_bandwidth_count_filter_tags_response.py +166 -0
- huaweicloudsdkgeip/v3/model/list_internet_bandwidth_domain_tags_request.py +77 -0
- huaweicloudsdkgeip/v3/model/list_internet_bandwidth_domain_tags_response.py +137 -0
- huaweicloudsdkgeip/v3/model/list_internet_bandwidth_filter_tags_request.py +154 -0
- huaweicloudsdkgeip/v3/model/list_internet_bandwidth_filter_tags_response.py +195 -0
- huaweicloudsdkgeip/v3/model/list_internet_bandwidth_limits.py +249 -0
- huaweicloudsdkgeip/v3/model/list_internet_bandwidth_limits_request.py +212 -0
- huaweicloudsdkgeip/v3/model/list_internet_bandwidth_limits_response.py +166 -0
- huaweicloudsdkgeip/v3/model/list_internet_bandwidths.py +746 -0
- huaweicloudsdkgeip/v3/model/list_internet_bandwidths_request.py +528 -0
- huaweicloudsdkgeip/v3/model/list_internet_bandwidths_response.py +191 -0
- huaweicloudsdkgeip/v3/model/list_jobs.py +311 -0
- huaweicloudsdkgeip/v3/model/list_jobs_request.py +353 -0
- huaweicloudsdkgeip/v3/model/list_jobs_response.py +191 -0
- huaweicloudsdkgeip/v3/model/list_quotas.py +107 -0
- huaweicloudsdkgeip/v3/model/list_resources_by_tags_request_body.py +107 -0
- huaweicloudsdkgeip/v3/model/list_support_instances_support_regions.py +311 -0
- huaweicloudsdkgeip/v3/model/list_support_masks.py +224 -0
- huaweicloudsdkgeip/v3/model/list_support_masks_request.py +353 -0
- huaweicloudsdkgeip/v3/model/list_support_masks_response.py +191 -0
- huaweicloudsdkgeip/v3/model/list_support_regions.py +340 -0
- huaweicloudsdkgeip/v3/model/list_support_regions_request.py +453 -0
- huaweicloudsdkgeip/v3/model/list_support_regions_response.py +191 -0
- huaweicloudsdkgeip/v3/model/list_tenant_geip_support_instances_request.py +128 -0
- huaweicloudsdkgeip/v3/model/list_tenant_geip_support_instances_response.py +166 -0
- huaweicloudsdkgeip/v3/model/lock_info.py +369 -0
- huaweicloudsdkgeip/v3/model/native_uuid.py +77 -0
- huaweicloudsdkgeip/v3/model/resources_info.py +195 -0
- huaweicloudsdkgeip/v3/model/short_global_eip_segment.py +137 -0
- huaweicloudsdkgeip/v3/model/show_geip_segment_tags_request.py +103 -0
- huaweicloudsdkgeip/v3/model/show_geip_segment_tags_response.py +195 -0
- huaweicloudsdkgeip/v3/model/show_global_eip.py +734 -0
- huaweicloudsdkgeip/v3/model/show_global_eip_request.py +128 -0
- huaweicloudsdkgeip/v3/model/show_global_eip_response.py +162 -0
- huaweicloudsdkgeip/v3/model/show_global_eip_segment.py +680 -0
- huaweicloudsdkgeip/v3/model/show_global_eip_segment_request.py +128 -0
- huaweicloudsdkgeip/v3/model/show_global_eip_segment_response.py +162 -0
- huaweicloudsdkgeip/v3/model/show_global_eip_tags_request.py +103 -0
- huaweicloudsdkgeip/v3/model/show_global_eip_tags_response.py +195 -0
- huaweicloudsdkgeip/v3/model/show_internet_bandwidth.py +688 -0
- huaweicloudsdkgeip/v3/model/show_internet_bandwidth_request.py +128 -0
- huaweicloudsdkgeip/v3/model/show_internet_bandwidth_response.py +162 -0
- huaweicloudsdkgeip/v3/model/show_internet_bandwidth_tags_request.py +103 -0
- huaweicloudsdkgeip/v3/model/show_internet_bandwidth_tags_response.py +195 -0
- huaweicloudsdkgeip/v3/model/show_job.py +311 -0
- huaweicloudsdkgeip/v3/model/show_jobs_request.py +132 -0
- huaweicloudsdkgeip/v3/model/show_jobs_response.py +162 -0
- huaweicloudsdkgeip/v3/model/show_user_disclaimer_record.py +166 -0
- huaweicloudsdkgeip/v3/model/show_user_disclaimer_request.py +104 -0
- huaweicloudsdkgeip/v3/model/show_user_disclaimer_response.py +162 -0
- huaweicloudsdkgeip/v3/model/sys_tag.py +135 -0
- huaweicloudsdkgeip/v3/model/tag.py +137 -0
- huaweicloudsdkgeip/v3/model/update_global_eip.py +137 -0
- huaweicloudsdkgeip/v3/model/update_global_eip_request.py +128 -0
- huaweicloudsdkgeip/v3/model/update_global_eip_request_body.py +128 -0
- huaweicloudsdkgeip/v3/model/update_global_eip_request_body_global_eip.py +137 -0
- huaweicloudsdkgeip/v3/model/update_global_eip_response.py +162 -0
- huaweicloudsdkgeip/v3/model/update_global_eip_segment_request.py +128 -0
- huaweicloudsdkgeip/v3/model/update_global_eip_segment_request_body.py +103 -0
- huaweicloudsdkgeip/v3/model/update_global_eip_segment_request_body_global_eip_segment.py +137 -0
- huaweicloudsdkgeip/v3/model/update_global_eip_segment_response.py +162 -0
- huaweicloudsdkgeip/v3/model/update_internet_bandwidth.py +630 -0
- huaweicloudsdkgeip/v3/model/update_internet_bandwidth_request.py +128 -0
- huaweicloudsdkgeip/v3/model/update_internet_bandwidth_request_body.py +103 -0
- huaweicloudsdkgeip/v3/model/update_internet_bandwidth_request_body_internet_bandwidth.py +224 -0
- huaweicloudsdkgeip/v3/model/update_internet_bandwidth_response.py +162 -0
- huaweicloudsdkgeip/v3/region/__init__.py +0 -0
- huaweicloudsdkgeip/v3/region/geip_region.py +31 -0
- huaweicloudsdkgeip-3.1.177.dist-info/METADATA +25 -0
- huaweicloudsdkgeip-3.1.177.dist-info/RECORD +227 -0
- huaweicloudsdkgeip-3.1.177.dist-info/WHEEL +4 -0
- huaweicloudsdkgeip-3.1.177.dist-info/licenses/LICENSE +13 -0
|
@@ -0,0 +1,734 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
class DetachInternetBandwidthGlobalEips:
|
|
7
|
+
|
|
8
|
+
"""
|
|
9
|
+
Attributes:
|
|
10
|
+
openapi_types (dict): The key is attribute name
|
|
11
|
+
and the value is attribute type.
|
|
12
|
+
attribute_map (dict): The key is attribute name
|
|
13
|
+
and the value is json key in definition.
|
|
14
|
+
"""
|
|
15
|
+
sensitive_list = []
|
|
16
|
+
|
|
17
|
+
openapi_types = {
|
|
18
|
+
'id': 'str',
|
|
19
|
+
'name': 'str',
|
|
20
|
+
'domain_id': 'str',
|
|
21
|
+
'description': 'str',
|
|
22
|
+
'access_site': 'str',
|
|
23
|
+
'geip_pool_name': 'str',
|
|
24
|
+
'isp': 'str',
|
|
25
|
+
'ip_version': 'int',
|
|
26
|
+
'ip_address': 'str',
|
|
27
|
+
'ipv6_address': 'str',
|
|
28
|
+
'freezen': 'bool',
|
|
29
|
+
'freezen_info': 'str',
|
|
30
|
+
'polluted': 'bool',
|
|
31
|
+
'status': 'str',
|
|
32
|
+
'created_at': 'datetime',
|
|
33
|
+
'updated_at': 'datetime',
|
|
34
|
+
'internet_bandwidth_info': 'InternetBandwidthInfo',
|
|
35
|
+
'global_connection_bandwidth_info': 'GlobalConnectionBandwidthInfo',
|
|
36
|
+
'associate_instance_info': 'InstanceInfo',
|
|
37
|
+
'is_pre_paid': 'bool',
|
|
38
|
+
'tags': 'list[Tag]',
|
|
39
|
+
'sys_tags': 'list[Tag]',
|
|
40
|
+
'enterprise_project_id': 'object'
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
attribute_map = {
|
|
44
|
+
'id': 'id',
|
|
45
|
+
'name': 'name',
|
|
46
|
+
'domain_id': 'domain_id',
|
|
47
|
+
'description': 'description',
|
|
48
|
+
'access_site': 'access_site',
|
|
49
|
+
'geip_pool_name': 'geip_pool_name',
|
|
50
|
+
'isp': 'isp',
|
|
51
|
+
'ip_version': 'ip_version',
|
|
52
|
+
'ip_address': 'ip_address',
|
|
53
|
+
'ipv6_address': 'ipv6_address',
|
|
54
|
+
'freezen': 'freezen',
|
|
55
|
+
'freezen_info': 'freezen_info',
|
|
56
|
+
'polluted': 'polluted',
|
|
57
|
+
'status': 'status',
|
|
58
|
+
'created_at': 'created_at',
|
|
59
|
+
'updated_at': 'updated_at',
|
|
60
|
+
'internet_bandwidth_info': 'internet_bandwidth_info',
|
|
61
|
+
'global_connection_bandwidth_info': 'global_connection_bandwidth_info',
|
|
62
|
+
'associate_instance_info': 'associate_instance_info',
|
|
63
|
+
'is_pre_paid': 'is_pre_paid',
|
|
64
|
+
'tags': 'tags',
|
|
65
|
+
'sys_tags': 'sys_tags',
|
|
66
|
+
'enterprise_project_id': 'enterprise_project_id'
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
def __init__(self, id=None, name=None, domain_id=None, description=None, access_site=None, geip_pool_name=None, isp=None, ip_version=None, ip_address=None, ipv6_address=None, freezen=None, freezen_info=None, polluted=None, status=None, created_at=None, updated_at=None, internet_bandwidth_info=None, global_connection_bandwidth_info=None, associate_instance_info=None, is_pre_paid=None, tags=None, sys_tags=None, enterprise_project_id=None):
|
|
70
|
+
r"""DetachInternetBandwidthGlobalEips
|
|
71
|
+
|
|
72
|
+
The model defined in huaweicloud sdk
|
|
73
|
+
|
|
74
|
+
:param id: 全域弹性公网IP的ID
|
|
75
|
+
:type id: str
|
|
76
|
+
:param name: - 功能说明:全域弹性公网IP名称 - 取值范围:1-64,支持数字、字母、中文、_(下划线)、-(中划线)、.(点)
|
|
77
|
+
:type name: str
|
|
78
|
+
:param domain_id: - 租户账号ID,获取租户账号ID请参见[租户账号ID](https://support.huaweicloud.com/api-iam/iam_17_0002.html)
|
|
79
|
+
:type domain_id: str
|
|
80
|
+
:param description: - 功能说明:用户自定义的资源描述 - 约束: - 值的长度最大512字符,由数字、字母、中文、_(下划线)、-(中划线)、.(点)组成。
|
|
81
|
+
:type description: str
|
|
82
|
+
:param access_site: 接入点信息
|
|
83
|
+
:type access_site: str
|
|
84
|
+
:param geip_pool_name: 全域弹性公网IP池子名称
|
|
85
|
+
:type geip_pool_name: str
|
|
86
|
+
:param isp: 全域弹性公网IP所属线路
|
|
87
|
+
:type isp: str
|
|
88
|
+
:param ip_version: - 功能说明:全域弹性公网IP的版本 - 取值范围:4、6
|
|
89
|
+
:type ip_version: int
|
|
90
|
+
:param ip_address: IPv4地址
|
|
91
|
+
:type ip_address: str
|
|
92
|
+
:param ipv6_address: IPv6地址
|
|
93
|
+
:type ipv6_address: str
|
|
94
|
+
:param freezen: 是否冻结
|
|
95
|
+
:type freezen: bool
|
|
96
|
+
:param freezen_info: 冻结原因
|
|
97
|
+
:type freezen_info: str
|
|
98
|
+
:param polluted: 是否污染
|
|
99
|
+
:type polluted: bool
|
|
100
|
+
:param status: 状态
|
|
101
|
+
:type status: str
|
|
102
|
+
:param created_at: 创建时间
|
|
103
|
+
:type created_at: datetime
|
|
104
|
+
:param updated_at: 更新时间
|
|
105
|
+
:type updated_at: datetime
|
|
106
|
+
:param internet_bandwidth_info:
|
|
107
|
+
:type internet_bandwidth_info: :class:`huaweicloudsdkgeip.v3.InternetBandwidthInfo`
|
|
108
|
+
:param global_connection_bandwidth_info:
|
|
109
|
+
:type global_connection_bandwidth_info: :class:`huaweicloudsdkgeip.v3.GlobalConnectionBandwidthInfo`
|
|
110
|
+
:param associate_instance_info:
|
|
111
|
+
:type associate_instance_info: :class:`huaweicloudsdkgeip.v3.InstanceInfo`
|
|
112
|
+
:param is_pre_paid: 是否包周期
|
|
113
|
+
:type is_pre_paid: bool
|
|
114
|
+
:param tags: 全域弹性公网IP标签
|
|
115
|
+
:type tags: list[:class:`huaweicloudsdkgeip.v3.Tag`]
|
|
116
|
+
:param sys_tags: 系统标签
|
|
117
|
+
:type sys_tags: list[:class:`huaweicloudsdkgeip.v3.Tag`]
|
|
118
|
+
:param enterprise_project_id: - 企业项目ID。最大长度36字节,带“-”连字符的UUID格式,或者是字符串“0”。 - 创建全域弹性公网IP时,给全域弹性公网IP绑定企业项目ID。 - 不指定该参数时,默认值是 0 - 关于企业项目ID的获取及企业项目特性的详细信息,请参见[《企业管理用户指南》](https://support.huaweicloud.com/usermanual-em/zh-cn_topic_0126101490.html)。
|
|
119
|
+
:type enterprise_project_id: object
|
|
120
|
+
"""
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
self._id = None
|
|
125
|
+
self._name = None
|
|
126
|
+
self._domain_id = None
|
|
127
|
+
self._description = None
|
|
128
|
+
self._access_site = None
|
|
129
|
+
self._geip_pool_name = None
|
|
130
|
+
self._isp = None
|
|
131
|
+
self._ip_version = None
|
|
132
|
+
self._ip_address = None
|
|
133
|
+
self._ipv6_address = None
|
|
134
|
+
self._freezen = None
|
|
135
|
+
self._freezen_info = None
|
|
136
|
+
self._polluted = None
|
|
137
|
+
self._status = None
|
|
138
|
+
self._created_at = None
|
|
139
|
+
self._updated_at = None
|
|
140
|
+
self._internet_bandwidth_info = None
|
|
141
|
+
self._global_connection_bandwidth_info = None
|
|
142
|
+
self._associate_instance_info = None
|
|
143
|
+
self._is_pre_paid = None
|
|
144
|
+
self._tags = None
|
|
145
|
+
self._sys_tags = None
|
|
146
|
+
self._enterprise_project_id = None
|
|
147
|
+
self.discriminator = None
|
|
148
|
+
|
|
149
|
+
if id is not None:
|
|
150
|
+
self.id = id
|
|
151
|
+
if name is not None:
|
|
152
|
+
self.name = name
|
|
153
|
+
if domain_id is not None:
|
|
154
|
+
self.domain_id = domain_id
|
|
155
|
+
if description is not None:
|
|
156
|
+
self.description = description
|
|
157
|
+
if access_site is not None:
|
|
158
|
+
self.access_site = access_site
|
|
159
|
+
if geip_pool_name is not None:
|
|
160
|
+
self.geip_pool_name = geip_pool_name
|
|
161
|
+
if isp is not None:
|
|
162
|
+
self.isp = isp
|
|
163
|
+
if ip_version is not None:
|
|
164
|
+
self.ip_version = ip_version
|
|
165
|
+
if ip_address is not None:
|
|
166
|
+
self.ip_address = ip_address
|
|
167
|
+
if ipv6_address is not None:
|
|
168
|
+
self.ipv6_address = ipv6_address
|
|
169
|
+
if freezen is not None:
|
|
170
|
+
self.freezen = freezen
|
|
171
|
+
if freezen_info is not None:
|
|
172
|
+
self.freezen_info = freezen_info
|
|
173
|
+
if polluted is not None:
|
|
174
|
+
self.polluted = polluted
|
|
175
|
+
if status is not None:
|
|
176
|
+
self.status = status
|
|
177
|
+
if created_at is not None:
|
|
178
|
+
self.created_at = created_at
|
|
179
|
+
if updated_at is not None:
|
|
180
|
+
self.updated_at = updated_at
|
|
181
|
+
if internet_bandwidth_info is not None:
|
|
182
|
+
self.internet_bandwidth_info = internet_bandwidth_info
|
|
183
|
+
if global_connection_bandwidth_info is not None:
|
|
184
|
+
self.global_connection_bandwidth_info = global_connection_bandwidth_info
|
|
185
|
+
if associate_instance_info is not None:
|
|
186
|
+
self.associate_instance_info = associate_instance_info
|
|
187
|
+
if is_pre_paid is not None:
|
|
188
|
+
self.is_pre_paid = is_pre_paid
|
|
189
|
+
if tags is not None:
|
|
190
|
+
self.tags = tags
|
|
191
|
+
if sys_tags is not None:
|
|
192
|
+
self.sys_tags = sys_tags
|
|
193
|
+
if enterprise_project_id is not None:
|
|
194
|
+
self.enterprise_project_id = enterprise_project_id
|
|
195
|
+
|
|
196
|
+
@property
|
|
197
|
+
def id(self):
|
|
198
|
+
r"""Gets the id of this DetachInternetBandwidthGlobalEips.
|
|
199
|
+
|
|
200
|
+
全域弹性公网IP的ID
|
|
201
|
+
|
|
202
|
+
:return: The id of this DetachInternetBandwidthGlobalEips.
|
|
203
|
+
:rtype: str
|
|
204
|
+
"""
|
|
205
|
+
return self._id
|
|
206
|
+
|
|
207
|
+
@id.setter
|
|
208
|
+
def id(self, id):
|
|
209
|
+
r"""Sets the id of this DetachInternetBandwidthGlobalEips.
|
|
210
|
+
|
|
211
|
+
全域弹性公网IP的ID
|
|
212
|
+
|
|
213
|
+
:param id: The id of this DetachInternetBandwidthGlobalEips.
|
|
214
|
+
:type id: str
|
|
215
|
+
"""
|
|
216
|
+
self._id = id
|
|
217
|
+
|
|
218
|
+
@property
|
|
219
|
+
def name(self):
|
|
220
|
+
r"""Gets the name of this DetachInternetBandwidthGlobalEips.
|
|
221
|
+
|
|
222
|
+
- 功能说明:全域弹性公网IP名称 - 取值范围:1-64,支持数字、字母、中文、_(下划线)、-(中划线)、.(点)
|
|
223
|
+
|
|
224
|
+
:return: The name of this DetachInternetBandwidthGlobalEips.
|
|
225
|
+
:rtype: str
|
|
226
|
+
"""
|
|
227
|
+
return self._name
|
|
228
|
+
|
|
229
|
+
@name.setter
|
|
230
|
+
def name(self, name):
|
|
231
|
+
r"""Sets the name of this DetachInternetBandwidthGlobalEips.
|
|
232
|
+
|
|
233
|
+
- 功能说明:全域弹性公网IP名称 - 取值范围:1-64,支持数字、字母、中文、_(下划线)、-(中划线)、.(点)
|
|
234
|
+
|
|
235
|
+
:param name: The name of this DetachInternetBandwidthGlobalEips.
|
|
236
|
+
:type name: str
|
|
237
|
+
"""
|
|
238
|
+
self._name = name
|
|
239
|
+
|
|
240
|
+
@property
|
|
241
|
+
def domain_id(self):
|
|
242
|
+
r"""Gets the domain_id of this DetachInternetBandwidthGlobalEips.
|
|
243
|
+
|
|
244
|
+
- 租户账号ID,获取租户账号ID请参见[租户账号ID](https://support.huaweicloud.com/api-iam/iam_17_0002.html)
|
|
245
|
+
|
|
246
|
+
:return: The domain_id of this DetachInternetBandwidthGlobalEips.
|
|
247
|
+
:rtype: str
|
|
248
|
+
"""
|
|
249
|
+
return self._domain_id
|
|
250
|
+
|
|
251
|
+
@domain_id.setter
|
|
252
|
+
def domain_id(self, domain_id):
|
|
253
|
+
r"""Sets the domain_id of this DetachInternetBandwidthGlobalEips.
|
|
254
|
+
|
|
255
|
+
- 租户账号ID,获取租户账号ID请参见[租户账号ID](https://support.huaweicloud.com/api-iam/iam_17_0002.html)
|
|
256
|
+
|
|
257
|
+
:param domain_id: The domain_id of this DetachInternetBandwidthGlobalEips.
|
|
258
|
+
:type domain_id: str
|
|
259
|
+
"""
|
|
260
|
+
self._domain_id = domain_id
|
|
261
|
+
|
|
262
|
+
@property
|
|
263
|
+
def description(self):
|
|
264
|
+
r"""Gets the description of this DetachInternetBandwidthGlobalEips.
|
|
265
|
+
|
|
266
|
+
- 功能说明:用户自定义的资源描述 - 约束: - 值的长度最大512字符,由数字、字母、中文、_(下划线)、-(中划线)、.(点)组成。
|
|
267
|
+
|
|
268
|
+
:return: The description of this DetachInternetBandwidthGlobalEips.
|
|
269
|
+
:rtype: str
|
|
270
|
+
"""
|
|
271
|
+
return self._description
|
|
272
|
+
|
|
273
|
+
@description.setter
|
|
274
|
+
def description(self, description):
|
|
275
|
+
r"""Sets the description of this DetachInternetBandwidthGlobalEips.
|
|
276
|
+
|
|
277
|
+
- 功能说明:用户自定义的资源描述 - 约束: - 值的长度最大512字符,由数字、字母、中文、_(下划线)、-(中划线)、.(点)组成。
|
|
278
|
+
|
|
279
|
+
:param description: The description of this DetachInternetBandwidthGlobalEips.
|
|
280
|
+
:type description: str
|
|
281
|
+
"""
|
|
282
|
+
self._description = description
|
|
283
|
+
|
|
284
|
+
@property
|
|
285
|
+
def access_site(self):
|
|
286
|
+
r"""Gets the access_site of this DetachInternetBandwidthGlobalEips.
|
|
287
|
+
|
|
288
|
+
接入点信息
|
|
289
|
+
|
|
290
|
+
:return: The access_site of this DetachInternetBandwidthGlobalEips.
|
|
291
|
+
:rtype: str
|
|
292
|
+
"""
|
|
293
|
+
return self._access_site
|
|
294
|
+
|
|
295
|
+
@access_site.setter
|
|
296
|
+
def access_site(self, access_site):
|
|
297
|
+
r"""Sets the access_site of this DetachInternetBandwidthGlobalEips.
|
|
298
|
+
|
|
299
|
+
接入点信息
|
|
300
|
+
|
|
301
|
+
:param access_site: The access_site of this DetachInternetBandwidthGlobalEips.
|
|
302
|
+
:type access_site: str
|
|
303
|
+
"""
|
|
304
|
+
self._access_site = access_site
|
|
305
|
+
|
|
306
|
+
@property
|
|
307
|
+
def geip_pool_name(self):
|
|
308
|
+
r"""Gets the geip_pool_name of this DetachInternetBandwidthGlobalEips.
|
|
309
|
+
|
|
310
|
+
全域弹性公网IP池子名称
|
|
311
|
+
|
|
312
|
+
:return: The geip_pool_name of this DetachInternetBandwidthGlobalEips.
|
|
313
|
+
:rtype: str
|
|
314
|
+
"""
|
|
315
|
+
return self._geip_pool_name
|
|
316
|
+
|
|
317
|
+
@geip_pool_name.setter
|
|
318
|
+
def geip_pool_name(self, geip_pool_name):
|
|
319
|
+
r"""Sets the geip_pool_name of this DetachInternetBandwidthGlobalEips.
|
|
320
|
+
|
|
321
|
+
全域弹性公网IP池子名称
|
|
322
|
+
|
|
323
|
+
:param geip_pool_name: The geip_pool_name of this DetachInternetBandwidthGlobalEips.
|
|
324
|
+
:type geip_pool_name: str
|
|
325
|
+
"""
|
|
326
|
+
self._geip_pool_name = geip_pool_name
|
|
327
|
+
|
|
328
|
+
@property
|
|
329
|
+
def isp(self):
|
|
330
|
+
r"""Gets the isp of this DetachInternetBandwidthGlobalEips.
|
|
331
|
+
|
|
332
|
+
全域弹性公网IP所属线路
|
|
333
|
+
|
|
334
|
+
:return: The isp of this DetachInternetBandwidthGlobalEips.
|
|
335
|
+
:rtype: str
|
|
336
|
+
"""
|
|
337
|
+
return self._isp
|
|
338
|
+
|
|
339
|
+
@isp.setter
|
|
340
|
+
def isp(self, isp):
|
|
341
|
+
r"""Sets the isp of this DetachInternetBandwidthGlobalEips.
|
|
342
|
+
|
|
343
|
+
全域弹性公网IP所属线路
|
|
344
|
+
|
|
345
|
+
:param isp: The isp of this DetachInternetBandwidthGlobalEips.
|
|
346
|
+
:type isp: str
|
|
347
|
+
"""
|
|
348
|
+
self._isp = isp
|
|
349
|
+
|
|
350
|
+
@property
|
|
351
|
+
def ip_version(self):
|
|
352
|
+
r"""Gets the ip_version of this DetachInternetBandwidthGlobalEips.
|
|
353
|
+
|
|
354
|
+
- 功能说明:全域弹性公网IP的版本 - 取值范围:4、6
|
|
355
|
+
|
|
356
|
+
:return: The ip_version of this DetachInternetBandwidthGlobalEips.
|
|
357
|
+
:rtype: int
|
|
358
|
+
"""
|
|
359
|
+
return self._ip_version
|
|
360
|
+
|
|
361
|
+
@ip_version.setter
|
|
362
|
+
def ip_version(self, ip_version):
|
|
363
|
+
r"""Sets the ip_version of this DetachInternetBandwidthGlobalEips.
|
|
364
|
+
|
|
365
|
+
- 功能说明:全域弹性公网IP的版本 - 取值范围:4、6
|
|
366
|
+
|
|
367
|
+
:param ip_version: The ip_version of this DetachInternetBandwidthGlobalEips.
|
|
368
|
+
:type ip_version: int
|
|
369
|
+
"""
|
|
370
|
+
self._ip_version = ip_version
|
|
371
|
+
|
|
372
|
+
@property
|
|
373
|
+
def ip_address(self):
|
|
374
|
+
r"""Gets the ip_address of this DetachInternetBandwidthGlobalEips.
|
|
375
|
+
|
|
376
|
+
IPv4地址
|
|
377
|
+
|
|
378
|
+
:return: The ip_address of this DetachInternetBandwidthGlobalEips.
|
|
379
|
+
:rtype: str
|
|
380
|
+
"""
|
|
381
|
+
return self._ip_address
|
|
382
|
+
|
|
383
|
+
@ip_address.setter
|
|
384
|
+
def ip_address(self, ip_address):
|
|
385
|
+
r"""Sets the ip_address of this DetachInternetBandwidthGlobalEips.
|
|
386
|
+
|
|
387
|
+
IPv4地址
|
|
388
|
+
|
|
389
|
+
:param ip_address: The ip_address of this DetachInternetBandwidthGlobalEips.
|
|
390
|
+
:type ip_address: str
|
|
391
|
+
"""
|
|
392
|
+
self._ip_address = ip_address
|
|
393
|
+
|
|
394
|
+
@property
|
|
395
|
+
def ipv6_address(self):
|
|
396
|
+
r"""Gets the ipv6_address of this DetachInternetBandwidthGlobalEips.
|
|
397
|
+
|
|
398
|
+
IPv6地址
|
|
399
|
+
|
|
400
|
+
:return: The ipv6_address of this DetachInternetBandwidthGlobalEips.
|
|
401
|
+
:rtype: str
|
|
402
|
+
"""
|
|
403
|
+
return self._ipv6_address
|
|
404
|
+
|
|
405
|
+
@ipv6_address.setter
|
|
406
|
+
def ipv6_address(self, ipv6_address):
|
|
407
|
+
r"""Sets the ipv6_address of this DetachInternetBandwidthGlobalEips.
|
|
408
|
+
|
|
409
|
+
IPv6地址
|
|
410
|
+
|
|
411
|
+
:param ipv6_address: The ipv6_address of this DetachInternetBandwidthGlobalEips.
|
|
412
|
+
:type ipv6_address: str
|
|
413
|
+
"""
|
|
414
|
+
self._ipv6_address = ipv6_address
|
|
415
|
+
|
|
416
|
+
@property
|
|
417
|
+
def freezen(self):
|
|
418
|
+
r"""Gets the freezen of this DetachInternetBandwidthGlobalEips.
|
|
419
|
+
|
|
420
|
+
是否冻结
|
|
421
|
+
|
|
422
|
+
:return: The freezen of this DetachInternetBandwidthGlobalEips.
|
|
423
|
+
:rtype: bool
|
|
424
|
+
"""
|
|
425
|
+
return self._freezen
|
|
426
|
+
|
|
427
|
+
@freezen.setter
|
|
428
|
+
def freezen(self, freezen):
|
|
429
|
+
r"""Sets the freezen of this DetachInternetBandwidthGlobalEips.
|
|
430
|
+
|
|
431
|
+
是否冻结
|
|
432
|
+
|
|
433
|
+
:param freezen: The freezen of this DetachInternetBandwidthGlobalEips.
|
|
434
|
+
:type freezen: bool
|
|
435
|
+
"""
|
|
436
|
+
self._freezen = freezen
|
|
437
|
+
|
|
438
|
+
@property
|
|
439
|
+
def freezen_info(self):
|
|
440
|
+
r"""Gets the freezen_info of this DetachInternetBandwidthGlobalEips.
|
|
441
|
+
|
|
442
|
+
冻结原因
|
|
443
|
+
|
|
444
|
+
:return: The freezen_info of this DetachInternetBandwidthGlobalEips.
|
|
445
|
+
:rtype: str
|
|
446
|
+
"""
|
|
447
|
+
return self._freezen_info
|
|
448
|
+
|
|
449
|
+
@freezen_info.setter
|
|
450
|
+
def freezen_info(self, freezen_info):
|
|
451
|
+
r"""Sets the freezen_info of this DetachInternetBandwidthGlobalEips.
|
|
452
|
+
|
|
453
|
+
冻结原因
|
|
454
|
+
|
|
455
|
+
:param freezen_info: The freezen_info of this DetachInternetBandwidthGlobalEips.
|
|
456
|
+
:type freezen_info: str
|
|
457
|
+
"""
|
|
458
|
+
self._freezen_info = freezen_info
|
|
459
|
+
|
|
460
|
+
@property
|
|
461
|
+
def polluted(self):
|
|
462
|
+
r"""Gets the polluted of this DetachInternetBandwidthGlobalEips.
|
|
463
|
+
|
|
464
|
+
是否污染
|
|
465
|
+
|
|
466
|
+
:return: The polluted of this DetachInternetBandwidthGlobalEips.
|
|
467
|
+
:rtype: bool
|
|
468
|
+
"""
|
|
469
|
+
return self._polluted
|
|
470
|
+
|
|
471
|
+
@polluted.setter
|
|
472
|
+
def polluted(self, polluted):
|
|
473
|
+
r"""Sets the polluted of this DetachInternetBandwidthGlobalEips.
|
|
474
|
+
|
|
475
|
+
是否污染
|
|
476
|
+
|
|
477
|
+
:param polluted: The polluted of this DetachInternetBandwidthGlobalEips.
|
|
478
|
+
:type polluted: bool
|
|
479
|
+
"""
|
|
480
|
+
self._polluted = polluted
|
|
481
|
+
|
|
482
|
+
@property
|
|
483
|
+
def status(self):
|
|
484
|
+
r"""Gets the status of this DetachInternetBandwidthGlobalEips.
|
|
485
|
+
|
|
486
|
+
状态
|
|
487
|
+
|
|
488
|
+
:return: The status of this DetachInternetBandwidthGlobalEips.
|
|
489
|
+
:rtype: str
|
|
490
|
+
"""
|
|
491
|
+
return self._status
|
|
492
|
+
|
|
493
|
+
@status.setter
|
|
494
|
+
def status(self, status):
|
|
495
|
+
r"""Sets the status of this DetachInternetBandwidthGlobalEips.
|
|
496
|
+
|
|
497
|
+
状态
|
|
498
|
+
|
|
499
|
+
:param status: The status of this DetachInternetBandwidthGlobalEips.
|
|
500
|
+
:type status: str
|
|
501
|
+
"""
|
|
502
|
+
self._status = status
|
|
503
|
+
|
|
504
|
+
@property
|
|
505
|
+
def created_at(self):
|
|
506
|
+
r"""Gets the created_at of this DetachInternetBandwidthGlobalEips.
|
|
507
|
+
|
|
508
|
+
创建时间
|
|
509
|
+
|
|
510
|
+
:return: The created_at of this DetachInternetBandwidthGlobalEips.
|
|
511
|
+
:rtype: datetime
|
|
512
|
+
"""
|
|
513
|
+
return self._created_at
|
|
514
|
+
|
|
515
|
+
@created_at.setter
|
|
516
|
+
def created_at(self, created_at):
|
|
517
|
+
r"""Sets the created_at of this DetachInternetBandwidthGlobalEips.
|
|
518
|
+
|
|
519
|
+
创建时间
|
|
520
|
+
|
|
521
|
+
:param created_at: The created_at of this DetachInternetBandwidthGlobalEips.
|
|
522
|
+
:type created_at: datetime
|
|
523
|
+
"""
|
|
524
|
+
self._created_at = created_at
|
|
525
|
+
|
|
526
|
+
@property
|
|
527
|
+
def updated_at(self):
|
|
528
|
+
r"""Gets the updated_at of this DetachInternetBandwidthGlobalEips.
|
|
529
|
+
|
|
530
|
+
更新时间
|
|
531
|
+
|
|
532
|
+
:return: The updated_at of this DetachInternetBandwidthGlobalEips.
|
|
533
|
+
:rtype: datetime
|
|
534
|
+
"""
|
|
535
|
+
return self._updated_at
|
|
536
|
+
|
|
537
|
+
@updated_at.setter
|
|
538
|
+
def updated_at(self, updated_at):
|
|
539
|
+
r"""Sets the updated_at of this DetachInternetBandwidthGlobalEips.
|
|
540
|
+
|
|
541
|
+
更新时间
|
|
542
|
+
|
|
543
|
+
:param updated_at: The updated_at of this DetachInternetBandwidthGlobalEips.
|
|
544
|
+
:type updated_at: datetime
|
|
545
|
+
"""
|
|
546
|
+
self._updated_at = updated_at
|
|
547
|
+
|
|
548
|
+
@property
|
|
549
|
+
def internet_bandwidth_info(self):
|
|
550
|
+
r"""Gets the internet_bandwidth_info of this DetachInternetBandwidthGlobalEips.
|
|
551
|
+
|
|
552
|
+
:return: The internet_bandwidth_info of this DetachInternetBandwidthGlobalEips.
|
|
553
|
+
:rtype: :class:`huaweicloudsdkgeip.v3.InternetBandwidthInfo`
|
|
554
|
+
"""
|
|
555
|
+
return self._internet_bandwidth_info
|
|
556
|
+
|
|
557
|
+
@internet_bandwidth_info.setter
|
|
558
|
+
def internet_bandwidth_info(self, internet_bandwidth_info):
|
|
559
|
+
r"""Sets the internet_bandwidth_info of this DetachInternetBandwidthGlobalEips.
|
|
560
|
+
|
|
561
|
+
:param internet_bandwidth_info: The internet_bandwidth_info of this DetachInternetBandwidthGlobalEips.
|
|
562
|
+
:type internet_bandwidth_info: :class:`huaweicloudsdkgeip.v3.InternetBandwidthInfo`
|
|
563
|
+
"""
|
|
564
|
+
self._internet_bandwidth_info = internet_bandwidth_info
|
|
565
|
+
|
|
566
|
+
@property
|
|
567
|
+
def global_connection_bandwidth_info(self):
|
|
568
|
+
r"""Gets the global_connection_bandwidth_info of this DetachInternetBandwidthGlobalEips.
|
|
569
|
+
|
|
570
|
+
:return: The global_connection_bandwidth_info of this DetachInternetBandwidthGlobalEips.
|
|
571
|
+
:rtype: :class:`huaweicloudsdkgeip.v3.GlobalConnectionBandwidthInfo`
|
|
572
|
+
"""
|
|
573
|
+
return self._global_connection_bandwidth_info
|
|
574
|
+
|
|
575
|
+
@global_connection_bandwidth_info.setter
|
|
576
|
+
def global_connection_bandwidth_info(self, global_connection_bandwidth_info):
|
|
577
|
+
r"""Sets the global_connection_bandwidth_info of this DetachInternetBandwidthGlobalEips.
|
|
578
|
+
|
|
579
|
+
:param global_connection_bandwidth_info: The global_connection_bandwidth_info of this DetachInternetBandwidthGlobalEips.
|
|
580
|
+
:type global_connection_bandwidth_info: :class:`huaweicloudsdkgeip.v3.GlobalConnectionBandwidthInfo`
|
|
581
|
+
"""
|
|
582
|
+
self._global_connection_bandwidth_info = global_connection_bandwidth_info
|
|
583
|
+
|
|
584
|
+
@property
|
|
585
|
+
def associate_instance_info(self):
|
|
586
|
+
r"""Gets the associate_instance_info of this DetachInternetBandwidthGlobalEips.
|
|
587
|
+
|
|
588
|
+
:return: The associate_instance_info of this DetachInternetBandwidthGlobalEips.
|
|
589
|
+
:rtype: :class:`huaweicloudsdkgeip.v3.InstanceInfo`
|
|
590
|
+
"""
|
|
591
|
+
return self._associate_instance_info
|
|
592
|
+
|
|
593
|
+
@associate_instance_info.setter
|
|
594
|
+
def associate_instance_info(self, associate_instance_info):
|
|
595
|
+
r"""Sets the associate_instance_info of this DetachInternetBandwidthGlobalEips.
|
|
596
|
+
|
|
597
|
+
:param associate_instance_info: The associate_instance_info of this DetachInternetBandwidthGlobalEips.
|
|
598
|
+
:type associate_instance_info: :class:`huaweicloudsdkgeip.v3.InstanceInfo`
|
|
599
|
+
"""
|
|
600
|
+
self._associate_instance_info = associate_instance_info
|
|
601
|
+
|
|
602
|
+
@property
|
|
603
|
+
def is_pre_paid(self):
|
|
604
|
+
r"""Gets the is_pre_paid of this DetachInternetBandwidthGlobalEips.
|
|
605
|
+
|
|
606
|
+
是否包周期
|
|
607
|
+
|
|
608
|
+
:return: The is_pre_paid of this DetachInternetBandwidthGlobalEips.
|
|
609
|
+
:rtype: bool
|
|
610
|
+
"""
|
|
611
|
+
return self._is_pre_paid
|
|
612
|
+
|
|
613
|
+
@is_pre_paid.setter
|
|
614
|
+
def is_pre_paid(self, is_pre_paid):
|
|
615
|
+
r"""Sets the is_pre_paid of this DetachInternetBandwidthGlobalEips.
|
|
616
|
+
|
|
617
|
+
是否包周期
|
|
618
|
+
|
|
619
|
+
:param is_pre_paid: The is_pre_paid of this DetachInternetBandwidthGlobalEips.
|
|
620
|
+
:type is_pre_paid: bool
|
|
621
|
+
"""
|
|
622
|
+
self._is_pre_paid = is_pre_paid
|
|
623
|
+
|
|
624
|
+
@property
|
|
625
|
+
def tags(self):
|
|
626
|
+
r"""Gets the tags of this DetachInternetBandwidthGlobalEips.
|
|
627
|
+
|
|
628
|
+
全域弹性公网IP标签
|
|
629
|
+
|
|
630
|
+
:return: The tags of this DetachInternetBandwidthGlobalEips.
|
|
631
|
+
:rtype: list[:class:`huaweicloudsdkgeip.v3.Tag`]
|
|
632
|
+
"""
|
|
633
|
+
return self._tags
|
|
634
|
+
|
|
635
|
+
@tags.setter
|
|
636
|
+
def tags(self, tags):
|
|
637
|
+
r"""Sets the tags of this DetachInternetBandwidthGlobalEips.
|
|
638
|
+
|
|
639
|
+
全域弹性公网IP标签
|
|
640
|
+
|
|
641
|
+
:param tags: The tags of this DetachInternetBandwidthGlobalEips.
|
|
642
|
+
:type tags: list[:class:`huaweicloudsdkgeip.v3.Tag`]
|
|
643
|
+
"""
|
|
644
|
+
self._tags = tags
|
|
645
|
+
|
|
646
|
+
@property
|
|
647
|
+
def sys_tags(self):
|
|
648
|
+
r"""Gets the sys_tags of this DetachInternetBandwidthGlobalEips.
|
|
649
|
+
|
|
650
|
+
系统标签
|
|
651
|
+
|
|
652
|
+
:return: The sys_tags of this DetachInternetBandwidthGlobalEips.
|
|
653
|
+
:rtype: list[:class:`huaweicloudsdkgeip.v3.Tag`]
|
|
654
|
+
"""
|
|
655
|
+
return self._sys_tags
|
|
656
|
+
|
|
657
|
+
@sys_tags.setter
|
|
658
|
+
def sys_tags(self, sys_tags):
|
|
659
|
+
r"""Sets the sys_tags of this DetachInternetBandwidthGlobalEips.
|
|
660
|
+
|
|
661
|
+
系统标签
|
|
662
|
+
|
|
663
|
+
:param sys_tags: The sys_tags of this DetachInternetBandwidthGlobalEips.
|
|
664
|
+
:type sys_tags: list[:class:`huaweicloudsdkgeip.v3.Tag`]
|
|
665
|
+
"""
|
|
666
|
+
self._sys_tags = sys_tags
|
|
667
|
+
|
|
668
|
+
@property
|
|
669
|
+
def enterprise_project_id(self):
|
|
670
|
+
r"""Gets the enterprise_project_id of this DetachInternetBandwidthGlobalEips.
|
|
671
|
+
|
|
672
|
+
- 企业项目ID。最大长度36字节,带“-”连字符的UUID格式,或者是字符串“0”。 - 创建全域弹性公网IP时,给全域弹性公网IP绑定企业项目ID。 - 不指定该参数时,默认值是 0 - 关于企业项目ID的获取及企业项目特性的详细信息,请参见[《企业管理用户指南》](https://support.huaweicloud.com/usermanual-em/zh-cn_topic_0126101490.html)。
|
|
673
|
+
|
|
674
|
+
:return: The enterprise_project_id of this DetachInternetBandwidthGlobalEips.
|
|
675
|
+
:rtype: object
|
|
676
|
+
"""
|
|
677
|
+
return self._enterprise_project_id
|
|
678
|
+
|
|
679
|
+
@enterprise_project_id.setter
|
|
680
|
+
def enterprise_project_id(self, enterprise_project_id):
|
|
681
|
+
r"""Sets the enterprise_project_id of this DetachInternetBandwidthGlobalEips.
|
|
682
|
+
|
|
683
|
+
- 企业项目ID。最大长度36字节,带“-”连字符的UUID格式,或者是字符串“0”。 - 创建全域弹性公网IP时,给全域弹性公网IP绑定企业项目ID。 - 不指定该参数时,默认值是 0 - 关于企业项目ID的获取及企业项目特性的详细信息,请参见[《企业管理用户指南》](https://support.huaweicloud.com/usermanual-em/zh-cn_topic_0126101490.html)。
|
|
684
|
+
|
|
685
|
+
:param enterprise_project_id: The enterprise_project_id of this DetachInternetBandwidthGlobalEips.
|
|
686
|
+
:type enterprise_project_id: object
|
|
687
|
+
"""
|
|
688
|
+
self._enterprise_project_id = enterprise_project_id
|
|
689
|
+
|
|
690
|
+
def to_dict(self):
|
|
691
|
+
result = {}
|
|
692
|
+
|
|
693
|
+
for attr, _ in self.openapi_types.items():
|
|
694
|
+
value = getattr(self, attr)
|
|
695
|
+
if isinstance(value, list):
|
|
696
|
+
result[attr] = list(map(
|
|
697
|
+
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
|
698
|
+
value
|
|
699
|
+
))
|
|
700
|
+
elif hasattr(value, "to_dict"):
|
|
701
|
+
result[attr] = value.to_dict()
|
|
702
|
+
elif isinstance(value, dict):
|
|
703
|
+
result[attr] = dict(map(
|
|
704
|
+
lambda item: (item[0], item[1].to_dict())
|
|
705
|
+
if hasattr(item[1], "to_dict") else item,
|
|
706
|
+
value.items()
|
|
707
|
+
))
|
|
708
|
+
else:
|
|
709
|
+
if attr in self.sensitive_list:
|
|
710
|
+
result[attr] = "****"
|
|
711
|
+
else:
|
|
712
|
+
result[attr] = value
|
|
713
|
+
|
|
714
|
+
return result
|
|
715
|
+
|
|
716
|
+
def to_str(self):
|
|
717
|
+
"""Returns the string representation of the model"""
|
|
718
|
+
import simplejson as json
|
|
719
|
+
return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
|
|
720
|
+
|
|
721
|
+
def __repr__(self):
|
|
722
|
+
"""For `print`"""
|
|
723
|
+
return self.to_str()
|
|
724
|
+
|
|
725
|
+
def __eq__(self, other):
|
|
726
|
+
"""Returns true if both objects are equal"""
|
|
727
|
+
if not isinstance(other, DetachInternetBandwidthGlobalEips):
|
|
728
|
+
return False
|
|
729
|
+
|
|
730
|
+
return self.__dict__ == other.__dict__
|
|
731
|
+
|
|
732
|
+
def __ne__(self, other):
|
|
733
|
+
"""Returns true if both objects are not equal"""
|
|
734
|
+
return not self == other
|