Class NeutronMember

    • Constructor Detail

      • NeutronMember

        public NeutronMember()
    • Method Detail

      • getStatus

        public String getStatus()
        Specified by:
        getStatus in interface Member
        Returns:
        status The status of the member. Indicates whether the member is operational.
      • getAddress

        public String getAddress()
        Specified by:
        getAddress in interface Member
        Returns:
        address the IP address of a member
      • isAdminStateUp

        public boolean isAdminStateUp()
        Specified by:
        isAdminStateUp in interface Member
        Returns:
        The administrative state of the member, which is up (true) or down (false).
      • getTenantId

        public String getTenantId()
        Specified by:
        getTenantId in interface Member
        Returns:
        the id of a tenant. Owner of the member.
      • getId

        public String getId()
        Specified by:
        getId in interface Member
        Returns:
        the member identifier
      • getProtocolPort

        public Integer getProtocolPort()
        Specified by:
        getProtocolPort in interface Member
        Returns:
        The port on which the application is hosted.such as 80
      • getWeight

        public Integer getWeight()
        Specified by:
        getWeight in interface Member
        Returns:
        Weight of member.1~256
      • getPoolId

        public String getPoolId()
        Specified by:
        getPoolId in interface Member
        Returns:
        The Loadbalance pool identifier