Bare Metal Machine Configuration Data Response
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)
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.
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.