DbInstanceInstanceNetInfo

data class DbInstanceInstanceNetInfo(val connectionString: String? = null, val dbIp: String? = null, val netType: String? = null, val portLists: List<DbInstanceInstanceNetInfoPortList>? = null, val vpcInstanceId: String? = null, val vswitchId: String? = null)

Constructors

Link copied to clipboard
constructor(connectionString: String? = null, dbIp: String? = null, netType: String? = null, portLists: List<DbInstanceInstanceNetInfoPortList>? = null, vpcInstanceId: String? = null, vswitchId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The connection string of the instance.

Link copied to clipboard
val dbIp: String? = null

The IP address of the instance.

Link copied to clipboard
val netType: String? = null

The network type of the instance.

Link copied to clipboard

A list for port provides SelectDB service.

Link copied to clipboard
val vpcInstanceId: String? = null

The VPC ID.

Link copied to clipboard
val vswitchId: String? = null

The ID of vswitch for DBInstance.