tencentcloud-sdk-python 3.0.1250__py2.py3-none-any.whl → 3.0.1252__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/batch/v20170312/models.py +8 -1
- tencentcloud/bma/v20221115/models.py +24 -0
- tencentcloud/cam/v20190116/models.py +16 -16
- tencentcloud/ccc/v20200210/models.py +117 -0
- tencentcloud/cdwdoris/v20211228/models.py +45 -0
- tencentcloud/cfg/v20210820/models.py +26 -0
- tencentcloud/cls/v20201016/cls_client.py +94 -1
- tencentcloud/cls/v20201016/models.py +769 -3
- tencentcloud/cynosdb/v20190107/cynosdb_client.py +1 -1
- tencentcloud/cynosdb/v20190107/models.py +25 -0
- tencentcloud/dasb/v20191018/models.py +21 -9
- tencentcloud/dc/v20180410/dc_client.py +23 -0
- tencentcloud/dc/v20180410/models.py +426 -0
- tencentcloud/dnspod/v20210323/models.py +1 -3
- tencentcloud/emr/v20190103/emr_client.py +92 -0
- tencentcloud/emr/v20190103/errorcodes.py +1 -1
- tencentcloud/emr/v20190103/models.py +1389 -179
- tencentcloud/es/v20180416/models.py +204 -1
- tencentcloud/ess/v20201111/models.py +6 -6
- tencentcloud/essbasic/v20210526/models.py +18 -5
- tencentcloud/facefusion/v20220927/errorcodes.py +15 -0
- tencentcloud/faceid/v20180301/models.py +27 -0
- tencentcloud/gwlb/__init__.py +0 -0
- tencentcloud/gwlb/v20240906/__init__.py +0 -0
- tencentcloud/gwlb/v20240906/errorcodes.py +48 -0
- tencentcloud/gwlb/v20240906/gwlb_client.py +448 -0
- tencentcloud/gwlb/v20240906/models.py +2835 -0
- tencentcloud/hunyuan/v20230901/models.py +139 -13
- tencentcloud/iss/v20230517/errorcodes.py +6 -0
- tencentcloud/iss/v20230517/iss_client.py +1 -1
- tencentcloud/iss/v20230517/models.py +72 -12
- tencentcloud/ocr/v20181119/errorcodes.py +1 -1
- tencentcloud/privatedns/v20201028/errorcodes.py +18 -0
- tencentcloud/privatedns/v20201028/models.py +142 -0
- tencentcloud/privatedns/v20201028/privatedns_client.py +23 -0
- tencentcloud/redis/v20180412/redis_client.py +1 -1
- tencentcloud/sms/v20190711/errorcodes.py +3 -0
- tencentcloud/sms/v20210111/errorcodes.py +2 -2
- tencentcloud/sms/v20210111/models.py +1 -1
- tencentcloud/sqlserver/v20180328/models.py +24 -0
- tencentcloud/sts/v20180813/models.py +2 -2
- tencentcloud/tcss/v20201101/models.py +147 -2
- tencentcloud/teo/v20220901/errorcodes.py +9 -9
- tencentcloud/teo/v20220901/models.py +83 -77
- tencentcloud/teo/v20220901/teo_client.py +4 -4
- tencentcloud/tke/v20180525/errorcodes.py +3 -0
- tencentcloud/tke/v20180525/models.py +248 -2
- tencentcloud/tke/v20180525/tke_client.py +46 -0
- tencentcloud/vclm/v20240523/models.py +12 -0
- tencentcloud/vpc/v20170312/models.py +24 -20
- tencentcloud/vpc/v20170312/vpc_client.py +2 -2
- tencentcloud/vtc/v20240223/models.py +12 -0
- {tencentcloud_sdk_python-3.0.1250.dist-info → tencentcloud_sdk_python-3.0.1252.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1250.dist-info → tencentcloud_sdk_python-3.0.1252.dist-info}/RECORD +58 -53
- {tencentcloud_sdk_python-3.0.1250.dist-info → tencentcloud_sdk_python-3.0.1252.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1250.dist-info → tencentcloud_sdk_python-3.0.1252.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1250.dist-info → tencentcloud_sdk_python-3.0.1252.dist-info}/top_level.txt +0 -0
@@ -2442,7 +2442,7 @@ class CynosdbClient(AbstractClient):
|
|
2442
2442
|
|
2443
2443
|
|
2444
2444
|
def ModifyDBInstanceSecurityGroups(self, request):
|
2445
|
-
"""
|
2445
|
+
"""本接口(ModifyDBInstanceSecurityGroups)用于修改实例绑定的安全组。
|
2446
2446
|
|
2447
2447
|
:param request: Request instance for ModifyDBInstanceSecurityGroups.
|
2448
2448
|
:type request: :class:`tencentcloud.cynosdb.v20190107.models.ModifyDBInstanceSecurityGroupsRequest`
|
@@ -44,6 +44,9 @@ class Ability(AbstractModel):
|
|
44
44
|
:param _NoSupportTransparentDataEncryptionReason: 不支持透明数据加密原因
|
45
45
|
注意:此字段可能返回 null,表示取不到有效值。
|
46
46
|
:type NoSupportTransparentDataEncryptionReason: str
|
47
|
+
:param _IsSupportManualLogic: 是否支持手动发起逻辑备份
|
48
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
49
|
+
:type IsSupportManualLogic: str
|
47
50
|
"""
|
48
51
|
self._IsSupportSlaveZone = None
|
49
52
|
self._NonsupportSlaveZoneReason = None
|
@@ -52,6 +55,7 @@ class Ability(AbstractModel):
|
|
52
55
|
self._IsSupportManualSnapshot = None
|
53
56
|
self._IsSupportTransparentDataEncryption = None
|
54
57
|
self._NoSupportTransparentDataEncryptionReason = None
|
58
|
+
self._IsSupportManualLogic = None
|
55
59
|
|
56
60
|
@property
|
57
61
|
def IsSupportSlaveZone(self):
|
@@ -109,6 +113,14 @@ class Ability(AbstractModel):
|
|
109
113
|
def NoSupportTransparentDataEncryptionReason(self, NoSupportTransparentDataEncryptionReason):
|
110
114
|
self._NoSupportTransparentDataEncryptionReason = NoSupportTransparentDataEncryptionReason
|
111
115
|
|
116
|
+
@property
|
117
|
+
def IsSupportManualLogic(self):
|
118
|
+
return self._IsSupportManualLogic
|
119
|
+
|
120
|
+
@IsSupportManualLogic.setter
|
121
|
+
def IsSupportManualLogic(self, IsSupportManualLogic):
|
122
|
+
self._IsSupportManualLogic = IsSupportManualLogic
|
123
|
+
|
112
124
|
|
113
125
|
def _deserialize(self, params):
|
114
126
|
self._IsSupportSlaveZone = params.get("IsSupportSlaveZone")
|
@@ -118,6 +130,7 @@ class Ability(AbstractModel):
|
|
118
130
|
self._IsSupportManualSnapshot = params.get("IsSupportManualSnapshot")
|
119
131
|
self._IsSupportTransparentDataEncryption = params.get("IsSupportTransparentDataEncryption")
|
120
132
|
self._NoSupportTransparentDataEncryptionReason = params.get("NoSupportTransparentDataEncryptionReason")
|
133
|
+
self._IsSupportManualLogic = params.get("IsSupportManualLogic")
|
121
134
|
memeber_set = set(params.keys())
|
122
135
|
for name, value in vars(self).items():
|
123
136
|
property_name = name[1:]
|
@@ -29264,6 +29277,8 @@ class SaleZone(AbstractModel):
|
|
29264
29277
|
:type HasPermission: bool
|
29265
29278
|
:param _IsWholeRdmaZone: 是否为全链路RDMA可用区
|
29266
29279
|
:type IsWholeRdmaZone: str
|
29280
|
+
:param _IsSupportCreateCluster: 当前可用区是否允许新购集群,1:允许,0:不允许
|
29281
|
+
:type IsSupportCreateCluster: int
|
29267
29282
|
"""
|
29268
29283
|
self._Zone = None
|
29269
29284
|
self._ZoneId = None
|
@@ -29273,6 +29288,7 @@ class SaleZone(AbstractModel):
|
|
29273
29288
|
self._PhysicalZone = None
|
29274
29289
|
self._HasPermission = None
|
29275
29290
|
self._IsWholeRdmaZone = None
|
29291
|
+
self._IsSupportCreateCluster = None
|
29276
29292
|
|
29277
29293
|
@property
|
29278
29294
|
def Zone(self):
|
@@ -29338,6 +29354,14 @@ class SaleZone(AbstractModel):
|
|
29338
29354
|
def IsWholeRdmaZone(self, IsWholeRdmaZone):
|
29339
29355
|
self._IsWholeRdmaZone = IsWholeRdmaZone
|
29340
29356
|
|
29357
|
+
@property
|
29358
|
+
def IsSupportCreateCluster(self):
|
29359
|
+
return self._IsSupportCreateCluster
|
29360
|
+
|
29361
|
+
@IsSupportCreateCluster.setter
|
29362
|
+
def IsSupportCreateCluster(self, IsSupportCreateCluster):
|
29363
|
+
self._IsSupportCreateCluster = IsSupportCreateCluster
|
29364
|
+
|
29341
29365
|
|
29342
29366
|
def _deserialize(self, params):
|
29343
29367
|
self._Zone = params.get("Zone")
|
@@ -29348,6 +29372,7 @@ class SaleZone(AbstractModel):
|
|
29348
29372
|
self._PhysicalZone = params.get("PhysicalZone")
|
29349
29373
|
self._HasPermission = params.get("HasPermission")
|
29350
29374
|
self._IsWholeRdmaZone = params.get("IsWholeRdmaZone")
|
29375
|
+
self._IsSupportCreateCluster = params.get("IsSupportCreateCluster")
|
29351
29376
|
memeber_set = set(params.keys())
|
29352
29377
|
for name, value in vars(self).items():
|
29353
29378
|
property_name = name[1:]
|
@@ -4982,10 +4982,12 @@ class DescribeDeviceGroupMembersRequest(AbstractModel):
|
|
4982
4982
|
|
4983
4983
|
def __init__(self):
|
4984
4984
|
r"""
|
4985
|
-
:param _Id: 资产组ID
|
4986
|
-
:type Id: int
|
4987
4985
|
:param _Bound: true - 查询已在该资产组的资产,false - 查询未在该资产组的资产
|
4988
4986
|
:type Bound: bool
|
4987
|
+
:param _Id: 资产组ID,Id和IdSet二选一
|
4988
|
+
:type Id: int
|
4989
|
+
:param _IdSet: 资产组ID集合,传Id,IdSet不生效。
|
4990
|
+
:type IdSet: list of int non-negative
|
4989
4991
|
:param _Name: 资产名或资产IP,模糊查询
|
4990
4992
|
:type Name: str
|
4991
4993
|
:param _Offset: 分页偏移位置,默认值为0
|
@@ -4999,8 +5001,9 @@ class DescribeDeviceGroupMembersRequest(AbstractModel):
|
|
4999
5001
|
:param _TagFilters: 过滤条件,可按照标签键、标签进行过滤。如果同时指定标签键和标签过滤条件,它们之间为“AND”的关系
|
5000
5002
|
:type TagFilters: list of TagFilter
|
5001
5003
|
"""
|
5002
|
-
self._Id = None
|
5003
5004
|
self._Bound = None
|
5005
|
+
self._Id = None
|
5006
|
+
self._IdSet = None
|
5004
5007
|
self._Name = None
|
5005
5008
|
self._Offset = None
|
5006
5009
|
self._Limit = None
|
@@ -5008,6 +5011,14 @@ class DescribeDeviceGroupMembersRequest(AbstractModel):
|
|
5008
5011
|
self._DepartmentId = None
|
5009
5012
|
self._TagFilters = None
|
5010
5013
|
|
5014
|
+
@property
|
5015
|
+
def Bound(self):
|
5016
|
+
return self._Bound
|
5017
|
+
|
5018
|
+
@Bound.setter
|
5019
|
+
def Bound(self, Bound):
|
5020
|
+
self._Bound = Bound
|
5021
|
+
|
5011
5022
|
@property
|
5012
5023
|
def Id(self):
|
5013
5024
|
return self._Id
|
@@ -5017,12 +5028,12 @@ class DescribeDeviceGroupMembersRequest(AbstractModel):
|
|
5017
5028
|
self._Id = Id
|
5018
5029
|
|
5019
5030
|
@property
|
5020
|
-
def
|
5021
|
-
return self.
|
5031
|
+
def IdSet(self):
|
5032
|
+
return self._IdSet
|
5022
5033
|
|
5023
|
-
@
|
5024
|
-
def
|
5025
|
-
self.
|
5034
|
+
@IdSet.setter
|
5035
|
+
def IdSet(self, IdSet):
|
5036
|
+
self._IdSet = IdSet
|
5026
5037
|
|
5027
5038
|
@property
|
5028
5039
|
def Name(self):
|
@@ -5074,8 +5085,9 @@ class DescribeDeviceGroupMembersRequest(AbstractModel):
|
|
5074
5085
|
|
5075
5086
|
|
5076
5087
|
def _deserialize(self, params):
|
5077
|
-
self._Id = params.get("Id")
|
5078
5088
|
self._Bound = params.get("Bound")
|
5089
|
+
self._Id = params.get("Id")
|
5090
|
+
self._IdSet = params.get("IdSet")
|
5079
5091
|
self._Name = params.get("Name")
|
5080
5092
|
self._Offset = params.get("Offset")
|
5081
5093
|
self._Limit = params.get("Limit")
|
@@ -72,6 +72,29 @@ class DcClient(AbstractClient):
|
|
72
72
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
73
73
|
|
74
74
|
|
75
|
+
def CreateCloudAttachService(self, request):
|
76
|
+
"""创建敏捷上云服务
|
77
|
+
|
78
|
+
:param request: Request instance for CreateCloudAttachService.
|
79
|
+
:type request: :class:`tencentcloud.dc.v20180410.models.CreateCloudAttachServiceRequest`
|
80
|
+
:rtype: :class:`tencentcloud.dc.v20180410.models.CreateCloudAttachServiceResponse`
|
81
|
+
|
82
|
+
"""
|
83
|
+
try:
|
84
|
+
params = request._serialize()
|
85
|
+
headers = request.headers
|
86
|
+
body = self.call("CreateCloudAttachService", params, headers=headers)
|
87
|
+
response = json.loads(body)
|
88
|
+
model = models.CreateCloudAttachServiceResponse()
|
89
|
+
model._deserialize(response["Response"])
|
90
|
+
return model
|
91
|
+
except Exception as e:
|
92
|
+
if isinstance(e, TencentCloudSDKException):
|
93
|
+
raise
|
94
|
+
else:
|
95
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
96
|
+
|
97
|
+
|
75
98
|
def CreateDirectConnect(self, request):
|
76
99
|
"""申请物理专线接入。
|
77
100
|
调用该接口时,请注意:
|
@@ -472,6 +472,265 @@ class BgpPeer(AbstractModel):
|
|
472
472
|
|
473
473
|
|
474
474
|
|
475
|
+
class CloudAttachInfo(AbstractModel):
|
476
|
+
"""敏捷上云服务信息
|
477
|
+
|
478
|
+
"""
|
479
|
+
|
480
|
+
def __init__(self):
|
481
|
+
r"""
|
482
|
+
:param _InstanceId: 敏捷上云实例id
|
483
|
+
:type InstanceId: str
|
484
|
+
:param _Name: 敏捷上云名称
|
485
|
+
:type Name: str
|
486
|
+
:param _IapId: 合作伙伴的AppId
|
487
|
+
:type IapId: str
|
488
|
+
:param _IdcAddress: 需要接入敏捷上云的IDC的地址
|
489
|
+
:type IdcAddress: str
|
490
|
+
:param _IdcType: 需要接入敏捷上云的IDC的互联网服务提供商类型
|
491
|
+
:type IdcType: str
|
492
|
+
:param _Bandwidth: 敏捷上云的带宽,单位为MB
|
493
|
+
:type Bandwidth: int
|
494
|
+
:param _Telephone: 联系电话
|
495
|
+
:type Telephone: str
|
496
|
+
:param _Status: 敏捷上云的状态
|
497
|
+
available:就绪状态
|
498
|
+
applying:申请,待审核状态
|
499
|
+
pendingpay:代付款状态
|
500
|
+
building:建设中状态
|
501
|
+
confirming:待确认状态
|
502
|
+
isolate: 隔离状态
|
503
|
+
stoped:终止状态
|
504
|
+
:type Status: str
|
505
|
+
:param _ApplyTime: 敏捷上云申请的时间
|
506
|
+
:type ApplyTime: str
|
507
|
+
:param _ReadyTime: 敏捷上云建设完成的时间
|
508
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
509
|
+
:type ReadyTime: str
|
510
|
+
:param _ExpireTime: 敏捷上云过期时间
|
511
|
+
:type ExpireTime: str
|
512
|
+
:param _Remarks: 备注信息
|
513
|
+
:type Remarks: str
|
514
|
+
:param _RegionStatus: 敏捷上云的地域状态。
|
515
|
+
same-region:同地域
|
516
|
+
cross-region:跨地域
|
517
|
+
:type RegionStatus: str
|
518
|
+
:param _AppId: 用户的AppId
|
519
|
+
:type AppId: str
|
520
|
+
:param _Uin: 用户的Uin
|
521
|
+
:type Uin: str
|
522
|
+
:param _CustomerAuthName: 用户注册名称
|
523
|
+
:type CustomerAuthName: str
|
524
|
+
:param _DirectConnectId: 物理专线实例ID
|
525
|
+
:type DirectConnectId: str
|
526
|
+
:param _CloudAttachServiceGatewaysSupport: 敏捷上云是否支持创建高速上云专线网关
|
527
|
+
:type CloudAttachServiceGatewaysSupport: bool
|
528
|
+
:param _BUpdateBandwidth: 敏捷上云服务是否处于升降配中
|
529
|
+
:type BUpdateBandwidth: bool
|
530
|
+
"""
|
531
|
+
self._InstanceId = None
|
532
|
+
self._Name = None
|
533
|
+
self._IapId = None
|
534
|
+
self._IdcAddress = None
|
535
|
+
self._IdcType = None
|
536
|
+
self._Bandwidth = None
|
537
|
+
self._Telephone = None
|
538
|
+
self._Status = None
|
539
|
+
self._ApplyTime = None
|
540
|
+
self._ReadyTime = None
|
541
|
+
self._ExpireTime = None
|
542
|
+
self._Remarks = None
|
543
|
+
self._RegionStatus = None
|
544
|
+
self._AppId = None
|
545
|
+
self._Uin = None
|
546
|
+
self._CustomerAuthName = None
|
547
|
+
self._DirectConnectId = None
|
548
|
+
self._CloudAttachServiceGatewaysSupport = None
|
549
|
+
self._BUpdateBandwidth = None
|
550
|
+
|
551
|
+
@property
|
552
|
+
def InstanceId(self):
|
553
|
+
return self._InstanceId
|
554
|
+
|
555
|
+
@InstanceId.setter
|
556
|
+
def InstanceId(self, InstanceId):
|
557
|
+
self._InstanceId = InstanceId
|
558
|
+
|
559
|
+
@property
|
560
|
+
def Name(self):
|
561
|
+
return self._Name
|
562
|
+
|
563
|
+
@Name.setter
|
564
|
+
def Name(self, Name):
|
565
|
+
self._Name = Name
|
566
|
+
|
567
|
+
@property
|
568
|
+
def IapId(self):
|
569
|
+
return self._IapId
|
570
|
+
|
571
|
+
@IapId.setter
|
572
|
+
def IapId(self, IapId):
|
573
|
+
self._IapId = IapId
|
574
|
+
|
575
|
+
@property
|
576
|
+
def IdcAddress(self):
|
577
|
+
return self._IdcAddress
|
578
|
+
|
579
|
+
@IdcAddress.setter
|
580
|
+
def IdcAddress(self, IdcAddress):
|
581
|
+
self._IdcAddress = IdcAddress
|
582
|
+
|
583
|
+
@property
|
584
|
+
def IdcType(self):
|
585
|
+
return self._IdcType
|
586
|
+
|
587
|
+
@IdcType.setter
|
588
|
+
def IdcType(self, IdcType):
|
589
|
+
self._IdcType = IdcType
|
590
|
+
|
591
|
+
@property
|
592
|
+
def Bandwidth(self):
|
593
|
+
return self._Bandwidth
|
594
|
+
|
595
|
+
@Bandwidth.setter
|
596
|
+
def Bandwidth(self, Bandwidth):
|
597
|
+
self._Bandwidth = Bandwidth
|
598
|
+
|
599
|
+
@property
|
600
|
+
def Telephone(self):
|
601
|
+
return self._Telephone
|
602
|
+
|
603
|
+
@Telephone.setter
|
604
|
+
def Telephone(self, Telephone):
|
605
|
+
self._Telephone = Telephone
|
606
|
+
|
607
|
+
@property
|
608
|
+
def Status(self):
|
609
|
+
return self._Status
|
610
|
+
|
611
|
+
@Status.setter
|
612
|
+
def Status(self, Status):
|
613
|
+
self._Status = Status
|
614
|
+
|
615
|
+
@property
|
616
|
+
def ApplyTime(self):
|
617
|
+
return self._ApplyTime
|
618
|
+
|
619
|
+
@ApplyTime.setter
|
620
|
+
def ApplyTime(self, ApplyTime):
|
621
|
+
self._ApplyTime = ApplyTime
|
622
|
+
|
623
|
+
@property
|
624
|
+
def ReadyTime(self):
|
625
|
+
return self._ReadyTime
|
626
|
+
|
627
|
+
@ReadyTime.setter
|
628
|
+
def ReadyTime(self, ReadyTime):
|
629
|
+
self._ReadyTime = ReadyTime
|
630
|
+
|
631
|
+
@property
|
632
|
+
def ExpireTime(self):
|
633
|
+
return self._ExpireTime
|
634
|
+
|
635
|
+
@ExpireTime.setter
|
636
|
+
def ExpireTime(self, ExpireTime):
|
637
|
+
self._ExpireTime = ExpireTime
|
638
|
+
|
639
|
+
@property
|
640
|
+
def Remarks(self):
|
641
|
+
return self._Remarks
|
642
|
+
|
643
|
+
@Remarks.setter
|
644
|
+
def Remarks(self, Remarks):
|
645
|
+
self._Remarks = Remarks
|
646
|
+
|
647
|
+
@property
|
648
|
+
def RegionStatus(self):
|
649
|
+
return self._RegionStatus
|
650
|
+
|
651
|
+
@RegionStatus.setter
|
652
|
+
def RegionStatus(self, RegionStatus):
|
653
|
+
self._RegionStatus = RegionStatus
|
654
|
+
|
655
|
+
@property
|
656
|
+
def AppId(self):
|
657
|
+
return self._AppId
|
658
|
+
|
659
|
+
@AppId.setter
|
660
|
+
def AppId(self, AppId):
|
661
|
+
self._AppId = AppId
|
662
|
+
|
663
|
+
@property
|
664
|
+
def Uin(self):
|
665
|
+
return self._Uin
|
666
|
+
|
667
|
+
@Uin.setter
|
668
|
+
def Uin(self, Uin):
|
669
|
+
self._Uin = Uin
|
670
|
+
|
671
|
+
@property
|
672
|
+
def CustomerAuthName(self):
|
673
|
+
return self._CustomerAuthName
|
674
|
+
|
675
|
+
@CustomerAuthName.setter
|
676
|
+
def CustomerAuthName(self, CustomerAuthName):
|
677
|
+
self._CustomerAuthName = CustomerAuthName
|
678
|
+
|
679
|
+
@property
|
680
|
+
def DirectConnectId(self):
|
681
|
+
return self._DirectConnectId
|
682
|
+
|
683
|
+
@DirectConnectId.setter
|
684
|
+
def DirectConnectId(self, DirectConnectId):
|
685
|
+
self._DirectConnectId = DirectConnectId
|
686
|
+
|
687
|
+
@property
|
688
|
+
def CloudAttachServiceGatewaysSupport(self):
|
689
|
+
return self._CloudAttachServiceGatewaysSupport
|
690
|
+
|
691
|
+
@CloudAttachServiceGatewaysSupport.setter
|
692
|
+
def CloudAttachServiceGatewaysSupport(self, CloudAttachServiceGatewaysSupport):
|
693
|
+
self._CloudAttachServiceGatewaysSupport = CloudAttachServiceGatewaysSupport
|
694
|
+
|
695
|
+
@property
|
696
|
+
def BUpdateBandwidth(self):
|
697
|
+
return self._BUpdateBandwidth
|
698
|
+
|
699
|
+
@BUpdateBandwidth.setter
|
700
|
+
def BUpdateBandwidth(self, BUpdateBandwidth):
|
701
|
+
self._BUpdateBandwidth = BUpdateBandwidth
|
702
|
+
|
703
|
+
|
704
|
+
def _deserialize(self, params):
|
705
|
+
self._InstanceId = params.get("InstanceId")
|
706
|
+
self._Name = params.get("Name")
|
707
|
+
self._IapId = params.get("IapId")
|
708
|
+
self._IdcAddress = params.get("IdcAddress")
|
709
|
+
self._IdcType = params.get("IdcType")
|
710
|
+
self._Bandwidth = params.get("Bandwidth")
|
711
|
+
self._Telephone = params.get("Telephone")
|
712
|
+
self._Status = params.get("Status")
|
713
|
+
self._ApplyTime = params.get("ApplyTime")
|
714
|
+
self._ReadyTime = params.get("ReadyTime")
|
715
|
+
self._ExpireTime = params.get("ExpireTime")
|
716
|
+
self._Remarks = params.get("Remarks")
|
717
|
+
self._RegionStatus = params.get("RegionStatus")
|
718
|
+
self._AppId = params.get("AppId")
|
719
|
+
self._Uin = params.get("Uin")
|
720
|
+
self._CustomerAuthName = params.get("CustomerAuthName")
|
721
|
+
self._DirectConnectId = params.get("DirectConnectId")
|
722
|
+
self._CloudAttachServiceGatewaysSupport = params.get("CloudAttachServiceGatewaysSupport")
|
723
|
+
self._BUpdateBandwidth = params.get("BUpdateBandwidth")
|
724
|
+
memeber_set = set(params.keys())
|
725
|
+
for name, value in vars(self).items():
|
726
|
+
property_name = name[1:]
|
727
|
+
if property_name in memeber_set:
|
728
|
+
memeber_set.remove(property_name)
|
729
|
+
if len(memeber_set) > 0:
|
730
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
731
|
+
|
732
|
+
|
733
|
+
|
475
734
|
class Coordinate(AbstractModel):
|
476
735
|
"""坐标,经维度描述
|
477
736
|
|
@@ -517,6 +776,173 @@ class Coordinate(AbstractModel):
|
|
517
776
|
|
518
777
|
|
519
778
|
|
779
|
+
class CreateCasInput(AbstractModel):
|
780
|
+
"""创建敏捷上云入参
|
781
|
+
|
782
|
+
"""
|
783
|
+
|
784
|
+
def __init__(self):
|
785
|
+
r"""
|
786
|
+
:param _Name: 敏捷上云名称
|
787
|
+
:type Name: str
|
788
|
+
:param _IdcAddress: 需要接入敏捷上云的IDC的地址
|
789
|
+
:type IdcAddress: str
|
790
|
+
:param _IdcType: 需要接入敏捷上云的IDC的互联网服务提供商类型
|
791
|
+
:type IdcType: str
|
792
|
+
:param _Bandwidth: 敏捷上云的带宽,单位为MB
|
793
|
+
:type Bandwidth: int
|
794
|
+
:param _Telephone: 联系电话
|
795
|
+
:type Telephone: str
|
796
|
+
:param _Remarks: 备注信息
|
797
|
+
:type Remarks: str
|
798
|
+
"""
|
799
|
+
self._Name = None
|
800
|
+
self._IdcAddress = None
|
801
|
+
self._IdcType = None
|
802
|
+
self._Bandwidth = None
|
803
|
+
self._Telephone = None
|
804
|
+
self._Remarks = None
|
805
|
+
|
806
|
+
@property
|
807
|
+
def Name(self):
|
808
|
+
return self._Name
|
809
|
+
|
810
|
+
@Name.setter
|
811
|
+
def Name(self, Name):
|
812
|
+
self._Name = Name
|
813
|
+
|
814
|
+
@property
|
815
|
+
def IdcAddress(self):
|
816
|
+
return self._IdcAddress
|
817
|
+
|
818
|
+
@IdcAddress.setter
|
819
|
+
def IdcAddress(self, IdcAddress):
|
820
|
+
self._IdcAddress = IdcAddress
|
821
|
+
|
822
|
+
@property
|
823
|
+
def IdcType(self):
|
824
|
+
return self._IdcType
|
825
|
+
|
826
|
+
@IdcType.setter
|
827
|
+
def IdcType(self, IdcType):
|
828
|
+
self._IdcType = IdcType
|
829
|
+
|
830
|
+
@property
|
831
|
+
def Bandwidth(self):
|
832
|
+
return self._Bandwidth
|
833
|
+
|
834
|
+
@Bandwidth.setter
|
835
|
+
def Bandwidth(self, Bandwidth):
|
836
|
+
self._Bandwidth = Bandwidth
|
837
|
+
|
838
|
+
@property
|
839
|
+
def Telephone(self):
|
840
|
+
return self._Telephone
|
841
|
+
|
842
|
+
@Telephone.setter
|
843
|
+
def Telephone(self, Telephone):
|
844
|
+
self._Telephone = Telephone
|
845
|
+
|
846
|
+
@property
|
847
|
+
def Remarks(self):
|
848
|
+
return self._Remarks
|
849
|
+
|
850
|
+
@Remarks.setter
|
851
|
+
def Remarks(self, Remarks):
|
852
|
+
self._Remarks = Remarks
|
853
|
+
|
854
|
+
|
855
|
+
def _deserialize(self, params):
|
856
|
+
self._Name = params.get("Name")
|
857
|
+
self._IdcAddress = params.get("IdcAddress")
|
858
|
+
self._IdcType = params.get("IdcType")
|
859
|
+
self._Bandwidth = params.get("Bandwidth")
|
860
|
+
self._Telephone = params.get("Telephone")
|
861
|
+
self._Remarks = params.get("Remarks")
|
862
|
+
memeber_set = set(params.keys())
|
863
|
+
for name, value in vars(self).items():
|
864
|
+
property_name = name[1:]
|
865
|
+
if property_name in memeber_set:
|
866
|
+
memeber_set.remove(property_name)
|
867
|
+
if len(memeber_set) > 0:
|
868
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
869
|
+
|
870
|
+
|
871
|
+
|
872
|
+
class CreateCloudAttachServiceRequest(AbstractModel):
|
873
|
+
"""CreateCloudAttachService请求参数结构体
|
874
|
+
|
875
|
+
"""
|
876
|
+
|
877
|
+
def __init__(self):
|
878
|
+
r"""
|
879
|
+
:param _Data: 创建敏捷上云入参
|
880
|
+
:type Data: :class:`tencentcloud.dc.v20180410.models.CreateCasInput`
|
881
|
+
"""
|
882
|
+
self._Data = None
|
883
|
+
|
884
|
+
@property
|
885
|
+
def Data(self):
|
886
|
+
return self._Data
|
887
|
+
|
888
|
+
@Data.setter
|
889
|
+
def Data(self, Data):
|
890
|
+
self._Data = Data
|
891
|
+
|
892
|
+
|
893
|
+
def _deserialize(self, params):
|
894
|
+
if params.get("Data") is not None:
|
895
|
+
self._Data = CreateCasInput()
|
896
|
+
self._Data._deserialize(params.get("Data"))
|
897
|
+
memeber_set = set(params.keys())
|
898
|
+
for name, value in vars(self).items():
|
899
|
+
property_name = name[1:]
|
900
|
+
if property_name in memeber_set:
|
901
|
+
memeber_set.remove(property_name)
|
902
|
+
if len(memeber_set) > 0:
|
903
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
904
|
+
|
905
|
+
|
906
|
+
|
907
|
+
class CreateCloudAttachServiceResponse(AbstractModel):
|
908
|
+
"""CreateCloudAttachService返回参数结构体
|
909
|
+
|
910
|
+
"""
|
911
|
+
|
912
|
+
def __init__(self):
|
913
|
+
r"""
|
914
|
+
:param _CloudAttach: 敏捷上云服务详情
|
915
|
+
:type CloudAttach: :class:`tencentcloud.dc.v20180410.models.CloudAttachInfo`
|
916
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
917
|
+
:type RequestId: str
|
918
|
+
"""
|
919
|
+
self._CloudAttach = None
|
920
|
+
self._RequestId = None
|
921
|
+
|
922
|
+
@property
|
923
|
+
def CloudAttach(self):
|
924
|
+
return self._CloudAttach
|
925
|
+
|
926
|
+
@CloudAttach.setter
|
927
|
+
def CloudAttach(self, CloudAttach):
|
928
|
+
self._CloudAttach = CloudAttach
|
929
|
+
|
930
|
+
@property
|
931
|
+
def RequestId(self):
|
932
|
+
return self._RequestId
|
933
|
+
|
934
|
+
@RequestId.setter
|
935
|
+
def RequestId(self, RequestId):
|
936
|
+
self._RequestId = RequestId
|
937
|
+
|
938
|
+
|
939
|
+
def _deserialize(self, params):
|
940
|
+
if params.get("CloudAttach") is not None:
|
941
|
+
self._CloudAttach = CloudAttachInfo()
|
942
|
+
self._CloudAttach._deserialize(params.get("CloudAttach"))
|
943
|
+
self._RequestId = params.get("RequestId")
|
944
|
+
|
945
|
+
|
520
946
|
class CreateDirectConnectRequest(AbstractModel):
|
521
947
|
"""CreateDirectConnect请求参数结构体
|
522
948
|
|
@@ -5850,9 +5850,7 @@ class DescribeRecordLineListRequest(AbstractModel):
|
|
5850
5850
|
r"""
|
5851
5851
|
:param _Domain: 域名。
|
5852
5852
|
:type Domain: str
|
5853
|
-
:param _DomainGrade:
|
5854
|
-
+ 旧套餐:D_FREE、D_PLUS、D_EXTRA、D_EXPERT、D_ULTRA 分别对应免费套餐、个人豪华、企业1、企业2、企业3。
|
5855
|
-
+ 新套餐:DP_FREE、DP_PLUS、DP_EXTRA、DP_EXPERT、DP_ULTRA 分别对应新免费、个人专业版、企业创业版、企业标准版、企业旗舰版。
|
5853
|
+
:param _DomainGrade: 域名套餐等级。 旧套餐:D_FREE、D_PLUS、D_EXTRA、D_EXPERT、D_ULTRA 、DP_EXTRA 分别对应免费套餐、个人豪华、企业 I、企业 II、企业 III、企业基础版。 新套餐:DP_FREE、DP_PLUS、DP_EXPERT、DP_ULTRA 分别对应新免费、专业版、企业版、尊享版。
|
5856
5854
|
:type DomainGrade: str
|
5857
5855
|
:param _DomainId: 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
|
5858
5856
|
:type DomainId: int
|