Private Cloud Management Cluster Node Type Config
data class PrivateCloudManagementClusterNodeTypeConfig(val customCoreCount: Int? = null, val nodeCount: Int, val nodeTypeId: String)
Constructors
Link copied to clipboard
fun PrivateCloudManagementClusterNodeTypeConfig(customCoreCount: Int? = null, nodeCount: Int, nodeTypeId: String)