GetConnectionsConnection

data class GetConnectionsConnection(val connectionString: String, val dbInstanceNetType: String, val expiredTime: String, val id: String, val instanceId: String, val ipAddress: String, val port: String, val upgradeable: String, val vpcId: String, val vpcInstanceId: String, val vswitchId: String)

Constructors

Link copied to clipboard
constructor(connectionString: String, dbInstanceNetType: String, expiredTime: String, id: String, instanceId: String, ipAddress: String, port: String, upgradeable: String, vpcId: String, vpcInstanceId: String, vswitchId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The connection string of the instance.

Link copied to clipboard

The network type of the instance.

Link copied to clipboard

The expiration time of the classic network address.

Link copied to clipboard
val id: String
Link copied to clipboard
Link copied to clipboard

The IP address of the instance.

Link copied to clipboard

The port number of the instance.

Link copied to clipboard

The remaining validity period of the endpoint of the classic network.

Link copied to clipboard

The ID of the VPC where the instance is deployed.

Link copied to clipboard

The ID of the instance. It is returned only when the value of the DBInstanceNetType parameter is 2 (indicating VPC).

Link copied to clipboard

The ID of the vSwitch.