BareMetalMachineConfigurationData interface

BareMetalMachineConfigurationData represents configuration for the bare metal machine.

Properties

bmcConnectionString

The connection string for the baseboard management controller including IP address and protocol. NOTE: This property will not be serialized. It can only be populated by the server.

bmcCredentials

The credentials of the baseboard management controller on this bare metal machine.

bmcMacAddress

The MAC address of the BMC for this machine.

bootMacAddress

The MAC address associated with the PXE NIC card.

machineDetails

The free-form additional information about the machine, e.g. an asset tag.

machineName

The user-provided name for the bare metal machine created from this specification. If not provided, the machine name will be generated programmatically.

rackSlot

The slot the physical machine is in the rack based on the BOM configuration.

serialNumber

The serial number of the machine. Hardware suppliers may use an alternate value. For example, service tag.

Property Details

bmcConnectionString

The connection string for the baseboard management controller including IP address and protocol. NOTE: This property will not be serialized. It can only be populated by the server.

bmcConnectionString?: string

Property Value

string

bmcCredentials

The credentials of the baseboard management controller on this bare metal machine.

bmcCredentials: AdministrativeCredentials

Property Value

bmcMacAddress

The MAC address of the BMC for this machine.

bmcMacAddress: string

Property Value

string

bootMacAddress

The MAC address associated with the PXE NIC card.

bootMacAddress: string

Property Value

string

machineDetails

The free-form additional information about the machine, e.g. an asset tag.

machineDetails?: string

Property Value

string

machineName

The user-provided name for the bare metal machine created from this specification. If not provided, the machine name will be generated programmatically.

machineName?: string

Property Value

string

rackSlot

The slot the physical machine is in the rack based on the BOM configuration.

rackSlot: number

Property Value

number

serialNumber

The serial number of the machine. Hardware suppliers may use an alternate value. For example, service tag.

serialNumber: string

Property Value

string