Class HardwareProfile

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

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

    • HardwareProfile

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

    • hardwareType

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

      public HanaInstanceSizeNamesEnum hanaInstanceSize()
      Get the hanaInstanceSize property: Specifies the HANA instance SKU.
      Returns:
      the hanaInstanceSize value.
    • validate

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