Class NetworkConfiguration

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

public final class NetworkConfiguration extends Object
Defines the network configuration for SAP infrastructure.
  • Constructor Details

    • NetworkConfiguration

      public NetworkConfiguration()
  • 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.
      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.
      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.