ShardingNetworkPublicAddressNetworkAddress

data class ShardingNetworkPublicAddressNetworkAddress(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 address. Unit: seconds.

Link copied to clipboard
val ipAddress: String? = null

The IP address of the instance.

Link copied to clipboard
val networkAddress: String? = null

The endpoint of the instance.

Link copied to clipboard
val networkType: String? = null

The network type.

Link copied to clipboard
val nodeId: String? = null

The ID of the mongos, shard, or Configserver node in the sharded cluster instance.

Link copied to clipboard
val nodeType: String? = null

The type of the node.

Link copied to clipboard
val port: String? = null

The port number.

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 vSwitch ID of the VPC.