Interface ListenerV2

    • Method Detail

      • getId

        String getId()
        Returns:
        id. The unique ID for the listener.
      • getTenantId

        String getTenantId()
        Returns:
        tenantId. Owner of the listener. Only an administrative user can specify a tenant ID other than its own.
      • getName

        String getName()
        Returns:
        listener name. Does not have to be unique.
      • getDescription

        String getDescription()
        Returns:
        Description for the listener.
      • getProtocol

        ListenerProtocol getProtocol()
        Returns:
        The protocol of the listener, which is TCP, HTTP, or HTTPS.
      • getProtocolPort

        Integer getProtocolPort()
        Returns:
        The protocol of the listener.
      • getConnectionLimit

        Integer getConnectionLimit()
        Returns:
        The connection limit of the listener. -1 indicates an infinite limit.
      • getDefaultPoolId

        String getDefaultPoolId()
        Returns:
        The default pool id of the listener.
      • getDefaultTlsContainerRef

        String getDefaultTlsContainerRef()
        Returns:
        the default tls container ref
      • getSniContainerRefs

        List<String> getSniContainerRefs()
        Returns:
        the sni container refs
      • isAdminStateUp

        boolean isAdminStateUp()
        Returns:
        The administrative state of the listener, which is up (true) or down (false).
      • getLoadBalancers

        List<ListItem> getLoadBalancers()
        Returns:
        The loadbalancers of the listener.