Class EdsServiceEndpoint

    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String applicationId
      The assigned name of the application hosted that will be using the service endpoint.
      java.lang.String applicationServerProviderId
      The ID of the Cloud Service Provider (CSP) hosting the application.
      java.lang.String ern
      An Edge Resource Name.
      java.lang.String serviceDescription
      Details about the service parameters supported by the service endpoint (i.e.
      EdsServiceEndpointDetail serviceEndpoint
      Service Endpoint Details
    • Constructor Summary

      Constructors 
      Constructor Description
      EdsServiceEndpoint​(java.lang.String ern, EdsServiceEndpointDetail endpointDetails, java.lang.String appServerProviderId, java.lang.String appId, java.lang.String svcDesc)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()
      For debugging / development.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • ern

        public final java.lang.String ern
        An Edge Resource Name.

        This is the identifier for an Edge Resource to use as a connection.

      • applicationServerProviderId

        public final java.lang.String applicationServerProviderId
        The ID of the Cloud Service Provider (CSP) hosting the application.

        Currently the only accepted value is "AWS".

      • applicationId

        public final java.lang.String applicationId
        The assigned name of the application hosted that will be using the service endpoint.
      • serviceDescription

        public final java.lang.String serviceDescription
        Details about the service parameters supported by the service endpoint (i.e. latency).
    • Constructor Detail

      • EdsServiceEndpoint

        public EdsServiceEndpoint​(java.lang.String ern,
                                  EdsServiceEndpointDetail endpointDetails,
                                  java.lang.String appServerProviderId,
                                  java.lang.String appId,
                                  java.lang.String svcDesc)
    • Method Detail

      • toString

        @NonNull
        public java.lang.String toString()
        For debugging / development.
        Overrides:
        toString in class java.lang.Object