Freigeben über


ClusterCapacity Class

Definition

ClusterCapacity represents various details regarding compute capacity.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.ClusterCapacityTypeConverter))]
public class ClusterCapacity : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IClusterCapacity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.ClusterCapacityTypeConverter))>]
type ClusterCapacity = class
    interface IClusterCapacity
    interface IJsonSerializable
Public Class ClusterCapacity
Implements IClusterCapacity
Inheritance
ClusterCapacity
Attributes
Implements

Constructors

ClusterCapacity()

Creates an new ClusterCapacity instance.

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ClusterCapacity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ClusterCapacity.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IClusterCapacity.

FromJsonString(String)

Creates a new instance of ClusterCapacity, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ClusterCapacity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to