BareMetalMachineConfigurationDataResponse

data class BareMetalMachineConfigurationDataResponse(val bmcConnectionString: String, val bmcCredentials: AdministrativeCredentialsResponse, val bmcMacAddress: String, val bootMacAddress: String, val machineDetails: String? = null, val machineName: String? = null, val rackSlot: Double, val serialNumber: String)

Constructors

constructor(bmcConnectionString: String, bmcCredentials: AdministrativeCredentialsResponse, bmcMacAddress: String, bootMacAddress: String, machineDetails: String? = null, machineName: String? = null, rackSlot: Double, serialNumber: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

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
val machineDetails: String? = null

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

Link copied to clipboard
val machineName: String? = null

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 slot the physical machine is in the rack based on the BOM configuration.

Link copied to clipboard

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