IBareMetalMachineConfigurationData Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.BareMetalMachineConfigurationDataTypeConverter))]
public interface IBareMetalMachineConfigurationData : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.BareMetalMachineConfigurationDataTypeConverter))>]
type IBareMetalMachineConfigurationData = interface
interface IJsonSerializable
Public Interface IBareMetalMachineConfigurationData
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
BmcConnectionString |
The connection string for the baseboard management controller including IP address and protocol. |
BmcCredentialsPassword |
The password of the administrator of the device used during initialization. |
BmcCredentialsUsername |
The username of the administrator of the device used during initialization. |
BmcMacAddress |
The MAC address of the BMC for this machine. |
BootMacAddress |
The MAC address associated with the PXE NIC card. |
MachineDetail |
The free-form additional information about the machine, e.g. an asset tag. |
MachineName |
The user-provided name for the bare metal machine created from this specification. If not provided, the machine name will be generated programmatically. |
RackSlot |
The slot the physical machine is in the rack based on the BOM configuration. |
SerialNumber |
The serial number of the machine. Hardware suppliers may use an alternate value. For example, service tag. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |