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.Api20230701.ClusterCapacityTypeConverter))]
public interface IClusterCapacity : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.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. |
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. |
AvailableMemoryGb |
The remaining memory in GB that are available in this cluster for workload use. |
TotalApplianceStorageGb |
The total appliance-based storage in GB supported by this cluster for workload use. |
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. |
TotalMemoryGb |
The total memory supported by this cluster for workload use. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |