Class StorageProfile

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

public final class StorageProfile extends Object
Specifies the storage settings for the HANA instance disks.
  • Constructor Details

    • StorageProfile

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

    • nfsIpAddress

      public String nfsIpAddress()
      Get the nfsIpAddress property: IP Address to connect to storage.
      Returns:
      the nfsIpAddress value.
    • osDisks

      public List<Disk> osDisks()
      Get the osDisks property: Specifies information about the operating system disk used by the hana instance.
      Returns:
      the osDisks value.
    • withOsDisks

      public StorageProfile withOsDisks(List<Disk> osDisks)
      Set the osDisks property: Specifies information about the operating system disk used by the hana instance.
      Parameters:
      osDisks - the osDisks value to set.
      Returns:
      the StorageProfile object itself.
    • hanaSids

      public List<SapSystemId> hanaSids()
      Get the hanaSids property: Specifies information related to SAP system IDs for the hana instance.
      Returns:
      the hanaSids value.
    • withHanaSids

      public StorageProfile withHanaSids(List<SapSystemId> hanaSids)
      Set the hanaSids property: Specifies information related to SAP system IDs for the hana instance.
      Parameters:
      hanaSids - the hanaSids value to set.
      Returns:
      the StorageProfile object itself.
    • validate

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