Interface LoadBalancerMetadata

    • Method Detail

      • getId

        String getId()
        A means to uniquely address this resource within a provider. For example, if the namespace of a node or image is region based, the id will likely include both the region and the provider-supplied id encoded to avoid collisions.
      • getAddresses

        Set<String> getAddresses()
        Returns:
        DNS Name of the load balancer; note we don't use InetAddress, as it is incompatible with google appengine.