Freigeben über


BareMetalMachineProperties Class

Definition

BareMetalMachineProperties represents the properties of a bare metal machine.

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

Constructors

BareMetalMachineProperties()

Creates an new BareMetalMachineProperties instance.

Properties

AssociatedResourceId

The list of resource IDs for the other Microsoft.NetworkCloud resources that have attached this network.

BmcConnectionString

The connection string for the baseboard management controller including IP address and protocol.

BmcCredentialsPassword

The password of the administrator of the device used during initialization.

BmcCredentialsUsername

The username of the administrator of the device used during initialization.

BmcMacAddress

The MAC address of the BMC device.

BootMacAddress

The MAC address of a NIC connected to the PXE network.

ClusterId

The resource ID of the cluster this bare metal machine is associated with.

CordonStatus

The cordon status of the bare metal machine.

DetailedStatus

The more detailed status of the bare metal machine.

DetailedStatusMessage

The descriptive message about the current detailed status.

HardwareInventoryAdditionalHostInformation

Freeform data extracted from the environment about this machine. This information varies depending on the specific hardware and configuration.

HardwareInventoryInterface

The list of network interfaces and associated details for the bare metal machine.

HardwareInventoryNic

Field Deprecated. Will be removed in an upcoming version. The list of network interface cards and associated details for the bare metal machine.

HardwareValidationStatusLastValidationTime

The timestamp of the hardware validation execution.

HardwareValidationStatusResult

The outcome of the hardware validation.

HybridAksClustersAssociatedId

Field Deprecated. These fields will be empty/omitted. The list of the resource IDs for the HybridAksClusters that have nodes hosted on this bare metal machine.

KubernetesNodeName

The name of this machine represented by the host object in the Cluster's Kubernetes control plane.

KubernetesVersion

The version of Kubernetes running on this machine.

MachineDetail

The custom details provided by the customer.

MachineName

The OS-level hostname assigned to this machine.

MachineSkuId

The unique internal identifier of the bare metal machine SKU.

OamIpv4Address

The IPv4 address that is assigned to the bare metal machine during the cluster deployment.

OamIpv6Address

The IPv6 address that is assigned to the bare metal machine during the cluster deployment.

OSImage

The image that is currently provisioned to the OS disk.

PowerState

The power state derived from the baseboard management controller.

ProvisioningState

The provisioning state of the bare metal machine.

RackId

The resource ID of the rack where this bare metal machine resides.

RackSlot

The rack slot in which this bare metal machine is located, ordered from the bottom up i.e. the lowest slot is 1.

ReadyState

The indicator of whether the bare metal machine is ready to receive workloads.

SerialNumber

The serial number of the bare metal machine.

ServiceTag

The discovered value of the machine's service tag.

VirtualMachinesAssociatedId

Field Deprecated. These fields will be empty/omitted. The list of the resource IDs for the VirtualMachines that are hosted on this bare metal machine.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of BareMetalMachineProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of BareMetalMachineProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of BareMetalMachineProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to