Class NetworkConfiguration

java.lang.Object
com.azure.resourcemanager.workloads.models.NetworkConfiguration

public final class NetworkConfiguration extends Object
Defines the network configuration type for SAP system infrastructure that is being deployed.
  • Constructor Details

    • NetworkConfiguration

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

    • isSecondaryIpEnabled

      public Boolean isSecondaryIpEnabled()
      Get the isSecondaryIpEnabled property: Specifies whether a secondary IP address should be added to the network interface on all VMs of the SAP system being deployed.
      Returns:
      the isSecondaryIpEnabled value.
    • withIsSecondaryIpEnabled

      public NetworkConfiguration withIsSecondaryIpEnabled(Boolean isSecondaryIpEnabled)
      Set the isSecondaryIpEnabled property: Specifies whether a secondary IP address should be added to the network interface on all VMs of the SAP system being deployed.
      Parameters:
      isSecondaryIpEnabled - the isSecondaryIpEnabled value to set.
      Returns:
      the NetworkConfiguration object itself.
    • validate

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