HciClusterReportedProperties Class

Definition

Properties reported by cluster agent.

public class HciClusterReportedProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Hci.Models.HciClusterReportedProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Hci.Models.HciClusterReportedProperties>
public class HciClusterReportedProperties
type HciClusterReportedProperties = class
    interface IJsonModel<HciClusterReportedProperties>
    interface IPersistableModel<HciClusterReportedProperties>
type HciClusterReportedProperties = class
Public Class HciClusterReportedProperties
Implements IJsonModel(Of HciClusterReportedProperties), IPersistableModel(Of HciClusterReportedProperties)
Public Class HciClusterReportedProperties
Inheritance
HciClusterReportedProperties
Implements

Properties

ClusterId

Unique id generated by the on-prem cluster.

ClusterName

Name of the on-prem cluster connected to this resource.

ClusterType

The node type of all the nodes of the cluster.

ClusterVersion

Version of the cluster software.

DiagnosticLevel

Level of diagnostic data emitted by the cluster.

ImdsAttestation

IMDS attestation status of the cluster.

LastUpdatedOn

Last time the cluster reported the data.

Manufacturer

The manufacturer of all the nodes of the cluster.

Nodes

List of nodes reported by the cluster.

OemActivation

OEM activation status of the cluster.

SupportedCapabilities

Capabilities supported by the cluster.

Explicit Interface Implementations

IJsonModel<HciClusterReportedProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<HciClusterReportedProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HciClusterReportedProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HciClusterReportedProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<HciClusterReportedProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to