Cluster Cluster Node
data class ClusterClusterNode(val nodeRole: String? = null, val privateIpAddress: String? = null, val publicIpAddress: String? = null)
Constructors
Link copied to clipboard
fun ClusterClusterNode(nodeRole: String? = null, privateIpAddress: String? = null, publicIpAddress: String? = null)