PublicNetworkAddressReplicaSet

data class PublicNetworkAddressReplicaSet(val connectionDomain: String? = null, val connectionPort: String? = null, val connectionType: String? = null, val networkType: String? = null, val replicaSetRole: String? = null, val roleId: String? = null)

Constructors

Link copied to clipboard
constructor(connectionDomain: String? = null, connectionPort: String? = null, connectionType: String? = null, networkType: String? = null, replicaSetRole: String? = null, roleId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The connection address of the node.

Link copied to clipboard
val connectionPort: String? = null

The connection port of the node.

Link copied to clipboard
val connectionType: String? = null

The connection type.

Link copied to clipboard
val networkType: String? = null

The network type, should be always "Public".

Link copied to clipboard
val replicaSetRole: String? = null

The role of the node.

Link copied to clipboard
val roleId: String? = null

The id of the role.