ShardingNetworkPrivateAddressNetworkAddress

data class ShardingNetworkPrivateAddressNetworkAddress(val expiredTime: String? = null, val ipAddress: String? = null, val networkAddress: String? = null, val networkType: String? = null, val nodeId: String? = null, val nodeType: String? = null, val port: String? = null, val role: String? = null, val vpcId: String? = null, val vswitchId: String? = null)

Constructors

constructor(expiredTime: String? = null, ipAddress: String? = null, networkAddress: String? = null, networkType: String? = null, nodeId: String? = null, nodeType: String? = null, port: String? = null, role: String? = null, vpcId: String? = null, vswitchId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val expiredTime: String? = null

The remaining duration of the classic network endpoint.

Link copied to clipboard
val ipAddress: String? = null

The IP address of the instance.

Link copied to clipboard
val networkAddress: String? = null

The connection string of the instance.

Link copied to clipboard
val networkType: String? = null

The network type of the instance.

Link copied to clipboard
val nodeId: String? = null

The ID of the Shard node or ConfigServer node.

Link copied to clipboard
val nodeType: String? = null

The type of the node.

Link copied to clipboard
val port: String? = null

The port that is used to connect to the instance.

Link copied to clipboard
val role: String? = null

The role of the node.

Link copied to clipboard
val vpcId: String? = null

The ID of the VPC.

Link copied to clipboard
val vswitchId: String? = null

The ID of the vSwitch in the VPC.