Cluster Capacity Response
data class ClusterCapacityResponse(val availableApplianceStorageGB: Double? = null, val availableCoreCount: Double? = null, val availableHostStorageGB: Double? = null, val availableMemoryGB: Double? = null, val totalApplianceStorageGB: Double? = null, val totalCoreCount: Double? = null, val totalHostStorageGB: Double? = null, val totalMemoryGB: Double? = null)
Constructors
Link copied to clipboard
constructor(availableApplianceStorageGB: Double? = null, availableCoreCount: Double? = null, availableHostStorageGB: Double? = null, availableMemoryGB: Double? = null, totalApplianceStorageGB: Double? = null, totalCoreCount: Double? = null, totalHostStorageGB: Double? = null, totalMemoryGB: Double? = null)
Properties
Link copied to clipboard
The remaining appliance-based storage in GB available for workload use.
Link copied to clipboard
The remaining number of cores that are available in this cluster for workload use.
Link copied to clipboard
The remaining machine or host-based storage in GB available for workload use.
Link copied to clipboard
The remaining memory in GB that are available in this cluster for workload use.
Link copied to clipboard
The total appliance-based storage in GB supported by this cluster for workload use.
Link copied to clipboard
The total number of cores that are supported by this cluster for workload use.
Link copied to clipboard
The total machine or host-based storage in GB supported by this cluster for workload use.
Link copied to clipboard
The total memory supported by this cluster for workload use.