GetDbInstancesInstance

data class GetDbInstancesInstance(val connectionString: String, val createTime: String, val currentMinorVersion: String, val dbInstanceCategory: String, val dbInstanceCpu: String, val dbInstanceDescription: String, val dbInstanceId: String, val dbInstanceIpArrays: List<GetDbInstancesInstanceDbInstanceIpArray>, val dbInstanceMemory: String, val dbInstanceNetworkType: String, val dbInstanceStorageType: String, val dbInstanceType: String, val dbNodeClass: String, val dbNodeCount: String, val dbNodeStorage: String, val dbVersion: String, val expireTime: String, val expired: String, val id: String, val latestMinorVersion: String, val lockMode: String, val lockReason: String, val maintainTime: String, val masterDbInstanceId: String, val paymentType: String, val port: Int, val publicConnectionString: String, val publicPort: Int, val readOnlyDbInstanceIds: List<String>, val status: String, val vpcId: String, val vswitchId: String, val zoneId: String)

Constructors

Link copied to clipboard
constructor(connectionString: String, createTime: String, currentMinorVersion: String, dbInstanceCategory: String, dbInstanceCpu: String, dbInstanceDescription: String, dbInstanceId: String, dbInstanceIpArrays: List<GetDbInstancesInstanceDbInstanceIpArray>, dbInstanceMemory: String, dbInstanceNetworkType: String, dbInstanceStorageType: String, dbInstanceType: String, dbNodeClass: String, dbNodeCount: String, dbNodeStorage: String, dbVersion: String, expireTime: String, expired: String, id: String, latestMinorVersion: String, lockMode: String, lockReason: String, maintainTime: String, masterDbInstanceId: String, paymentType: String, port: Int, publicConnectionString: String, publicPort: Int, readOnlyDbInstanceIds: List<String>, status: String, vpcId: String, vswitchId: String, zoneId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Virtual Private Cloud (vpc connection such as a VPN connection or leased line domain name).

Link copied to clipboard

Creation time, which follows the format of YYYY-MM-DD 'T'hh:mm:ssZ, such as 2011-05-30 T12:11:4Z.

Link copied to clipboard

The current kernel image version.

Link copied to clipboard

The category of the db instance.

Link copied to clipboard

For example, instances can be grouped according to Cpu core count.

Link copied to clipboard

According to the practical example or notes.

Link copied to clipboard

The ID of the instance.

Link copied to clipboard

IP ADDRESS whitelist for the instance group list.

Link copied to clipboard

Instance memory, which is measured in MB.

Link copied to clipboard

The network type of the db instance.

Link copied to clipboard

Disk storage type. Valid values: cloud_essd, cloud_ssd.

Link copied to clipboard

The type of the db instance.

Link copied to clipboard

The class of the db node.

Link copied to clipboard

The count of the db node.

Link copied to clipboard

Instance storage space, which is measured in GB.

Link copied to clipboard

Kernel Version. Value range: 1.0 or 1.0-OpenCypher. 1.0: represented as gremlin, 1.0-OpenCypher: said opencypher.

Link copied to clipboard

The expire status of the db instance.

Link copied to clipboard

The instance after it expires time for subscription instance.

Link copied to clipboard
val id: String

The ID of the Db Instance.

Link copied to clipboard

The latest kernel image version.

Link copied to clipboard

Instance lock state. Value range: Unlock, ManualLock, LockByExpiration, LockByRestoration and LockByDiskQuota. Unlock: normal. ManualLock: the manual trigger lock. LockByExpiration: that represents the instance expires automatically lock. LockByRestoration: indicates that the instance rollback before auto-lock. LockByDiskQuota: that represents the instance space full automatic lock.

Link copied to clipboard

An instance is locked the reason.

Link copied to clipboard

Instance maintenance time such as 00:00Z-02:00Z, 0 to 2 points to carry out routine maintenance.

Link copied to clipboard

The master instance ID of the db instance.

Link copied to clipboard

The paymen type of the resource.

Link copied to clipboard
val port: Int

Application Port.

Link copied to clipboard

The public connection string ID of the resource.

Link copied to clipboard

The public port ID of the resource.

Link copied to clipboard

The array of the readonly db instances.

Link copied to clipboard

Instance status. Value range: Creating, Running, Deleting, Rebooting, DBInstanceClassChanging, NetAddressCreating and NetAddressDeleting.

Link copied to clipboard

The vpc id of the db instance.

Link copied to clipboard

The vswitch id.

Link copied to clipboard

The zone ID of the resource.