GetDBClustersCluster

data class GetDBClustersCluster(val autoRenewPeriod: Int, val availableKernelVersions: List<GetDBClustersClusterAvailableKernelVersion>, val chargeType: String, val commodityCode: String, val computeResource: String, val connectionString: String, val createTime: String, val dbClusterCategory: String, val dbClusterId: String, val dbClusterNetworkType: String, val dbClusterType: String, val dbClusterVersion: String, val dbNodeClass: String, val dbNodeCount: Int, val dbNodeStorage: Int, val description: String, val diskType: String, val dtsJobId: String, val elasticIoResource: Int, val engine: String, val engineVersion: String, val executorCount: String, val expireTime: String, val expired: String, val id: String, val kernelVersion: String, val lockMode: String, val lockReason: String, val maintainTime: String, val mode: String, val networkType: String, val paymentType: String, val port: Int, val rdsInstanceId: String, val regionId: String, val renewalStatus: String, val resourceGroupId: String, val securityIps: List<String>, val status: String, val storageResource: String, val tags: Map<String, String>, val vpcCloudInstanceId: String, val vpcId: String, val vswitchId: String, val zoneId: String)

Constructors

Link copied to clipboard
constructor(autoRenewPeriod: Int, availableKernelVersions: List<GetDBClustersClusterAvailableKernelVersion>, chargeType: String, commodityCode: String, computeResource: String, connectionString: String, createTime: String, dbClusterCategory: String, dbClusterId: String, dbClusterNetworkType: String, dbClusterType: String, dbClusterVersion: String, dbNodeClass: String, dbNodeCount: Int, dbNodeStorage: Int, description: String, diskType: String, dtsJobId: String, elasticIoResource: Int, engine: String, engineVersion: String, executorCount: String, expireTime: String, expired: String, id: String, kernelVersion: String, lockMode: String, lockReason: String, maintainTime: String, mode: String, networkType: String, paymentType: String, port: Int, rdsInstanceId: String, regionId: String, renewalStatus: String, resourceGroupId: String, securityIps: List<String>, status: String, storageResource: String, tags: Map<String, String>, vpcCloudInstanceId: String, vpcId: String, vswitchId: String, zoneId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Auto-renewal period of an cluster, in the unit of the month.

Link copied to clipboard

The minor versions to which you can update the current minor version of the cluster.

Link copied to clipboard

The payment type of the resource.

Link copied to clipboard

The name of the service.

Link copied to clipboard

The specifications of computing resources in elastic mode. The increase of resources can speed up queries. AnalyticDB for MySQL automatically scales computing resources.

Link copied to clipboard

The endpoint of the cluster.

Link copied to clipboard

The CreateTime of the ADB cluster.

Link copied to clipboard

The db cluster category.

Link copied to clipboard

The db cluster id.

Link copied to clipboard

The db cluster network type.

Link copied to clipboard

The db cluster type.

Link copied to clipboard

The db cluster version.

Link copied to clipboard

The db node class.

Link copied to clipboard

The db node count.

Link copied to clipboard

The db node storage.

Link copied to clipboard

The description of DBCluster.

Link copied to clipboard

The type of the disk.

Link copied to clipboard

The ID of the data synchronization task in Data Transmission Service (DTS). This parameter is valid only for analytic instances.

Link copied to clipboard

The elastic io resource.

Link copied to clipboard

The engine of the database.

Link copied to clipboard

The engine version of the database.

Link copied to clipboard

The number of nodes. The node resources are used for data computing in elastic mode.

Link copied to clipboard

Indicates whether the cluster has expired.

Link copied to clipboard

The time when the cluster expires.

Link copied to clipboard
val id: String

The ID of the DBCluster.

Link copied to clipboard

The minor version. Example: 3.1.9.

Link copied to clipboard

The lock mode of the cluster.

Link copied to clipboard

The reason why the cluster is locked.

Link copied to clipboard

The maintenance window of the cluster.

Link copied to clipboard

The lock mode of the cluster.

Link copied to clipboard

The db cluster network type.

Link copied to clipboard

The payment type of the resource.

Link copied to clipboard
val port: Int

The port that is used to access the cluster.

Link copied to clipboard

The ID of the ApsaraDB RDS instance from which data is synchronized to the cluster. This parameter is valid only for analytic instances.

Link copied to clipboard

The region ID of the resource.

Link copied to clipboard

The status of renewal.

Link copied to clipboard

The ID of the resource group.

Link copied to clipboard

List of IP addresses allowed to access all databases of an cluster.

Link copied to clipboard

The status of the resource.

Link copied to clipboard

The specifications of storage resources in elastic mode. The resources are used for data read and write operations. The increase of resources can improve the read and write performance of your cluster.

Link copied to clipboard

A map of tags assigned to the cluster.

Link copied to clipboard

The vpc cloud instance id.

Link copied to clipboard

The vpc id.

Link copied to clipboard

The vswitch id.

Link copied to clipboard

The zone ID of the resource.