Skip to content

Commit b8ce2df

Browse files
author
ci_volc_sdk_gen
committed
feat: auto generate for vpc-Python-2020-04-01-online-202-2023_11_08_16_13_34
1 parent ad14e59 commit b8ce2df

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

meta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"lasted": "1.0.55",
3-
"meta_commit": "1007902d4a7e202c73408e9d25496897acefde72"
2+
"lasted": "1.0.56",
3+
"meta_commit": "b0988f6480f4f830fe613fd908c10c84d7d019dc"
44
}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup, find_packages # noqa: H301
44

55
NAME = "volcengine-python-sdk"
6-
VERSION = "1.0.55"
6+
VERSION = "1.0.56"
77
# To install the library, run the following
88
#
99
# python setup.py install

volcenginesdkcore/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
6767
self.default_headers[header_name] = header_value
6868
self.cookie = cookie
6969
# Set default User-Agent.
70-
self.user_agent = 'volcstack-python-sdk/1.0.55'
70+
self.user_agent = 'volcstack-python-sdk/1.0.56'
7171
self.client_side_validation = configuration.client_side_validation
7272

7373
def __del__(self):

volcenginesdkcore/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,5 +221,5 @@ def to_debug_report(self):
221221
"OS: {env}\n"\
222222
"Python Version: {pyversion}\n"\
223223
"Version of the API: 0.1.0\n"\
224-
"SDK Package Version: 1.0.55".\
224+
"SDK Package Version: 1.0.56".\
225225
format(env=sys.platform, pyversion=sys.version)

volcenginesdkvpc/models/allocate_eip_address_request.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ def isp(self, isp):
258258
:param isp: The isp of this AllocateEipAddressRequest. # noqa: E501
259259
:type: str
260260
"""
261-
allowed_values = ["BGP", "SingleLine_BGP", "Fusion_BGP", "ChinaMobile", "ChinaUnicom", "ChinaTelecom", "ChinaMobile_Value", "ChinaUnicom_Value", "ChinaTelecom_Value"] # noqa: E501
261+
allowed_values = ["BGP", "SingleLine_BGP", "Static_BGP", "Fusion_BGP", "ChinaMobile", "ChinaUnicom", "ChinaTelecom", "ChinaMobile_Value", "ChinaUnicom_Value", "ChinaTelecom_Value"] # noqa: E501
262262
if (self._configuration.client_side_validation and
263263
isp not in allowed_values):
264264
raise ValueError(

volcenginesdkvpc/models/create_bandwidth_package_request.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ def isp(self, isp):
229229
:param isp: The isp of this CreateBandwidthPackageRequest. # noqa: E501
230230
:type: str
231231
"""
232-
allowed_values = ["BGP", "SingleLine_BGP", "Fusion_BGP", "ChinaMobile", "ChinaUnicom", "ChinaTelecom", "ChinaMobile_Value", "ChinaUnicom_Value", "ChinaTelecom_Value"] # noqa: E501
232+
allowed_values = ["BGP", "SingleLine_BGP", "Static_BGP", "Fusion_BGP", "ChinaMobile", "ChinaUnicom", "ChinaTelecom", "ChinaMobile_Value", "ChinaUnicom_Value", "ChinaTelecom_Value"] # noqa: E501
233233
if (self._configuration.client_side_validation and
234234
isp not in allowed_values):
235235
raise ValueError(

volcenginesdkvpc/models/describe_bandwidth_packages_request.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ def isp(self, isp):
152152
:param isp: The isp of this DescribeBandwidthPackagesRequest. # noqa: E501
153153
:type: str
154154
"""
155-
allowed_values = ["BGP", "SingleLine_BGP", "Fusion_BGP", "ChinaMobile", "ChinaUnicom", "ChinaTelecom", "ChinaMobile_Value", "ChinaUnicom_Value", "ChinaTelecom_Value"] # noqa: E501
155+
allowed_values = ["BGP", "SingleLine_BGP", "Static_BGP", "Fusion_BGP", "ChinaMobile", "ChinaUnicom", "ChinaTelecom", "ChinaMobile_Value", "ChinaUnicom_Value", "ChinaTelecom_Value"] # noqa: E501
156156
if (self._configuration.client_side_validation and
157157
isp not in allowed_values):
158158
raise ValueError(

volcenginesdkvpc/models/describe_eip_addresses_request.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ def isp(self, isp):
248248
:param isp: The isp of this DescribeEipAddressesRequest. # noqa: E501
249249
:type: str
250250
"""
251-
allowed_values = ["BGP", "SingleLine_BGP", "Fusion_BGP", "ChinaMobile", "ChinaUnicom", "ChinaTelecom", "ChinaMobile_Value", "ChinaUnicom_Value", "ChinaTelecom_Value"] # noqa: E501
251+
allowed_values = ["BGP", "SingleLine_BGP", "Static_BGP", "Fusion_BGP", "ChinaMobile", "ChinaUnicom", "ChinaTelecom", "ChinaMobile_Value", "ChinaUnicom_Value", "ChinaTelecom_Value"] # noqa: E501
252252
if (self._configuration.client_side_validation and
253253
isp not in allowed_values):
254254
raise ValueError(

0 commit comments

Comments
 (0)