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,853 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
class ListGlobalEipSegmentsRequest:
|
|
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
|
+
'limit': 'int',
|
|
19
|
+
'offset': 'int',
|
|
20
|
+
'marker': 'str',
|
|
21
|
+
'page_reverse': 'bool',
|
|
22
|
+
'fields': 'list[str]',
|
|
23
|
+
'sort_key': 'list[str]',
|
|
24
|
+
'sort_dir': 'list[str]',
|
|
25
|
+
'id': 'list[str]',
|
|
26
|
+
'internet_bandwidth_id': 'list[str]',
|
|
27
|
+
'name': 'list[str]',
|
|
28
|
+
'name_like': 'str',
|
|
29
|
+
'access_site': 'list[str]',
|
|
30
|
+
'geip_pool_name': 'list[str]',
|
|
31
|
+
'isp': 'list[str]',
|
|
32
|
+
'ip_version': 'list[int]',
|
|
33
|
+
'cidr': 'list[str]',
|
|
34
|
+
'cidr_v6': 'list[str]',
|
|
35
|
+
'freezen': 'list[bool]',
|
|
36
|
+
'internet_bandwidth_is_null': 'list[bool]',
|
|
37
|
+
'status': 'list[str]',
|
|
38
|
+
'associate_instance_region': 'list[str]',
|
|
39
|
+
'associate_instance_instance_type': 'list[str]',
|
|
40
|
+
'associate_instance_public_border_group': 'list[str]',
|
|
41
|
+
'associate_instance_instance_site': 'list[str]',
|
|
42
|
+
'associate_instance_instance_id': 'list[str]',
|
|
43
|
+
'associate_instance_project_id': 'list[str]',
|
|
44
|
+
'associate_instance_service_id': 'list[str]',
|
|
45
|
+
'associate_instance_service_type': 'list[str]',
|
|
46
|
+
'enterprise_project_id': 'list[str]',
|
|
47
|
+
'tags': 'list[str]'
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
attribute_map = {
|
|
51
|
+
'limit': 'limit',
|
|
52
|
+
'offset': 'offset',
|
|
53
|
+
'marker': 'marker',
|
|
54
|
+
'page_reverse': 'page_reverse',
|
|
55
|
+
'fields': 'fields',
|
|
56
|
+
'sort_key': 'sort_key',
|
|
57
|
+
'sort_dir': 'sort_dir',
|
|
58
|
+
'id': 'id',
|
|
59
|
+
'internet_bandwidth_id': 'internet_bandwidth_id',
|
|
60
|
+
'name': 'name',
|
|
61
|
+
'name_like': 'name_like',
|
|
62
|
+
'access_site': 'access_site',
|
|
63
|
+
'geip_pool_name': 'geip_pool_name',
|
|
64
|
+
'isp': 'isp',
|
|
65
|
+
'ip_version': 'ip_version',
|
|
66
|
+
'cidr': 'cidr',
|
|
67
|
+
'cidr_v6': 'cidr_v6',
|
|
68
|
+
'freezen': 'freezen',
|
|
69
|
+
'internet_bandwidth_is_null': 'internet_bandwidth_is_null',
|
|
70
|
+
'status': 'status',
|
|
71
|
+
'associate_instance_region': 'associate_instance.region',
|
|
72
|
+
'associate_instance_instance_type': 'associate_instance.instance_type',
|
|
73
|
+
'associate_instance_public_border_group': 'associate_instance.public_border_group',
|
|
74
|
+
'associate_instance_instance_site': 'associate_instance.instance_site',
|
|
75
|
+
'associate_instance_instance_id': 'associate_instance.instance_id',
|
|
76
|
+
'associate_instance_project_id': 'associate_instance.project_id',
|
|
77
|
+
'associate_instance_service_id': 'associate_instance.service_id',
|
|
78
|
+
'associate_instance_service_type': 'associate_instance.service_type',
|
|
79
|
+
'enterprise_project_id': 'enterprise_project_id',
|
|
80
|
+
'tags': 'tags'
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
def __init__(self, limit=None, offset=None, marker=None, page_reverse=None, fields=None, sort_key=None, sort_dir=None, id=None, internet_bandwidth_id=None, name=None, name_like=None, access_site=None, geip_pool_name=None, isp=None, ip_version=None, cidr=None, cidr_v6=None, freezen=None, internet_bandwidth_is_null=None, status=None, associate_instance_region=None, associate_instance_instance_type=None, associate_instance_public_border_group=None, associate_instance_instance_site=None, associate_instance_instance_id=None, associate_instance_project_id=None, associate_instance_service_id=None, associate_instance_service_type=None, enterprise_project_id=None, tags=None):
|
|
84
|
+
r"""ListGlobalEipSegmentsRequest
|
|
85
|
+
|
|
86
|
+
The model defined in huaweicloud sdk
|
|
87
|
+
|
|
88
|
+
:param limit: 每页条数
|
|
89
|
+
:type limit: int
|
|
90
|
+
:param offset: 分页起始点
|
|
91
|
+
:type offset: int
|
|
92
|
+
:param marker: 分页起始点
|
|
93
|
+
:type marker: str
|
|
94
|
+
:param page_reverse: 翻页方向
|
|
95
|
+
:type page_reverse: bool
|
|
96
|
+
:param fields:
|
|
97
|
+
:type fields: list[str]
|
|
98
|
+
:param sort_key: 按照sort_key指定的字段排序
|
|
99
|
+
:type sort_key: list[str]
|
|
100
|
+
:param sort_dir: 排序的方向,倒序或者正序
|
|
101
|
+
:type sort_dir: list[str]
|
|
102
|
+
:param id:
|
|
103
|
+
:type id: list[str]
|
|
104
|
+
:param internet_bandwidth_id:
|
|
105
|
+
:type internet_bandwidth_id: list[str]
|
|
106
|
+
:param name:
|
|
107
|
+
:type name: list[str]
|
|
108
|
+
:param name_like:
|
|
109
|
+
:type name_like: str
|
|
110
|
+
:param access_site:
|
|
111
|
+
:type access_site: list[str]
|
|
112
|
+
:param geip_pool_name:
|
|
113
|
+
:type geip_pool_name: list[str]
|
|
114
|
+
:param isp:
|
|
115
|
+
:type isp: list[str]
|
|
116
|
+
:param ip_version:
|
|
117
|
+
:type ip_version: list[int]
|
|
118
|
+
:param cidr:
|
|
119
|
+
:type cidr: list[str]
|
|
120
|
+
:param cidr_v6:
|
|
121
|
+
:type cidr_v6: list[str]
|
|
122
|
+
:param freezen:
|
|
123
|
+
:type freezen: list[bool]
|
|
124
|
+
:param internet_bandwidth_is_null:
|
|
125
|
+
:type internet_bandwidth_is_null: list[bool]
|
|
126
|
+
:param status:
|
|
127
|
+
:type status: list[str]
|
|
128
|
+
:param associate_instance_region:
|
|
129
|
+
:type associate_instance_region: list[str]
|
|
130
|
+
:param associate_instance_instance_type:
|
|
131
|
+
:type associate_instance_instance_type: list[str]
|
|
132
|
+
:param associate_instance_public_border_group:
|
|
133
|
+
:type associate_instance_public_border_group: list[str]
|
|
134
|
+
:param associate_instance_instance_site:
|
|
135
|
+
:type associate_instance_instance_site: list[str]
|
|
136
|
+
:param associate_instance_instance_id:
|
|
137
|
+
:type associate_instance_instance_id: list[str]
|
|
138
|
+
:param associate_instance_project_id:
|
|
139
|
+
:type associate_instance_project_id: list[str]
|
|
140
|
+
:param associate_instance_service_id:
|
|
141
|
+
:type associate_instance_service_id: list[str]
|
|
142
|
+
:param associate_instance_service_type:
|
|
143
|
+
:type associate_instance_service_type: list[str]
|
|
144
|
+
:param enterprise_project_id:
|
|
145
|
+
:type enterprise_project_id: list[str]
|
|
146
|
+
:param tags:
|
|
147
|
+
:type tags: list[str]
|
|
148
|
+
"""
|
|
149
|
+
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
self._limit = None
|
|
153
|
+
self._offset = None
|
|
154
|
+
self._marker = None
|
|
155
|
+
self._page_reverse = None
|
|
156
|
+
self._fields = None
|
|
157
|
+
self._sort_key = None
|
|
158
|
+
self._sort_dir = None
|
|
159
|
+
self._id = None
|
|
160
|
+
self._internet_bandwidth_id = None
|
|
161
|
+
self._name = None
|
|
162
|
+
self._name_like = None
|
|
163
|
+
self._access_site = None
|
|
164
|
+
self._geip_pool_name = None
|
|
165
|
+
self._isp = None
|
|
166
|
+
self._ip_version = None
|
|
167
|
+
self._cidr = None
|
|
168
|
+
self._cidr_v6 = None
|
|
169
|
+
self._freezen = None
|
|
170
|
+
self._internet_bandwidth_is_null = None
|
|
171
|
+
self._status = None
|
|
172
|
+
self._associate_instance_region = None
|
|
173
|
+
self._associate_instance_instance_type = None
|
|
174
|
+
self._associate_instance_public_border_group = None
|
|
175
|
+
self._associate_instance_instance_site = None
|
|
176
|
+
self._associate_instance_instance_id = None
|
|
177
|
+
self._associate_instance_project_id = None
|
|
178
|
+
self._associate_instance_service_id = None
|
|
179
|
+
self._associate_instance_service_type = None
|
|
180
|
+
self._enterprise_project_id = None
|
|
181
|
+
self._tags = None
|
|
182
|
+
self.discriminator = None
|
|
183
|
+
|
|
184
|
+
if limit is not None:
|
|
185
|
+
self.limit = limit
|
|
186
|
+
if offset is not None:
|
|
187
|
+
self.offset = offset
|
|
188
|
+
if marker is not None:
|
|
189
|
+
self.marker = marker
|
|
190
|
+
if page_reverse is not None:
|
|
191
|
+
self.page_reverse = page_reverse
|
|
192
|
+
if fields is not None:
|
|
193
|
+
self.fields = fields
|
|
194
|
+
if sort_key is not None:
|
|
195
|
+
self.sort_key = sort_key
|
|
196
|
+
if sort_dir is not None:
|
|
197
|
+
self.sort_dir = sort_dir
|
|
198
|
+
if id is not None:
|
|
199
|
+
self.id = id
|
|
200
|
+
if internet_bandwidth_id is not None:
|
|
201
|
+
self.internet_bandwidth_id = internet_bandwidth_id
|
|
202
|
+
if name is not None:
|
|
203
|
+
self.name = name
|
|
204
|
+
if name_like is not None:
|
|
205
|
+
self.name_like = name_like
|
|
206
|
+
if access_site is not None:
|
|
207
|
+
self.access_site = access_site
|
|
208
|
+
if geip_pool_name is not None:
|
|
209
|
+
self.geip_pool_name = geip_pool_name
|
|
210
|
+
if isp is not None:
|
|
211
|
+
self.isp = isp
|
|
212
|
+
if ip_version is not None:
|
|
213
|
+
self.ip_version = ip_version
|
|
214
|
+
if cidr is not None:
|
|
215
|
+
self.cidr = cidr
|
|
216
|
+
if cidr_v6 is not None:
|
|
217
|
+
self.cidr_v6 = cidr_v6
|
|
218
|
+
if freezen is not None:
|
|
219
|
+
self.freezen = freezen
|
|
220
|
+
if internet_bandwidth_is_null is not None:
|
|
221
|
+
self.internet_bandwidth_is_null = internet_bandwidth_is_null
|
|
222
|
+
if status is not None:
|
|
223
|
+
self.status = status
|
|
224
|
+
if associate_instance_region is not None:
|
|
225
|
+
self.associate_instance_region = associate_instance_region
|
|
226
|
+
if associate_instance_instance_type is not None:
|
|
227
|
+
self.associate_instance_instance_type = associate_instance_instance_type
|
|
228
|
+
if associate_instance_public_border_group is not None:
|
|
229
|
+
self.associate_instance_public_border_group = associate_instance_public_border_group
|
|
230
|
+
if associate_instance_instance_site is not None:
|
|
231
|
+
self.associate_instance_instance_site = associate_instance_instance_site
|
|
232
|
+
if associate_instance_instance_id is not None:
|
|
233
|
+
self.associate_instance_instance_id = associate_instance_instance_id
|
|
234
|
+
if associate_instance_project_id is not None:
|
|
235
|
+
self.associate_instance_project_id = associate_instance_project_id
|
|
236
|
+
if associate_instance_service_id is not None:
|
|
237
|
+
self.associate_instance_service_id = associate_instance_service_id
|
|
238
|
+
if associate_instance_service_type is not None:
|
|
239
|
+
self.associate_instance_service_type = associate_instance_service_type
|
|
240
|
+
if enterprise_project_id is not None:
|
|
241
|
+
self.enterprise_project_id = enterprise_project_id
|
|
242
|
+
if tags is not None:
|
|
243
|
+
self.tags = tags
|
|
244
|
+
|
|
245
|
+
@property
|
|
246
|
+
def limit(self):
|
|
247
|
+
r"""Gets the limit of this ListGlobalEipSegmentsRequest.
|
|
248
|
+
|
|
249
|
+
每页条数
|
|
250
|
+
|
|
251
|
+
:return: The limit of this ListGlobalEipSegmentsRequest.
|
|
252
|
+
:rtype: int
|
|
253
|
+
"""
|
|
254
|
+
return self._limit
|
|
255
|
+
|
|
256
|
+
@limit.setter
|
|
257
|
+
def limit(self, limit):
|
|
258
|
+
r"""Sets the limit of this ListGlobalEipSegmentsRequest.
|
|
259
|
+
|
|
260
|
+
每页条数
|
|
261
|
+
|
|
262
|
+
:param limit: The limit of this ListGlobalEipSegmentsRequest.
|
|
263
|
+
:type limit: int
|
|
264
|
+
"""
|
|
265
|
+
self._limit = limit
|
|
266
|
+
|
|
267
|
+
@property
|
|
268
|
+
def offset(self):
|
|
269
|
+
r"""Gets the offset of this ListGlobalEipSegmentsRequest.
|
|
270
|
+
|
|
271
|
+
分页起始点
|
|
272
|
+
|
|
273
|
+
:return: The offset of this ListGlobalEipSegmentsRequest.
|
|
274
|
+
:rtype: int
|
|
275
|
+
"""
|
|
276
|
+
return self._offset
|
|
277
|
+
|
|
278
|
+
@offset.setter
|
|
279
|
+
def offset(self, offset):
|
|
280
|
+
r"""Sets the offset of this ListGlobalEipSegmentsRequest.
|
|
281
|
+
|
|
282
|
+
分页起始点
|
|
283
|
+
|
|
284
|
+
:param offset: The offset of this ListGlobalEipSegmentsRequest.
|
|
285
|
+
:type offset: int
|
|
286
|
+
"""
|
|
287
|
+
self._offset = offset
|
|
288
|
+
|
|
289
|
+
@property
|
|
290
|
+
def marker(self):
|
|
291
|
+
r"""Gets the marker of this ListGlobalEipSegmentsRequest.
|
|
292
|
+
|
|
293
|
+
分页起始点
|
|
294
|
+
|
|
295
|
+
:return: The marker of this ListGlobalEipSegmentsRequest.
|
|
296
|
+
:rtype: str
|
|
297
|
+
"""
|
|
298
|
+
return self._marker
|
|
299
|
+
|
|
300
|
+
@marker.setter
|
|
301
|
+
def marker(self, marker):
|
|
302
|
+
r"""Sets the marker of this ListGlobalEipSegmentsRequest.
|
|
303
|
+
|
|
304
|
+
分页起始点
|
|
305
|
+
|
|
306
|
+
:param marker: The marker of this ListGlobalEipSegmentsRequest.
|
|
307
|
+
:type marker: str
|
|
308
|
+
"""
|
|
309
|
+
self._marker = marker
|
|
310
|
+
|
|
311
|
+
@property
|
|
312
|
+
def page_reverse(self):
|
|
313
|
+
r"""Gets the page_reverse of this ListGlobalEipSegmentsRequest.
|
|
314
|
+
|
|
315
|
+
翻页方向
|
|
316
|
+
|
|
317
|
+
:return: The page_reverse of this ListGlobalEipSegmentsRequest.
|
|
318
|
+
:rtype: bool
|
|
319
|
+
"""
|
|
320
|
+
return self._page_reverse
|
|
321
|
+
|
|
322
|
+
@page_reverse.setter
|
|
323
|
+
def page_reverse(self, page_reverse):
|
|
324
|
+
r"""Sets the page_reverse of this ListGlobalEipSegmentsRequest.
|
|
325
|
+
|
|
326
|
+
翻页方向
|
|
327
|
+
|
|
328
|
+
:param page_reverse: The page_reverse of this ListGlobalEipSegmentsRequest.
|
|
329
|
+
:type page_reverse: bool
|
|
330
|
+
"""
|
|
331
|
+
self._page_reverse = page_reverse
|
|
332
|
+
|
|
333
|
+
@property
|
|
334
|
+
def fields(self):
|
|
335
|
+
r"""Gets the fields of this ListGlobalEipSegmentsRequest.
|
|
336
|
+
|
|
337
|
+
:return: The fields of this ListGlobalEipSegmentsRequest.
|
|
338
|
+
:rtype: list[str]
|
|
339
|
+
"""
|
|
340
|
+
return self._fields
|
|
341
|
+
|
|
342
|
+
@fields.setter
|
|
343
|
+
def fields(self, fields):
|
|
344
|
+
r"""Sets the fields of this ListGlobalEipSegmentsRequest.
|
|
345
|
+
|
|
346
|
+
:param fields: The fields of this ListGlobalEipSegmentsRequest.
|
|
347
|
+
:type fields: list[str]
|
|
348
|
+
"""
|
|
349
|
+
self._fields = fields
|
|
350
|
+
|
|
351
|
+
@property
|
|
352
|
+
def sort_key(self):
|
|
353
|
+
r"""Gets the sort_key of this ListGlobalEipSegmentsRequest.
|
|
354
|
+
|
|
355
|
+
按照sort_key指定的字段排序
|
|
356
|
+
|
|
357
|
+
:return: The sort_key of this ListGlobalEipSegmentsRequest.
|
|
358
|
+
:rtype: list[str]
|
|
359
|
+
"""
|
|
360
|
+
return self._sort_key
|
|
361
|
+
|
|
362
|
+
@sort_key.setter
|
|
363
|
+
def sort_key(self, sort_key):
|
|
364
|
+
r"""Sets the sort_key of this ListGlobalEipSegmentsRequest.
|
|
365
|
+
|
|
366
|
+
按照sort_key指定的字段排序
|
|
367
|
+
|
|
368
|
+
:param sort_key: The sort_key of this ListGlobalEipSegmentsRequest.
|
|
369
|
+
:type sort_key: list[str]
|
|
370
|
+
"""
|
|
371
|
+
self._sort_key = sort_key
|
|
372
|
+
|
|
373
|
+
@property
|
|
374
|
+
def sort_dir(self):
|
|
375
|
+
r"""Gets the sort_dir of this ListGlobalEipSegmentsRequest.
|
|
376
|
+
|
|
377
|
+
排序的方向,倒序或者正序
|
|
378
|
+
|
|
379
|
+
:return: The sort_dir of this ListGlobalEipSegmentsRequest.
|
|
380
|
+
:rtype: list[str]
|
|
381
|
+
"""
|
|
382
|
+
return self._sort_dir
|
|
383
|
+
|
|
384
|
+
@sort_dir.setter
|
|
385
|
+
def sort_dir(self, sort_dir):
|
|
386
|
+
r"""Sets the sort_dir of this ListGlobalEipSegmentsRequest.
|
|
387
|
+
|
|
388
|
+
排序的方向,倒序或者正序
|
|
389
|
+
|
|
390
|
+
:param sort_dir: The sort_dir of this ListGlobalEipSegmentsRequest.
|
|
391
|
+
:type sort_dir: list[str]
|
|
392
|
+
"""
|
|
393
|
+
self._sort_dir = sort_dir
|
|
394
|
+
|
|
395
|
+
@property
|
|
396
|
+
def id(self):
|
|
397
|
+
r"""Gets the id of this ListGlobalEipSegmentsRequest.
|
|
398
|
+
|
|
399
|
+
:return: The id of this ListGlobalEipSegmentsRequest.
|
|
400
|
+
:rtype: list[str]
|
|
401
|
+
"""
|
|
402
|
+
return self._id
|
|
403
|
+
|
|
404
|
+
@id.setter
|
|
405
|
+
def id(self, id):
|
|
406
|
+
r"""Sets the id of this ListGlobalEipSegmentsRequest.
|
|
407
|
+
|
|
408
|
+
:param id: The id of this ListGlobalEipSegmentsRequest.
|
|
409
|
+
:type id: list[str]
|
|
410
|
+
"""
|
|
411
|
+
self._id = id
|
|
412
|
+
|
|
413
|
+
@property
|
|
414
|
+
def internet_bandwidth_id(self):
|
|
415
|
+
r"""Gets the internet_bandwidth_id of this ListGlobalEipSegmentsRequest.
|
|
416
|
+
|
|
417
|
+
:return: The internet_bandwidth_id of this ListGlobalEipSegmentsRequest.
|
|
418
|
+
:rtype: list[str]
|
|
419
|
+
"""
|
|
420
|
+
return self._internet_bandwidth_id
|
|
421
|
+
|
|
422
|
+
@internet_bandwidth_id.setter
|
|
423
|
+
def internet_bandwidth_id(self, internet_bandwidth_id):
|
|
424
|
+
r"""Sets the internet_bandwidth_id of this ListGlobalEipSegmentsRequest.
|
|
425
|
+
|
|
426
|
+
:param internet_bandwidth_id: The internet_bandwidth_id of this ListGlobalEipSegmentsRequest.
|
|
427
|
+
:type internet_bandwidth_id: list[str]
|
|
428
|
+
"""
|
|
429
|
+
self._internet_bandwidth_id = internet_bandwidth_id
|
|
430
|
+
|
|
431
|
+
@property
|
|
432
|
+
def name(self):
|
|
433
|
+
r"""Gets the name of this ListGlobalEipSegmentsRequest.
|
|
434
|
+
|
|
435
|
+
:return: The name of this ListGlobalEipSegmentsRequest.
|
|
436
|
+
:rtype: list[str]
|
|
437
|
+
"""
|
|
438
|
+
return self._name
|
|
439
|
+
|
|
440
|
+
@name.setter
|
|
441
|
+
def name(self, name):
|
|
442
|
+
r"""Sets the name of this ListGlobalEipSegmentsRequest.
|
|
443
|
+
|
|
444
|
+
:param name: The name of this ListGlobalEipSegmentsRequest.
|
|
445
|
+
:type name: list[str]
|
|
446
|
+
"""
|
|
447
|
+
self._name = name
|
|
448
|
+
|
|
449
|
+
@property
|
|
450
|
+
def name_like(self):
|
|
451
|
+
r"""Gets the name_like of this ListGlobalEipSegmentsRequest.
|
|
452
|
+
|
|
453
|
+
:return: The name_like of this ListGlobalEipSegmentsRequest.
|
|
454
|
+
:rtype: str
|
|
455
|
+
"""
|
|
456
|
+
return self._name_like
|
|
457
|
+
|
|
458
|
+
@name_like.setter
|
|
459
|
+
def name_like(self, name_like):
|
|
460
|
+
r"""Sets the name_like of this ListGlobalEipSegmentsRequest.
|
|
461
|
+
|
|
462
|
+
:param name_like: The name_like of this ListGlobalEipSegmentsRequest.
|
|
463
|
+
:type name_like: str
|
|
464
|
+
"""
|
|
465
|
+
self._name_like = name_like
|
|
466
|
+
|
|
467
|
+
@property
|
|
468
|
+
def access_site(self):
|
|
469
|
+
r"""Gets the access_site of this ListGlobalEipSegmentsRequest.
|
|
470
|
+
|
|
471
|
+
:return: The access_site of this ListGlobalEipSegmentsRequest.
|
|
472
|
+
:rtype: list[str]
|
|
473
|
+
"""
|
|
474
|
+
return self._access_site
|
|
475
|
+
|
|
476
|
+
@access_site.setter
|
|
477
|
+
def access_site(self, access_site):
|
|
478
|
+
r"""Sets the access_site of this ListGlobalEipSegmentsRequest.
|
|
479
|
+
|
|
480
|
+
:param access_site: The access_site of this ListGlobalEipSegmentsRequest.
|
|
481
|
+
:type access_site: list[str]
|
|
482
|
+
"""
|
|
483
|
+
self._access_site = access_site
|
|
484
|
+
|
|
485
|
+
@property
|
|
486
|
+
def geip_pool_name(self):
|
|
487
|
+
r"""Gets the geip_pool_name of this ListGlobalEipSegmentsRequest.
|
|
488
|
+
|
|
489
|
+
:return: The geip_pool_name of this ListGlobalEipSegmentsRequest.
|
|
490
|
+
:rtype: list[str]
|
|
491
|
+
"""
|
|
492
|
+
return self._geip_pool_name
|
|
493
|
+
|
|
494
|
+
@geip_pool_name.setter
|
|
495
|
+
def geip_pool_name(self, geip_pool_name):
|
|
496
|
+
r"""Sets the geip_pool_name of this ListGlobalEipSegmentsRequest.
|
|
497
|
+
|
|
498
|
+
:param geip_pool_name: The geip_pool_name of this ListGlobalEipSegmentsRequest.
|
|
499
|
+
:type geip_pool_name: list[str]
|
|
500
|
+
"""
|
|
501
|
+
self._geip_pool_name = geip_pool_name
|
|
502
|
+
|
|
503
|
+
@property
|
|
504
|
+
def isp(self):
|
|
505
|
+
r"""Gets the isp of this ListGlobalEipSegmentsRequest.
|
|
506
|
+
|
|
507
|
+
:return: The isp of this ListGlobalEipSegmentsRequest.
|
|
508
|
+
:rtype: list[str]
|
|
509
|
+
"""
|
|
510
|
+
return self._isp
|
|
511
|
+
|
|
512
|
+
@isp.setter
|
|
513
|
+
def isp(self, isp):
|
|
514
|
+
r"""Sets the isp of this ListGlobalEipSegmentsRequest.
|
|
515
|
+
|
|
516
|
+
:param isp: The isp of this ListGlobalEipSegmentsRequest.
|
|
517
|
+
:type isp: list[str]
|
|
518
|
+
"""
|
|
519
|
+
self._isp = isp
|
|
520
|
+
|
|
521
|
+
@property
|
|
522
|
+
def ip_version(self):
|
|
523
|
+
r"""Gets the ip_version of this ListGlobalEipSegmentsRequest.
|
|
524
|
+
|
|
525
|
+
:return: The ip_version of this ListGlobalEipSegmentsRequest.
|
|
526
|
+
:rtype: list[int]
|
|
527
|
+
"""
|
|
528
|
+
return self._ip_version
|
|
529
|
+
|
|
530
|
+
@ip_version.setter
|
|
531
|
+
def ip_version(self, ip_version):
|
|
532
|
+
r"""Sets the ip_version of this ListGlobalEipSegmentsRequest.
|
|
533
|
+
|
|
534
|
+
:param ip_version: The ip_version of this ListGlobalEipSegmentsRequest.
|
|
535
|
+
:type ip_version: list[int]
|
|
536
|
+
"""
|
|
537
|
+
self._ip_version = ip_version
|
|
538
|
+
|
|
539
|
+
@property
|
|
540
|
+
def cidr(self):
|
|
541
|
+
r"""Gets the cidr of this ListGlobalEipSegmentsRequest.
|
|
542
|
+
|
|
543
|
+
:return: The cidr of this ListGlobalEipSegmentsRequest.
|
|
544
|
+
:rtype: list[str]
|
|
545
|
+
"""
|
|
546
|
+
return self._cidr
|
|
547
|
+
|
|
548
|
+
@cidr.setter
|
|
549
|
+
def cidr(self, cidr):
|
|
550
|
+
r"""Sets the cidr of this ListGlobalEipSegmentsRequest.
|
|
551
|
+
|
|
552
|
+
:param cidr: The cidr of this ListGlobalEipSegmentsRequest.
|
|
553
|
+
:type cidr: list[str]
|
|
554
|
+
"""
|
|
555
|
+
self._cidr = cidr
|
|
556
|
+
|
|
557
|
+
@property
|
|
558
|
+
def cidr_v6(self):
|
|
559
|
+
r"""Gets the cidr_v6 of this ListGlobalEipSegmentsRequest.
|
|
560
|
+
|
|
561
|
+
:return: The cidr_v6 of this ListGlobalEipSegmentsRequest.
|
|
562
|
+
:rtype: list[str]
|
|
563
|
+
"""
|
|
564
|
+
return self._cidr_v6
|
|
565
|
+
|
|
566
|
+
@cidr_v6.setter
|
|
567
|
+
def cidr_v6(self, cidr_v6):
|
|
568
|
+
r"""Sets the cidr_v6 of this ListGlobalEipSegmentsRequest.
|
|
569
|
+
|
|
570
|
+
:param cidr_v6: The cidr_v6 of this ListGlobalEipSegmentsRequest.
|
|
571
|
+
:type cidr_v6: list[str]
|
|
572
|
+
"""
|
|
573
|
+
self._cidr_v6 = cidr_v6
|
|
574
|
+
|
|
575
|
+
@property
|
|
576
|
+
def freezen(self):
|
|
577
|
+
r"""Gets the freezen of this ListGlobalEipSegmentsRequest.
|
|
578
|
+
|
|
579
|
+
:return: The freezen of this ListGlobalEipSegmentsRequest.
|
|
580
|
+
:rtype: list[bool]
|
|
581
|
+
"""
|
|
582
|
+
return self._freezen
|
|
583
|
+
|
|
584
|
+
@freezen.setter
|
|
585
|
+
def freezen(self, freezen):
|
|
586
|
+
r"""Sets the freezen of this ListGlobalEipSegmentsRequest.
|
|
587
|
+
|
|
588
|
+
:param freezen: The freezen of this ListGlobalEipSegmentsRequest.
|
|
589
|
+
:type freezen: list[bool]
|
|
590
|
+
"""
|
|
591
|
+
self._freezen = freezen
|
|
592
|
+
|
|
593
|
+
@property
|
|
594
|
+
def internet_bandwidth_is_null(self):
|
|
595
|
+
r"""Gets the internet_bandwidth_is_null of this ListGlobalEipSegmentsRequest.
|
|
596
|
+
|
|
597
|
+
:return: The internet_bandwidth_is_null of this ListGlobalEipSegmentsRequest.
|
|
598
|
+
:rtype: list[bool]
|
|
599
|
+
"""
|
|
600
|
+
return self._internet_bandwidth_is_null
|
|
601
|
+
|
|
602
|
+
@internet_bandwidth_is_null.setter
|
|
603
|
+
def internet_bandwidth_is_null(self, internet_bandwidth_is_null):
|
|
604
|
+
r"""Sets the internet_bandwidth_is_null of this ListGlobalEipSegmentsRequest.
|
|
605
|
+
|
|
606
|
+
:param internet_bandwidth_is_null: The internet_bandwidth_is_null of this ListGlobalEipSegmentsRequest.
|
|
607
|
+
:type internet_bandwidth_is_null: list[bool]
|
|
608
|
+
"""
|
|
609
|
+
self._internet_bandwidth_is_null = internet_bandwidth_is_null
|
|
610
|
+
|
|
611
|
+
@property
|
|
612
|
+
def status(self):
|
|
613
|
+
r"""Gets the status of this ListGlobalEipSegmentsRequest.
|
|
614
|
+
|
|
615
|
+
:return: The status of this ListGlobalEipSegmentsRequest.
|
|
616
|
+
:rtype: list[str]
|
|
617
|
+
"""
|
|
618
|
+
return self._status
|
|
619
|
+
|
|
620
|
+
@status.setter
|
|
621
|
+
def status(self, status):
|
|
622
|
+
r"""Sets the status of this ListGlobalEipSegmentsRequest.
|
|
623
|
+
|
|
624
|
+
:param status: The status of this ListGlobalEipSegmentsRequest.
|
|
625
|
+
:type status: list[str]
|
|
626
|
+
"""
|
|
627
|
+
self._status = status
|
|
628
|
+
|
|
629
|
+
@property
|
|
630
|
+
def associate_instance_region(self):
|
|
631
|
+
r"""Gets the associate_instance_region of this ListGlobalEipSegmentsRequest.
|
|
632
|
+
|
|
633
|
+
:return: The associate_instance_region of this ListGlobalEipSegmentsRequest.
|
|
634
|
+
:rtype: list[str]
|
|
635
|
+
"""
|
|
636
|
+
return self._associate_instance_region
|
|
637
|
+
|
|
638
|
+
@associate_instance_region.setter
|
|
639
|
+
def associate_instance_region(self, associate_instance_region):
|
|
640
|
+
r"""Sets the associate_instance_region of this ListGlobalEipSegmentsRequest.
|
|
641
|
+
|
|
642
|
+
:param associate_instance_region: The associate_instance_region of this ListGlobalEipSegmentsRequest.
|
|
643
|
+
:type associate_instance_region: list[str]
|
|
644
|
+
"""
|
|
645
|
+
self._associate_instance_region = associate_instance_region
|
|
646
|
+
|
|
647
|
+
@property
|
|
648
|
+
def associate_instance_instance_type(self):
|
|
649
|
+
r"""Gets the associate_instance_instance_type of this ListGlobalEipSegmentsRequest.
|
|
650
|
+
|
|
651
|
+
:return: The associate_instance_instance_type of this ListGlobalEipSegmentsRequest.
|
|
652
|
+
:rtype: list[str]
|
|
653
|
+
"""
|
|
654
|
+
return self._associate_instance_instance_type
|
|
655
|
+
|
|
656
|
+
@associate_instance_instance_type.setter
|
|
657
|
+
def associate_instance_instance_type(self, associate_instance_instance_type):
|
|
658
|
+
r"""Sets the associate_instance_instance_type of this ListGlobalEipSegmentsRequest.
|
|
659
|
+
|
|
660
|
+
:param associate_instance_instance_type: The associate_instance_instance_type of this ListGlobalEipSegmentsRequest.
|
|
661
|
+
:type associate_instance_instance_type: list[str]
|
|
662
|
+
"""
|
|
663
|
+
self._associate_instance_instance_type = associate_instance_instance_type
|
|
664
|
+
|
|
665
|
+
@property
|
|
666
|
+
def associate_instance_public_border_group(self):
|
|
667
|
+
r"""Gets the associate_instance_public_border_group of this ListGlobalEipSegmentsRequest.
|
|
668
|
+
|
|
669
|
+
:return: The associate_instance_public_border_group of this ListGlobalEipSegmentsRequest.
|
|
670
|
+
:rtype: list[str]
|
|
671
|
+
"""
|
|
672
|
+
return self._associate_instance_public_border_group
|
|
673
|
+
|
|
674
|
+
@associate_instance_public_border_group.setter
|
|
675
|
+
def associate_instance_public_border_group(self, associate_instance_public_border_group):
|
|
676
|
+
r"""Sets the associate_instance_public_border_group of this ListGlobalEipSegmentsRequest.
|
|
677
|
+
|
|
678
|
+
:param associate_instance_public_border_group: The associate_instance_public_border_group of this ListGlobalEipSegmentsRequest.
|
|
679
|
+
:type associate_instance_public_border_group: list[str]
|
|
680
|
+
"""
|
|
681
|
+
self._associate_instance_public_border_group = associate_instance_public_border_group
|
|
682
|
+
|
|
683
|
+
@property
|
|
684
|
+
def associate_instance_instance_site(self):
|
|
685
|
+
r"""Gets the associate_instance_instance_site of this ListGlobalEipSegmentsRequest.
|
|
686
|
+
|
|
687
|
+
:return: The associate_instance_instance_site of this ListGlobalEipSegmentsRequest.
|
|
688
|
+
:rtype: list[str]
|
|
689
|
+
"""
|
|
690
|
+
return self._associate_instance_instance_site
|
|
691
|
+
|
|
692
|
+
@associate_instance_instance_site.setter
|
|
693
|
+
def associate_instance_instance_site(self, associate_instance_instance_site):
|
|
694
|
+
r"""Sets the associate_instance_instance_site of this ListGlobalEipSegmentsRequest.
|
|
695
|
+
|
|
696
|
+
:param associate_instance_instance_site: The associate_instance_instance_site of this ListGlobalEipSegmentsRequest.
|
|
697
|
+
:type associate_instance_instance_site: list[str]
|
|
698
|
+
"""
|
|
699
|
+
self._associate_instance_instance_site = associate_instance_instance_site
|
|
700
|
+
|
|
701
|
+
@property
|
|
702
|
+
def associate_instance_instance_id(self):
|
|
703
|
+
r"""Gets the associate_instance_instance_id of this ListGlobalEipSegmentsRequest.
|
|
704
|
+
|
|
705
|
+
:return: The associate_instance_instance_id of this ListGlobalEipSegmentsRequest.
|
|
706
|
+
:rtype: list[str]
|
|
707
|
+
"""
|
|
708
|
+
return self._associate_instance_instance_id
|
|
709
|
+
|
|
710
|
+
@associate_instance_instance_id.setter
|
|
711
|
+
def associate_instance_instance_id(self, associate_instance_instance_id):
|
|
712
|
+
r"""Sets the associate_instance_instance_id of this ListGlobalEipSegmentsRequest.
|
|
713
|
+
|
|
714
|
+
:param associate_instance_instance_id: The associate_instance_instance_id of this ListGlobalEipSegmentsRequest.
|
|
715
|
+
:type associate_instance_instance_id: list[str]
|
|
716
|
+
"""
|
|
717
|
+
self._associate_instance_instance_id = associate_instance_instance_id
|
|
718
|
+
|
|
719
|
+
@property
|
|
720
|
+
def associate_instance_project_id(self):
|
|
721
|
+
r"""Gets the associate_instance_project_id of this ListGlobalEipSegmentsRequest.
|
|
722
|
+
|
|
723
|
+
:return: The associate_instance_project_id of this ListGlobalEipSegmentsRequest.
|
|
724
|
+
:rtype: list[str]
|
|
725
|
+
"""
|
|
726
|
+
return self._associate_instance_project_id
|
|
727
|
+
|
|
728
|
+
@associate_instance_project_id.setter
|
|
729
|
+
def associate_instance_project_id(self, associate_instance_project_id):
|
|
730
|
+
r"""Sets the associate_instance_project_id of this ListGlobalEipSegmentsRequest.
|
|
731
|
+
|
|
732
|
+
:param associate_instance_project_id: The associate_instance_project_id of this ListGlobalEipSegmentsRequest.
|
|
733
|
+
:type associate_instance_project_id: list[str]
|
|
734
|
+
"""
|
|
735
|
+
self._associate_instance_project_id = associate_instance_project_id
|
|
736
|
+
|
|
737
|
+
@property
|
|
738
|
+
def associate_instance_service_id(self):
|
|
739
|
+
r"""Gets the associate_instance_service_id of this ListGlobalEipSegmentsRequest.
|
|
740
|
+
|
|
741
|
+
:return: The associate_instance_service_id of this ListGlobalEipSegmentsRequest.
|
|
742
|
+
:rtype: list[str]
|
|
743
|
+
"""
|
|
744
|
+
return self._associate_instance_service_id
|
|
745
|
+
|
|
746
|
+
@associate_instance_service_id.setter
|
|
747
|
+
def associate_instance_service_id(self, associate_instance_service_id):
|
|
748
|
+
r"""Sets the associate_instance_service_id of this ListGlobalEipSegmentsRequest.
|
|
749
|
+
|
|
750
|
+
:param associate_instance_service_id: The associate_instance_service_id of this ListGlobalEipSegmentsRequest.
|
|
751
|
+
:type associate_instance_service_id: list[str]
|
|
752
|
+
"""
|
|
753
|
+
self._associate_instance_service_id = associate_instance_service_id
|
|
754
|
+
|
|
755
|
+
@property
|
|
756
|
+
def associate_instance_service_type(self):
|
|
757
|
+
r"""Gets the associate_instance_service_type of this ListGlobalEipSegmentsRequest.
|
|
758
|
+
|
|
759
|
+
:return: The associate_instance_service_type of this ListGlobalEipSegmentsRequest.
|
|
760
|
+
:rtype: list[str]
|
|
761
|
+
"""
|
|
762
|
+
return self._associate_instance_service_type
|
|
763
|
+
|
|
764
|
+
@associate_instance_service_type.setter
|
|
765
|
+
def associate_instance_service_type(self, associate_instance_service_type):
|
|
766
|
+
r"""Sets the associate_instance_service_type of this ListGlobalEipSegmentsRequest.
|
|
767
|
+
|
|
768
|
+
:param associate_instance_service_type: The associate_instance_service_type of this ListGlobalEipSegmentsRequest.
|
|
769
|
+
:type associate_instance_service_type: list[str]
|
|
770
|
+
"""
|
|
771
|
+
self._associate_instance_service_type = associate_instance_service_type
|
|
772
|
+
|
|
773
|
+
@property
|
|
774
|
+
def enterprise_project_id(self):
|
|
775
|
+
r"""Gets the enterprise_project_id of this ListGlobalEipSegmentsRequest.
|
|
776
|
+
|
|
777
|
+
:return: The enterprise_project_id of this ListGlobalEipSegmentsRequest.
|
|
778
|
+
:rtype: list[str]
|
|
779
|
+
"""
|
|
780
|
+
return self._enterprise_project_id
|
|
781
|
+
|
|
782
|
+
@enterprise_project_id.setter
|
|
783
|
+
def enterprise_project_id(self, enterprise_project_id):
|
|
784
|
+
r"""Sets the enterprise_project_id of this ListGlobalEipSegmentsRequest.
|
|
785
|
+
|
|
786
|
+
:param enterprise_project_id: The enterprise_project_id of this ListGlobalEipSegmentsRequest.
|
|
787
|
+
:type enterprise_project_id: list[str]
|
|
788
|
+
"""
|
|
789
|
+
self._enterprise_project_id = enterprise_project_id
|
|
790
|
+
|
|
791
|
+
@property
|
|
792
|
+
def tags(self):
|
|
793
|
+
r"""Gets the tags of this ListGlobalEipSegmentsRequest.
|
|
794
|
+
|
|
795
|
+
:return: The tags of this ListGlobalEipSegmentsRequest.
|
|
796
|
+
:rtype: list[str]
|
|
797
|
+
"""
|
|
798
|
+
return self._tags
|
|
799
|
+
|
|
800
|
+
@tags.setter
|
|
801
|
+
def tags(self, tags):
|
|
802
|
+
r"""Sets the tags of this ListGlobalEipSegmentsRequest.
|
|
803
|
+
|
|
804
|
+
:param tags: The tags of this ListGlobalEipSegmentsRequest.
|
|
805
|
+
:type tags: list[str]
|
|
806
|
+
"""
|
|
807
|
+
self._tags = tags
|
|
808
|
+
|
|
809
|
+
def to_dict(self):
|
|
810
|
+
result = {}
|
|
811
|
+
|
|
812
|
+
for attr, _ in self.openapi_types.items():
|
|
813
|
+
value = getattr(self, attr)
|
|
814
|
+
if isinstance(value, list):
|
|
815
|
+
result[attr] = list(map(
|
|
816
|
+
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
|
817
|
+
value
|
|
818
|
+
))
|
|
819
|
+
elif hasattr(value, "to_dict"):
|
|
820
|
+
result[attr] = value.to_dict()
|
|
821
|
+
elif isinstance(value, dict):
|
|
822
|
+
result[attr] = dict(map(
|
|
823
|
+
lambda item: (item[0], item[1].to_dict())
|
|
824
|
+
if hasattr(item[1], "to_dict") else item,
|
|
825
|
+
value.items()
|
|
826
|
+
))
|
|
827
|
+
else:
|
|
828
|
+
if attr in self.sensitive_list:
|
|
829
|
+
result[attr] = "****"
|
|
830
|
+
else:
|
|
831
|
+
result[attr] = value
|
|
832
|
+
|
|
833
|
+
return result
|
|
834
|
+
|
|
835
|
+
def to_str(self):
|
|
836
|
+
"""Returns the string representation of the model"""
|
|
837
|
+
import simplejson as json
|
|
838
|
+
return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
|
|
839
|
+
|
|
840
|
+
def __repr__(self):
|
|
841
|
+
"""For `print`"""
|
|
842
|
+
return self.to_str()
|
|
843
|
+
|
|
844
|
+
def __eq__(self, other):
|
|
845
|
+
"""Returns true if both objects are equal"""
|
|
846
|
+
if not isinstance(other, ListGlobalEipSegmentsRequest):
|
|
847
|
+
return False
|
|
848
|
+
|
|
849
|
+
return self.__dict__ == other.__dict__
|
|
850
|
+
|
|
851
|
+
def __ne__(self, other):
|
|
852
|
+
"""Returns true if both objects are not equal"""
|
|
853
|
+
return not self == other
|