HardwareProfileArgs

data class HardwareProfileArgs(val azureBareMetalInstanceSize: Output<Either<String, AzureBareMetalInstanceSizeNamesEnum>>? = null, val hardwareType: Output<Either<String, AzureBareMetalHardwareTypeNamesEnum>>? = null) : ConvertibleToJava<HardwareProfileArgs>

Specifies the hardware settings for the Azure Bare Metal Instance.

Constructors

Link copied to clipboard
constructor(azureBareMetalInstanceSize: Output<Either<String, AzureBareMetalInstanceSizeNamesEnum>>? = null, hardwareType: Output<Either<String, AzureBareMetalHardwareTypeNamesEnum>>? = null)

Properties

Link copied to clipboard

Specifies the Azure Bare Metal Instance SKU.

Link copied to clipboard

Name of the hardware type (vendor and/or their product name)

Functions

Link copied to clipboard
open override fun toJava(): HardwareProfileArgs