HardwareProfileArgs

data class HardwareProfileArgs(val azureLargeInstanceSize: Output<Either<String, AzureLargeInstanceSizeNamesEnum>>? = null, val hardwareType: Output<Either<String, AzureLargeInstanceHardwareTypeNamesEnum>>? = null) : ConvertibleToJava<HardwareProfileArgs>

Specifies the hardware settings for the Azure Large Instance.

Constructors

Link copied to clipboard
constructor(azureLargeInstanceSize: Output<Either<String, AzureLargeInstanceSizeNamesEnum>>? = null, hardwareType: Output<Either<String, AzureLargeInstanceHardwareTypeNamesEnum>>? = null)

Properties

Link copied to clipboard

Specifies the Azure Large 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