BareMetalMachineReplaceParameters interface
BareMetalMachineReplaceParameters represents the body of the request to physically swap a bare metal machine for another.
Properties
| 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 device. |
| boot |
The MAC address of a NIC connected to the PXE network. |
| machine |
The OS-level hostname assigned to this machine. |
| safeguard |
The safeguard mode to use for the replace action, where None indicates to bypass safeguards and All indicates to utilize all safeguards. |
| serial |
The serial number of the bare metal machine. |
| storage |
The indicator of whether to bypass clearing storage while replacing a bare metal machine. |
Property Details
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 device.
bmcMacAddress?: string
Property Value
string
bootMacAddress
The MAC address of a NIC connected to the PXE network.
bootMacAddress?: string
Property Value
string
machineName
The OS-level hostname assigned to this machine.
machineName?: string
Property Value
string
safeguardMode
The safeguard mode to use for the replace action, where None indicates to bypass safeguards and All indicates to utilize all safeguards.
safeguardMode?: string
Property Value
string
serialNumber
The serial number of the bare metal machine.
serialNumber?: string
Property Value
string
storagePolicy
The indicator of whether to bypass clearing storage while replacing a bare metal machine.
storagePolicy?: string
Property Value
string