@@ -701,30 +701,37 @@ def describe_mongo_db_sharded_cluster(
701
701
- **BackupCount** (int) -
702
702
- **BackupDate** (str) -
703
703
- **BackupDuration** (int) -
704
+ - **BackupMethod** (str) -
704
705
- **BackupZone** (str) -
706
+ - **CaseSensitivityParam** (int) -
705
707
- **ChargeType** (str) -
706
708
- **CluserRole** (str) -
707
709
- **ClusterRole** (str) -
708
710
- **CreateTime** (int) -
709
711
- **DBId** (str) -
712
+ - **DBSubVersion** (str) -
710
713
- **DBTypeId** (str) -
711
714
- **DataFileSize** (float) -
712
715
- **DataSet** (list) - 见 **UDBSlaveInstanceSet** 模型定义
713
716
- **DiskSpace** (int) -
714
717
- **DiskUsedSize** (float) -
718
+ - **EnableSSL** (int) -
715
719
- **ExpiredTime** (int) -
716
720
- **IPv6Address** (str) -
717
721
- **InstanceMode** (str) -
718
722
- **InstanceType** (str) -
719
723
- **InstanceTypeId** (int) -
720
724
- **LogFileSize** (float) -
725
+ - **MachineType** (str) -
721
726
- **MemoryLimit** (int) -
722
727
- **ModifyTime** (int) -
723
728
- **Name** (str) -
724
729
- **ParamGroupId** (int) -
725
730
- **Port** (int) -
726
731
- **Role** (str) -
727
732
- **SSDType** (str) -
733
+ - **SSLExpirationTime** (int) -
734
+ - **SpecificationType** (int) -
728
735
- **SrcDBId** (str) -
729
736
- **State** (str) -
730
737
- **SubnetId** (str) -
@@ -745,6 +752,7 @@ def describe_mongo_db_sharded_cluster(
745
752
- **BackupCount** (int) -
746
753
- **BackupDate** (str) -
747
754
- **BackupDuration** (int) -
755
+ - **CaseSensitivityParam** (int) -
748
756
- **ChargeType** (str) -
749
757
- **ClusterRole** (str) -
750
758
- **CreateTime** (int) -
@@ -759,13 +767,16 @@ def describe_mongo_db_sharded_cluster(
759
767
- **InstanceType** (str) -
760
768
- **InstanceTypeId** (int) -
761
769
- **LogFileSize** (float) -
770
+ - **MachineType** (str) -
762
771
- **MemoryLimit** (int) -
763
772
- **ModifyTime** (int) -
764
773
- **Name** (str) -
765
774
- **ParamGroupId** (int) -
766
775
- **Port** (int) -
776
+ - **ReplicationDelaySeconds** (int) -
767
777
- **Role** (str) -
768
778
- **SSDType** (str) -
779
+ - **SpecificationType** (str) -
769
780
- **SrcDBId** (str) -
770
781
- **State** (str) -
771
782
- **SubnetId** (str) -
@@ -957,6 +968,7 @@ def describe_udb_instance(
957
968
- **BackupDuration** (int) - 备份策略,一天内备份时间间隔,单位小时,默认24小时
958
969
- **BackupMethod** (str) - 默认的备份方式,nobackup表示不备份, snapshot 表示使用快照备份,logic 表示使用逻辑备份,xtrabackup表示使用物理备份。
959
970
- **BackupZone** (str) - 跨可用区高可用备库所在可用区
971
+ - **CPU** (int) - CPU核数
960
972
- **CaseSensitivityParam** (int) - 0区分大小写, 1不分区
961
973
- **ChargeType** (str) - Year, Month, Dynamic,Trial,默认: Dynamic
962
974
- **ClusterRole** (str) - 当DB类型为mongodb时,返回该实例所在集群中的角色,包括:mongos、configsrv_sccc、configsrv_csrs、shardsrv_datanode、shardsrv_arbiter,其中congfigsrv分为sccc和csrs两种模式,shardsrv分为datanode和arbiter两种模式
@@ -1770,17 +1782,17 @@ def list_udb_user_tables(
1770
1782
1771
1783
**Response Model**
1772
1784
1785
+ **UDBDatabaseData**
1786
+ - **DBName** (str) - 数据库名称
1787
+ - **TableDataSet** (list) - 见 **TableData** 模型定义
1788
+
1789
+
1773
1790
**TableData**
1774
1791
- **DBName** (str) - 表所属的库名称
1775
1792
- **Engine** (str) - 表的引擎(innodb, myisam)
1776
1793
- **TableName** (str) - 表名称
1777
1794
1778
1795
1779
- **UDBDatabaseData**
1780
- - **DBName** (str) - 数据库名称
1781
- - **TableDataSet** (list) - 见 **TableData** 模型定义
1782
-
1783
-
1784
1796
"""
1785
1797
# build request
1786
1798
d = {
0 commit comments