GetShardingNetworkPublicAddressesAddress

data class GetShardingNetworkPublicAddressesAddress(val dbInstanceId: String, val expiredTime: String, val ipAddress: String, val networkAddress: String, val networkType: String, val nodeId: String, val nodeType: String, val port: String, val role: String, val vpcId: String, val vswitchId: String)

Constructors

Link copied to clipboard
constructor(dbInstanceId: String, expiredTime: String, ipAddress: String, networkAddress: String, networkType: String, nodeId: String, nodeType: String, port: String, role: String, vpcId: String, vswitchId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The db instance id.

Link copied to clipboard

The remaining duration of the classic network address. Unit: seconds.

Link copied to clipboard

The IP address of the instance.

Link copied to clipboard

The endpoint of the instance.

Link copied to clipboard

The network type.

Link copied to clipboard

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

Link copied to clipboard

The type of the node.

Link copied to clipboard

The port number.

Link copied to clipboard

The role of the node.

Link copied to clipboard

The ID of the VPC.

Link copied to clipboard

The vSwitch ID of the VPC.