Bare Metal Machine Configuration Data Args
data class BareMetalMachineConfigurationDataArgs(val bmcCredentials: Output<AdministrativeCredentialsArgs>, val bmcMacAddress: Output<String>, val bootMacAddress: Output<String>, val machineDetails: Output<String>? = null, val machineName: Output<String>? = null, val rackSlot: Output<Double>, val serialNumber: Output<String>) : ConvertibleToJava<BareMetalMachineConfigurationDataArgs>
Properties
Link copied to clipboard
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.
Link copied to clipboard
The MAC address of the BMC for this machine.
Link copied to clipboard
The MAC address associated with the PXE NIC card.
Link copied to clipboard
The free-form additional information about the machine, e.g. an asset tag.
Link copied to clipboard
The user-provided name for the bare metal machine created from this specification. If not provided, the machine name will be generated programmatically.
Link copied to clipboard
The serial number of the machine. Hardware suppliers may use an alternate value. For example, service tag.