Class FlowEndpoints

java.lang.Object
com.azure.resourcemanager.appservice.models.FlowEndpoints

public final class FlowEndpoints extends Object
The flow endpoints configuration.
  • Constructor Details

    • FlowEndpoints

      public FlowEndpoints()
  • Method Details

    • outgoingIpAddresses

      public List<IpAddress> outgoingIpAddresses()
      Get the outgoingIpAddresses property: The outgoing ip address.
      Returns:
      the outgoingIpAddresses value.
    • withOutgoingIpAddresses

      public FlowEndpoints withOutgoingIpAddresses(List<IpAddress> outgoingIpAddresses)
      Set the outgoingIpAddresses property: The outgoing ip address.
      Parameters:
      outgoingIpAddresses - the outgoingIpAddresses value to set.
      Returns:
      the FlowEndpoints object itself.
    • accessEndpointIpAddresses

      public List<IpAddress> accessEndpointIpAddresses()
      Get the accessEndpointIpAddresses property: The access endpoint ip address.
      Returns:
      the accessEndpointIpAddresses value.
    • withAccessEndpointIpAddresses

      public FlowEndpoints withAccessEndpointIpAddresses(List<IpAddress> accessEndpointIpAddresses)
      Set the accessEndpointIpAddresses property: The access endpoint ip address.
      Parameters:
      accessEndpointIpAddresses - the accessEndpointIpAddresses value to set.
      Returns:
      the FlowEndpoints object itself.
    • validate

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