Class EndpointDependency

java.lang.Object
com.azure.resourcemanager.loadtestservice.models.EndpointDependency

public final class EndpointDependency extends Object
A domain name and connection details used to access a dependency.
  • Constructor Details

    • EndpointDependency

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

    • domainName

      public String domainName()
      Get the domainName property: The domain name of the dependency. Domain names may be fully qualified or may contain a * wildcard.
      Returns:
      the domainName value.
    • description

      public String description()
      Get the description property: Human-readable supplemental information about the dependency and when it is applicable.
      Returns:
      the description value.
    • endpointDetails

      public List<EndpointDetail> endpointDetails()
      Get the endpointDetails property: The list of connection details for this endpoint.
      Returns:
      the endpointDetails value.
    • validate

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