Share via


ArmNetworkCloudModelFactory.ClusterCapacity Method

Definition

Initializes a new instance of ClusterCapacity.

public static Azure.ResourceManager.NetworkCloud.Models.ClusterCapacity ClusterCapacity (long? availableApplianceStorageGB = default, long? availableCoreCount = default, long? availableHostStorageGB = default, long? availableMemoryGB = default, long? totalApplianceStorageGB = default, long? totalCoreCount = default, long? totalHostStorageGB = default, long? totalMemoryGB = default);
static member ClusterCapacity : Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> -> Azure.ResourceManager.NetworkCloud.Models.ClusterCapacity
Public Shared Function ClusterCapacity (Optional availableApplianceStorageGB As Nullable(Of Long) = Nothing, Optional availableCoreCount As Nullable(Of Long) = Nothing, Optional availableHostStorageGB As Nullable(Of Long) = Nothing, Optional availableMemoryGB As Nullable(Of Long) = Nothing, Optional totalApplianceStorageGB As Nullable(Of Long) = Nothing, Optional totalCoreCount As Nullable(Of Long) = Nothing, Optional totalHostStorageGB As Nullable(Of Long) = Nothing, Optional totalMemoryGB As Nullable(Of Long) = Nothing) As ClusterCapacity

Parameters

availableApplianceStorageGB
Nullable<Int64>

The remaining appliance-based storage in GB available for workload use.

availableCoreCount
Nullable<Int64>

The remaining number of cores that are available in this cluster for workload use.

availableHostStorageGB
Nullable<Int64>

The remaining machine or host-based storage in GB available for workload use.

availableMemoryGB
Nullable<Int64>

The remaining memory in GB that are available in this cluster for workload use.

totalApplianceStorageGB
Nullable<Int64>

The total appliance-based storage in GB supported by this cluster for workload use.

totalCoreCount
Nullable<Int64>

The total number of cores that are supported by this cluster for workload use.

totalHostStorageGB
Nullable<Int64>

The total machine or host-based storage in GB supported by this cluster for workload use.

totalMemoryGB
Nullable<Int64>

The total memory supported by this cluster for workload use.

Returns

A new ClusterCapacity instance for mocking.

Applies to