BareMetalMachineConfigurationData interface
BareMetalMachineConfigurationData represents configuration for the bare metal machine.
Properties
bmc |
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. |
bmc |
The credentials of the baseboard management controller on this bare metal machine. The password field is expected to be an Azure Key Vault key URL. Until the cluster is converted to utilize managed identity by setting the secret archive settings, the actual password value should be provided instead. |
bmc |
The MAC address of the BMC for this machine. |
boot |
The MAC address associated with the PXE NIC card. |
machine |
The free-form additional information about the machine, e.g. an asset tag. |
machine |
The user-provided name for the bare metal machine created from this specification. If not provided, the machine name will be generated programmatically. |
rack |
The slot the physical machine is in the rack based on the BOM configuration. |
serial |
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. The password field is expected to be an Azure Key Vault key URL. Until the cluster is converted to utilize managed identity by setting the secret archive settings, the actual password value should be provided instead.
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