IClusterCapacity Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.ClusterCapacityTypeConverter))]
public interface IClusterCapacity : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.ClusterCapacityTypeConverter))>]
type IClusterCapacity = interface
interface IJsonSerializable
Public Interface IClusterCapacity
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
AvailableApplianceStorageGb |
The remaining appliance-based storage in GB available for workload use. Measured in gibibytes. |
AvailableCoreCount |
The remaining number of cores that are available in this cluster for workload use. |
AvailableHostStorageGb |
The remaining machine or host-based storage in GB available for workload use. Measured in gibibytes. |
AvailableMemoryGb |
The remaining memory in GB that are available in this cluster for workload use. Measured in gibibytes. |
TotalApplianceStorageGb |
The total appliance-based storage in GB supported by this cluster for workload use. Measured in gibibytes. |
TotalCoreCount |
The total number of cores that are supported by this cluster for workload use. |
TotalHostStorageGb |
The total machine or host-based storage in GB supported by this cluster for workload use. Measured in gibibytes. |
TotalMemoryGb |
The total memory supported by this cluster for workload use. Measured in gibibytes. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |