Cluster Node Response
data class ClusterNodeResponse(val coreCount: Double, val ehcResourceId: String, val id: Double, val lastLicensingTimestamp: String, val manufacturer: String, val memoryInGiB: Double, val model: String, val name: String, val nodeType: String, val osDisplayVersion: String, val osName: String, val osVersion: String, val serialNumber: String, val windowsServerSubscription: String)
Cluster node details.
Constructors
Link copied to clipboard
fun ClusterNodeResponse(coreCount: Double, ehcResourceId: String, id: Double, lastLicensingTimestamp: String, manufacturer: String, memoryInGiB: Double, model: String, name: String, nodeType: String, osDisplayVersion: String, osName: String, osVersion: String, serialNumber: String, windowsServerSubscription: String)