tencentcloud-sdk-python 3.0.1353__py2.py3-none-any.whl → 3.0.1354__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/bh/v20230418/models.py +15 -0
- tencentcloud/ckafka/v20190819/models.py +4 -4
- tencentcloud/clb/v20180317/models.py +19 -0
- tencentcloud/dts/v20211206/models.py +92 -0
- tencentcloud/iotexplorer/v20190423/models.py +0 -4
- tencentcloud/teo/v20220901/errorcodes.py +3 -0
- tencentcloud/tse/v20201207/models.py +0 -496
- tencentcloud/wedata/v20210820/models.py +15 -0
- {tencentcloud_sdk_python-3.0.1353.dist-info → tencentcloud_sdk_python-3.0.1354.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1353.dist-info → tencentcloud_sdk_python-3.0.1354.dist-info}/RECORD +14 -14
- {tencentcloud_sdk_python-3.0.1353.dist-info → tencentcloud_sdk_python-3.0.1354.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1353.dist-info → tencentcloud_sdk_python-3.0.1354.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1353.dist-info → tencentcloud_sdk_python-3.0.1354.dist-info}/top_level.txt +0 -0
@@ -512,13 +512,10 @@ class BoundK8SInfo(AbstractModel):
|
|
512
512
|
:param _BoundClusterId: 绑定的kubernetes集群ID
|
513
513
|
:type BoundClusterId: str
|
514
514
|
:param _BoundClusterType: 绑定的kubernetes的集群类型,分tke和eks两种
|
515
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
516
515
|
:type BoundClusterType: str
|
517
516
|
:param _SyncMode: 服务同步模式,all为全量同步,demand为按需同步
|
518
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
519
517
|
:type SyncMode: str
|
520
518
|
:param _BindRegion: 绑定的kubernetes集群所在地域
|
521
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
522
519
|
:type BindRegion: str
|
523
520
|
"""
|
524
521
|
self._BoundClusterId = None
|
@@ -540,7 +537,6 @@ class BoundK8SInfo(AbstractModel):
|
|
540
537
|
@property
|
541
538
|
def BoundClusterType(self):
|
542
539
|
"""绑定的kubernetes的集群类型,分tke和eks两种
|
543
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
544
540
|
:rtype: str
|
545
541
|
"""
|
546
542
|
return self._BoundClusterType
|
@@ -552,7 +548,6 @@ class BoundK8SInfo(AbstractModel):
|
|
552
548
|
@property
|
553
549
|
def SyncMode(self):
|
554
550
|
"""服务同步模式,all为全量同步,demand为按需同步
|
555
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
556
551
|
:rtype: str
|
557
552
|
"""
|
558
553
|
return self._SyncMode
|
@@ -564,7 +559,6 @@ class BoundK8SInfo(AbstractModel):
|
|
564
559
|
@property
|
565
560
|
def BindRegion(self):
|
566
561
|
"""绑定的kubernetes集群所在地域
|
567
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
568
562
|
:rtype: str
|
569
563
|
"""
|
570
564
|
return self._BindRegion
|
@@ -597,13 +591,10 @@ class CLBMultiRegion(AbstractModel):
|
|
597
591
|
def __init__(self):
|
598
592
|
r"""
|
599
593
|
:param _CLBMultiZoneFlag: 是否启用多可用区
|
600
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
601
594
|
:type CLBMultiZoneFlag: bool
|
602
595
|
:param _CLBMasterZone: 主可用区信息
|
603
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
604
596
|
:type CLBMasterZone: str
|
605
597
|
:param _CLBSlaveZone: 备可用区信息
|
606
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
607
598
|
:type CLBSlaveZone: str
|
608
599
|
"""
|
609
600
|
self._CLBMultiZoneFlag = None
|
@@ -613,7 +604,6 @@ class CLBMultiRegion(AbstractModel):
|
|
613
604
|
@property
|
614
605
|
def CLBMultiZoneFlag(self):
|
615
606
|
"""是否启用多可用区
|
616
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
617
607
|
:rtype: bool
|
618
608
|
"""
|
619
609
|
return self._CLBMultiZoneFlag
|
@@ -625,7 +615,6 @@ class CLBMultiRegion(AbstractModel):
|
|
625
615
|
@property
|
626
616
|
def CLBMasterZone(self):
|
627
617
|
"""主可用区信息
|
628
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
629
618
|
:rtype: str
|
630
619
|
"""
|
631
620
|
return self._CLBMasterZone
|
@@ -637,7 +626,6 @@ class CLBMultiRegion(AbstractModel):
|
|
637
626
|
@property
|
638
627
|
def CLBSlaveZone(self):
|
639
628
|
"""备可用区信息
|
640
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
641
629
|
:rtype: str
|
642
630
|
"""
|
643
631
|
return self._CLBSlaveZone
|
@@ -722,7 +710,6 @@ class CertificateInfo(AbstractModel):
|
|
722
710
|
def __init__(self):
|
723
711
|
r"""
|
724
712
|
:param _Id: 唯一id
|
725
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
726
713
|
:type Id: str
|
727
714
|
"""
|
728
715
|
self._Id = None
|
@@ -730,7 +717,6 @@ class CertificateInfo(AbstractModel):
|
|
730
717
|
@property
|
731
718
|
def Id(self):
|
732
719
|
"""唯一id
|
733
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
734
720
|
:rtype: str
|
735
721
|
"""
|
736
722
|
return self._Id
|
@@ -3425,58 +3411,40 @@ class ConfigFileGroup(AbstractModel):
|
|
3425
3411
|
def __init__(self):
|
3426
3412
|
r"""
|
3427
3413
|
:param _Id: 配置文件组id
|
3428
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3429
3414
|
:type Id: int
|
3430
3415
|
:param _Name: 配置文件组名称
|
3431
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3432
3416
|
:type Name: str
|
3433
3417
|
:param _Namespace: 命名空间
|
3434
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3435
3418
|
:type Namespace: str
|
3436
3419
|
:param _Comment: 备注
|
3437
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3438
3420
|
:type Comment: str
|
3439
3421
|
:param _CreateTime: 创建时间
|
3440
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3441
3422
|
:type CreateTime: str
|
3442
3423
|
:param _CreateBy: 创建者
|
3443
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3444
3424
|
:type CreateBy: str
|
3445
3425
|
:param _ModifyTime: 修改时间
|
3446
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3447
3426
|
:type ModifyTime: str
|
3448
3427
|
:param _ModifyBy: 修改者
|
3449
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3450
3428
|
:type ModifyBy: str
|
3451
3429
|
:param _FileCount: 文件数
|
3452
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3453
3430
|
:type FileCount: int
|
3454
3431
|
:param _UserIds: 关联用户,link_users
|
3455
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3456
3432
|
:type UserIds: list of str
|
3457
3433
|
:param _GroupIds: 组id,link_groups
|
3458
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3459
3434
|
:type GroupIds: list of str
|
3460
3435
|
:param _RemoveUserIds: remove_link_users
|
3461
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3462
3436
|
:type RemoveUserIds: list of str
|
3463
3437
|
:param _RemoveGroupIds: remove_link_groups
|
3464
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3465
3438
|
:type RemoveGroupIds: list of str
|
3466
3439
|
:param _Editable: 是否可编辑
|
3467
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3468
3440
|
:type Editable: bool
|
3469
3441
|
:param _Owner: 归属者
|
3470
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3471
3442
|
:type Owner: str
|
3472
3443
|
:param _Department: 部门
|
3473
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3474
3444
|
:type Department: str
|
3475
3445
|
:param _Business: 业务
|
3476
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3477
3446
|
:type Business: str
|
3478
3447
|
:param _ConfigFileGroupTags: 配置文件组标签
|
3479
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3480
3448
|
:type ConfigFileGroupTags: list of ConfigFileGroupTag
|
3481
3449
|
"""
|
3482
3450
|
self._Id = None
|
@@ -3501,7 +3469,6 @@ class ConfigFileGroup(AbstractModel):
|
|
3501
3469
|
@property
|
3502
3470
|
def Id(self):
|
3503
3471
|
"""配置文件组id
|
3504
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3505
3472
|
:rtype: int
|
3506
3473
|
"""
|
3507
3474
|
return self._Id
|
@@ -3513,7 +3480,6 @@ class ConfigFileGroup(AbstractModel):
|
|
3513
3480
|
@property
|
3514
3481
|
def Name(self):
|
3515
3482
|
"""配置文件组名称
|
3516
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3517
3483
|
:rtype: str
|
3518
3484
|
"""
|
3519
3485
|
return self._Name
|
@@ -3525,7 +3491,6 @@ class ConfigFileGroup(AbstractModel):
|
|
3525
3491
|
@property
|
3526
3492
|
def Namespace(self):
|
3527
3493
|
"""命名空间
|
3528
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3529
3494
|
:rtype: str
|
3530
3495
|
"""
|
3531
3496
|
return self._Namespace
|
@@ -3537,7 +3502,6 @@ class ConfigFileGroup(AbstractModel):
|
|
3537
3502
|
@property
|
3538
3503
|
def Comment(self):
|
3539
3504
|
"""备注
|
3540
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3541
3505
|
:rtype: str
|
3542
3506
|
"""
|
3543
3507
|
return self._Comment
|
@@ -3549,7 +3513,6 @@ class ConfigFileGroup(AbstractModel):
|
|
3549
3513
|
@property
|
3550
3514
|
def CreateTime(self):
|
3551
3515
|
"""创建时间
|
3552
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3553
3516
|
:rtype: str
|
3554
3517
|
"""
|
3555
3518
|
return self._CreateTime
|
@@ -3561,7 +3524,6 @@ class ConfigFileGroup(AbstractModel):
|
|
3561
3524
|
@property
|
3562
3525
|
def CreateBy(self):
|
3563
3526
|
"""创建者
|
3564
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3565
3527
|
:rtype: str
|
3566
3528
|
"""
|
3567
3529
|
return self._CreateBy
|
@@ -3573,7 +3535,6 @@ class ConfigFileGroup(AbstractModel):
|
|
3573
3535
|
@property
|
3574
3536
|
def ModifyTime(self):
|
3575
3537
|
"""修改时间
|
3576
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3577
3538
|
:rtype: str
|
3578
3539
|
"""
|
3579
3540
|
return self._ModifyTime
|
@@ -3585,7 +3546,6 @@ class ConfigFileGroup(AbstractModel):
|
|
3585
3546
|
@property
|
3586
3547
|
def ModifyBy(self):
|
3587
3548
|
"""修改者
|
3588
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3589
3549
|
:rtype: str
|
3590
3550
|
"""
|
3591
3551
|
return self._ModifyBy
|
@@ -3597,7 +3557,6 @@ class ConfigFileGroup(AbstractModel):
|
|
3597
3557
|
@property
|
3598
3558
|
def FileCount(self):
|
3599
3559
|
"""文件数
|
3600
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3601
3560
|
:rtype: int
|
3602
3561
|
"""
|
3603
3562
|
return self._FileCount
|
@@ -3609,7 +3568,6 @@ class ConfigFileGroup(AbstractModel):
|
|
3609
3568
|
@property
|
3610
3569
|
def UserIds(self):
|
3611
3570
|
"""关联用户,link_users
|
3612
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3613
3571
|
:rtype: list of str
|
3614
3572
|
"""
|
3615
3573
|
return self._UserIds
|
@@ -3621,7 +3579,6 @@ class ConfigFileGroup(AbstractModel):
|
|
3621
3579
|
@property
|
3622
3580
|
def GroupIds(self):
|
3623
3581
|
"""组id,link_groups
|
3624
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3625
3582
|
:rtype: list of str
|
3626
3583
|
"""
|
3627
3584
|
return self._GroupIds
|
@@ -3633,7 +3590,6 @@ class ConfigFileGroup(AbstractModel):
|
|
3633
3590
|
@property
|
3634
3591
|
def RemoveUserIds(self):
|
3635
3592
|
"""remove_link_users
|
3636
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3637
3593
|
:rtype: list of str
|
3638
3594
|
"""
|
3639
3595
|
return self._RemoveUserIds
|
@@ -3645,7 +3601,6 @@ class ConfigFileGroup(AbstractModel):
|
|
3645
3601
|
@property
|
3646
3602
|
def RemoveGroupIds(self):
|
3647
3603
|
"""remove_link_groups
|
3648
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3649
3604
|
:rtype: list of str
|
3650
3605
|
"""
|
3651
3606
|
return self._RemoveGroupIds
|
@@ -3657,7 +3612,6 @@ class ConfigFileGroup(AbstractModel):
|
|
3657
3612
|
@property
|
3658
3613
|
def Editable(self):
|
3659
3614
|
"""是否可编辑
|
3660
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3661
3615
|
:rtype: bool
|
3662
3616
|
"""
|
3663
3617
|
return self._Editable
|
@@ -3669,7 +3623,6 @@ class ConfigFileGroup(AbstractModel):
|
|
3669
3623
|
@property
|
3670
3624
|
def Owner(self):
|
3671
3625
|
"""归属者
|
3672
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3673
3626
|
:rtype: str
|
3674
3627
|
"""
|
3675
3628
|
return self._Owner
|
@@ -3681,7 +3634,6 @@ class ConfigFileGroup(AbstractModel):
|
|
3681
3634
|
@property
|
3682
3635
|
def Department(self):
|
3683
3636
|
"""部门
|
3684
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3685
3637
|
:rtype: str
|
3686
3638
|
"""
|
3687
3639
|
return self._Department
|
@@ -3693,7 +3645,6 @@ class ConfigFileGroup(AbstractModel):
|
|
3693
3645
|
@property
|
3694
3646
|
def Business(self):
|
3695
3647
|
"""业务
|
3696
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3697
3648
|
:rtype: str
|
3698
3649
|
"""
|
3699
3650
|
return self._Business
|
@@ -3705,7 +3656,6 @@ class ConfigFileGroup(AbstractModel):
|
|
3705
3656
|
@property
|
3706
3657
|
def ConfigFileGroupTags(self):
|
3707
3658
|
"""配置文件组标签
|
3708
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3709
3659
|
:rtype: list of ConfigFileGroupTag
|
3710
3660
|
"""
|
3711
3661
|
return self._ConfigFileGroupTags
|
@@ -3757,10 +3707,8 @@ class ConfigFileGroupTag(AbstractModel):
|
|
3757
3707
|
def __init__(self):
|
3758
3708
|
r"""
|
3759
3709
|
:param _Key: key-value 键
|
3760
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3761
3710
|
:type Key: str
|
3762
3711
|
:param _Value: key-value 值
|
3763
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3764
3712
|
:type Value: str
|
3765
3713
|
"""
|
3766
3714
|
self._Key = None
|
@@ -3769,7 +3717,6 @@ class ConfigFileGroupTag(AbstractModel):
|
|
3769
3717
|
@property
|
3770
3718
|
def Key(self):
|
3771
3719
|
"""key-value 键
|
3772
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3773
3720
|
:rtype: str
|
3774
3721
|
"""
|
3775
3722
|
return self._Key
|
@@ -3781,7 +3728,6 @@ class ConfigFileGroupTag(AbstractModel):
|
|
3781
3728
|
@property
|
3782
3729
|
def Value(self):
|
3783
3730
|
"""key-value 值
|
3784
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3785
3731
|
:rtype: str
|
3786
3732
|
"""
|
3787
3733
|
return self._Value
|
@@ -4362,19 +4308,14 @@ class ConfigFileReleaseDeletion(AbstractModel):
|
|
4362
4308
|
def __init__(self):
|
4363
4309
|
r"""
|
4364
4310
|
:param _Namespace: 命名空间
|
4365
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4366
4311
|
:type Namespace: str
|
4367
4312
|
:param _Group: 配置分组
|
4368
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4369
4313
|
:type Group: str
|
4370
4314
|
:param _FileName: 文件名称
|
4371
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4372
4315
|
:type FileName: str
|
4373
4316
|
:param _ReleaseVersion: 发布版本
|
4374
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4375
4317
|
:type ReleaseVersion: str
|
4376
4318
|
:param _Id: 配置发布ID
|
4377
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4378
4319
|
:type Id: int
|
4379
4320
|
"""
|
4380
4321
|
self._Namespace = None
|
@@ -4386,7 +4327,6 @@ class ConfigFileReleaseDeletion(AbstractModel):
|
|
4386
4327
|
@property
|
4387
4328
|
def Namespace(self):
|
4388
4329
|
"""命名空间
|
4389
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4390
4330
|
:rtype: str
|
4391
4331
|
"""
|
4392
4332
|
return self._Namespace
|
@@ -4398,7 +4338,6 @@ class ConfigFileReleaseDeletion(AbstractModel):
|
|
4398
4338
|
@property
|
4399
4339
|
def Group(self):
|
4400
4340
|
"""配置分组
|
4401
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4402
4341
|
:rtype: str
|
4403
4342
|
"""
|
4404
4343
|
return self._Group
|
@@ -4410,7 +4349,6 @@ class ConfigFileReleaseDeletion(AbstractModel):
|
|
4410
4349
|
@property
|
4411
4350
|
def FileName(self):
|
4412
4351
|
"""文件名称
|
4413
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4414
4352
|
:rtype: str
|
4415
4353
|
"""
|
4416
4354
|
return self._FileName
|
@@ -4422,7 +4360,6 @@ class ConfigFileReleaseDeletion(AbstractModel):
|
|
4422
4360
|
@property
|
4423
4361
|
def ReleaseVersion(self):
|
4424
4362
|
"""发布版本
|
4425
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4426
4363
|
:rtype: str
|
4427
4364
|
"""
|
4428
4365
|
return self._ReleaseVersion
|
@@ -4434,7 +4371,6 @@ class ConfigFileReleaseDeletion(AbstractModel):
|
|
4434
4371
|
@property
|
4435
4372
|
def Id(self):
|
4436
4373
|
"""配置发布ID
|
4437
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4438
4374
|
:rtype: int
|
4439
4375
|
"""
|
4440
4376
|
return self._Id
|
@@ -4849,31 +4785,22 @@ class ConfigFileTemplate(AbstractModel):
|
|
4849
4785
|
def __init__(self):
|
4850
4786
|
r"""
|
4851
4787
|
:param _Id: 配置文件模板id
|
4852
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4853
4788
|
:type Id: int
|
4854
4789
|
:param _Name: 配置文件模板名称
|
4855
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4856
4790
|
:type Name: str
|
4857
4791
|
:param _Content: 配置文件模板内容
|
4858
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4859
4792
|
:type Content: str
|
4860
4793
|
:param _Format: 配置文件模板格式
|
4861
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4862
4794
|
:type Format: str
|
4863
4795
|
:param _Comment: 配置文件模板注释
|
4864
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4865
4796
|
:type Comment: str
|
4866
4797
|
:param _CreateTime: 配置文件模板创建时间
|
4867
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4868
4798
|
:type CreateTime: str
|
4869
4799
|
:param _CreateBy: 配置文件模板创建者
|
4870
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4871
4800
|
:type CreateBy: str
|
4872
4801
|
:param _ModifyTime: 配置文件模板修改时间
|
4873
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4874
4802
|
:type ModifyTime: str
|
4875
4803
|
:param _ModifyBy: 配置文件模板修改者
|
4876
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4877
4804
|
:type ModifyBy: str
|
4878
4805
|
"""
|
4879
4806
|
self._Id = None
|
@@ -4889,7 +4816,6 @@ class ConfigFileTemplate(AbstractModel):
|
|
4889
4816
|
@property
|
4890
4817
|
def Id(self):
|
4891
4818
|
"""配置文件模板id
|
4892
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4893
4819
|
:rtype: int
|
4894
4820
|
"""
|
4895
4821
|
return self._Id
|
@@ -4901,7 +4827,6 @@ class ConfigFileTemplate(AbstractModel):
|
|
4901
4827
|
@property
|
4902
4828
|
def Name(self):
|
4903
4829
|
"""配置文件模板名称
|
4904
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4905
4830
|
:rtype: str
|
4906
4831
|
"""
|
4907
4832
|
return self._Name
|
@@ -4913,7 +4838,6 @@ class ConfigFileTemplate(AbstractModel):
|
|
4913
4838
|
@property
|
4914
4839
|
def Content(self):
|
4915
4840
|
"""配置文件模板内容
|
4916
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4917
4841
|
:rtype: str
|
4918
4842
|
"""
|
4919
4843
|
return self._Content
|
@@ -4925,7 +4849,6 @@ class ConfigFileTemplate(AbstractModel):
|
|
4925
4849
|
@property
|
4926
4850
|
def Format(self):
|
4927
4851
|
"""配置文件模板格式
|
4928
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4929
4852
|
:rtype: str
|
4930
4853
|
"""
|
4931
4854
|
return self._Format
|
@@ -4937,7 +4860,6 @@ class ConfigFileTemplate(AbstractModel):
|
|
4937
4860
|
@property
|
4938
4861
|
def Comment(self):
|
4939
4862
|
"""配置文件模板注释
|
4940
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4941
4863
|
:rtype: str
|
4942
4864
|
"""
|
4943
4865
|
return self._Comment
|
@@ -4949,7 +4871,6 @@ class ConfigFileTemplate(AbstractModel):
|
|
4949
4871
|
@property
|
4950
4872
|
def CreateTime(self):
|
4951
4873
|
"""配置文件模板创建时间
|
4952
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4953
4874
|
:rtype: str
|
4954
4875
|
"""
|
4955
4876
|
return self._CreateTime
|
@@ -4961,7 +4882,6 @@ class ConfigFileTemplate(AbstractModel):
|
|
4961
4882
|
@property
|
4962
4883
|
def CreateBy(self):
|
4963
4884
|
"""配置文件模板创建者
|
4964
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4965
4885
|
:rtype: str
|
4966
4886
|
"""
|
4967
4887
|
return self._CreateBy
|
@@ -4973,7 +4893,6 @@ class ConfigFileTemplate(AbstractModel):
|
|
4973
4893
|
@property
|
4974
4894
|
def ModifyTime(self):
|
4975
4895
|
"""配置文件模板修改时间
|
4976
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4977
4896
|
:rtype: str
|
4978
4897
|
"""
|
4979
4898
|
return self._ModifyTime
|
@@ -4985,7 +4904,6 @@ class ConfigFileTemplate(AbstractModel):
|
|
4985
4904
|
@property
|
4986
4905
|
def ModifyBy(self):
|
4987
4906
|
"""配置文件模板修改者
|
4988
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4989
4907
|
:rtype: str
|
4990
4908
|
"""
|
4991
4909
|
return self._ModifyBy
|
@@ -5460,7 +5378,6 @@ class CreateCloudNativeAPIGatewayCertificateResponse(AbstractModel):
|
|
5460
5378
|
def __init__(self):
|
5461
5379
|
r"""
|
5462
5380
|
:param _Result: 创建证书结果
|
5463
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5464
5381
|
:type Result: :class:`tencentcloud.tse.v20201207.models.CertificateInfo`
|
5465
5382
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5466
5383
|
:type RequestId: str
|
@@ -5471,7 +5388,6 @@ class CreateCloudNativeAPIGatewayCertificateResponse(AbstractModel):
|
|
5471
5388
|
@property
|
5472
5389
|
def Result(self):
|
5473
5390
|
"""创建证书结果
|
5474
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5475
5391
|
:rtype: :class:`tencentcloud.tse.v20201207.models.CertificateInfo`
|
5476
5392
|
"""
|
5477
5393
|
return self._Result
|
@@ -5575,7 +5491,6 @@ class CreateCloudNativeAPIGatewayPublicNetworkResponse(AbstractModel):
|
|
5575
5491
|
def __init__(self):
|
5576
5492
|
r"""
|
5577
5493
|
:param _Result: 返回结果
|
5578
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5579
5494
|
:type Result: :class:`tencentcloud.tse.v20201207.models.CreatePublicNetworkResult`
|
5580
5495
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5581
5496
|
:type RequestId: str
|
@@ -5586,7 +5501,6 @@ class CreateCloudNativeAPIGatewayPublicNetworkResponse(AbstractModel):
|
|
5586
5501
|
@property
|
5587
5502
|
def Result(self):
|
5588
5503
|
"""返回结果
|
5589
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5590
5504
|
:rtype: :class:`tencentcloud.tse.v20201207.models.CreatePublicNetworkResult`
|
5591
5505
|
"""
|
5592
5506
|
return self._Result
|
@@ -6978,7 +6892,6 @@ class CreateConfigFileResponse(AbstractModel):
|
|
6978
6892
|
:param _Result: 是否创建成功
|
6979
6893
|
:type Result: bool
|
6980
6894
|
:param _ConfigFileId: 创建的配置文件Id
|
6981
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6982
6895
|
:type ConfigFileId: str
|
6983
6896
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6984
6897
|
:type RequestId: str
|
@@ -7001,7 +6914,6 @@ class CreateConfigFileResponse(AbstractModel):
|
|
7001
6914
|
@property
|
7002
6915
|
def ConfigFileId(self):
|
7003
6916
|
"""创建的配置文件Id
|
7004
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7005
6917
|
:rtype: str
|
7006
6918
|
"""
|
7007
6919
|
return self._ConfigFileId
|
@@ -7550,7 +7462,6 @@ class CreateGatewayServiceResult(AbstractModel):
|
|
7550
7462
|
def __init__(self):
|
7551
7463
|
r"""
|
7552
7464
|
:param _ServiceId: 网关服务ID
|
7553
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7554
7465
|
:type ServiceId: str
|
7555
7466
|
"""
|
7556
7467
|
self._ServiceId = None
|
@@ -7558,7 +7469,6 @@ class CreateGatewayServiceResult(AbstractModel):
|
|
7558
7469
|
@property
|
7559
7470
|
def ServiceId(self):
|
7560
7471
|
"""网关服务ID
|
7561
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7562
7472
|
:rtype: str
|
7563
7473
|
"""
|
7564
7474
|
return self._ServiceId
|
@@ -8451,10 +8361,8 @@ class CreateOrUpdateConfigFileAndReleaseResponse(AbstractModel):
|
|
8451
8361
|
:param _Result: 操作是否成功
|
8452
8362
|
:type Result: bool
|
8453
8363
|
:param _ConfigFileReleaseId: 配置发布Id
|
8454
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8455
8364
|
:type ConfigFileReleaseId: str
|
8456
8365
|
:param _ConfigFileId: 配置文件Id
|
8457
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8458
8366
|
:type ConfigFileId: str
|
8459
8367
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
8460
8368
|
:type RequestId: str
|
@@ -8478,7 +8386,6 @@ class CreateOrUpdateConfigFileAndReleaseResponse(AbstractModel):
|
|
8478
8386
|
@property
|
8479
8387
|
def ConfigFileReleaseId(self):
|
8480
8388
|
"""配置发布Id
|
8481
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8482
8389
|
:rtype: str
|
8483
8390
|
"""
|
8484
8391
|
return self._ConfigFileReleaseId
|
@@ -8490,7 +8397,6 @@ class CreateOrUpdateConfigFileAndReleaseResponse(AbstractModel):
|
|
8490
8397
|
@property
|
8491
8398
|
def ConfigFileId(self):
|
8492
8399
|
"""配置文件Id
|
8493
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8494
8400
|
:rtype: str
|
8495
8401
|
"""
|
8496
8402
|
return self._ConfigFileId
|
@@ -8526,13 +8432,10 @@ class CreatePublicNetworkResult(AbstractModel):
|
|
8526
8432
|
def __init__(self):
|
8527
8433
|
r"""
|
8528
8434
|
:param _GatewayId: 网关实例ID
|
8529
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8530
8435
|
:type GatewayId: str
|
8531
8436
|
:param _GroupId: 分组ID
|
8532
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8533
8437
|
:type GroupId: str
|
8534
8438
|
:param _NetworkId: 客户端公网网络ID
|
8535
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8536
8439
|
:type NetworkId: str
|
8537
8440
|
"""
|
8538
8441
|
self._GatewayId = None
|
@@ -8542,7 +8445,6 @@ class CreatePublicNetworkResult(AbstractModel):
|
|
8542
8445
|
@property
|
8543
8446
|
def GatewayId(self):
|
8544
8447
|
"""网关实例ID
|
8545
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8546
8448
|
:rtype: str
|
8547
8449
|
"""
|
8548
8450
|
return self._GatewayId
|
@@ -8554,7 +8456,6 @@ class CreatePublicNetworkResult(AbstractModel):
|
|
8554
8456
|
@property
|
8555
8457
|
def GroupId(self):
|
8556
8458
|
"""分组ID
|
8557
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8558
8459
|
:rtype: str
|
8559
8460
|
"""
|
8560
8461
|
return self._GroupId
|
@@ -8566,7 +8467,6 @@ class CreatePublicNetworkResult(AbstractModel):
|
|
8566
8467
|
@property
|
8567
8468
|
def NetworkId(self):
|
8568
8469
|
"""客户端公网网络ID
|
8569
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8570
8470
|
:rtype: str
|
8571
8471
|
"""
|
8572
8472
|
return self._NetworkId
|
@@ -14292,7 +14192,6 @@ class DescribeConfigFileResponse(AbstractModel):
|
|
14292
14192
|
def __init__(self):
|
14293
14193
|
r"""
|
14294
14194
|
:param _ConfigFile: 配置文件
|
14295
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14296
14195
|
:type ConfigFile: :class:`tencentcloud.tse.v20201207.models.ConfigFile`
|
14297
14196
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
14298
14197
|
:type RequestId: str
|
@@ -14303,7 +14202,6 @@ class DescribeConfigFileResponse(AbstractModel):
|
|
14303
14202
|
@property
|
14304
14203
|
def ConfigFile(self):
|
14305
14204
|
"""配置文件
|
14306
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14307
14205
|
:rtype: :class:`tencentcloud.tse.v20201207.models.ConfigFile`
|
14308
14206
|
"""
|
14309
14207
|
return self._ConfigFile
|
@@ -15692,7 +15590,6 @@ class DescribeGovernanceServiceContractsResponse(AbstractModel):
|
|
15692
15590
|
:param _Size: 返回条数
|
15693
15591
|
:type Size: int
|
15694
15592
|
:param _ServiceContracts: 契约定义列表
|
15695
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15696
15593
|
:type ServiceContracts: list of GovernanceServiceContract
|
15697
15594
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
15698
15595
|
:type RequestId: str
|
@@ -15727,7 +15624,6 @@ class DescribeGovernanceServiceContractsResponse(AbstractModel):
|
|
15727
15624
|
@property
|
15728
15625
|
def ServiceContracts(self):
|
15729
15626
|
"""契约定义列表
|
15730
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15731
15627
|
:rtype: list of GovernanceServiceContract
|
15732
15628
|
"""
|
15733
15629
|
return self._ServiceContracts
|
@@ -16077,31 +15973,22 @@ class DescribeInstanceRegionInfo(AbstractModel):
|
|
16077
15973
|
def __init__(self):
|
16078
15974
|
r"""
|
16079
15975
|
:param _EngineRegion: 引擎部署地域信息
|
16080
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16081
15976
|
:type EngineRegion: str
|
16082
15977
|
:param _Replica: 引擎在该地域的副本数
|
16083
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16084
15978
|
:type Replica: int
|
16085
15979
|
:param _SpecId: 引擎在该地域的规格id
|
16086
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16087
15980
|
:type SpecId: str
|
16088
15981
|
:param _IntranetVpcInfos: 客户端内网的网络信息
|
16089
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16090
15982
|
:type IntranetVpcInfos: list of VpcInfo
|
16091
15983
|
:param _ConsoleIntranetVpcInfos: 控制台内网的网络信息
|
16092
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16093
15984
|
:type ConsoleIntranetVpcInfos: list of VpcInfo
|
16094
15985
|
:param _EnableClientInternet: 是否开公网
|
16095
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16096
15986
|
:type EnableClientInternet: bool
|
16097
15987
|
:param _LimiterIntranetVpcInfos: 限流客户端内网的网络信息
|
16098
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16099
15988
|
:type LimiterIntranetVpcInfos: list of VpcInfo
|
16100
15989
|
:param _MainRegion: 是否为主地域,仅在服务治理中心多地域有效
|
16101
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16102
15990
|
:type MainRegion: bool
|
16103
15991
|
:param _EKSClusterID: 该地域所在的EKS集群
|
16104
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16105
15992
|
:type EKSClusterID: str
|
16106
15993
|
"""
|
16107
15994
|
self._EngineRegion = None
|
@@ -16117,7 +16004,6 @@ class DescribeInstanceRegionInfo(AbstractModel):
|
|
16117
16004
|
@property
|
16118
16005
|
def EngineRegion(self):
|
16119
16006
|
"""引擎部署地域信息
|
16120
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16121
16007
|
:rtype: str
|
16122
16008
|
"""
|
16123
16009
|
return self._EngineRegion
|
@@ -16129,7 +16015,6 @@ class DescribeInstanceRegionInfo(AbstractModel):
|
|
16129
16015
|
@property
|
16130
16016
|
def Replica(self):
|
16131
16017
|
"""引擎在该地域的副本数
|
16132
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16133
16018
|
:rtype: int
|
16134
16019
|
"""
|
16135
16020
|
return self._Replica
|
@@ -16141,7 +16026,6 @@ class DescribeInstanceRegionInfo(AbstractModel):
|
|
16141
16026
|
@property
|
16142
16027
|
def SpecId(self):
|
16143
16028
|
"""引擎在该地域的规格id
|
16144
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16145
16029
|
:rtype: str
|
16146
16030
|
"""
|
16147
16031
|
return self._SpecId
|
@@ -16153,7 +16037,6 @@ class DescribeInstanceRegionInfo(AbstractModel):
|
|
16153
16037
|
@property
|
16154
16038
|
def IntranetVpcInfos(self):
|
16155
16039
|
"""客户端内网的网络信息
|
16156
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16157
16040
|
:rtype: list of VpcInfo
|
16158
16041
|
"""
|
16159
16042
|
return self._IntranetVpcInfos
|
@@ -16165,7 +16048,6 @@ class DescribeInstanceRegionInfo(AbstractModel):
|
|
16165
16048
|
@property
|
16166
16049
|
def ConsoleIntranetVpcInfos(self):
|
16167
16050
|
"""控制台内网的网络信息
|
16168
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16169
16051
|
:rtype: list of VpcInfo
|
16170
16052
|
"""
|
16171
16053
|
return self._ConsoleIntranetVpcInfos
|
@@ -16177,7 +16059,6 @@ class DescribeInstanceRegionInfo(AbstractModel):
|
|
16177
16059
|
@property
|
16178
16060
|
def EnableClientInternet(self):
|
16179
16061
|
"""是否开公网
|
16180
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16181
16062
|
:rtype: bool
|
16182
16063
|
"""
|
16183
16064
|
return self._EnableClientInternet
|
@@ -16189,7 +16070,6 @@ class DescribeInstanceRegionInfo(AbstractModel):
|
|
16189
16070
|
@property
|
16190
16071
|
def LimiterIntranetVpcInfos(self):
|
16191
16072
|
"""限流客户端内网的网络信息
|
16192
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16193
16073
|
:rtype: list of VpcInfo
|
16194
16074
|
"""
|
16195
16075
|
return self._LimiterIntranetVpcInfos
|
@@ -16201,7 +16081,6 @@ class DescribeInstanceRegionInfo(AbstractModel):
|
|
16201
16081
|
@property
|
16202
16082
|
def MainRegion(self):
|
16203
16083
|
"""是否为主地域,仅在服务治理中心多地域有效
|
16204
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16205
16084
|
:rtype: bool
|
16206
16085
|
"""
|
16207
16086
|
return self._MainRegion
|
@@ -16213,7 +16092,6 @@ class DescribeInstanceRegionInfo(AbstractModel):
|
|
16213
16092
|
@property
|
16214
16093
|
def EKSClusterID(self):
|
16215
16094
|
"""该地域所在的EKS集群
|
16216
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16217
16095
|
:rtype: str
|
16218
16096
|
"""
|
16219
16097
|
return self._EKSClusterID
|
@@ -16433,7 +16311,6 @@ class DescribeNacosReplicasResponse(AbstractModel):
|
|
16433
16311
|
:param _Replicas: 引擎实例副本信息
|
16434
16312
|
:type Replicas: list of NacosReplica
|
16435
16313
|
:param _TotalCount: 副本个数
|
16436
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16437
16314
|
:type TotalCount: int
|
16438
16315
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
16439
16316
|
:type RequestId: str
|
@@ -16456,7 +16333,6 @@ class DescribeNacosReplicasResponse(AbstractModel):
|
|
16456
16333
|
@property
|
16457
16334
|
def TotalCount(self):
|
16458
16335
|
"""副本个数
|
16459
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16460
16336
|
:rtype: int
|
16461
16337
|
"""
|
16462
16338
|
return self._TotalCount
|
@@ -17503,22 +17379,17 @@ class DescribeSREInstanceAccessAddressResponse(AbstractModel):
|
|
17503
17379
|
:param _EnvAddressInfos: apollo多环境公网ip
|
17504
17380
|
:type EnvAddressInfos: list of EnvAddressInfo
|
17505
17381
|
:param _ConsoleInternetAddress: 控制台公网访问地址
|
17506
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17507
17382
|
:type ConsoleInternetAddress: str
|
17508
17383
|
:param _ConsoleIntranetAddress: 控制台内网访问地址
|
17509
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17510
17384
|
:type ConsoleIntranetAddress: str
|
17511
17385
|
:param _InternetBandWidth: 客户端公网带宽
|
17512
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17513
17386
|
:type InternetBandWidth: int
|
17514
17387
|
:param _ConsoleInternetBandWidth: 控制台公网带宽
|
17515
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17516
17388
|
:type ConsoleInternetBandWidth: int
|
17517
17389
|
:param _LimiterAddressInfos: 北极星限流server节点接入IP
|
17518
17390
|
注意:此字段可能返回 null,表示取不到有效值。
|
17519
17391
|
:type LimiterAddressInfos: list of PolarisLimiterAddress
|
17520
17392
|
:param _CLBMultiRegion: InternetAddress 的公网 CLB 多可用区信息
|
17521
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17522
17393
|
:type CLBMultiRegion: :class:`tencentcloud.tse.v20201207.models.CLBMultiRegion`
|
17523
17394
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
17524
17395
|
:type RequestId: str
|
@@ -17570,7 +17441,6 @@ class DescribeSREInstanceAccessAddressResponse(AbstractModel):
|
|
17570
17441
|
@property
|
17571
17442
|
def ConsoleInternetAddress(self):
|
17572
17443
|
"""控制台公网访问地址
|
17573
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17574
17444
|
:rtype: str
|
17575
17445
|
"""
|
17576
17446
|
return self._ConsoleInternetAddress
|
@@ -17582,7 +17452,6 @@ class DescribeSREInstanceAccessAddressResponse(AbstractModel):
|
|
17582
17452
|
@property
|
17583
17453
|
def ConsoleIntranetAddress(self):
|
17584
17454
|
"""控制台内网访问地址
|
17585
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17586
17455
|
:rtype: str
|
17587
17456
|
"""
|
17588
17457
|
return self._ConsoleIntranetAddress
|
@@ -17594,7 +17463,6 @@ class DescribeSREInstanceAccessAddressResponse(AbstractModel):
|
|
17594
17463
|
@property
|
17595
17464
|
def InternetBandWidth(self):
|
17596
17465
|
"""客户端公网带宽
|
17597
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17598
17466
|
:rtype: int
|
17599
17467
|
"""
|
17600
17468
|
return self._InternetBandWidth
|
@@ -17606,7 +17474,6 @@ class DescribeSREInstanceAccessAddressResponse(AbstractModel):
|
|
17606
17474
|
@property
|
17607
17475
|
def ConsoleInternetBandWidth(self):
|
17608
17476
|
"""控制台公网带宽
|
17609
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17610
17477
|
:rtype: int
|
17611
17478
|
"""
|
17612
17479
|
return self._ConsoleInternetBandWidth
|
@@ -17630,7 +17497,6 @@ class DescribeSREInstanceAccessAddressResponse(AbstractModel):
|
|
17630
17497
|
@property
|
17631
17498
|
def CLBMultiRegion(self):
|
17632
17499
|
"""InternetAddress 的公网 CLB 多可用区信息
|
17633
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17634
17500
|
:rtype: :class:`tencentcloud.tse.v20201207.models.CLBMultiRegion`
|
17635
17501
|
"""
|
17636
17502
|
return self._CLBMultiRegion
|
@@ -18357,7 +18223,6 @@ class DescribeZookeeperReplicasResponse(AbstractModel):
|
|
18357
18223
|
:param _Replicas: 注册引擎实例副本信息
|
18358
18224
|
:type Replicas: list of ZookeeperReplica
|
18359
18225
|
:param _TotalCount: 副本个数
|
18360
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18361
18226
|
:type TotalCount: int
|
18362
18227
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
18363
18228
|
:type RequestId: str
|
@@ -18380,7 +18245,6 @@ class DescribeZookeeperReplicasResponse(AbstractModel):
|
|
18380
18245
|
@property
|
18381
18246
|
def TotalCount(self):
|
18382
18247
|
"""副本个数
|
18383
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18384
18248
|
:rtype: int
|
18385
18249
|
"""
|
18386
18250
|
return self._TotalCount
|
@@ -18724,16 +18588,12 @@ class EnvAddressInfo(AbstractModel):
|
|
18724
18588
|
:param _ConfigInternetServiceIp: config公网ip
|
18725
18589
|
:type ConfigInternetServiceIp: str
|
18726
18590
|
:param _ConfigIntranetAddress: config内网访问地址
|
18727
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18728
18591
|
:type ConfigIntranetAddress: str
|
18729
18592
|
:param _EnableConfigIntranet: 是否开启config内网clb
|
18730
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18731
18593
|
:type EnableConfigIntranet: bool
|
18732
18594
|
:param _InternetBandWidth: 客户端公网带宽
|
18733
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18734
18595
|
:type InternetBandWidth: int
|
18735
18596
|
:param _CLBMultiRegion: 客户端公网CLB多可用区信息
|
18736
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18737
18597
|
:type CLBMultiRegion: :class:`tencentcloud.tse.v20201207.models.CLBMultiRegion`
|
18738
18598
|
"""
|
18739
18599
|
self._EnvName = None
|
@@ -18780,7 +18640,6 @@ class EnvAddressInfo(AbstractModel):
|
|
18780
18640
|
@property
|
18781
18641
|
def ConfigIntranetAddress(self):
|
18782
18642
|
"""config内网访问地址
|
18783
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18784
18643
|
:rtype: str
|
18785
18644
|
"""
|
18786
18645
|
return self._ConfigIntranetAddress
|
@@ -18792,7 +18651,6 @@ class EnvAddressInfo(AbstractModel):
|
|
18792
18651
|
@property
|
18793
18652
|
def EnableConfigIntranet(self):
|
18794
18653
|
"""是否开启config内网clb
|
18795
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18796
18654
|
:rtype: bool
|
18797
18655
|
"""
|
18798
18656
|
return self._EnableConfigIntranet
|
@@ -18804,7 +18662,6 @@ class EnvAddressInfo(AbstractModel):
|
|
18804
18662
|
@property
|
18805
18663
|
def InternetBandWidth(self):
|
18806
18664
|
"""客户端公网带宽
|
18807
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18808
18665
|
:rtype: int
|
18809
18666
|
"""
|
18810
18667
|
return self._InternetBandWidth
|
@@ -18816,7 +18673,6 @@ class EnvAddressInfo(AbstractModel):
|
|
18816
18673
|
@property
|
18817
18674
|
def CLBMultiRegion(self):
|
18818
18675
|
"""客户端公网CLB多可用区信息
|
18819
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18820
18676
|
:rtype: :class:`tencentcloud.tse.v20201207.models.CLBMultiRegion`
|
18821
18677
|
"""
|
18822
18678
|
return self._CLBMultiRegion
|
@@ -18882,7 +18738,6 @@ class EnvInfo(AbstractModel):
|
|
18882
18738
|
:param _ClientBandWidth: 客户端带宽
|
18883
18739
|
:type ClientBandWidth: int
|
18884
18740
|
:param _EnableConfigIntranet: 客户端内网开关
|
18885
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18886
18741
|
:type EnableConfigIntranet: bool
|
18887
18742
|
"""
|
18888
18743
|
self._EnvName = None
|
@@ -19058,7 +18913,6 @@ class EnvInfo(AbstractModel):
|
|
19058
18913
|
@property
|
19059
18914
|
def EnableConfigIntranet(self):
|
19060
18915
|
"""客户端内网开关
|
19061
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19062
18916
|
:rtype: bool
|
19063
18917
|
"""
|
19064
18918
|
return self._EnableConfigIntranet
|
@@ -19310,19 +19164,14 @@ class GovernanceAlias(AbstractModel):
|
|
19310
19164
|
:param _Namespace: 服务别名指向的服务命名空间
|
19311
19165
|
:type Namespace: str
|
19312
19166
|
:param _Comment: 服务别名的描述信息
|
19313
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19314
19167
|
:type Comment: str
|
19315
19168
|
:param _CreateTime: 服务别名创建时间
|
19316
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19317
19169
|
:type CreateTime: str
|
19318
19170
|
:param _ModifyTime: 服务别名修改时间
|
19319
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19320
19171
|
:type ModifyTime: str
|
19321
19172
|
:param _Id: 服务别名ID
|
19322
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19323
19173
|
:type Id: str
|
19324
19174
|
:param _Editable: 该服务别名是否可以编辑
|
19325
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19326
19175
|
:type Editable: bool
|
19327
19176
|
"""
|
19328
19177
|
self._Alias = None
|
@@ -19382,7 +19231,6 @@ class GovernanceAlias(AbstractModel):
|
|
19382
19231
|
@property
|
19383
19232
|
def Comment(self):
|
19384
19233
|
"""服务别名的描述信息
|
19385
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19386
19234
|
:rtype: str
|
19387
19235
|
"""
|
19388
19236
|
return self._Comment
|
@@ -19394,7 +19242,6 @@ class GovernanceAlias(AbstractModel):
|
|
19394
19242
|
@property
|
19395
19243
|
def CreateTime(self):
|
19396
19244
|
"""服务别名创建时间
|
19397
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19398
19245
|
:rtype: str
|
19399
19246
|
"""
|
19400
19247
|
return self._CreateTime
|
@@ -19406,7 +19253,6 @@ class GovernanceAlias(AbstractModel):
|
|
19406
19253
|
@property
|
19407
19254
|
def ModifyTime(self):
|
19408
19255
|
"""服务别名修改时间
|
19409
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19410
19256
|
:rtype: str
|
19411
19257
|
"""
|
19412
19258
|
return self._ModifyTime
|
@@ -19418,7 +19264,6 @@ class GovernanceAlias(AbstractModel):
|
|
19418
19264
|
@property
|
19419
19265
|
def Id(self):
|
19420
19266
|
"""服务别名ID
|
19421
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19422
19267
|
:rtype: str
|
19423
19268
|
"""
|
19424
19269
|
return self._Id
|
@@ -19430,7 +19275,6 @@ class GovernanceAlias(AbstractModel):
|
|
19430
19275
|
@property
|
19431
19276
|
def Editable(self):
|
19432
19277
|
"""该服务别名是否可以编辑
|
19433
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19434
19278
|
:rtype: bool
|
19435
19279
|
"""
|
19436
19280
|
return self._Editable
|
@@ -19474,49 +19318,34 @@ class GovernanceInstance(AbstractModel):
|
|
19474
19318
|
:param _Namespace: 实例所在命名空间名。
|
19475
19319
|
:type Namespace: str
|
19476
19320
|
:param _Host: 实例ip地址。
|
19477
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19478
19321
|
:type Host: str
|
19479
19322
|
:param _Port: 实例端口信息。
|
19480
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19481
19323
|
:type Port: int
|
19482
19324
|
:param _Protocol: 通信协议。
|
19483
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19484
19325
|
:type Protocol: str
|
19485
19326
|
:param _Version: 版本信息。
|
19486
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19487
19327
|
:type Version: str
|
19488
19328
|
:param _Weight: 负载均衡权重。
|
19489
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19490
19329
|
:type Weight: int
|
19491
19330
|
:param _EnableHealthCheck: 是否开启健康检查。
|
19492
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19493
19331
|
:type EnableHealthCheck: bool
|
19494
19332
|
:param _Healthy: 实例是否健康。
|
19495
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19496
19333
|
:type Healthy: bool
|
19497
19334
|
:param _Isolate: 实例是否隔离。
|
19498
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19499
19335
|
:type Isolate: bool
|
19500
19336
|
:param _CreateTime: 实例创建时间。
|
19501
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19502
19337
|
:type CreateTime: str
|
19503
19338
|
:param _ModifyTime: 实例修改时间。
|
19504
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19505
19339
|
:type ModifyTime: str
|
19506
19340
|
:param _Metadatas: 元数据数组。
|
19507
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19508
19341
|
:type Metadatas: list of Metadata
|
19509
19342
|
:param _Ttl: 上报心跳间隔。
|
19510
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19511
19343
|
:type Ttl: int
|
19512
19344
|
:param _InstanceVersion: 版本信息。
|
19513
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19514
19345
|
:type InstanceVersion: str
|
19515
19346
|
:param _HealthStatus: 状态信息
|
19516
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19517
19347
|
:type HealthStatus: str
|
19518
19348
|
:param _Comment: 描述
|
19519
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19520
19349
|
:type Comment: str
|
19521
19350
|
"""
|
19522
19351
|
self._Id = None
|
@@ -19574,7 +19403,6 @@ class GovernanceInstance(AbstractModel):
|
|
19574
19403
|
@property
|
19575
19404
|
def Host(self):
|
19576
19405
|
"""实例ip地址。
|
19577
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19578
19406
|
:rtype: str
|
19579
19407
|
"""
|
19580
19408
|
return self._Host
|
@@ -19586,7 +19414,6 @@ class GovernanceInstance(AbstractModel):
|
|
19586
19414
|
@property
|
19587
19415
|
def Port(self):
|
19588
19416
|
"""实例端口信息。
|
19589
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19590
19417
|
:rtype: int
|
19591
19418
|
"""
|
19592
19419
|
return self._Port
|
@@ -19598,7 +19425,6 @@ class GovernanceInstance(AbstractModel):
|
|
19598
19425
|
@property
|
19599
19426
|
def Protocol(self):
|
19600
19427
|
"""通信协议。
|
19601
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19602
19428
|
:rtype: str
|
19603
19429
|
"""
|
19604
19430
|
return self._Protocol
|
@@ -19610,7 +19436,6 @@ class GovernanceInstance(AbstractModel):
|
|
19610
19436
|
@property
|
19611
19437
|
def Version(self):
|
19612
19438
|
"""版本信息。
|
19613
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19614
19439
|
:rtype: str
|
19615
19440
|
"""
|
19616
19441
|
return self._Version
|
@@ -19622,7 +19447,6 @@ class GovernanceInstance(AbstractModel):
|
|
19622
19447
|
@property
|
19623
19448
|
def Weight(self):
|
19624
19449
|
"""负载均衡权重。
|
19625
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19626
19450
|
:rtype: int
|
19627
19451
|
"""
|
19628
19452
|
return self._Weight
|
@@ -19634,7 +19458,6 @@ class GovernanceInstance(AbstractModel):
|
|
19634
19458
|
@property
|
19635
19459
|
def EnableHealthCheck(self):
|
19636
19460
|
"""是否开启健康检查。
|
19637
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19638
19461
|
:rtype: bool
|
19639
19462
|
"""
|
19640
19463
|
return self._EnableHealthCheck
|
@@ -19646,7 +19469,6 @@ class GovernanceInstance(AbstractModel):
|
|
19646
19469
|
@property
|
19647
19470
|
def Healthy(self):
|
19648
19471
|
"""实例是否健康。
|
19649
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19650
19472
|
:rtype: bool
|
19651
19473
|
"""
|
19652
19474
|
return self._Healthy
|
@@ -19658,7 +19480,6 @@ class GovernanceInstance(AbstractModel):
|
|
19658
19480
|
@property
|
19659
19481
|
def Isolate(self):
|
19660
19482
|
"""实例是否隔离。
|
19661
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19662
19483
|
:rtype: bool
|
19663
19484
|
"""
|
19664
19485
|
return self._Isolate
|
@@ -19670,7 +19491,6 @@ class GovernanceInstance(AbstractModel):
|
|
19670
19491
|
@property
|
19671
19492
|
def CreateTime(self):
|
19672
19493
|
"""实例创建时间。
|
19673
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19674
19494
|
:rtype: str
|
19675
19495
|
"""
|
19676
19496
|
return self._CreateTime
|
@@ -19682,7 +19502,6 @@ class GovernanceInstance(AbstractModel):
|
|
19682
19502
|
@property
|
19683
19503
|
def ModifyTime(self):
|
19684
19504
|
"""实例修改时间。
|
19685
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19686
19505
|
:rtype: str
|
19687
19506
|
"""
|
19688
19507
|
return self._ModifyTime
|
@@ -19694,7 +19513,6 @@ class GovernanceInstance(AbstractModel):
|
|
19694
19513
|
@property
|
19695
19514
|
def Metadatas(self):
|
19696
19515
|
"""元数据数组。
|
19697
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19698
19516
|
:rtype: list of Metadata
|
19699
19517
|
"""
|
19700
19518
|
return self._Metadatas
|
@@ -19706,7 +19524,6 @@ class GovernanceInstance(AbstractModel):
|
|
19706
19524
|
@property
|
19707
19525
|
def Ttl(self):
|
19708
19526
|
"""上报心跳间隔。
|
19709
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19710
19527
|
:rtype: int
|
19711
19528
|
"""
|
19712
19529
|
return self._Ttl
|
@@ -19718,7 +19535,6 @@ class GovernanceInstance(AbstractModel):
|
|
19718
19535
|
@property
|
19719
19536
|
def InstanceVersion(self):
|
19720
19537
|
"""版本信息。
|
19721
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19722
19538
|
:rtype: str
|
19723
19539
|
"""
|
19724
19540
|
return self._InstanceVersion
|
@@ -19730,7 +19546,6 @@ class GovernanceInstance(AbstractModel):
|
|
19730
19546
|
@property
|
19731
19547
|
def HealthStatus(self):
|
19732
19548
|
"""状态信息
|
19733
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19734
19549
|
:rtype: str
|
19735
19550
|
"""
|
19736
19551
|
return self._HealthStatus
|
@@ -19742,7 +19557,6 @@ class GovernanceInstance(AbstractModel):
|
|
19742
19557
|
@property
|
19743
19558
|
def Comment(self):
|
19744
19559
|
"""描述
|
19745
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19746
19560
|
:rtype: str
|
19747
19561
|
"""
|
19748
19562
|
return self._Comment
|
@@ -20201,31 +20015,22 @@ class GovernanceInterfaceDescription(AbstractModel):
|
|
20201
20015
|
def __init__(self):
|
20202
20016
|
r"""
|
20203
20017
|
:param _ID: 契约接口ID
|
20204
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20205
20018
|
:type ID: str
|
20206
20019
|
:param _Method: 方法名称
|
20207
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20208
20020
|
:type Method: str
|
20209
20021
|
:param _Path: 路径/接口名称
|
20210
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20211
20022
|
:type Path: str
|
20212
20023
|
:param _Content: 内容
|
20213
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20214
20024
|
:type Content: str
|
20215
20025
|
:param _Source: 创建来源
|
20216
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20217
20026
|
:type Source: str
|
20218
20027
|
:param _Revision: 信息摘要
|
20219
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20220
20028
|
:type Revision: str
|
20221
20029
|
:param _CreateTime: 创建时间
|
20222
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20223
20030
|
:type CreateTime: str
|
20224
20031
|
:param _ModifyTime: 修改时间
|
20225
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20226
20032
|
:type ModifyTime: str
|
20227
20033
|
:param _Name: 接口名称
|
20228
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20229
20034
|
:type Name: str
|
20230
20035
|
"""
|
20231
20036
|
self._ID = None
|
@@ -20241,7 +20046,6 @@ class GovernanceInterfaceDescription(AbstractModel):
|
|
20241
20046
|
@property
|
20242
20047
|
def ID(self):
|
20243
20048
|
"""契约接口ID
|
20244
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20245
20049
|
:rtype: str
|
20246
20050
|
"""
|
20247
20051
|
return self._ID
|
@@ -20253,7 +20057,6 @@ class GovernanceInterfaceDescription(AbstractModel):
|
|
20253
20057
|
@property
|
20254
20058
|
def Method(self):
|
20255
20059
|
"""方法名称
|
20256
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20257
20060
|
:rtype: str
|
20258
20061
|
"""
|
20259
20062
|
return self._Method
|
@@ -20265,7 +20068,6 @@ class GovernanceInterfaceDescription(AbstractModel):
|
|
20265
20068
|
@property
|
20266
20069
|
def Path(self):
|
20267
20070
|
"""路径/接口名称
|
20268
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20269
20071
|
:rtype: str
|
20270
20072
|
"""
|
20271
20073
|
return self._Path
|
@@ -20277,7 +20079,6 @@ class GovernanceInterfaceDescription(AbstractModel):
|
|
20277
20079
|
@property
|
20278
20080
|
def Content(self):
|
20279
20081
|
"""内容
|
20280
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20281
20082
|
:rtype: str
|
20282
20083
|
"""
|
20283
20084
|
return self._Content
|
@@ -20289,7 +20090,6 @@ class GovernanceInterfaceDescription(AbstractModel):
|
|
20289
20090
|
@property
|
20290
20091
|
def Source(self):
|
20291
20092
|
"""创建来源
|
20292
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20293
20093
|
:rtype: str
|
20294
20094
|
"""
|
20295
20095
|
return self._Source
|
@@ -20301,7 +20101,6 @@ class GovernanceInterfaceDescription(AbstractModel):
|
|
20301
20101
|
@property
|
20302
20102
|
def Revision(self):
|
20303
20103
|
"""信息摘要
|
20304
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20305
20104
|
:rtype: str
|
20306
20105
|
"""
|
20307
20106
|
return self._Revision
|
@@ -20313,7 +20112,6 @@ class GovernanceInterfaceDescription(AbstractModel):
|
|
20313
20112
|
@property
|
20314
20113
|
def CreateTime(self):
|
20315
20114
|
"""创建时间
|
20316
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20317
20115
|
:rtype: str
|
20318
20116
|
"""
|
20319
20117
|
return self._CreateTime
|
@@ -20325,7 +20123,6 @@ class GovernanceInterfaceDescription(AbstractModel):
|
|
20325
20123
|
@property
|
20326
20124
|
def ModifyTime(self):
|
20327
20125
|
"""修改时间
|
20328
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20329
20126
|
:rtype: str
|
20330
20127
|
"""
|
20331
20128
|
return self._ModifyTime
|
@@ -20337,7 +20134,6 @@ class GovernanceInterfaceDescription(AbstractModel):
|
|
20337
20134
|
@property
|
20338
20135
|
def Name(self):
|
20339
20136
|
"""接口名称
|
20340
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20341
20137
|
:rtype: str
|
20342
20138
|
"""
|
20343
20139
|
return self._Name
|
@@ -20375,49 +20171,34 @@ class GovernanceNamespace(AbstractModel):
|
|
20375
20171
|
def __init__(self):
|
20376
20172
|
r"""
|
20377
20173
|
:param _Name: 命名空间名称。
|
20378
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20379
20174
|
:type Name: str
|
20380
20175
|
:param _Comment: 命名空间描述信息。
|
20381
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20382
20176
|
:type Comment: str
|
20383
20177
|
:param _CreateTime: 创建时间。
|
20384
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20385
20178
|
:type CreateTime: str
|
20386
20179
|
:param _ModifyTime: 修改时间。
|
20387
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20388
20180
|
:type ModifyTime: str
|
20389
20181
|
:param _TotalServiceCount: 命名空间下总服务数据量
|
20390
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20391
20182
|
:type TotalServiceCount: int
|
20392
20183
|
:param _TotalHealthInstanceCount: 命名空间下总健康实例数量
|
20393
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20394
20184
|
:type TotalHealthInstanceCount: int
|
20395
20185
|
:param _TotalInstanceCount: 命名空间下总实例数量
|
20396
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20397
20186
|
:type TotalInstanceCount: int
|
20398
20187
|
:param _Id: 命名空间ID
|
20399
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20400
20188
|
:type Id: str
|
20401
20189
|
:param _Editable: 是否可以编辑
|
20402
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20403
20190
|
:type Editable: bool
|
20404
20191
|
:param _UserIds: 可以操作此命名空间的用户ID列表
|
20405
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20406
20192
|
:type UserIds: list of str
|
20407
20193
|
:param _GroupIds: 可以操作此命名空间的用户组ID列表
|
20408
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20409
20194
|
:type GroupIds: list of str
|
20410
20195
|
:param _RemoveUserIds: 移除可以操作此命名空间的用户ID列表
|
20411
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20412
20196
|
:type RemoveUserIds: list of str
|
20413
20197
|
:param _RemoveGroupIds: 移除可以操作此命名空间的用户组ID列表
|
20414
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20415
20198
|
:type RemoveGroupIds: list of str
|
20416
20199
|
:param _ServiceExportTo: 该命名空间下的服务对哪些命名空间可见
|
20417
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20418
20200
|
:type ServiceExportTo: list of str
|
20419
20201
|
:param _SyncToGlobalRegistry: 是否开启同步到全局注册中心
|
20420
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20421
20202
|
:type SyncToGlobalRegistry: bool
|
20422
20203
|
"""
|
20423
20204
|
self._Name = None
|
@@ -20439,7 +20220,6 @@ class GovernanceNamespace(AbstractModel):
|
|
20439
20220
|
@property
|
20440
20221
|
def Name(self):
|
20441
20222
|
"""命名空间名称。
|
20442
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20443
20223
|
:rtype: str
|
20444
20224
|
"""
|
20445
20225
|
return self._Name
|
@@ -20451,7 +20231,6 @@ class GovernanceNamespace(AbstractModel):
|
|
20451
20231
|
@property
|
20452
20232
|
def Comment(self):
|
20453
20233
|
"""命名空间描述信息。
|
20454
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20455
20234
|
:rtype: str
|
20456
20235
|
"""
|
20457
20236
|
return self._Comment
|
@@ -20463,7 +20242,6 @@ class GovernanceNamespace(AbstractModel):
|
|
20463
20242
|
@property
|
20464
20243
|
def CreateTime(self):
|
20465
20244
|
"""创建时间。
|
20466
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20467
20245
|
:rtype: str
|
20468
20246
|
"""
|
20469
20247
|
return self._CreateTime
|
@@ -20475,7 +20253,6 @@ class GovernanceNamespace(AbstractModel):
|
|
20475
20253
|
@property
|
20476
20254
|
def ModifyTime(self):
|
20477
20255
|
"""修改时间。
|
20478
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20479
20256
|
:rtype: str
|
20480
20257
|
"""
|
20481
20258
|
return self._ModifyTime
|
@@ -20487,7 +20264,6 @@ class GovernanceNamespace(AbstractModel):
|
|
20487
20264
|
@property
|
20488
20265
|
def TotalServiceCount(self):
|
20489
20266
|
"""命名空间下总服务数据量
|
20490
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20491
20267
|
:rtype: int
|
20492
20268
|
"""
|
20493
20269
|
return self._TotalServiceCount
|
@@ -20499,7 +20275,6 @@ class GovernanceNamespace(AbstractModel):
|
|
20499
20275
|
@property
|
20500
20276
|
def TotalHealthInstanceCount(self):
|
20501
20277
|
"""命名空间下总健康实例数量
|
20502
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20503
20278
|
:rtype: int
|
20504
20279
|
"""
|
20505
20280
|
return self._TotalHealthInstanceCount
|
@@ -20511,7 +20286,6 @@ class GovernanceNamespace(AbstractModel):
|
|
20511
20286
|
@property
|
20512
20287
|
def TotalInstanceCount(self):
|
20513
20288
|
"""命名空间下总实例数量
|
20514
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20515
20289
|
:rtype: int
|
20516
20290
|
"""
|
20517
20291
|
return self._TotalInstanceCount
|
@@ -20523,7 +20297,6 @@ class GovernanceNamespace(AbstractModel):
|
|
20523
20297
|
@property
|
20524
20298
|
def Id(self):
|
20525
20299
|
"""命名空间ID
|
20526
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20527
20300
|
:rtype: str
|
20528
20301
|
"""
|
20529
20302
|
return self._Id
|
@@ -20535,7 +20308,6 @@ class GovernanceNamespace(AbstractModel):
|
|
20535
20308
|
@property
|
20536
20309
|
def Editable(self):
|
20537
20310
|
"""是否可以编辑
|
20538
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20539
20311
|
:rtype: bool
|
20540
20312
|
"""
|
20541
20313
|
return self._Editable
|
@@ -20547,7 +20319,6 @@ class GovernanceNamespace(AbstractModel):
|
|
20547
20319
|
@property
|
20548
20320
|
def UserIds(self):
|
20549
20321
|
"""可以操作此命名空间的用户ID列表
|
20550
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20551
20322
|
:rtype: list of str
|
20552
20323
|
"""
|
20553
20324
|
return self._UserIds
|
@@ -20559,7 +20330,6 @@ class GovernanceNamespace(AbstractModel):
|
|
20559
20330
|
@property
|
20560
20331
|
def GroupIds(self):
|
20561
20332
|
"""可以操作此命名空间的用户组ID列表
|
20562
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20563
20333
|
:rtype: list of str
|
20564
20334
|
"""
|
20565
20335
|
return self._GroupIds
|
@@ -20571,7 +20341,6 @@ class GovernanceNamespace(AbstractModel):
|
|
20571
20341
|
@property
|
20572
20342
|
def RemoveUserIds(self):
|
20573
20343
|
"""移除可以操作此命名空间的用户ID列表
|
20574
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20575
20344
|
:rtype: list of str
|
20576
20345
|
"""
|
20577
20346
|
return self._RemoveUserIds
|
@@ -20583,7 +20352,6 @@ class GovernanceNamespace(AbstractModel):
|
|
20583
20352
|
@property
|
20584
20353
|
def RemoveGroupIds(self):
|
20585
20354
|
"""移除可以操作此命名空间的用户组ID列表
|
20586
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20587
20355
|
:rtype: list of str
|
20588
20356
|
"""
|
20589
20357
|
return self._RemoveGroupIds
|
@@ -20595,7 +20363,6 @@ class GovernanceNamespace(AbstractModel):
|
|
20595
20363
|
@property
|
20596
20364
|
def ServiceExportTo(self):
|
20597
20365
|
"""该命名空间下的服务对哪些命名空间可见
|
20598
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20599
20366
|
:rtype: list of str
|
20600
20367
|
"""
|
20601
20368
|
return self._ServiceExportTo
|
@@ -20607,7 +20374,6 @@ class GovernanceNamespace(AbstractModel):
|
|
20607
20374
|
@property
|
20608
20375
|
def SyncToGlobalRegistry(self):
|
20609
20376
|
"""是否开启同步到全局注册中心
|
20610
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20611
20377
|
:rtype: bool
|
20612
20378
|
"""
|
20613
20379
|
return self._SyncToGlobalRegistry
|
@@ -20802,52 +20568,36 @@ class GovernanceService(AbstractModel):
|
|
20802
20568
|
:param _Namespace: 命名空间名称。
|
20803
20569
|
:type Namespace: str
|
20804
20570
|
:param _Metadatas: 元数据信息数组。
|
20805
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20806
20571
|
:type Metadatas: list of Metadata
|
20807
20572
|
:param _Comment: 描述信息。
|
20808
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20809
20573
|
:type Comment: str
|
20810
20574
|
:param _CreateTime: 创建时间。
|
20811
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20812
20575
|
:type CreateTime: str
|
20813
20576
|
:param _ModifyTime: 修改时间。
|
20814
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20815
20577
|
:type ModifyTime: str
|
20816
20578
|
:param _Department: 服务所属部门。
|
20817
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20818
20579
|
:type Department: str
|
20819
20580
|
:param _Business: 服务所属业务。
|
20820
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20821
20581
|
:type Business: str
|
20822
20582
|
:param _HealthyInstanceCount: 健康服务实例数
|
20823
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20824
20583
|
:type HealthyInstanceCount: int
|
20825
20584
|
:param _TotalInstanceCount: 服务实例总数
|
20826
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20827
20585
|
:type TotalInstanceCount: int
|
20828
20586
|
:param _Id: 服务ID
|
20829
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20830
20587
|
:type Id: str
|
20831
20588
|
:param _Editable: 是否可以编辑
|
20832
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20833
20589
|
:type Editable: bool
|
20834
20590
|
:param _UserIds: 可以编辑该资源的用户ID
|
20835
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20836
20591
|
:type UserIds: list of str
|
20837
20592
|
:param _GroupIds: 可以编辑该资源的用户组ID
|
20838
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20839
20593
|
:type GroupIds: list of str
|
20840
20594
|
:param _RemoveUserIds: 移除可以编辑该资源的用户ID
|
20841
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20842
20595
|
:type RemoveUserIds: list of str
|
20843
20596
|
:param _RemoveGroupIds: 移除可以编辑该资源的用户组ID
|
20844
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20845
20597
|
:type RemoveGroupIds: list of str
|
20846
20598
|
:param _ExportTo: 该服务对哪些命名空间可见
|
20847
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20848
20599
|
:type ExportTo: list of str
|
20849
20600
|
:param _Revision: 该服务信息摘要签名
|
20850
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20851
20601
|
:type Revision: str
|
20852
20602
|
:param _SyncToGlobalRegistry: 是否开启同步到全局注册中心
|
20853
20603
|
:type SyncToGlobalRegistry: bool
|
@@ -20897,7 +20647,6 @@ class GovernanceService(AbstractModel):
|
|
20897
20647
|
@property
|
20898
20648
|
def Metadatas(self):
|
20899
20649
|
"""元数据信息数组。
|
20900
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20901
20650
|
:rtype: list of Metadata
|
20902
20651
|
"""
|
20903
20652
|
return self._Metadatas
|
@@ -20909,7 +20658,6 @@ class GovernanceService(AbstractModel):
|
|
20909
20658
|
@property
|
20910
20659
|
def Comment(self):
|
20911
20660
|
"""描述信息。
|
20912
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20913
20661
|
:rtype: str
|
20914
20662
|
"""
|
20915
20663
|
return self._Comment
|
@@ -20921,7 +20669,6 @@ class GovernanceService(AbstractModel):
|
|
20921
20669
|
@property
|
20922
20670
|
def CreateTime(self):
|
20923
20671
|
"""创建时间。
|
20924
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20925
20672
|
:rtype: str
|
20926
20673
|
"""
|
20927
20674
|
return self._CreateTime
|
@@ -20933,7 +20680,6 @@ class GovernanceService(AbstractModel):
|
|
20933
20680
|
@property
|
20934
20681
|
def ModifyTime(self):
|
20935
20682
|
"""修改时间。
|
20936
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20937
20683
|
:rtype: str
|
20938
20684
|
"""
|
20939
20685
|
return self._ModifyTime
|
@@ -20945,7 +20691,6 @@ class GovernanceService(AbstractModel):
|
|
20945
20691
|
@property
|
20946
20692
|
def Department(self):
|
20947
20693
|
"""服务所属部门。
|
20948
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20949
20694
|
:rtype: str
|
20950
20695
|
"""
|
20951
20696
|
return self._Department
|
@@ -20957,7 +20702,6 @@ class GovernanceService(AbstractModel):
|
|
20957
20702
|
@property
|
20958
20703
|
def Business(self):
|
20959
20704
|
"""服务所属业务。
|
20960
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20961
20705
|
:rtype: str
|
20962
20706
|
"""
|
20963
20707
|
return self._Business
|
@@ -20969,7 +20713,6 @@ class GovernanceService(AbstractModel):
|
|
20969
20713
|
@property
|
20970
20714
|
def HealthyInstanceCount(self):
|
20971
20715
|
"""健康服务实例数
|
20972
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20973
20716
|
:rtype: int
|
20974
20717
|
"""
|
20975
20718
|
return self._HealthyInstanceCount
|
@@ -20981,7 +20724,6 @@ class GovernanceService(AbstractModel):
|
|
20981
20724
|
@property
|
20982
20725
|
def TotalInstanceCount(self):
|
20983
20726
|
"""服务实例总数
|
20984
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20985
20727
|
:rtype: int
|
20986
20728
|
"""
|
20987
20729
|
return self._TotalInstanceCount
|
@@ -20993,7 +20735,6 @@ class GovernanceService(AbstractModel):
|
|
20993
20735
|
@property
|
20994
20736
|
def Id(self):
|
20995
20737
|
"""服务ID
|
20996
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20997
20738
|
:rtype: str
|
20998
20739
|
"""
|
20999
20740
|
return self._Id
|
@@ -21005,7 +20746,6 @@ class GovernanceService(AbstractModel):
|
|
21005
20746
|
@property
|
21006
20747
|
def Editable(self):
|
21007
20748
|
"""是否可以编辑
|
21008
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21009
20749
|
:rtype: bool
|
21010
20750
|
"""
|
21011
20751
|
return self._Editable
|
@@ -21017,7 +20757,6 @@ class GovernanceService(AbstractModel):
|
|
21017
20757
|
@property
|
21018
20758
|
def UserIds(self):
|
21019
20759
|
"""可以编辑该资源的用户ID
|
21020
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21021
20760
|
:rtype: list of str
|
21022
20761
|
"""
|
21023
20762
|
return self._UserIds
|
@@ -21029,7 +20768,6 @@ class GovernanceService(AbstractModel):
|
|
21029
20768
|
@property
|
21030
20769
|
def GroupIds(self):
|
21031
20770
|
"""可以编辑该资源的用户组ID
|
21032
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21033
20771
|
:rtype: list of str
|
21034
20772
|
"""
|
21035
20773
|
return self._GroupIds
|
@@ -21041,7 +20779,6 @@ class GovernanceService(AbstractModel):
|
|
21041
20779
|
@property
|
21042
20780
|
def RemoveUserIds(self):
|
21043
20781
|
"""移除可以编辑该资源的用户ID
|
21044
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21045
20782
|
:rtype: list of str
|
21046
20783
|
"""
|
21047
20784
|
return self._RemoveUserIds
|
@@ -21053,7 +20790,6 @@ class GovernanceService(AbstractModel):
|
|
21053
20790
|
@property
|
21054
20791
|
def RemoveGroupIds(self):
|
21055
20792
|
"""移除可以编辑该资源的用户组ID
|
21056
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21057
20793
|
:rtype: list of str
|
21058
20794
|
"""
|
21059
20795
|
return self._RemoveGroupIds
|
@@ -21065,7 +20801,6 @@ class GovernanceService(AbstractModel):
|
|
21065
20801
|
@property
|
21066
20802
|
def ExportTo(self):
|
21067
20803
|
"""该服务对哪些命名空间可见
|
21068
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21069
20804
|
:rtype: list of str
|
21070
20805
|
"""
|
21071
20806
|
return self._ExportTo
|
@@ -21077,7 +20812,6 @@ class GovernanceService(AbstractModel):
|
|
21077
20812
|
@property
|
21078
20813
|
def Revision(self):
|
21079
20814
|
"""该服务信息摘要签名
|
21080
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21081
20815
|
:rtype: str
|
21082
20816
|
"""
|
21083
20817
|
return self._Revision
|
@@ -21141,37 +20875,26 @@ class GovernanceServiceContract(AbstractModel):
|
|
21141
20875
|
def __init__(self):
|
21142
20876
|
r"""
|
21143
20877
|
:param _Name: 契约名称
|
21144
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21145
20878
|
:type Name: str
|
21146
20879
|
:param _Namespace: 所属服务命名空间
|
21147
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21148
20880
|
:type Namespace: str
|
21149
20881
|
:param _Protocol: 协议
|
21150
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21151
20882
|
:type Protocol: str
|
21152
20883
|
:param _ID: 契约ID
|
21153
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21154
20884
|
:type ID: str
|
21155
20885
|
:param _Service: 所属服务名称
|
21156
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21157
20886
|
:type Service: str
|
21158
20887
|
:param _Version: 版本
|
21159
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21160
20888
|
:type Version: str
|
21161
20889
|
:param _Revision: 信息摘要
|
21162
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21163
20890
|
:type Revision: str
|
21164
20891
|
:param _Content: 额外内容描述
|
21165
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21166
20892
|
:type Content: str
|
21167
20893
|
:param _CreateTime: 创建时间
|
21168
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21169
20894
|
:type CreateTime: str
|
21170
20895
|
:param _ModifyTime: 修改时间
|
21171
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21172
20896
|
:type ModifyTime: str
|
21173
20897
|
:param _Interfaces: 契约接口列表
|
21174
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21175
20898
|
:type Interfaces: list of GovernanceInterfaceDescription
|
21176
20899
|
"""
|
21177
20900
|
self._Name = None
|
@@ -21189,7 +20912,6 @@ class GovernanceServiceContract(AbstractModel):
|
|
21189
20912
|
@property
|
21190
20913
|
def Name(self):
|
21191
20914
|
"""契约名称
|
21192
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21193
20915
|
:rtype: str
|
21194
20916
|
"""
|
21195
20917
|
return self._Name
|
@@ -21201,7 +20923,6 @@ class GovernanceServiceContract(AbstractModel):
|
|
21201
20923
|
@property
|
21202
20924
|
def Namespace(self):
|
21203
20925
|
"""所属服务命名空间
|
21204
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21205
20926
|
:rtype: str
|
21206
20927
|
"""
|
21207
20928
|
return self._Namespace
|
@@ -21213,7 +20934,6 @@ class GovernanceServiceContract(AbstractModel):
|
|
21213
20934
|
@property
|
21214
20935
|
def Protocol(self):
|
21215
20936
|
"""协议
|
21216
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21217
20937
|
:rtype: str
|
21218
20938
|
"""
|
21219
20939
|
return self._Protocol
|
@@ -21225,7 +20945,6 @@ class GovernanceServiceContract(AbstractModel):
|
|
21225
20945
|
@property
|
21226
20946
|
def ID(self):
|
21227
20947
|
"""契约ID
|
21228
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21229
20948
|
:rtype: str
|
21230
20949
|
"""
|
21231
20950
|
return self._ID
|
@@ -21237,7 +20956,6 @@ class GovernanceServiceContract(AbstractModel):
|
|
21237
20956
|
@property
|
21238
20957
|
def Service(self):
|
21239
20958
|
"""所属服务名称
|
21240
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21241
20959
|
:rtype: str
|
21242
20960
|
"""
|
21243
20961
|
return self._Service
|
@@ -21249,7 +20967,6 @@ class GovernanceServiceContract(AbstractModel):
|
|
21249
20967
|
@property
|
21250
20968
|
def Version(self):
|
21251
20969
|
"""版本
|
21252
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21253
20970
|
:rtype: str
|
21254
20971
|
"""
|
21255
20972
|
return self._Version
|
@@ -21261,7 +20978,6 @@ class GovernanceServiceContract(AbstractModel):
|
|
21261
20978
|
@property
|
21262
20979
|
def Revision(self):
|
21263
20980
|
"""信息摘要
|
21264
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21265
20981
|
:rtype: str
|
21266
20982
|
"""
|
21267
20983
|
return self._Revision
|
@@ -21273,7 +20989,6 @@ class GovernanceServiceContract(AbstractModel):
|
|
21273
20989
|
@property
|
21274
20990
|
def Content(self):
|
21275
20991
|
"""额外内容描述
|
21276
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21277
20992
|
:rtype: str
|
21278
20993
|
"""
|
21279
20994
|
return self._Content
|
@@ -21285,7 +21000,6 @@ class GovernanceServiceContract(AbstractModel):
|
|
21285
21000
|
@property
|
21286
21001
|
def CreateTime(self):
|
21287
21002
|
"""创建时间
|
21288
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21289
21003
|
:rtype: str
|
21290
21004
|
"""
|
21291
21005
|
return self._CreateTime
|
@@ -21297,7 +21011,6 @@ class GovernanceServiceContract(AbstractModel):
|
|
21297
21011
|
@property
|
21298
21012
|
def ModifyTime(self):
|
21299
21013
|
"""修改时间
|
21300
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21301
21014
|
:rtype: str
|
21302
21015
|
"""
|
21303
21016
|
return self._ModifyTime
|
@@ -21309,7 +21022,6 @@ class GovernanceServiceContract(AbstractModel):
|
|
21309
21022
|
@property
|
21310
21023
|
def Interfaces(self):
|
21311
21024
|
"""契约接口列表
|
21312
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21313
21025
|
:rtype: list of GovernanceInterfaceDescription
|
21314
21026
|
"""
|
21315
21027
|
return self._Interfaces
|
@@ -21354,13 +21066,10 @@ class GovernanceServiceContractVersion(AbstractModel):
|
|
21354
21066
|
def __init__(self):
|
21355
21067
|
r"""
|
21356
21068
|
:param _Version: 契约版本
|
21357
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21358
21069
|
:type Version: str
|
21359
21070
|
:param _Name: 契约名称
|
21360
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21361
21071
|
:type Name: str
|
21362
21072
|
:param _Key: 唯一名称
|
21363
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21364
21073
|
:type Key: str
|
21365
21074
|
"""
|
21366
21075
|
self._Version = None
|
@@ -21370,7 +21079,6 @@ class GovernanceServiceContractVersion(AbstractModel):
|
|
21370
21079
|
@property
|
21371
21080
|
def Version(self):
|
21372
21081
|
"""契约版本
|
21373
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21374
21082
|
:rtype: str
|
21375
21083
|
"""
|
21376
21084
|
return self._Version
|
@@ -21382,7 +21090,6 @@ class GovernanceServiceContractVersion(AbstractModel):
|
|
21382
21090
|
@property
|
21383
21091
|
def Name(self):
|
21384
21092
|
"""契约名称
|
21385
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21386
21093
|
:rtype: str
|
21387
21094
|
"""
|
21388
21095
|
return self._Name
|
@@ -21394,7 +21101,6 @@ class GovernanceServiceContractVersion(AbstractModel):
|
|
21394
21101
|
@property
|
21395
21102
|
def Key(self):
|
21396
21103
|
"""唯一名称
|
21397
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21398
21104
|
:rtype: str
|
21399
21105
|
"""
|
21400
21106
|
return self._Key
|
@@ -21913,10 +21619,8 @@ class KVMapping(AbstractModel):
|
|
21913
21619
|
def __init__(self):
|
21914
21620
|
r"""
|
21915
21621
|
:param _Key: key
|
21916
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21917
21622
|
:type Key: str
|
21918
21623
|
:param _Value: value
|
21919
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21920
21624
|
:type Value: str
|
21921
21625
|
"""
|
21922
21626
|
self._Key = None
|
@@ -21925,7 +21629,6 @@ class KVMapping(AbstractModel):
|
|
21925
21629
|
@property
|
21926
21630
|
def Key(self):
|
21927
21631
|
"""key
|
21928
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21929
21632
|
:rtype: str
|
21930
21633
|
"""
|
21931
21634
|
return self._Key
|
@@ -21937,7 +21640,6 @@ class KVMapping(AbstractModel):
|
|
21937
21640
|
@property
|
21938
21641
|
def Value(self):
|
21939
21642
|
"""value
|
21940
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21941
21643
|
:rtype: str
|
21942
21644
|
"""
|
21943
21645
|
return self._Value
|
@@ -23353,31 +23055,22 @@ class KongTarget(AbstractModel):
|
|
23353
23055
|
def __init__(self):
|
23354
23056
|
r"""
|
23355
23057
|
:param _Host: Host
|
23356
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23357
23058
|
:type Host: str
|
23358
23059
|
:param _Port: 端口
|
23359
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23360
23060
|
:type Port: int
|
23361
23061
|
:param _Weight: 权重
|
23362
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23363
23062
|
:type Weight: int
|
23364
23063
|
:param _Health: 健康状态
|
23365
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23366
23064
|
:type Health: str
|
23367
23065
|
:param _CreatedTime: 创建时间
|
23368
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23369
23066
|
:type CreatedTime: str
|
23370
23067
|
:param _Source: Target的来源
|
23371
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23372
23068
|
:type Source: str
|
23373
23069
|
:param _CvmInstanceId: CVM实例ID
|
23374
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23375
23070
|
:type CvmInstanceId: str
|
23376
23071
|
:param _CvmInstanceName: CVM实例名称
|
23377
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23378
23072
|
:type CvmInstanceName: str
|
23379
23073
|
:param _Tags: target标签
|
23380
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23381
23074
|
:type Tags: list of str
|
23382
23075
|
"""
|
23383
23076
|
self._Host = None
|
@@ -23393,7 +23086,6 @@ class KongTarget(AbstractModel):
|
|
23393
23086
|
@property
|
23394
23087
|
def Host(self):
|
23395
23088
|
"""Host
|
23396
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23397
23089
|
:rtype: str
|
23398
23090
|
"""
|
23399
23091
|
return self._Host
|
@@ -23405,7 +23097,6 @@ class KongTarget(AbstractModel):
|
|
23405
23097
|
@property
|
23406
23098
|
def Port(self):
|
23407
23099
|
"""端口
|
23408
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23409
23100
|
:rtype: int
|
23410
23101
|
"""
|
23411
23102
|
return self._Port
|
@@ -23417,7 +23108,6 @@ class KongTarget(AbstractModel):
|
|
23417
23108
|
@property
|
23418
23109
|
def Weight(self):
|
23419
23110
|
"""权重
|
23420
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23421
23111
|
:rtype: int
|
23422
23112
|
"""
|
23423
23113
|
return self._Weight
|
@@ -23429,7 +23119,6 @@ class KongTarget(AbstractModel):
|
|
23429
23119
|
@property
|
23430
23120
|
def Health(self):
|
23431
23121
|
"""健康状态
|
23432
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23433
23122
|
:rtype: str
|
23434
23123
|
"""
|
23435
23124
|
return self._Health
|
@@ -23441,7 +23130,6 @@ class KongTarget(AbstractModel):
|
|
23441
23130
|
@property
|
23442
23131
|
def CreatedTime(self):
|
23443
23132
|
"""创建时间
|
23444
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23445
23133
|
:rtype: str
|
23446
23134
|
"""
|
23447
23135
|
return self._CreatedTime
|
@@ -23453,7 +23141,6 @@ class KongTarget(AbstractModel):
|
|
23453
23141
|
@property
|
23454
23142
|
def Source(self):
|
23455
23143
|
"""Target的来源
|
23456
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23457
23144
|
:rtype: str
|
23458
23145
|
"""
|
23459
23146
|
return self._Source
|
@@ -23465,7 +23152,6 @@ class KongTarget(AbstractModel):
|
|
23465
23152
|
@property
|
23466
23153
|
def CvmInstanceId(self):
|
23467
23154
|
"""CVM实例ID
|
23468
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23469
23155
|
:rtype: str
|
23470
23156
|
"""
|
23471
23157
|
return self._CvmInstanceId
|
@@ -23477,7 +23163,6 @@ class KongTarget(AbstractModel):
|
|
23477
23163
|
@property
|
23478
23164
|
def CvmInstanceName(self):
|
23479
23165
|
"""CVM实例名称
|
23480
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23481
23166
|
:rtype: str
|
23482
23167
|
"""
|
23483
23168
|
return self._CvmInstanceName
|
@@ -23489,7 +23174,6 @@ class KongTarget(AbstractModel):
|
|
23489
23174
|
@property
|
23490
23175
|
def Tags(self):
|
23491
23176
|
"""target标签
|
23492
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23493
23177
|
:rtype: list of str
|
23494
23178
|
"""
|
23495
23179
|
return self._Tags
|
@@ -23527,73 +23211,51 @@ class KongUpstreamInfo(AbstractModel):
|
|
23527
23211
|
def __init__(self):
|
23528
23212
|
r"""
|
23529
23213
|
:param _Host: IP或域名
|
23530
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23531
23214
|
:type Host: str
|
23532
23215
|
:param _Port: 端口
|
23533
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23534
23216
|
:type Port: int
|
23535
23217
|
:param _SourceID: 服务来源ID
|
23536
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23537
23218
|
:type SourceID: str
|
23538
23219
|
:param _Namespace: 命名空间
|
23539
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23540
23220
|
:type Namespace: str
|
23541
23221
|
:param _ServiceName: 服务(注册中心或Kubernetes中的服务)名字
|
23542
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23543
23222
|
:type ServiceName: str
|
23544
23223
|
:param _Targets: 服务后端类型是IPList时提供
|
23545
23224
|
注意:此字段可能返回 null,表示取不到有效值。
|
23546
23225
|
:type Targets: list of KongTarget
|
23547
23226
|
:param _SourceType: 服务来源类型
|
23548
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23549
23227
|
:type SourceType: str
|
23550
23228
|
:param _ScfType: SCF函数类型
|
23551
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23552
23229
|
:type ScfType: str
|
23553
23230
|
:param _ScfNamespace: SCF函数命名空间
|
23554
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23555
23231
|
:type ScfNamespace: str
|
23556
23232
|
:param _ScfLambdaName: SCF函数名
|
23557
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23558
23233
|
:type ScfLambdaName: str
|
23559
23234
|
:param _ScfLambdaQualifier: SCF函数版本
|
23560
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23561
23235
|
:type ScfLambdaQualifier: str
|
23562
23236
|
:param _SlowStart: 冷启动时间,单位秒
|
23563
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23564
23237
|
:type SlowStart: int
|
23565
23238
|
:param _Algorithm: 负载均衡算法,默认为 round-robin,还支持 least-connections,consisten_hashing
|
23566
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23567
23239
|
:type Algorithm: str
|
23568
23240
|
:param _AutoScalingGroupID: CVM弹性伸缩组ID
|
23569
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23570
23241
|
:type AutoScalingGroupID: str
|
23571
23242
|
:param _AutoScalingCvmPort: CVM弹性伸缩组端口
|
23572
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23573
23243
|
:type AutoScalingCvmPort: int
|
23574
23244
|
:param _AutoScalingTatCmdStatus: CVM弹性伸缩组使用的CVM TAT命令状态
|
23575
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23576
23245
|
:type AutoScalingTatCmdStatus: str
|
23577
23246
|
:param _AutoScalingHookStatus: CVM弹性伸缩组生命周期挂钩状态
|
23578
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23579
23247
|
:type AutoScalingHookStatus: str
|
23580
23248
|
:param _SourceName: 服务来源的名字
|
23581
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23582
23249
|
:type SourceName: str
|
23583
23250
|
:param _RealSourceType: 精确的服务来源类型,新建服务来源时候传入的类型
|
23584
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23585
23251
|
:type RealSourceType: str
|
23586
23252
|
:param _HealthStatus: upstream健康状态HEALTHY(健康), UNHEALTHY(异常), HEALTHCHECKS_OFF(未开启)和NONE(不支持健康检查)
|
23587
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23588
23253
|
:type HealthStatus: str
|
23589
23254
|
:param _ScfCamAuthEnable: 云函数是否开启CAM鉴权,不填时默认为开启(true)
|
23590
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23591
23255
|
:type ScfCamAuthEnable: bool
|
23592
23256
|
:param _ScfIsBase64Encoded: 云函数是否开启Base64编码,默认为false
|
23593
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23594
23257
|
:type ScfIsBase64Encoded: bool
|
23595
23258
|
:param _ScfIsIntegratedResponse: 云函数是否开启响应集成,默认为false
|
23596
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23597
23259
|
:type ScfIsIntegratedResponse: bool
|
23598
23260
|
"""
|
23599
23261
|
self._Host = None
|
@@ -23623,7 +23285,6 @@ class KongUpstreamInfo(AbstractModel):
|
|
23623
23285
|
@property
|
23624
23286
|
def Host(self):
|
23625
23287
|
"""IP或域名
|
23626
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23627
23288
|
:rtype: str
|
23628
23289
|
"""
|
23629
23290
|
return self._Host
|
@@ -23635,7 +23296,6 @@ class KongUpstreamInfo(AbstractModel):
|
|
23635
23296
|
@property
|
23636
23297
|
def Port(self):
|
23637
23298
|
"""端口
|
23638
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23639
23299
|
:rtype: int
|
23640
23300
|
"""
|
23641
23301
|
return self._Port
|
@@ -23647,7 +23307,6 @@ class KongUpstreamInfo(AbstractModel):
|
|
23647
23307
|
@property
|
23648
23308
|
def SourceID(self):
|
23649
23309
|
"""服务来源ID
|
23650
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23651
23310
|
:rtype: str
|
23652
23311
|
"""
|
23653
23312
|
return self._SourceID
|
@@ -23659,7 +23318,6 @@ class KongUpstreamInfo(AbstractModel):
|
|
23659
23318
|
@property
|
23660
23319
|
def Namespace(self):
|
23661
23320
|
"""命名空间
|
23662
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23663
23321
|
:rtype: str
|
23664
23322
|
"""
|
23665
23323
|
return self._Namespace
|
@@ -23671,7 +23329,6 @@ class KongUpstreamInfo(AbstractModel):
|
|
23671
23329
|
@property
|
23672
23330
|
def ServiceName(self):
|
23673
23331
|
"""服务(注册中心或Kubernetes中的服务)名字
|
23674
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23675
23332
|
:rtype: str
|
23676
23333
|
"""
|
23677
23334
|
return self._ServiceName
|
@@ -23695,7 +23352,6 @@ class KongUpstreamInfo(AbstractModel):
|
|
23695
23352
|
@property
|
23696
23353
|
def SourceType(self):
|
23697
23354
|
"""服务来源类型
|
23698
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23699
23355
|
:rtype: str
|
23700
23356
|
"""
|
23701
23357
|
return self._SourceType
|
@@ -23707,7 +23363,6 @@ class KongUpstreamInfo(AbstractModel):
|
|
23707
23363
|
@property
|
23708
23364
|
def ScfType(self):
|
23709
23365
|
"""SCF函数类型
|
23710
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23711
23366
|
:rtype: str
|
23712
23367
|
"""
|
23713
23368
|
return self._ScfType
|
@@ -23719,7 +23374,6 @@ class KongUpstreamInfo(AbstractModel):
|
|
23719
23374
|
@property
|
23720
23375
|
def ScfNamespace(self):
|
23721
23376
|
"""SCF函数命名空间
|
23722
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23723
23377
|
:rtype: str
|
23724
23378
|
"""
|
23725
23379
|
return self._ScfNamespace
|
@@ -23731,7 +23385,6 @@ class KongUpstreamInfo(AbstractModel):
|
|
23731
23385
|
@property
|
23732
23386
|
def ScfLambdaName(self):
|
23733
23387
|
"""SCF函数名
|
23734
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23735
23388
|
:rtype: str
|
23736
23389
|
"""
|
23737
23390
|
return self._ScfLambdaName
|
@@ -23743,7 +23396,6 @@ class KongUpstreamInfo(AbstractModel):
|
|
23743
23396
|
@property
|
23744
23397
|
def ScfLambdaQualifier(self):
|
23745
23398
|
"""SCF函数版本
|
23746
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23747
23399
|
:rtype: str
|
23748
23400
|
"""
|
23749
23401
|
return self._ScfLambdaQualifier
|
@@ -23755,7 +23407,6 @@ class KongUpstreamInfo(AbstractModel):
|
|
23755
23407
|
@property
|
23756
23408
|
def SlowStart(self):
|
23757
23409
|
"""冷启动时间,单位秒
|
23758
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23759
23410
|
:rtype: int
|
23760
23411
|
"""
|
23761
23412
|
return self._SlowStart
|
@@ -23767,7 +23418,6 @@ class KongUpstreamInfo(AbstractModel):
|
|
23767
23418
|
@property
|
23768
23419
|
def Algorithm(self):
|
23769
23420
|
"""负载均衡算法,默认为 round-robin,还支持 least-connections,consisten_hashing
|
23770
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23771
23421
|
:rtype: str
|
23772
23422
|
"""
|
23773
23423
|
return self._Algorithm
|
@@ -23779,7 +23429,6 @@ class KongUpstreamInfo(AbstractModel):
|
|
23779
23429
|
@property
|
23780
23430
|
def AutoScalingGroupID(self):
|
23781
23431
|
"""CVM弹性伸缩组ID
|
23782
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23783
23432
|
:rtype: str
|
23784
23433
|
"""
|
23785
23434
|
return self._AutoScalingGroupID
|
@@ -23791,7 +23440,6 @@ class KongUpstreamInfo(AbstractModel):
|
|
23791
23440
|
@property
|
23792
23441
|
def AutoScalingCvmPort(self):
|
23793
23442
|
"""CVM弹性伸缩组端口
|
23794
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23795
23443
|
:rtype: int
|
23796
23444
|
"""
|
23797
23445
|
return self._AutoScalingCvmPort
|
@@ -23803,7 +23451,6 @@ class KongUpstreamInfo(AbstractModel):
|
|
23803
23451
|
@property
|
23804
23452
|
def AutoScalingTatCmdStatus(self):
|
23805
23453
|
"""CVM弹性伸缩组使用的CVM TAT命令状态
|
23806
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23807
23454
|
:rtype: str
|
23808
23455
|
"""
|
23809
23456
|
return self._AutoScalingTatCmdStatus
|
@@ -23815,7 +23462,6 @@ class KongUpstreamInfo(AbstractModel):
|
|
23815
23462
|
@property
|
23816
23463
|
def AutoScalingHookStatus(self):
|
23817
23464
|
"""CVM弹性伸缩组生命周期挂钩状态
|
23818
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23819
23465
|
:rtype: str
|
23820
23466
|
"""
|
23821
23467
|
return self._AutoScalingHookStatus
|
@@ -23827,7 +23473,6 @@ class KongUpstreamInfo(AbstractModel):
|
|
23827
23473
|
@property
|
23828
23474
|
def SourceName(self):
|
23829
23475
|
"""服务来源的名字
|
23830
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23831
23476
|
:rtype: str
|
23832
23477
|
"""
|
23833
23478
|
return self._SourceName
|
@@ -23839,7 +23484,6 @@ class KongUpstreamInfo(AbstractModel):
|
|
23839
23484
|
@property
|
23840
23485
|
def RealSourceType(self):
|
23841
23486
|
"""精确的服务来源类型,新建服务来源时候传入的类型
|
23842
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23843
23487
|
:rtype: str
|
23844
23488
|
"""
|
23845
23489
|
return self._RealSourceType
|
@@ -23851,7 +23495,6 @@ class KongUpstreamInfo(AbstractModel):
|
|
23851
23495
|
@property
|
23852
23496
|
def HealthStatus(self):
|
23853
23497
|
"""upstream健康状态HEALTHY(健康), UNHEALTHY(异常), HEALTHCHECKS_OFF(未开启)和NONE(不支持健康检查)
|
23854
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23855
23498
|
:rtype: str
|
23856
23499
|
"""
|
23857
23500
|
return self._HealthStatus
|
@@ -23863,7 +23506,6 @@ class KongUpstreamInfo(AbstractModel):
|
|
23863
23506
|
@property
|
23864
23507
|
def ScfCamAuthEnable(self):
|
23865
23508
|
"""云函数是否开启CAM鉴权,不填时默认为开启(true)
|
23866
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23867
23509
|
:rtype: bool
|
23868
23510
|
"""
|
23869
23511
|
return self._ScfCamAuthEnable
|
@@ -23875,7 +23517,6 @@ class KongUpstreamInfo(AbstractModel):
|
|
23875
23517
|
@property
|
23876
23518
|
def ScfIsBase64Encoded(self):
|
23877
23519
|
"""云函数是否开启Base64编码,默认为false
|
23878
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23879
23520
|
:rtype: bool
|
23880
23521
|
"""
|
23881
23522
|
return self._ScfIsBase64Encoded
|
@@ -23887,7 +23528,6 @@ class KongUpstreamInfo(AbstractModel):
|
|
23887
23528
|
@property
|
23888
23529
|
def ScfIsIntegratedResponse(self):
|
23889
23530
|
"""云函数是否开启响应集成,默认为false
|
23890
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23891
23531
|
:rtype: bool
|
23892
23532
|
"""
|
23893
23533
|
return self._ScfIsIntegratedResponse
|
@@ -24392,13 +24032,10 @@ class Location(AbstractModel):
|
|
24392
24032
|
def __init__(self):
|
24393
24033
|
r"""
|
24394
24034
|
:param _Region: 大区
|
24395
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24396
24035
|
:type Region: str
|
24397
24036
|
:param _Zone: 可用区
|
24398
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24399
24037
|
:type Zone: str
|
24400
24038
|
:param _Campus: 机房
|
24401
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24402
24039
|
:type Campus: str
|
24403
24040
|
"""
|
24404
24041
|
self._Region = None
|
@@ -24408,7 +24045,6 @@ class Location(AbstractModel):
|
|
24408
24045
|
@property
|
24409
24046
|
def Region(self):
|
24410
24047
|
"""大区
|
24411
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24412
24048
|
:rtype: str
|
24413
24049
|
"""
|
24414
24050
|
return self._Region
|
@@ -24420,7 +24056,6 @@ class Location(AbstractModel):
|
|
24420
24056
|
@property
|
24421
24057
|
def Zone(self):
|
24422
24058
|
"""可用区
|
24423
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24424
24059
|
:rtype: str
|
24425
24060
|
"""
|
24426
24061
|
return self._Zone
|
@@ -24432,7 +24067,6 @@ class Location(AbstractModel):
|
|
24432
24067
|
@property
|
24433
24068
|
def Campus(self):
|
24434
24069
|
"""机房
|
24435
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24436
24070
|
:rtype: str
|
24437
24071
|
"""
|
24438
24072
|
return self._Campus
|
@@ -24464,10 +24098,8 @@ class Metadata(AbstractModel):
|
|
24464
24098
|
def __init__(self):
|
24465
24099
|
r"""
|
24466
24100
|
:param _Key: 元数据键名。
|
24467
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24468
24101
|
:type Key: str
|
24469
24102
|
:param _Value: 元数据键值。不填则默认为空字符串。
|
24470
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24471
24103
|
:type Value: str
|
24472
24104
|
"""
|
24473
24105
|
self._Key = None
|
@@ -24476,7 +24108,6 @@ class Metadata(AbstractModel):
|
|
24476
24108
|
@property
|
24477
24109
|
def Key(self):
|
24478
24110
|
"""元数据键名。
|
24479
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24480
24111
|
:rtype: str
|
24481
24112
|
"""
|
24482
24113
|
return self._Key
|
@@ -24488,7 +24119,6 @@ class Metadata(AbstractModel):
|
|
24488
24119
|
@property
|
24489
24120
|
def Value(self):
|
24490
24121
|
"""元数据键值。不填则默认为空字符串。
|
24491
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24492
24122
|
:rtype: str
|
24493
24123
|
"""
|
24494
24124
|
return self._Value
|
@@ -27306,16 +26936,12 @@ class NacosReplica(AbstractModel):
|
|
27306
26936
|
:param _Status: 状态
|
27307
26937
|
:type Status: str
|
27308
26938
|
:param _SubnetId: 子网ID
|
27309
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27310
26939
|
:type SubnetId: str
|
27311
26940
|
:param _Zone: 可用区ID
|
27312
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27313
26941
|
:type Zone: str
|
27314
26942
|
:param _ZoneId: 可用区ID
|
27315
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27316
26943
|
:type ZoneId: str
|
27317
26944
|
:param _VpcId: VPC ID
|
27318
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27319
26945
|
:type VpcId: str
|
27320
26946
|
"""
|
27321
26947
|
self._Name = None
|
@@ -27362,7 +26988,6 @@ class NacosReplica(AbstractModel):
|
|
27362
26988
|
@property
|
27363
26989
|
def SubnetId(self):
|
27364
26990
|
"""子网ID
|
27365
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27366
26991
|
:rtype: str
|
27367
26992
|
"""
|
27368
26993
|
return self._SubnetId
|
@@ -27374,7 +26999,6 @@ class NacosReplica(AbstractModel):
|
|
27374
26999
|
@property
|
27375
27000
|
def Zone(self):
|
27376
27001
|
"""可用区ID
|
27377
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27378
27002
|
:rtype: str
|
27379
27003
|
"""
|
27380
27004
|
return self._Zone
|
@@ -27386,7 +27010,6 @@ class NacosReplica(AbstractModel):
|
|
27386
27010
|
@property
|
27387
27011
|
def ZoneId(self):
|
27388
27012
|
"""可用区ID
|
27389
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27390
27013
|
:rtype: str
|
27391
27014
|
"""
|
27392
27015
|
return self._ZoneId
|
@@ -27398,7 +27021,6 @@ class NacosReplica(AbstractModel):
|
|
27398
27021
|
@property
|
27399
27022
|
def VpcId(self):
|
27400
27023
|
"""VPC ID
|
27401
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27402
27024
|
:rtype: str
|
27403
27025
|
"""
|
27404
27026
|
return self._VpcId
|
@@ -27434,7 +27056,6 @@ class NacosServerInterface(AbstractModel):
|
|
27434
27056
|
def __init__(self):
|
27435
27057
|
r"""
|
27436
27058
|
:param _Interface: 接口名
|
27437
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27438
27059
|
:type Interface: str
|
27439
27060
|
"""
|
27440
27061
|
self._Interface = None
|
@@ -27442,7 +27063,6 @@ class NacosServerInterface(AbstractModel):
|
|
27442
27063
|
@property
|
27443
27064
|
def Interface(self):
|
27444
27065
|
"""接口名
|
27445
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27446
27066
|
:rtype: str
|
27447
27067
|
"""
|
27448
27068
|
return self._Interface
|
@@ -28077,16 +27697,12 @@ class PolarisCLSTopicInfo(AbstractModel):
|
|
28077
27697
|
def __init__(self):
|
28078
27698
|
r"""
|
28079
27699
|
:param _LogSetId: 日志集ID
|
28080
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28081
27700
|
:type LogSetId: str
|
28082
27701
|
:param _LogSetName: 日志集名称
|
28083
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28084
27702
|
:type LogSetName: str
|
28085
27703
|
:param _TopicId: 日志主题ID
|
28086
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28087
27704
|
:type TopicId: str
|
28088
27705
|
:param _TopicName: 日志主题名称
|
28089
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28090
27706
|
:type TopicName: str
|
28091
27707
|
"""
|
28092
27708
|
self._LogSetId = None
|
@@ -28097,7 +27713,6 @@ class PolarisCLSTopicInfo(AbstractModel):
|
|
28097
27713
|
@property
|
28098
27714
|
def LogSetId(self):
|
28099
27715
|
"""日志集ID
|
28100
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28101
27716
|
:rtype: str
|
28102
27717
|
"""
|
28103
27718
|
return self._LogSetId
|
@@ -28109,7 +27724,6 @@ class PolarisCLSTopicInfo(AbstractModel):
|
|
28109
27724
|
@property
|
28110
27725
|
def LogSetName(self):
|
28111
27726
|
"""日志集名称
|
28112
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28113
27727
|
:rtype: str
|
28114
27728
|
"""
|
28115
27729
|
return self._LogSetName
|
@@ -28121,7 +27735,6 @@ class PolarisCLSTopicInfo(AbstractModel):
|
|
28121
27735
|
@property
|
28122
27736
|
def TopicId(self):
|
28123
27737
|
"""日志主题ID
|
28124
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28125
27738
|
:rtype: str
|
28126
27739
|
"""
|
28127
27740
|
return self._TopicId
|
@@ -28133,7 +27746,6 @@ class PolarisCLSTopicInfo(AbstractModel):
|
|
28133
27746
|
@property
|
28134
27747
|
def TopicName(self):
|
28135
27748
|
"""日志主题名称
|
28136
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28137
27749
|
:rtype: str
|
28138
27750
|
"""
|
28139
27751
|
return self._TopicName
|
@@ -28166,7 +27778,6 @@ class PolarisLimiterAddress(AbstractModel):
|
|
28166
27778
|
def __init__(self):
|
28167
27779
|
r"""
|
28168
27780
|
:param _IntranetAddress: VPC接入IP列表
|
28169
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28170
27781
|
:type IntranetAddress: str
|
28171
27782
|
"""
|
28172
27783
|
self._IntranetAddress = None
|
@@ -28174,7 +27785,6 @@ class PolarisLimiterAddress(AbstractModel):
|
|
28174
27785
|
@property
|
28175
27786
|
def IntranetAddress(self):
|
28176
27787
|
"""VPC接入IP列表
|
28177
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28178
27788
|
:rtype: str
|
28179
27789
|
"""
|
28180
27790
|
return self._IntranetAddress
|
@@ -28397,7 +28007,6 @@ class PublishConfigFilesResponse(AbstractModel):
|
|
28397
28007
|
:param _Result: 配置文件发布是否成功
|
28398
28008
|
:type Result: bool
|
28399
28009
|
:param _ConfigFileReleaseId: 配置文件发布Id
|
28400
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28401
28010
|
:type ConfigFileReleaseId: str
|
28402
28011
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
28403
28012
|
:type RequestId: str
|
@@ -28420,7 +28029,6 @@ class PublishConfigFilesResponse(AbstractModel):
|
|
28420
28029
|
@property
|
28421
28030
|
def ConfigFileReleaseId(self):
|
28422
28031
|
"""配置文件发布Id
|
28423
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28424
28032
|
:rtype: str
|
28425
28033
|
"""
|
28426
28034
|
return self._ConfigFileReleaseId
|
@@ -28583,22 +28191,16 @@ class ReleaseVersion(AbstractModel):
|
|
28583
28191
|
def __init__(self):
|
28584
28192
|
r"""
|
28585
28193
|
:param _Name: 配置发布的版本
|
28586
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28587
28194
|
:type Name: str
|
28588
28195
|
:param _Active: 是否生效
|
28589
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28590
28196
|
:type Active: bool
|
28591
28197
|
:param _Id: 配置发布的ID
|
28592
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28593
28198
|
:type Id: str
|
28594
28199
|
:param _Namespace: 配置发布的命名空间
|
28595
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28596
28200
|
:type Namespace: str
|
28597
28201
|
:param _Group: 配置发布的分组
|
28598
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28599
28202
|
:type Group: str
|
28600
28203
|
:param _FileName: 配置发布的文件名
|
28601
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28602
28204
|
:type FileName: str
|
28603
28205
|
"""
|
28604
28206
|
self._Name = None
|
@@ -28611,7 +28213,6 @@ class ReleaseVersion(AbstractModel):
|
|
28611
28213
|
@property
|
28612
28214
|
def Name(self):
|
28613
28215
|
"""配置发布的版本
|
28614
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28615
28216
|
:rtype: str
|
28616
28217
|
"""
|
28617
28218
|
return self._Name
|
@@ -28623,7 +28224,6 @@ class ReleaseVersion(AbstractModel):
|
|
28623
28224
|
@property
|
28624
28225
|
def Active(self):
|
28625
28226
|
"""是否生效
|
28626
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28627
28227
|
:rtype: bool
|
28628
28228
|
"""
|
28629
28229
|
return self._Active
|
@@ -28635,7 +28235,6 @@ class ReleaseVersion(AbstractModel):
|
|
28635
28235
|
@property
|
28636
28236
|
def Id(self):
|
28637
28237
|
"""配置发布的ID
|
28638
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28639
28238
|
:rtype: str
|
28640
28239
|
"""
|
28641
28240
|
return self._Id
|
@@ -28647,7 +28246,6 @@ class ReleaseVersion(AbstractModel):
|
|
28647
28246
|
@property
|
28648
28247
|
def Namespace(self):
|
28649
28248
|
"""配置发布的命名空间
|
28650
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28651
28249
|
:rtype: str
|
28652
28250
|
"""
|
28653
28251
|
return self._Namespace
|
@@ -28659,7 +28257,6 @@ class ReleaseVersion(AbstractModel):
|
|
28659
28257
|
@property
|
28660
28258
|
def Group(self):
|
28661
28259
|
"""配置发布的分组
|
28662
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28663
28260
|
:rtype: str
|
28664
28261
|
"""
|
28665
28262
|
return self._Group
|
@@ -28671,7 +28268,6 @@ class ReleaseVersion(AbstractModel):
|
|
28671
28268
|
@property
|
28672
28269
|
def FileName(self):
|
28673
28270
|
"""配置发布的文件名
|
28674
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28675
28271
|
:rtype: str
|
28676
28272
|
"""
|
28677
28273
|
return self._FileName
|
@@ -29176,88 +28772,60 @@ class SREInstance(AbstractModel):
|
|
29176
28772
|
:param _VpcId: Vpc iD
|
29177
28773
|
:type VpcId: str
|
29178
28774
|
:param _SubnetIds: 子网ID
|
29179
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29180
28775
|
:type SubnetIds: list of str
|
29181
28776
|
:param _EnableStorage: 是否开启持久化存储
|
29182
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29183
28777
|
:type EnableStorage: bool
|
29184
28778
|
:param _StorageType: 数据存储方式
|
29185
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29186
28779
|
:type StorageType: str
|
29187
28780
|
:param _StorageCapacity: 云硬盘容量
|
29188
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29189
28781
|
:type StorageCapacity: int
|
29190
28782
|
:param _Paymode: 计费方式
|
29191
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29192
28783
|
:type Paymode: str
|
29193
28784
|
:param _EKSClusterID: EKS集群的ID
|
29194
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29195
28785
|
:type EKSClusterID: str
|
29196
28786
|
:param _CreateTime: 集群创建时间
|
29197
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29198
28787
|
:type CreateTime: str
|
29199
28788
|
:param _EnvInfos: 环境配置信息列表
|
29200
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29201
28789
|
:type EnvInfos: list of EnvInfo
|
29202
28790
|
:param _EngineRegion: 引擎所在的区域
|
29203
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29204
28791
|
:type EngineRegion: str
|
29205
28792
|
:param _EnableInternet: 注册引擎是否开启公网
|
29206
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29207
28793
|
:type EnableInternet: bool
|
29208
28794
|
:param _VpcInfos: 私有网络列表信息
|
29209
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29210
28795
|
:type VpcInfos: list of VpcInfo
|
29211
28796
|
:param _ServiceGovernanceInfos: 服务治理相关信息列表
|
29212
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29213
28797
|
:type ServiceGovernanceInfos: list of ServiceGovernanceInfo
|
29214
28798
|
:param _Tags: 实例的标签信息
|
29215
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29216
28799
|
:type Tags: list of KVPair
|
29217
28800
|
:param _EnableConsoleInternet: 引擎实例是否开启控制台公网访问地址
|
29218
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29219
28801
|
:type EnableConsoleInternet: bool
|
29220
28802
|
:param _EnableConsoleIntranet: 引擎实例是否开启控制台内网访问地址
|
29221
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29222
28803
|
:type EnableConsoleIntranet: bool
|
29223
28804
|
:param _ConfigInfoVisible: 引擎实例是否展示参数配置页面
|
29224
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29225
28805
|
:type ConfigInfoVisible: bool
|
29226
28806
|
:param _ConsoleDefaultPwd: 引擎实例控制台默认密码
|
29227
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29228
28807
|
:type ConsoleDefaultPwd: str
|
29229
28808
|
:param _TradeType: 交易付费类型,0后付费/1预付费
|
29230
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29231
28809
|
:type TradeType: int
|
29232
28810
|
:param _AutoRenewFlag: 自动续费标记:0表示默认状态(用户未设置,即初始状态), 1表示自动续费,2表示明确不自动续费
|
29233
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29234
28811
|
:type AutoRenewFlag: int
|
29235
28812
|
:param _CurDeadline: 预付费到期时间
|
29236
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29237
28813
|
:type CurDeadline: str
|
29238
28814
|
:param _IsolateTime: 隔离开始时间
|
29239
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29240
28815
|
:type IsolateTime: str
|
29241
28816
|
:param _RegionInfos: 实例地域相关的描述信息
|
29242
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29243
28817
|
:type RegionInfos: list of DescribeInstanceRegionInfo
|
29244
28818
|
:param _EKSType: 所在EKS环境,分为common和yunti
|
29245
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29246
28819
|
:type EKSType: str
|
29247
28820
|
:param _FeatureVersion: 引擎的产品版本
|
29248
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29249
28821
|
:type FeatureVersion: str
|
29250
28822
|
:param _EnableClientIntranet: 引擎实例是否开启客户端内网访问地址
|
29251
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29252
28823
|
:type EnableClientIntranet: bool
|
29253
28824
|
:param _StorageOption: 存储额外配置选项
|
29254
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29255
28825
|
:type StorageOption: list of StorageOption
|
29256
28826
|
:param _ZookeeperRegionInfo: Zookeeper的额外环境数据信息
|
29257
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29258
28827
|
:type ZookeeperRegionInfo: :class:`tencentcloud.tse.v20201207.models.ZookeeperRegionInfo`
|
29259
28828
|
:param _DeployMode: 部署架构
|
29260
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29261
28829
|
:type DeployMode: str
|
29262
28830
|
"""
|
29263
28831
|
self._InstanceId = None
|
@@ -29388,7 +28956,6 @@ class SREInstance(AbstractModel):
|
|
29388
28956
|
@property
|
29389
28957
|
def SubnetIds(self):
|
29390
28958
|
"""子网ID
|
29391
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29392
28959
|
:rtype: list of str
|
29393
28960
|
"""
|
29394
28961
|
return self._SubnetIds
|
@@ -29400,7 +28967,6 @@ class SREInstance(AbstractModel):
|
|
29400
28967
|
@property
|
29401
28968
|
def EnableStorage(self):
|
29402
28969
|
"""是否开启持久化存储
|
29403
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29404
28970
|
:rtype: bool
|
29405
28971
|
"""
|
29406
28972
|
return self._EnableStorage
|
@@ -29412,7 +28978,6 @@ class SREInstance(AbstractModel):
|
|
29412
28978
|
@property
|
29413
28979
|
def StorageType(self):
|
29414
28980
|
"""数据存储方式
|
29415
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29416
28981
|
:rtype: str
|
29417
28982
|
"""
|
29418
28983
|
return self._StorageType
|
@@ -29424,7 +28989,6 @@ class SREInstance(AbstractModel):
|
|
29424
28989
|
@property
|
29425
28990
|
def StorageCapacity(self):
|
29426
28991
|
"""云硬盘容量
|
29427
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29428
28992
|
:rtype: int
|
29429
28993
|
"""
|
29430
28994
|
return self._StorageCapacity
|
@@ -29436,7 +29000,6 @@ class SREInstance(AbstractModel):
|
|
29436
29000
|
@property
|
29437
29001
|
def Paymode(self):
|
29438
29002
|
"""计费方式
|
29439
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29440
29003
|
:rtype: str
|
29441
29004
|
"""
|
29442
29005
|
return self._Paymode
|
@@ -29448,7 +29011,6 @@ class SREInstance(AbstractModel):
|
|
29448
29011
|
@property
|
29449
29012
|
def EKSClusterID(self):
|
29450
29013
|
"""EKS集群的ID
|
29451
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29452
29014
|
:rtype: str
|
29453
29015
|
"""
|
29454
29016
|
return self._EKSClusterID
|
@@ -29460,7 +29022,6 @@ class SREInstance(AbstractModel):
|
|
29460
29022
|
@property
|
29461
29023
|
def CreateTime(self):
|
29462
29024
|
"""集群创建时间
|
29463
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29464
29025
|
:rtype: str
|
29465
29026
|
"""
|
29466
29027
|
return self._CreateTime
|
@@ -29472,7 +29033,6 @@ class SREInstance(AbstractModel):
|
|
29472
29033
|
@property
|
29473
29034
|
def EnvInfos(self):
|
29474
29035
|
"""环境配置信息列表
|
29475
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29476
29036
|
:rtype: list of EnvInfo
|
29477
29037
|
"""
|
29478
29038
|
return self._EnvInfos
|
@@ -29484,7 +29044,6 @@ class SREInstance(AbstractModel):
|
|
29484
29044
|
@property
|
29485
29045
|
def EngineRegion(self):
|
29486
29046
|
"""引擎所在的区域
|
29487
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29488
29047
|
:rtype: str
|
29489
29048
|
"""
|
29490
29049
|
return self._EngineRegion
|
@@ -29496,7 +29055,6 @@ class SREInstance(AbstractModel):
|
|
29496
29055
|
@property
|
29497
29056
|
def EnableInternet(self):
|
29498
29057
|
"""注册引擎是否开启公网
|
29499
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29500
29058
|
:rtype: bool
|
29501
29059
|
"""
|
29502
29060
|
return self._EnableInternet
|
@@ -29508,7 +29066,6 @@ class SREInstance(AbstractModel):
|
|
29508
29066
|
@property
|
29509
29067
|
def VpcInfos(self):
|
29510
29068
|
"""私有网络列表信息
|
29511
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29512
29069
|
:rtype: list of VpcInfo
|
29513
29070
|
"""
|
29514
29071
|
return self._VpcInfos
|
@@ -29520,7 +29077,6 @@ class SREInstance(AbstractModel):
|
|
29520
29077
|
@property
|
29521
29078
|
def ServiceGovernanceInfos(self):
|
29522
29079
|
"""服务治理相关信息列表
|
29523
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29524
29080
|
:rtype: list of ServiceGovernanceInfo
|
29525
29081
|
"""
|
29526
29082
|
return self._ServiceGovernanceInfos
|
@@ -29532,7 +29088,6 @@ class SREInstance(AbstractModel):
|
|
29532
29088
|
@property
|
29533
29089
|
def Tags(self):
|
29534
29090
|
"""实例的标签信息
|
29535
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29536
29091
|
:rtype: list of KVPair
|
29537
29092
|
"""
|
29538
29093
|
return self._Tags
|
@@ -29544,7 +29099,6 @@ class SREInstance(AbstractModel):
|
|
29544
29099
|
@property
|
29545
29100
|
def EnableConsoleInternet(self):
|
29546
29101
|
"""引擎实例是否开启控制台公网访问地址
|
29547
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29548
29102
|
:rtype: bool
|
29549
29103
|
"""
|
29550
29104
|
return self._EnableConsoleInternet
|
@@ -29556,7 +29110,6 @@ class SREInstance(AbstractModel):
|
|
29556
29110
|
@property
|
29557
29111
|
def EnableConsoleIntranet(self):
|
29558
29112
|
"""引擎实例是否开启控制台内网访问地址
|
29559
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29560
29113
|
:rtype: bool
|
29561
29114
|
"""
|
29562
29115
|
return self._EnableConsoleIntranet
|
@@ -29568,7 +29121,6 @@ class SREInstance(AbstractModel):
|
|
29568
29121
|
@property
|
29569
29122
|
def ConfigInfoVisible(self):
|
29570
29123
|
"""引擎实例是否展示参数配置页面
|
29571
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29572
29124
|
:rtype: bool
|
29573
29125
|
"""
|
29574
29126
|
return self._ConfigInfoVisible
|
@@ -29580,7 +29132,6 @@ class SREInstance(AbstractModel):
|
|
29580
29132
|
@property
|
29581
29133
|
def ConsoleDefaultPwd(self):
|
29582
29134
|
"""引擎实例控制台默认密码
|
29583
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29584
29135
|
:rtype: str
|
29585
29136
|
"""
|
29586
29137
|
return self._ConsoleDefaultPwd
|
@@ -29592,7 +29143,6 @@ class SREInstance(AbstractModel):
|
|
29592
29143
|
@property
|
29593
29144
|
def TradeType(self):
|
29594
29145
|
"""交易付费类型,0后付费/1预付费
|
29595
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29596
29146
|
:rtype: int
|
29597
29147
|
"""
|
29598
29148
|
return self._TradeType
|
@@ -29604,7 +29154,6 @@ class SREInstance(AbstractModel):
|
|
29604
29154
|
@property
|
29605
29155
|
def AutoRenewFlag(self):
|
29606
29156
|
"""自动续费标记:0表示默认状态(用户未设置,即初始状态), 1表示自动续费,2表示明确不自动续费
|
29607
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29608
29157
|
:rtype: int
|
29609
29158
|
"""
|
29610
29159
|
return self._AutoRenewFlag
|
@@ -29616,7 +29165,6 @@ class SREInstance(AbstractModel):
|
|
29616
29165
|
@property
|
29617
29166
|
def CurDeadline(self):
|
29618
29167
|
"""预付费到期时间
|
29619
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29620
29168
|
:rtype: str
|
29621
29169
|
"""
|
29622
29170
|
return self._CurDeadline
|
@@ -29628,7 +29176,6 @@ class SREInstance(AbstractModel):
|
|
29628
29176
|
@property
|
29629
29177
|
def IsolateTime(self):
|
29630
29178
|
"""隔离开始时间
|
29631
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29632
29179
|
:rtype: str
|
29633
29180
|
"""
|
29634
29181
|
return self._IsolateTime
|
@@ -29640,7 +29187,6 @@ class SREInstance(AbstractModel):
|
|
29640
29187
|
@property
|
29641
29188
|
def RegionInfos(self):
|
29642
29189
|
"""实例地域相关的描述信息
|
29643
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29644
29190
|
:rtype: list of DescribeInstanceRegionInfo
|
29645
29191
|
"""
|
29646
29192
|
return self._RegionInfos
|
@@ -29652,7 +29198,6 @@ class SREInstance(AbstractModel):
|
|
29652
29198
|
@property
|
29653
29199
|
def EKSType(self):
|
29654
29200
|
"""所在EKS环境,分为common和yunti
|
29655
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29656
29201
|
:rtype: str
|
29657
29202
|
"""
|
29658
29203
|
return self._EKSType
|
@@ -29664,7 +29209,6 @@ class SREInstance(AbstractModel):
|
|
29664
29209
|
@property
|
29665
29210
|
def FeatureVersion(self):
|
29666
29211
|
"""引擎的产品版本
|
29667
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29668
29212
|
:rtype: str
|
29669
29213
|
"""
|
29670
29214
|
return self._FeatureVersion
|
@@ -29676,7 +29220,6 @@ class SREInstance(AbstractModel):
|
|
29676
29220
|
@property
|
29677
29221
|
def EnableClientIntranet(self):
|
29678
29222
|
"""引擎实例是否开启客户端内网访问地址
|
29679
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29680
29223
|
:rtype: bool
|
29681
29224
|
"""
|
29682
29225
|
return self._EnableClientIntranet
|
@@ -29688,7 +29231,6 @@ class SREInstance(AbstractModel):
|
|
29688
29231
|
@property
|
29689
29232
|
def StorageOption(self):
|
29690
29233
|
"""存储额外配置选项
|
29691
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29692
29234
|
:rtype: list of StorageOption
|
29693
29235
|
"""
|
29694
29236
|
return self._StorageOption
|
@@ -29700,7 +29242,6 @@ class SREInstance(AbstractModel):
|
|
29700
29242
|
@property
|
29701
29243
|
def ZookeeperRegionInfo(self):
|
29702
29244
|
"""Zookeeper的额外环境数据信息
|
29703
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29704
29245
|
:rtype: :class:`tencentcloud.tse.v20201207.models.ZookeeperRegionInfo`
|
29705
29246
|
"""
|
29706
29247
|
return self._ZookeeperRegionInfo
|
@@ -29712,7 +29253,6 @@ class SREInstance(AbstractModel):
|
|
29712
29253
|
@property
|
29713
29254
|
def DeployMode(self):
|
29714
29255
|
"""部署架构
|
29715
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29716
29256
|
:rtype: str
|
29717
29257
|
"""
|
29718
29258
|
return self._DeployMode
|
@@ -29825,7 +29365,6 @@ class ServiceGovernanceInfo(AbstractModel):
|
|
29825
29365
|
:param _LimiterVpcInfos: 服务治理限流server引擎绑定的网络信息
|
29826
29366
|
:type LimiterVpcInfos: list of VpcInfo
|
29827
29367
|
:param _CLSTopics: 引擎关联CLS日志主题信息
|
29828
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29829
29368
|
:type CLSTopics: list of PolarisCLSTopicInfo
|
29830
29369
|
"""
|
29831
29370
|
self._EngineRegion = None
|
@@ -29929,7 +29468,6 @@ class ServiceGovernanceInfo(AbstractModel):
|
|
29929
29468
|
@property
|
29930
29469
|
def CLSTopics(self):
|
29931
29470
|
"""引擎关联CLS日志主题信息
|
29932
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29933
29471
|
:rtype: list of PolarisCLSTopicInfo
|
29934
29472
|
"""
|
29935
29473
|
return self._CLSTopics
|
@@ -30282,13 +29820,10 @@ class StorageOption(AbstractModel):
|
|
30282
29820
|
def __init__(self):
|
30283
29821
|
r"""
|
30284
29822
|
:param _Name: 存储对象,分为snap和txn两种
|
30285
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30286
29823
|
:type Name: str
|
30287
29824
|
:param _Type: 存储类型,分为三类CLOUD_PREMIUM/CLOUD_SSD/CLOUD_SSD_PLUS,分别对应高性能云硬盘、SSD云硬盘、增强型SSD云硬盘
|
30288
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30289
29825
|
:type Type: str
|
30290
29826
|
:param _Capacity: 存储容量,[50, 3200]的范围
|
30291
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30292
29827
|
:type Capacity: int
|
30293
29828
|
"""
|
30294
29829
|
self._Name = None
|
@@ -30298,7 +29833,6 @@ class StorageOption(AbstractModel):
|
|
30298
29833
|
@property
|
30299
29834
|
def Name(self):
|
30300
29835
|
"""存储对象,分为snap和txn两种
|
30301
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30302
29836
|
:rtype: str
|
30303
29837
|
"""
|
30304
29838
|
return self._Name
|
@@ -30310,7 +29844,6 @@ class StorageOption(AbstractModel):
|
|
30310
29844
|
@property
|
30311
29845
|
def Type(self):
|
30312
29846
|
"""存储类型,分为三类CLOUD_PREMIUM/CLOUD_SSD/CLOUD_SSD_PLUS,分别对应高性能云硬盘、SSD云硬盘、增强型SSD云硬盘
|
30313
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30314
29847
|
:rtype: str
|
30315
29848
|
"""
|
30316
29849
|
return self._Type
|
@@ -30322,7 +29855,6 @@ class StorageOption(AbstractModel):
|
|
30322
29855
|
@property
|
30323
29856
|
def Capacity(self):
|
30324
29857
|
"""存储容量,[50, 3200]的范围
|
30325
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30326
29858
|
:rtype: int
|
30327
29859
|
"""
|
30328
29860
|
return self._Capacity
|
@@ -31298,10 +30830,8 @@ class VpcInfo(AbstractModel):
|
|
31298
30830
|
:param _SubnetId: 子网ID
|
31299
30831
|
:type SubnetId: str
|
31300
30832
|
:param _IntranetAddress: 内网访问地址
|
31301
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31302
30833
|
:type IntranetAddress: str
|
31303
30834
|
:param _LbSubnetId: 负载均衡均衡接入点子网ID
|
31304
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31305
30835
|
:type LbSubnetId: str
|
31306
30836
|
"""
|
31307
30837
|
self._VpcId = None
|
@@ -31334,7 +30864,6 @@ class VpcInfo(AbstractModel):
|
|
31334
30864
|
@property
|
31335
30865
|
def IntranetAddress(self):
|
31336
30866
|
"""内网访问地址
|
31337
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31338
30867
|
:rtype: str
|
31339
30868
|
"""
|
31340
30869
|
return self._IntranetAddress
|
@@ -31346,7 +30875,6 @@ class VpcInfo(AbstractModel):
|
|
31346
30875
|
@property
|
31347
30876
|
def LbSubnetId(self):
|
31348
30877
|
"""负载均衡均衡接入点子网ID
|
31349
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31350
30878
|
:rtype: str
|
31351
30879
|
"""
|
31352
30880
|
return self._LbSubnetId
|
@@ -31383,13 +30911,10 @@ class ZookeeperRegionInfo(AbstractModel):
|
|
31383
30911
|
- SingleRegion: 普通单地域
|
31384
30912
|
- MultiRegion: 普通多地域场景
|
31385
30913
|
- MasterSlave: 两地域,主备地域场景
|
31386
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31387
30914
|
:type DeployMode: str
|
31388
30915
|
:param _MainRegion: 主地域的额外信息
|
31389
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31390
30916
|
:type MainRegion: :class:`tencentcloud.tse.v20201207.models.ZookeeperRegionMyIdInfo`
|
31391
30917
|
:param _OtherRegions: 其他地域的额外信息
|
31392
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31393
30918
|
:type OtherRegions: list of ZookeeperRegionMyIdInfo
|
31394
30919
|
"""
|
31395
30920
|
self._DeployMode = None
|
@@ -31403,7 +30928,6 @@ class ZookeeperRegionInfo(AbstractModel):
|
|
31403
30928
|
- SingleRegion: 普通单地域
|
31404
30929
|
- MultiRegion: 普通多地域场景
|
31405
30930
|
- MasterSlave: 两地域,主备地域场景
|
31406
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31407
30931
|
:rtype: str
|
31408
30932
|
"""
|
31409
30933
|
return self._DeployMode
|
@@ -31415,7 +30939,6 @@ class ZookeeperRegionInfo(AbstractModel):
|
|
31415
30939
|
@property
|
31416
30940
|
def MainRegion(self):
|
31417
30941
|
"""主地域的额外信息
|
31418
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31419
30942
|
:rtype: :class:`tencentcloud.tse.v20201207.models.ZookeeperRegionMyIdInfo`
|
31420
30943
|
"""
|
31421
30944
|
return self._MainRegion
|
@@ -31427,7 +30950,6 @@ class ZookeeperRegionInfo(AbstractModel):
|
|
31427
30950
|
@property
|
31428
30951
|
def OtherRegions(self):
|
31429
30952
|
"""其他地域的额外信息
|
31430
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31431
30953
|
:rtype: list of ZookeeperRegionMyIdInfo
|
31432
30954
|
"""
|
31433
30955
|
return self._OtherRegions
|
@@ -31466,13 +30988,10 @@ class ZookeeperRegionMyIdInfo(AbstractModel):
|
|
31466
30988
|
def __init__(self):
|
31467
30989
|
r"""
|
31468
30990
|
:param _Region: 地域信息
|
31469
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31470
30991
|
:type Region: str
|
31471
30992
|
:param _MyIdStart: myid 的起始号段
|
31472
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31473
30993
|
:type MyIdStart: int
|
31474
30994
|
:param _MyIdEnd: myid 的结束号段
|
31475
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31476
30995
|
:type MyIdEnd: int
|
31477
30996
|
"""
|
31478
30997
|
self._Region = None
|
@@ -31482,7 +31001,6 @@ class ZookeeperRegionMyIdInfo(AbstractModel):
|
|
31482
31001
|
@property
|
31483
31002
|
def Region(self):
|
31484
31003
|
"""地域信息
|
31485
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31486
31004
|
:rtype: str
|
31487
31005
|
"""
|
31488
31006
|
return self._Region
|
@@ -31494,7 +31012,6 @@ class ZookeeperRegionMyIdInfo(AbstractModel):
|
|
31494
31012
|
@property
|
31495
31013
|
def MyIdStart(self):
|
31496
31014
|
"""myid 的起始号段
|
31497
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31498
31015
|
:rtype: int
|
31499
31016
|
"""
|
31500
31017
|
return self._MyIdStart
|
@@ -31506,7 +31023,6 @@ class ZookeeperRegionMyIdInfo(AbstractModel):
|
|
31506
31023
|
@property
|
31507
31024
|
def MyIdEnd(self):
|
31508
31025
|
"""myid 的结束号段
|
31509
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31510
31026
|
:rtype: int
|
31511
31027
|
"""
|
31512
31028
|
return self._MyIdEnd
|
@@ -31544,19 +31060,14 @@ class ZookeeperReplica(AbstractModel):
|
|
31544
31060
|
:param _Status: 状态
|
31545
31061
|
:type Status: str
|
31546
31062
|
:param _SubnetId: 子网ID
|
31547
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31548
31063
|
:type SubnetId: str
|
31549
31064
|
:param _Zone: 可用区ID
|
31550
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31551
31065
|
:type Zone: str
|
31552
31066
|
:param _ZoneId: 可用区ID
|
31553
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31554
31067
|
:type ZoneId: str
|
31555
31068
|
:param _AliasName: 别名
|
31556
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31557
31069
|
:type AliasName: str
|
31558
31070
|
:param _VpcId: VPC ID
|
31559
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31560
31071
|
:type VpcId: str
|
31561
31072
|
"""
|
31562
31073
|
self._Name = None
|
@@ -31604,7 +31115,6 @@ class ZookeeperReplica(AbstractModel):
|
|
31604
31115
|
@property
|
31605
31116
|
def SubnetId(self):
|
31606
31117
|
"""子网ID
|
31607
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31608
31118
|
:rtype: str
|
31609
31119
|
"""
|
31610
31120
|
return self._SubnetId
|
@@ -31616,7 +31126,6 @@ class ZookeeperReplica(AbstractModel):
|
|
31616
31126
|
@property
|
31617
31127
|
def Zone(self):
|
31618
31128
|
"""可用区ID
|
31619
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31620
31129
|
:rtype: str
|
31621
31130
|
"""
|
31622
31131
|
return self._Zone
|
@@ -31628,7 +31137,6 @@ class ZookeeperReplica(AbstractModel):
|
|
31628
31137
|
@property
|
31629
31138
|
def ZoneId(self):
|
31630
31139
|
"""可用区ID
|
31631
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31632
31140
|
:rtype: str
|
31633
31141
|
"""
|
31634
31142
|
return self._ZoneId
|
@@ -31640,7 +31148,6 @@ class ZookeeperReplica(AbstractModel):
|
|
31640
31148
|
@property
|
31641
31149
|
def AliasName(self):
|
31642
31150
|
"""别名
|
31643
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31644
31151
|
:rtype: str
|
31645
31152
|
"""
|
31646
31153
|
return self._AliasName
|
@@ -31652,7 +31159,6 @@ class ZookeeperReplica(AbstractModel):
|
|
31652
31159
|
@property
|
31653
31160
|
def VpcId(self):
|
31654
31161
|
"""VPC ID
|
31655
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31656
31162
|
:rtype: str
|
31657
31163
|
"""
|
31658
31164
|
return self._VpcId
|
@@ -31689,7 +31195,6 @@ class ZookeeperServerInterface(AbstractModel):
|
|
31689
31195
|
def __init__(self):
|
31690
31196
|
r"""
|
31691
31197
|
:param _Interface: 接口名
|
31692
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31693
31198
|
:type Interface: str
|
31694
31199
|
"""
|
31695
31200
|
self._Interface = None
|
@@ -31697,7 +31202,6 @@ class ZookeeperServerInterface(AbstractModel):
|
|
31697
31202
|
@property
|
31698
31203
|
def Interface(self):
|
31699
31204
|
"""接口名
|
31700
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31701
31205
|
:rtype: str
|
31702
31206
|
"""
|
31703
31207
|
return self._Interface
|