Class NginxNetworkProfile

java.lang.Object
com.azure.resourcemanager.nginx.models.NginxNetworkProfile

public final class NginxNetworkProfile extends Object
The NginxNetworkProfile model.
  • Constructor Details

    • NginxNetworkProfile

      public NginxNetworkProfile()
  • Method Details

    • frontEndIpConfiguration

      public NginxFrontendIpConfiguration frontEndIpConfiguration()
      Get the frontEndIpConfiguration property: The frontEndIPConfiguration property.
      Returns:
      the frontEndIpConfiguration value.
    • withFrontEndIpConfiguration

      public NginxNetworkProfile withFrontEndIpConfiguration(NginxFrontendIpConfiguration frontEndIpConfiguration)
      Set the frontEndIpConfiguration property: The frontEndIPConfiguration property.
      Parameters:
      frontEndIpConfiguration - the frontEndIpConfiguration value to set.
      Returns:
      the NginxNetworkProfile object itself.
    • networkInterfaceConfiguration

      public NginxNetworkInterfaceConfiguration networkInterfaceConfiguration()
      Get the networkInterfaceConfiguration property: The networkInterfaceConfiguration property.
      Returns:
      the networkInterfaceConfiguration value.
    • withNetworkInterfaceConfiguration

      public NginxNetworkProfile withNetworkInterfaceConfiguration(NginxNetworkInterfaceConfiguration networkInterfaceConfiguration)
      Set the networkInterfaceConfiguration property: The networkInterfaceConfiguration property.
      Parameters:
      networkInterfaceConfiguration - the networkInterfaceConfiguration value to set.
      Returns:
      the NginxNetworkProfile object itself.
    • validate

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