java.lang.Object
com.azure.resourcemanager.baremetalinfrastructure.models.HardwareProfile

public final class HardwareProfile extends Object
Specifies the hardware settings for the AzureBareMetal instance.
  • Constructor Details

    • HardwareProfile

      public HardwareProfile()
      Creates an instance of HardwareProfile class.
  • Method Details

    • hardwareType

      public AzureBareMetalHardwareTypeNamesEnum hardwareType()
      Get the hardwareType property: Name of the hardware type (vendor and/or their product name).
      Returns:
      the hardwareType value.
    • azureBareMetalInstanceSize

      public AzureBareMetalInstanceSizeNamesEnum azureBareMetalInstanceSize()
      Get the azureBareMetalInstanceSize property: Specifies the AzureBareMetal instance SKU.
      Returns:
      the azureBareMetalInstanceSize value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.