Partager via


ClusterProperties Class

Definition

ClusterProperties represents the properties of a cluster.

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

Constructors

ClusterProperties()

Creates an new ClusterProperties instance.

Properties

AggregatorOrSingleRackDefinitionAvailabilityZone

The zone name used for this rack when created. Availability zones are used for workload placement.

AggregatorOrSingleRackDefinitionBareMetalMachineConfigurationData

The unordered list of bare metal machine configuration.

AggregatorOrSingleRackDefinitionNetworkRackId

The resource ID of the network rack that matches this rack definition.

AggregatorOrSingleRackDefinitionRackLocation

The free-form description of the rack's location.

AggregatorOrSingleRackDefinitionRackSerialNumber

The unique identifier for the rack within Network Cloud cluster. An alternate unique alphanumeric value other than a serial number may be provided if desired.

AggregatorOrSingleRackDefinitionRackSkuId

The resource ID of the sku for the rack being added.

AggregatorOrSingleRackDefinitionStorageApplianceConfigurationData

The list of storage appliance configuration data for this rack.

AnalyticsWorkspaceId

The resource ID of the Log Analytics Workspace that will be used for storing relevant logs.

AvailableUpgradeVersion

The list of cluster runtime version upgrades available for this cluster.

ClusterCapacityAvailableApplianceStorageGb

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

ClusterCapacityAvailableCoreCount

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

ClusterCapacityAvailableHostStorageGb

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

ClusterCapacityAvailableMemoryGb

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

ClusterCapacityTotalApplianceStorageGb

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

ClusterCapacityTotalCoreCount

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

ClusterCapacityTotalHostStorageGb

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

ClusterCapacityTotalMemoryGb

The total memory supported by this cluster for workload use.

ClusterConnectionStatus

The latest heartbeat status between the cluster manager and the cluster.

ClusterExtendedLocationName

The resource ID of the extended location on which the resource will be created.

ClusterExtendedLocationType

The extended location type, for example, CustomLocation.

ClusterLocation

The customer-provided location information to identify where the cluster resides.

ClusterManagerConnectionStatus

The latest connectivity status between cluster manager and the cluster.

ClusterManagerId

The resource ID of the cluster manager that manages this cluster. This is set by the Cluster Manager when the cluster is created.

ClusterServicePrincipalApplicationId

The application ID, also known as client ID, of the service principal.

ClusterServicePrincipalId

The principal ID, also known as the object ID, of the service principal.

ClusterServicePrincipalPassword

The password of the service principal.

ClusterServicePrincipalTenantId

The tenant ID, also known as the directory ID, of the tenant in which the service principal is created.

ClusterType

The type of rack configuration for the cluster.

ClusterVersion

The current runtime version of the cluster.

ComputeDeploymentThresholdGrouping

Selection of how the type evaluation is applied to the cluster calculation.

ComputeDeploymentThresholdType

Selection of how the threshold should be evaluated.

ComputeDeploymentThresholdValue

The numeric threshold value.

ComputeRackDefinition

The list of rack definitions for the compute racks in a multi-rack cluster, or an empty list in a single-rack cluster.

DetailedStatus

The current detailed status of the cluster.

DetailedStatusMessage

The descriptive message about the detailed status.

HybridAkExtendedLocationName

The resource ID of the extended location on which the resource will be created.

HybridAkExtendedLocationType

The extended location type, for example, CustomLocation.

ManagedResourceGroupConfigurationLocation

The location of the managed resource group. If not specified, the location of the parent resource is chosen.

ManagedResourceGroupConfigurationName

The name for the managed resource group. If not specified, the unique name is automatically generated.

ManualActionCount

The count of Manual Action Taken (MAT) events that have not been validated.

NetworkFabricId

The resource ID of the Network Fabric associated with the cluster.

ProvisioningState

The provisioning state of the cluster.

SupportExpiryDate

The support end date of the runtime version of the cluster.

WorkloadResourceId

The list of workload resource IDs that are hosted within this cluster.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ClusterProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ClusterProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ClusterProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to