tencentcloud-sdk-python 3.0.1275__py2.py3-none-any.whl → 3.0.1277__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- tencentcloud/__init__.py +1 -1
- tencentcloud/aiart/v20221229/models.py +27 -6
- tencentcloud/autoscaling/v20180419/models.py +15 -0
- tencentcloud/batch/v20170312/models.py +48 -68
- tencentcloud/billing/v20180709/models.py +45 -0
- tencentcloud/cam/v20190116/models.py +8 -8
- tencentcloud/cbs/v20170312/models.py +2 -2
- tencentcloud/cdb/v20170320/cdb_client.py +12 -4
- tencentcloud/cdb/v20170320/models.py +732 -48
- tencentcloud/cdwdoris/v20211228/models.py +2 -2
- tencentcloud/cfs/v20190719/models.py +30 -0
- tencentcloud/ckafka/v20190819/ckafka_client.py +1 -1
- tencentcloud/ckafka/v20190819/models.py +490 -324
- tencentcloud/clb/v20180317/models.py +2 -2
- tencentcloud/cloudapp/v20220530/models.py +4 -4
- tencentcloud/config/v20220802/models.py +40 -20
- tencentcloud/cvm/v20170312/models.py +48 -68
- tencentcloud/cwp/v20180228/models.py +2 -2
- tencentcloud/cynosdb/v20190107/cynosdb_client.py +92 -0
- tencentcloud/cynosdb/v20190107/models.py +444 -4
- tencentcloud/dts/v20211206/models.py +30 -0
- tencentcloud/emr/v20190103/models.py +33 -16
- tencentcloud/ess/v20201111/models.py +242 -0
- tencentcloud/essbasic/v20210526/models.py +258 -6
- tencentcloud/faceid/v20180301/models.py +0 -2
- tencentcloud/hunyuan/v20230901/hunyuan_client.py +23 -0
- tencentcloud/hunyuan/v20230901/models.py +591 -0
- tencentcloud/ims/v20201229/models.py +4 -4
- tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +23 -0
- tencentcloud/iotexplorer/v20190423/models.py +286 -6
- tencentcloud/ivld/v20210903/ivld_client.py +0 -1
- tencentcloud/ivld/v20210903/models.py +133 -15
- tencentcloud/lcic/v20220817/models.py +2 -8
- tencentcloud/live/v20180801/errorcodes.py +18 -0
- tencentcloud/live/v20180801/live_client.py +208 -0
- tencentcloud/live/v20180801/models.py +1649 -255
- tencentcloud/lke/v20231130/lke_client.py +161 -0
- tencentcloud/lke/v20231130/models.py +1517 -187
- tencentcloud/mps/v20190612/errorcodes.py +2 -173
- tencentcloud/mps/v20190612/models.py +377 -17
- tencentcloud/mqtt/v20240516/models.py +524 -6
- tencentcloud/mqtt/v20240516/mqtt_client.py +46 -1
- tencentcloud/mrs/v20200910/models.py +0 -2652
- tencentcloud/ocr/v20181119/models.py +15 -273
- tencentcloud/ocr/v20181119/ocr_client.py +0 -23
- tencentcloud/organization/v20210331/models.py +2 -24
- tencentcloud/privatedns/v20201028/models.py +47 -0
- tencentcloud/pts/v20210728/models.py +15 -0
- tencentcloud/rce/v20201103/models.py +2 -2
- tencentcloud/redis/v20180412/models.py +2 -2
- tencentcloud/scf/v20180416/models.py +17 -2
- tencentcloud/ssl/v20191205/errorcodes.py +3 -0
- tencentcloud/ssl/v20191205/models.py +316 -227
- tencentcloud/ssl/v20191205/ssl_client.py +2 -2
- tencentcloud/tcr/v20190924/models.py +24 -2
- tencentcloud/tdmq/v20200217/models.py +8 -148
- tencentcloud/tdmq/v20200217/tdmq_client.py +6 -27
- tencentcloud/teo/v20220901/errorcodes.py +3 -3
- tencentcloud/teo/v20220901/models.py +366 -18
- tencentcloud/teo/v20220901/teo_client.py +69 -0
- tencentcloud/tke/v20220501/models.py +200 -0
- tencentcloud/tmt/v20180321/tmt_client.py +1 -1
- tencentcloud/trocket/v20230308/models.py +24 -24
- tencentcloud/trtc/v20190722/models.py +234 -2
- tencentcloud/tsf/v20180326/models.py +2405 -334
- tencentcloud/tsf/v20180326/tsf_client.py +3 -0
- tencentcloud/tts/v20190823/models.py +2 -2
- tencentcloud/tts/v20190823/tts_client.py +1 -1
- tencentcloud/vclm/v20240523/models.py +217 -12
- tencentcloud/vclm/v20240523/vclm_client.py +59 -53
- tencentcloud/vcube/__init__.py +0 -0
- tencentcloud/vcube/v20220410/__init__.py +0 -0
- tencentcloud/vcube/v20220410/errorcodes.py +72 -0
- tencentcloud/vcube/v20220410/models.py +7325 -0
- tencentcloud/vcube/v20220410/vcube_client.py +808 -0
- tencentcloud/vdb/v20230616/models.py +45 -0
- tencentcloud/vod/v20180717/errorcodes.py +6 -0
- tencentcloud/vod/v20180717/models.py +62 -2
- tencentcloud/vod/v20180717/vod_client.py +2 -2
- tencentcloud/vpc/v20170312/models.py +312 -40
- tencentcloud/vpc/v20170312/vpc_client.py +36 -5
- {tencentcloud_sdk_python-3.0.1275.dist-info → tencentcloud_sdk_python-3.0.1277.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1275.dist-info → tencentcloud_sdk_python-3.0.1277.dist-info}/RECORD +86 -81
- {tencentcloud_sdk_python-3.0.1275.dist-info → tencentcloud_sdk_python-3.0.1277.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1275.dist-info → tencentcloud_sdk_python-3.0.1277.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1275.dist-info → tencentcloud_sdk_python-3.0.1277.dist-info}/top_level.txt +0 -0
@@ -2135,11 +2135,14 @@ class AllocateIp6AddressesBandwidthRequest(AbstractModel):
|
|
2135
2135
|
:type InternetChargeType: str
|
2136
2136
|
:param _BandwidthPackageId: 带宽包id,上移账号,申请带宽包计费模式的ipv6地址需要传入.
|
2137
2137
|
:type BandwidthPackageId: str
|
2138
|
+
:param _Tags: 需要关联的标签列表。
|
2139
|
+
:type Tags: list of Tag
|
2138
2140
|
"""
|
2139
2141
|
self._Ip6Addresses = None
|
2140
2142
|
self._InternetMaxBandwidthOut = None
|
2141
2143
|
self._InternetChargeType = None
|
2142
2144
|
self._BandwidthPackageId = None
|
2145
|
+
self._Tags = None
|
2143
2146
|
|
2144
2147
|
@property
|
2145
2148
|
def Ip6Addresses(self):
|
@@ -2185,12 +2188,29 @@ class AllocateIp6AddressesBandwidthRequest(AbstractModel):
|
|
2185
2188
|
def BandwidthPackageId(self, BandwidthPackageId):
|
2186
2189
|
self._BandwidthPackageId = BandwidthPackageId
|
2187
2190
|
|
2191
|
+
@property
|
2192
|
+
def Tags(self):
|
2193
|
+
"""需要关联的标签列表。
|
2194
|
+
:rtype: list of Tag
|
2195
|
+
"""
|
2196
|
+
return self._Tags
|
2197
|
+
|
2198
|
+
@Tags.setter
|
2199
|
+
def Tags(self, Tags):
|
2200
|
+
self._Tags = Tags
|
2201
|
+
|
2188
2202
|
|
2189
2203
|
def _deserialize(self, params):
|
2190
2204
|
self._Ip6Addresses = params.get("Ip6Addresses")
|
2191
2205
|
self._InternetMaxBandwidthOut = params.get("InternetMaxBandwidthOut")
|
2192
2206
|
self._InternetChargeType = params.get("InternetChargeType")
|
2193
2207
|
self._BandwidthPackageId = params.get("BandwidthPackageId")
|
2208
|
+
if params.get("Tags") is not None:
|
2209
|
+
self._Tags = []
|
2210
|
+
for item in params.get("Tags"):
|
2211
|
+
obj = Tag()
|
2212
|
+
obj._deserialize(item)
|
2213
|
+
self._Tags.append(obj)
|
2194
2214
|
memeber_set = set(params.keys())
|
2195
2215
|
for name, value in vars(self).items():
|
2196
2216
|
property_name = name[1:]
|
@@ -5001,10 +5021,8 @@ class CcnAttachedInstance(AbstractModel):
|
|
5001
5021
|
:param _Description: 备注
|
5002
5022
|
:type Description: str
|
5003
5023
|
:param _RouteTableId: 路由表ID
|
5004
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5005
5024
|
:type RouteTableId: str
|
5006
5025
|
:param _RouteTableName: 路由表名称
|
5007
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5008
5026
|
:type RouteTableName: str
|
5009
5027
|
"""
|
5010
5028
|
self._CcnId = None
|
@@ -5169,7 +5187,6 @@ class CcnAttachedInstance(AbstractModel):
|
|
5169
5187
|
@property
|
5170
5188
|
def RouteTableId(self):
|
5171
5189
|
"""路由表ID
|
5172
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5173
5190
|
:rtype: str
|
5174
5191
|
"""
|
5175
5192
|
return self._RouteTableId
|
@@ -5181,7 +5198,6 @@ class CcnAttachedInstance(AbstractModel):
|
|
5181
5198
|
@property
|
5182
5199
|
def RouteTableName(self):
|
5183
5200
|
"""路由表名称
|
5184
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5185
5201
|
:rtype: str
|
5186
5202
|
"""
|
5187
5203
|
return self._RouteTableName
|
@@ -10024,6 +10040,10 @@ class CreateHaVipRequest(AbstractModel):
|
|
10024
10040
|
:type CheckAssociate: bool
|
10025
10041
|
:param _Tags: 指定绑定的标签列表,例如:[{"Key": "city", "Value": "shanghai"}]。
|
10026
10042
|
:type Tags: list of Tag
|
10043
|
+
:param _HaVipAssociationSet: HaVip绑定的子机或网卡。最多支持10个实例。
|
10044
|
+
:type HaVipAssociationSet: list of HaVipAssociation
|
10045
|
+
:param _ClientToken: 用于保证请求幂等性的字符串。该字符串由客户生成,需保证不同请求之间唯一,最大值不超过64个ASCII字符。若不指定该参数,则无法保证请求的幂等性。
|
10046
|
+
:type ClientToken: str
|
10027
10047
|
"""
|
10028
10048
|
self._VpcId = None
|
10029
10049
|
self._HaVipName = None
|
@@ -10032,6 +10052,8 @@ class CreateHaVipRequest(AbstractModel):
|
|
10032
10052
|
self._NetworkInterfaceId = None
|
10033
10053
|
self._CheckAssociate = None
|
10034
10054
|
self._Tags = None
|
10055
|
+
self._HaVipAssociationSet = None
|
10056
|
+
self._ClientToken = None
|
10035
10057
|
|
10036
10058
|
@property
|
10037
10059
|
def VpcId(self):
|
@@ -10110,6 +10132,28 @@ class CreateHaVipRequest(AbstractModel):
|
|
10110
10132
|
def Tags(self, Tags):
|
10111
10133
|
self._Tags = Tags
|
10112
10134
|
|
10135
|
+
@property
|
10136
|
+
def HaVipAssociationSet(self):
|
10137
|
+
"""HaVip绑定的子机或网卡。最多支持10个实例。
|
10138
|
+
:rtype: list of HaVipAssociation
|
10139
|
+
"""
|
10140
|
+
return self._HaVipAssociationSet
|
10141
|
+
|
10142
|
+
@HaVipAssociationSet.setter
|
10143
|
+
def HaVipAssociationSet(self, HaVipAssociationSet):
|
10144
|
+
self._HaVipAssociationSet = HaVipAssociationSet
|
10145
|
+
|
10146
|
+
@property
|
10147
|
+
def ClientToken(self):
|
10148
|
+
"""用于保证请求幂等性的字符串。该字符串由客户生成,需保证不同请求之间唯一,最大值不超过64个ASCII字符。若不指定该参数,则无法保证请求的幂等性。
|
10149
|
+
:rtype: str
|
10150
|
+
"""
|
10151
|
+
return self._ClientToken
|
10152
|
+
|
10153
|
+
@ClientToken.setter
|
10154
|
+
def ClientToken(self, ClientToken):
|
10155
|
+
self._ClientToken = ClientToken
|
10156
|
+
|
10113
10157
|
|
10114
10158
|
def _deserialize(self, params):
|
10115
10159
|
self._VpcId = params.get("VpcId")
|
@@ -10124,6 +10168,13 @@ class CreateHaVipRequest(AbstractModel):
|
|
10124
10168
|
obj = Tag()
|
10125
10169
|
obj._deserialize(item)
|
10126
10170
|
self._Tags.append(obj)
|
10171
|
+
if params.get("HaVipAssociationSet") is not None:
|
10172
|
+
self._HaVipAssociationSet = []
|
10173
|
+
for item in params.get("HaVipAssociationSet"):
|
10174
|
+
obj = HaVipAssociation()
|
10175
|
+
obj._deserialize(item)
|
10176
|
+
self._HaVipAssociationSet.append(obj)
|
10177
|
+
self._ClientToken = params.get("ClientToken")
|
10127
10178
|
memeber_set = set(params.keys())
|
10128
10179
|
for name, value in vars(self).items():
|
10129
10180
|
property_name = name[1:]
|
@@ -13171,9 +13222,12 @@ class CreateServiceTemplateGroupRequest(AbstractModel):
|
|
13171
13222
|
:type ServiceTemplateGroupName: str
|
13172
13223
|
:param _ServiceTemplateIds: 协议端口模板实例ID,例如:ppm-4dw6agho。
|
13173
13224
|
:type ServiceTemplateIds: list of str
|
13225
|
+
:param _Tags: 指定绑定的标签列表,例如:[{"Key": "city", "Value": "shanghai"}]。
|
13226
|
+
:type Tags: list of Tag
|
13174
13227
|
"""
|
13175
13228
|
self._ServiceTemplateGroupName = None
|
13176
13229
|
self._ServiceTemplateIds = None
|
13230
|
+
self._Tags = None
|
13177
13231
|
|
13178
13232
|
@property
|
13179
13233
|
def ServiceTemplateGroupName(self):
|
@@ -13197,10 +13251,27 @@ class CreateServiceTemplateGroupRequest(AbstractModel):
|
|
13197
13251
|
def ServiceTemplateIds(self, ServiceTemplateIds):
|
13198
13252
|
self._ServiceTemplateIds = ServiceTemplateIds
|
13199
13253
|
|
13254
|
+
@property
|
13255
|
+
def Tags(self):
|
13256
|
+
"""指定绑定的标签列表,例如:[{"Key": "city", "Value": "shanghai"}]。
|
13257
|
+
:rtype: list of Tag
|
13258
|
+
"""
|
13259
|
+
return self._Tags
|
13260
|
+
|
13261
|
+
@Tags.setter
|
13262
|
+
def Tags(self, Tags):
|
13263
|
+
self._Tags = Tags
|
13264
|
+
|
13200
13265
|
|
13201
13266
|
def _deserialize(self, params):
|
13202
13267
|
self._ServiceTemplateGroupName = params.get("ServiceTemplateGroupName")
|
13203
13268
|
self._ServiceTemplateIds = params.get("ServiceTemplateIds")
|
13269
|
+
if params.get("Tags") is not None:
|
13270
|
+
self._Tags = []
|
13271
|
+
for item in params.get("Tags"):
|
13272
|
+
obj = Tag()
|
13273
|
+
obj._deserialize(item)
|
13274
|
+
self._Tags.append(obj)
|
13204
13275
|
memeber_set = set(params.keys())
|
13205
13276
|
for name, value in vars(self).items():
|
13206
13277
|
property_name = name[1:]
|
@@ -32447,6 +32518,120 @@ class DescribeTrafficPackagesResponse(AbstractModel):
|
|
32447
32518
|
self._RequestId = params.get("RequestId")
|
32448
32519
|
|
32449
32520
|
|
32521
|
+
class DescribeTrafficQosPolicyRequest(AbstractModel):
|
32522
|
+
"""DescribeTrafficQosPolicy请求参数结构体
|
32523
|
+
|
32524
|
+
"""
|
32525
|
+
|
32526
|
+
def __init__(self):
|
32527
|
+
r"""
|
32528
|
+
:param _CcnId: CCN实例ID。形如:ccn-f49l6u0z。
|
32529
|
+
:type CcnId: str
|
32530
|
+
:param _LocalRegion: 本端地域。
|
32531
|
+
:type LocalRegion: str
|
32532
|
+
:param _RemoteRegion: 远端地域。
|
32533
|
+
:type RemoteRegion: str
|
32534
|
+
"""
|
32535
|
+
self._CcnId = None
|
32536
|
+
self._LocalRegion = None
|
32537
|
+
self._RemoteRegion = None
|
32538
|
+
|
32539
|
+
@property
|
32540
|
+
def CcnId(self):
|
32541
|
+
"""CCN实例ID。形如:ccn-f49l6u0z。
|
32542
|
+
:rtype: str
|
32543
|
+
"""
|
32544
|
+
return self._CcnId
|
32545
|
+
|
32546
|
+
@CcnId.setter
|
32547
|
+
def CcnId(self, CcnId):
|
32548
|
+
self._CcnId = CcnId
|
32549
|
+
|
32550
|
+
@property
|
32551
|
+
def LocalRegion(self):
|
32552
|
+
"""本端地域。
|
32553
|
+
:rtype: str
|
32554
|
+
"""
|
32555
|
+
return self._LocalRegion
|
32556
|
+
|
32557
|
+
@LocalRegion.setter
|
32558
|
+
def LocalRegion(self, LocalRegion):
|
32559
|
+
self._LocalRegion = LocalRegion
|
32560
|
+
|
32561
|
+
@property
|
32562
|
+
def RemoteRegion(self):
|
32563
|
+
"""远端地域。
|
32564
|
+
:rtype: str
|
32565
|
+
"""
|
32566
|
+
return self._RemoteRegion
|
32567
|
+
|
32568
|
+
@RemoteRegion.setter
|
32569
|
+
def RemoteRegion(self, RemoteRegion):
|
32570
|
+
self._RemoteRegion = RemoteRegion
|
32571
|
+
|
32572
|
+
|
32573
|
+
def _deserialize(self, params):
|
32574
|
+
self._CcnId = params.get("CcnId")
|
32575
|
+
self._LocalRegion = params.get("LocalRegion")
|
32576
|
+
self._RemoteRegion = params.get("RemoteRegion")
|
32577
|
+
memeber_set = set(params.keys())
|
32578
|
+
for name, value in vars(self).items():
|
32579
|
+
property_name = name[1:]
|
32580
|
+
if property_name in memeber_set:
|
32581
|
+
memeber_set.remove(property_name)
|
32582
|
+
if len(memeber_set) > 0:
|
32583
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
32584
|
+
|
32585
|
+
|
32586
|
+
|
32587
|
+
class DescribeTrafficQosPolicyResponse(AbstractModel):
|
32588
|
+
"""DescribeTrafficQosPolicy返回参数结构体
|
32589
|
+
|
32590
|
+
"""
|
32591
|
+
|
32592
|
+
def __init__(self):
|
32593
|
+
r"""
|
32594
|
+
:param _TrafficQosPolicySet: 流量调度规则。
|
32595
|
+
:type TrafficQosPolicySet: list of TrafficQosPolicySet
|
32596
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
32597
|
+
:type RequestId: str
|
32598
|
+
"""
|
32599
|
+
self._TrafficQosPolicySet = None
|
32600
|
+
self._RequestId = None
|
32601
|
+
|
32602
|
+
@property
|
32603
|
+
def TrafficQosPolicySet(self):
|
32604
|
+
"""流量调度规则。
|
32605
|
+
:rtype: list of TrafficQosPolicySet
|
32606
|
+
"""
|
32607
|
+
return self._TrafficQosPolicySet
|
32608
|
+
|
32609
|
+
@TrafficQosPolicySet.setter
|
32610
|
+
def TrafficQosPolicySet(self, TrafficQosPolicySet):
|
32611
|
+
self._TrafficQosPolicySet = TrafficQosPolicySet
|
32612
|
+
|
32613
|
+
@property
|
32614
|
+
def RequestId(self):
|
32615
|
+
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
32616
|
+
:rtype: str
|
32617
|
+
"""
|
32618
|
+
return self._RequestId
|
32619
|
+
|
32620
|
+
@RequestId.setter
|
32621
|
+
def RequestId(self, RequestId):
|
32622
|
+
self._RequestId = RequestId
|
32623
|
+
|
32624
|
+
|
32625
|
+
def _deserialize(self, params):
|
32626
|
+
if params.get("TrafficQosPolicySet") is not None:
|
32627
|
+
self._TrafficQosPolicySet = []
|
32628
|
+
for item in params.get("TrafficQosPolicySet"):
|
32629
|
+
obj = TrafficQosPolicySet()
|
32630
|
+
obj._deserialize(item)
|
32631
|
+
self._TrafficQosPolicySet.append(obj)
|
32632
|
+
self._RequestId = params.get("RequestId")
|
32633
|
+
|
32634
|
+
|
32450
32635
|
class DescribeUsedIpAddressRequest(AbstractModel):
|
32451
32636
|
"""DescribeUsedIpAddress请求参数结构体
|
32452
32637
|
|
@@ -33910,7 +34095,6 @@ class DescribeVpcTaskResultResponse(AbstractModel):
|
|
33910
34095
|
:param _Output: 异步任务执行输出。
|
33911
34096
|
:type Output: str
|
33912
34097
|
:param _Result: 异步任务详细结果。只用于特殊场景,如批量删除弹性网卡时查询成功的网卡列表和失败的列表。
|
33913
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33914
34098
|
:type Result: list of VpcTaskResultDetailInfo
|
33915
34099
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
33916
34100
|
:type RequestId: str
|
@@ -33945,7 +34129,6 @@ class DescribeVpcTaskResultResponse(AbstractModel):
|
|
33945
34129
|
@property
|
33946
34130
|
def Result(self):
|
33947
34131
|
"""异步任务详细结果。只用于特殊场景,如批量删除弹性网卡时查询成功的网卡列表和失败的列表。
|
33948
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33949
34132
|
:rtype: list of VpcTaskResultDetailInfo
|
33950
34133
|
"""
|
33951
34134
|
return self._Result
|
@@ -40757,40 +40940,28 @@ class IKEOptionsSpecification(AbstractModel):
|
|
40757
40940
|
def __init__(self):
|
40758
40941
|
r"""
|
40759
40942
|
:param _PropoEncryAlgorithm: 加密算法,可选值:'3DES-CBC', 'AES-CBC-128', 'AES-CBS-192', 'AES-CBC-256', 'DES-CBC','SM4', 默认为3DES-CBC
|
40760
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
40761
40943
|
:type PropoEncryAlgorithm: str
|
40762
40944
|
:param _PropoAuthenAlgorithm: 认证算法:可选值:'MD5', 'SHA1','SHA-256' 默认为MD5
|
40763
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
40764
40945
|
:type PropoAuthenAlgorithm: str
|
40765
40946
|
:param _ExchangeMode: 协商模式:可选值:'AGGRESSIVE', 'MAIN',默认为MAIN
|
40766
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
40767
40947
|
:type ExchangeMode: str
|
40768
40948
|
:param _LocalIdentity: 本端标识类型:可选值:'ADDRESS', 'FQDN',默认为ADDRESS
|
40769
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
40770
40949
|
:type LocalIdentity: str
|
40771
40950
|
:param _RemoteIdentity: 对端标识类型:可选值:'ADDRESS', 'FQDN',默认为ADDRESS
|
40772
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
40773
40951
|
:type RemoteIdentity: str
|
40774
40952
|
:param _LocalAddress: 本端标识,当LocalIdentity选为ADDRESS时,LocalAddress必填。localAddress默认为vpn网关公网IP
|
40775
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
40776
40953
|
:type LocalAddress: str
|
40777
40954
|
:param _RemoteAddress: 对端标识,当RemoteIdentity选为ADDRESS时,RemoteAddress必填
|
40778
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
40779
40955
|
:type RemoteAddress: str
|
40780
40956
|
:param _LocalFqdnName: 本端标识,当LocalIdentity选为FQDN时,LocalFqdnName必填
|
40781
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
40782
40957
|
:type LocalFqdnName: str
|
40783
40958
|
:param _RemoteFqdnName: 对端标识,当remoteIdentity选为FQDN时,RemoteFqdnName必填
|
40784
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
40785
40959
|
:type RemoteFqdnName: str
|
40786
40960
|
:param _DhGroupName: DH group,指定IKE交换密钥时使用的DH组,可选值:'GROUP1', 'GROUP2', 'GROUP5', 'GROUP14', 'GROUP24',
|
40787
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
40788
40961
|
:type DhGroupName: str
|
40789
40962
|
:param _IKESaLifetimeSeconds: IKE SA Lifetime,单位:秒,设置IKE SA的生存周期,取值范围:60-604800
|
40790
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
40791
40963
|
:type IKESaLifetimeSeconds: int
|
40792
40964
|
:param _IKEVersion: IKE版本
|
40793
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
40794
40965
|
:type IKEVersion: str
|
40795
40966
|
"""
|
40796
40967
|
self._PropoEncryAlgorithm = None
|
@@ -40809,7 +40980,6 @@ class IKEOptionsSpecification(AbstractModel):
|
|
40809
40980
|
@property
|
40810
40981
|
def PropoEncryAlgorithm(self):
|
40811
40982
|
"""加密算法,可选值:'3DES-CBC', 'AES-CBC-128', 'AES-CBS-192', 'AES-CBC-256', 'DES-CBC','SM4', 默认为3DES-CBC
|
40812
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
40813
40983
|
:rtype: str
|
40814
40984
|
"""
|
40815
40985
|
return self._PropoEncryAlgorithm
|
@@ -40821,7 +40991,6 @@ class IKEOptionsSpecification(AbstractModel):
|
|
40821
40991
|
@property
|
40822
40992
|
def PropoAuthenAlgorithm(self):
|
40823
40993
|
"""认证算法:可选值:'MD5', 'SHA1','SHA-256' 默认为MD5
|
40824
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
40825
40994
|
:rtype: str
|
40826
40995
|
"""
|
40827
40996
|
return self._PropoAuthenAlgorithm
|
@@ -40833,7 +41002,6 @@ class IKEOptionsSpecification(AbstractModel):
|
|
40833
41002
|
@property
|
40834
41003
|
def ExchangeMode(self):
|
40835
41004
|
"""协商模式:可选值:'AGGRESSIVE', 'MAIN',默认为MAIN
|
40836
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
40837
41005
|
:rtype: str
|
40838
41006
|
"""
|
40839
41007
|
return self._ExchangeMode
|
@@ -40845,7 +41013,6 @@ class IKEOptionsSpecification(AbstractModel):
|
|
40845
41013
|
@property
|
40846
41014
|
def LocalIdentity(self):
|
40847
41015
|
"""本端标识类型:可选值:'ADDRESS', 'FQDN',默认为ADDRESS
|
40848
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
40849
41016
|
:rtype: str
|
40850
41017
|
"""
|
40851
41018
|
return self._LocalIdentity
|
@@ -40857,7 +41024,6 @@ class IKEOptionsSpecification(AbstractModel):
|
|
40857
41024
|
@property
|
40858
41025
|
def RemoteIdentity(self):
|
40859
41026
|
"""对端标识类型:可选值:'ADDRESS', 'FQDN',默认为ADDRESS
|
40860
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
40861
41027
|
:rtype: str
|
40862
41028
|
"""
|
40863
41029
|
return self._RemoteIdentity
|
@@ -40869,7 +41035,6 @@ class IKEOptionsSpecification(AbstractModel):
|
|
40869
41035
|
@property
|
40870
41036
|
def LocalAddress(self):
|
40871
41037
|
"""本端标识,当LocalIdentity选为ADDRESS时,LocalAddress必填。localAddress默认为vpn网关公网IP
|
40872
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
40873
41038
|
:rtype: str
|
40874
41039
|
"""
|
40875
41040
|
return self._LocalAddress
|
@@ -40881,7 +41046,6 @@ class IKEOptionsSpecification(AbstractModel):
|
|
40881
41046
|
@property
|
40882
41047
|
def RemoteAddress(self):
|
40883
41048
|
"""对端标识,当RemoteIdentity选为ADDRESS时,RemoteAddress必填
|
40884
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
40885
41049
|
:rtype: str
|
40886
41050
|
"""
|
40887
41051
|
return self._RemoteAddress
|
@@ -40893,7 +41057,6 @@ class IKEOptionsSpecification(AbstractModel):
|
|
40893
41057
|
@property
|
40894
41058
|
def LocalFqdnName(self):
|
40895
41059
|
"""本端标识,当LocalIdentity选为FQDN时,LocalFqdnName必填
|
40896
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
40897
41060
|
:rtype: str
|
40898
41061
|
"""
|
40899
41062
|
return self._LocalFqdnName
|
@@ -40905,7 +41068,6 @@ class IKEOptionsSpecification(AbstractModel):
|
|
40905
41068
|
@property
|
40906
41069
|
def RemoteFqdnName(self):
|
40907
41070
|
"""对端标识,当remoteIdentity选为FQDN时,RemoteFqdnName必填
|
40908
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
40909
41071
|
:rtype: str
|
40910
41072
|
"""
|
40911
41073
|
return self._RemoteFqdnName
|
@@ -40917,7 +41079,6 @@ class IKEOptionsSpecification(AbstractModel):
|
|
40917
41079
|
@property
|
40918
41080
|
def DhGroupName(self):
|
40919
41081
|
"""DH group,指定IKE交换密钥时使用的DH组,可选值:'GROUP1', 'GROUP2', 'GROUP5', 'GROUP14', 'GROUP24',
|
40920
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
40921
41082
|
:rtype: str
|
40922
41083
|
"""
|
40923
41084
|
return self._DhGroupName
|
@@ -40929,7 +41090,6 @@ class IKEOptionsSpecification(AbstractModel):
|
|
40929
41090
|
@property
|
40930
41091
|
def IKESaLifetimeSeconds(self):
|
40931
41092
|
"""IKE SA Lifetime,单位:秒,设置IKE SA的生存周期,取值范围:60-604800
|
40932
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
40933
41093
|
:rtype: int
|
40934
41094
|
"""
|
40935
41095
|
return self._IKESaLifetimeSeconds
|
@@ -40941,7 +41101,6 @@ class IKEOptionsSpecification(AbstractModel):
|
|
40941
41101
|
@property
|
40942
41102
|
def IKEVersion(self):
|
40943
41103
|
"""IKE版本
|
40944
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
40945
41104
|
:rtype: str
|
40946
41105
|
"""
|
40947
41106
|
return self._IKEVersion
|
@@ -40982,22 +41141,17 @@ class IPSECOptionsSpecification(AbstractModel):
|
|
40982
41141
|
def __init__(self):
|
40983
41142
|
r"""
|
40984
41143
|
:param _EncryptAlgorithm: 加密算法,可选值:'3DES-CBC', 'AES-CBC-128', 'AES-CBC-192', 'AES-CBC-256', 'DES-CBC', 'SM4', 'NULL', 默认为AES-CBC-128
|
40985
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
40986
41144
|
:type EncryptAlgorithm: str
|
40987
41145
|
:param _IntegrityAlgorith: 认证算法:可选值:'MD5', 'SHA1','SHA-256' 默认为
|
40988
41146
|
注意:此字段可能返回 null,表示取不到有效值。
|
40989
41147
|
:type IntegrityAlgorith: str
|
40990
41148
|
:param _IPSECSaLifetimeSeconds: IPsec SA lifetime(s):单位秒,取值范围:180-604800
|
40991
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
40992
41149
|
:type IPSECSaLifetimeSeconds: int
|
40993
41150
|
:param _PfsDhGroup: PFS:可选值:'NULL', 'DH-GROUP1', 'DH-GROUP2', 'DH-GROUP5', 'DH-GROUP14', 'DH-GROUP24',默认为NULL
|
40994
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
40995
41151
|
:type PfsDhGroup: str
|
40996
41152
|
:param _IPSECSaLifetimeTraffic: IPsec SA lifetime(KB):单位KB,取值范围:2560-604800
|
40997
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
40998
41153
|
:type IPSECSaLifetimeTraffic: int
|
40999
41154
|
:param _IntegrityAlgorithm: 认证算法:可选值:'MD5', 'SHA1','SHA-256' 默认为
|
41000
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
41001
41155
|
:type IntegrityAlgorithm: str
|
41002
41156
|
"""
|
41003
41157
|
self._EncryptAlgorithm = None
|
@@ -41010,7 +41164,6 @@ class IPSECOptionsSpecification(AbstractModel):
|
|
41010
41164
|
@property
|
41011
41165
|
def EncryptAlgorithm(self):
|
41012
41166
|
"""加密算法,可选值:'3DES-CBC', 'AES-CBC-128', 'AES-CBC-192', 'AES-CBC-256', 'DES-CBC', 'SM4', 'NULL', 默认为AES-CBC-128
|
41013
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
41014
41167
|
:rtype: str
|
41015
41168
|
"""
|
41016
41169
|
return self._EncryptAlgorithm
|
@@ -41038,7 +41191,6 @@ class IPSECOptionsSpecification(AbstractModel):
|
|
41038
41191
|
@property
|
41039
41192
|
def IPSECSaLifetimeSeconds(self):
|
41040
41193
|
"""IPsec SA lifetime(s):单位秒,取值范围:180-604800
|
41041
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
41042
41194
|
:rtype: int
|
41043
41195
|
"""
|
41044
41196
|
return self._IPSECSaLifetimeSeconds
|
@@ -41050,7 +41202,6 @@ class IPSECOptionsSpecification(AbstractModel):
|
|
41050
41202
|
@property
|
41051
41203
|
def PfsDhGroup(self):
|
41052
41204
|
"""PFS:可选值:'NULL', 'DH-GROUP1', 'DH-GROUP2', 'DH-GROUP5', 'DH-GROUP14', 'DH-GROUP24',默认为NULL
|
41053
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
41054
41205
|
:rtype: str
|
41055
41206
|
"""
|
41056
41207
|
return self._PfsDhGroup
|
@@ -41062,7 +41213,6 @@ class IPSECOptionsSpecification(AbstractModel):
|
|
41062
41213
|
@property
|
41063
41214
|
def IPSECSaLifetimeTraffic(self):
|
41064
41215
|
"""IPsec SA lifetime(KB):单位KB,取值范围:2560-604800
|
41065
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
41066
41216
|
:rtype: int
|
41067
41217
|
"""
|
41068
41218
|
return self._IPSECSaLifetimeTraffic
|
@@ -41074,7 +41224,6 @@ class IPSECOptionsSpecification(AbstractModel):
|
|
41074
41224
|
@property
|
41075
41225
|
def IntegrityAlgorithm(self):
|
41076
41226
|
"""认证算法:可选值:'MD5', 'SHA1','SHA-256' 默认为
|
41077
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
41078
41227
|
:rtype: str
|
41079
41228
|
"""
|
41080
41229
|
return self._IntegrityAlgorithm
|
@@ -61282,6 +61431,129 @@ class TrafficPackage(AbstractModel):
|
|
61282
61431
|
|
61283
61432
|
|
61284
61433
|
|
61434
|
+
class TrafficQosPolicySet(AbstractModel):
|
61435
|
+
"""流量调度规则
|
61436
|
+
|
61437
|
+
"""
|
61438
|
+
|
61439
|
+
def __init__(self):
|
61440
|
+
r"""
|
61441
|
+
:param _CcnId: CCN实例ID。形如:ccn-f49l6u0z。
|
61442
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
61443
|
+
:type CcnId: str
|
61444
|
+
:param _QosId: qos id。
|
61445
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
61446
|
+
:type QosId: int
|
61447
|
+
:param _QosPolicyDescription: 描述。
|
61448
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
61449
|
+
:type QosPolicyDescription: str
|
61450
|
+
:param _QosPolicyName: 名称。
|
61451
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
61452
|
+
:type QosPolicyName: str
|
61453
|
+
:param _Bandwidth: 带宽。
|
61454
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
61455
|
+
:type Bandwidth: int
|
61456
|
+
:param _QosPolicyId: 流量调度策略ID。
|
61457
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
61458
|
+
:type QosPolicyId: str
|
61459
|
+
"""
|
61460
|
+
self._CcnId = None
|
61461
|
+
self._QosId = None
|
61462
|
+
self._QosPolicyDescription = None
|
61463
|
+
self._QosPolicyName = None
|
61464
|
+
self._Bandwidth = None
|
61465
|
+
self._QosPolicyId = None
|
61466
|
+
|
61467
|
+
@property
|
61468
|
+
def CcnId(self):
|
61469
|
+
"""CCN实例ID。形如:ccn-f49l6u0z。
|
61470
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
61471
|
+
:rtype: str
|
61472
|
+
"""
|
61473
|
+
return self._CcnId
|
61474
|
+
|
61475
|
+
@CcnId.setter
|
61476
|
+
def CcnId(self, CcnId):
|
61477
|
+
self._CcnId = CcnId
|
61478
|
+
|
61479
|
+
@property
|
61480
|
+
def QosId(self):
|
61481
|
+
"""qos id。
|
61482
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
61483
|
+
:rtype: int
|
61484
|
+
"""
|
61485
|
+
return self._QosId
|
61486
|
+
|
61487
|
+
@QosId.setter
|
61488
|
+
def QosId(self, QosId):
|
61489
|
+
self._QosId = QosId
|
61490
|
+
|
61491
|
+
@property
|
61492
|
+
def QosPolicyDescription(self):
|
61493
|
+
"""描述。
|
61494
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
61495
|
+
:rtype: str
|
61496
|
+
"""
|
61497
|
+
return self._QosPolicyDescription
|
61498
|
+
|
61499
|
+
@QosPolicyDescription.setter
|
61500
|
+
def QosPolicyDescription(self, QosPolicyDescription):
|
61501
|
+
self._QosPolicyDescription = QosPolicyDescription
|
61502
|
+
|
61503
|
+
@property
|
61504
|
+
def QosPolicyName(self):
|
61505
|
+
"""名称。
|
61506
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
61507
|
+
:rtype: str
|
61508
|
+
"""
|
61509
|
+
return self._QosPolicyName
|
61510
|
+
|
61511
|
+
@QosPolicyName.setter
|
61512
|
+
def QosPolicyName(self, QosPolicyName):
|
61513
|
+
self._QosPolicyName = QosPolicyName
|
61514
|
+
|
61515
|
+
@property
|
61516
|
+
def Bandwidth(self):
|
61517
|
+
"""带宽。
|
61518
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
61519
|
+
:rtype: int
|
61520
|
+
"""
|
61521
|
+
return self._Bandwidth
|
61522
|
+
|
61523
|
+
@Bandwidth.setter
|
61524
|
+
def Bandwidth(self, Bandwidth):
|
61525
|
+
self._Bandwidth = Bandwidth
|
61526
|
+
|
61527
|
+
@property
|
61528
|
+
def QosPolicyId(self):
|
61529
|
+
"""流量调度策略ID。
|
61530
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
61531
|
+
:rtype: str
|
61532
|
+
"""
|
61533
|
+
return self._QosPolicyId
|
61534
|
+
|
61535
|
+
@QosPolicyId.setter
|
61536
|
+
def QosPolicyId(self, QosPolicyId):
|
61537
|
+
self._QosPolicyId = QosPolicyId
|
61538
|
+
|
61539
|
+
|
61540
|
+
def _deserialize(self, params):
|
61541
|
+
self._CcnId = params.get("CcnId")
|
61542
|
+
self._QosId = params.get("QosId")
|
61543
|
+
self._QosPolicyDescription = params.get("QosPolicyDescription")
|
61544
|
+
self._QosPolicyName = params.get("QosPolicyName")
|
61545
|
+
self._Bandwidth = params.get("Bandwidth")
|
61546
|
+
self._QosPolicyId = params.get("QosPolicyId")
|
61547
|
+
memeber_set = set(params.keys())
|
61548
|
+
for name, value in vars(self).items():
|
61549
|
+
property_name = name[1:]
|
61550
|
+
if property_name in memeber_set:
|
61551
|
+
memeber_set.remove(property_name)
|
61552
|
+
if len(memeber_set) > 0:
|
61553
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
61554
|
+
|
61555
|
+
|
61556
|
+
|
61285
61557
|
class TransformAddressRequest(AbstractModel):
|
61286
61558
|
"""TransformAddress请求参数结构体
|
61287
61559
|
|