Class BareMetalMachineConfigurationDataResponse
- java.lang.Object
-
- com.pulumi.azurenative.networkcloud.outputs.BareMetalMachineConfigurationDataResponse
-
public final class BareMetalMachineConfigurationDataResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BareMetalMachineConfigurationDataResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
bmcConnectionString()
AdministrativeCredentialsResponse
bmcCredentials()
java.lang.String
bmcMacAddress()
java.lang.String
bootMacAddress()
static BareMetalMachineConfigurationDataResponse.Builder
builder()
static BareMetalMachineConfigurationDataResponse.Builder
builder(BareMetalMachineConfigurationDataResponse defaults)
java.util.Optional<java.lang.String>
machineDetails()
java.util.Optional<java.lang.String>
machineName()
java.lang.Double
rackSlot()
java.lang.String
serialNumber()
-
-
-
Method Detail
-
bmcConnectionString
public java.lang.String bmcConnectionString()
- Returns:
- The connection string for the baseboard management controller including IP address and protocol.
-
bmcCredentials
public AdministrativeCredentialsResponse bmcCredentials()
- Returns:
- The credentials of the baseboard management controller on this bare metal machine.
-
bmcMacAddress
public java.lang.String bmcMacAddress()
- Returns:
- The MAC address of the BMC for this machine.
-
bootMacAddress
public java.lang.String bootMacAddress()
- Returns:
- The MAC address associated with the PXE NIC card.
-
machineDetails
public java.util.Optional<java.lang.String> machineDetails()
- Returns:
- The free-form additional information about the machine, e.g. an asset tag.
-
machineName
public java.util.Optional<java.lang.String> machineName()
- Returns:
- The user-provided name for the bare metal machine created from this specification. If not provided, the machine name will be generated programmatically.
-
rackSlot
public java.lang.Double rackSlot()
- Returns:
- The slot the physical machine is in the rack based on the BOM configuration.
-
serialNumber
public java.lang.String serialNumber()
- Returns:
- The serial number of the machine. Hardware suppliers may use an alternate value. For example, service tag.
-
builder
public static BareMetalMachineConfigurationDataResponse.Builder builder()
-
builder
public static BareMetalMachineConfigurationDataResponse.Builder builder(BareMetalMachineConfigurationDataResponse defaults)
-
-