Class NetworkProfile

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

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

    • NetworkProfile

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

    • networkInterfaces

      public List<IpAddress> networkInterfaces()
      Get the networkInterfaces property: Specifies the network interfaces for the HANA instance.
      Returns:
      the networkInterfaces value.
    • withNetworkInterfaces

      public NetworkProfile withNetworkInterfaces(List<IpAddress> networkInterfaces)
      Set the networkInterfaces property: Specifies the network interfaces for the HANA instance.
      Parameters:
      networkInterfaces - the networkInterfaces value to set.
      Returns:
      the NetworkProfile object itself.
    • circuitId

      public String circuitId()
      Get the circuitId property: Specifies the circuit id for connecting to express route.
      Returns:
      the circuitId value.
    • validate

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