Interface MemberV2

    • Method Detail

      • getId

        String getId()
        Returns:
        the member identifier
      • getProjectId

        String getProjectId()
        Returns:
        the ID of the project/tenant that owns the resource
      • getAddress

        String getAddress()
        Returns:
        address the IP address of a member
      • getProtocolPort

        Integer getProtocolPort()
        Returns:
        The port on which the application is hosted.such as 80
      • getWeight

        Integer getWeight()
        Returns:
        Weight of member.1~256
      • getSubnetId

        String getSubnetId()
        Returns:
        The subnet in which to access the member
      • isAdminStateUp

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