Class Member

    • Method Detail

      • getTenantId

        @Nullable
        public String getTenantId()
        Returns:
        the tenant id of the Member.
      • getPoolId

        @Nullable
        public String getPoolId()
        Returns:
        the pool id for this Member.
      • getAddress

        @Nullable
        public String getAddress()
        Returns:
        the address for this Member.
      • getProtocolPort

        @Nullable
        public Integer getProtocolPort()
        Returns:
        the protocol port for this Member.
      • getWeight

        @Nullable
        public Integer getWeight()
        Returns:
        the weight for this Member.
      • getAdminStateUp

        @Nullable
        public Boolean getAdminStateUp()
        Returns:
        the administrative state for this Member.
      • getStatusDescription

        @Nullable
        public String getStatusDescription()
        Returns:
        the status description for this Member.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • updateBuilder

        public static Member.UpdateBuilder updateBuilder()
        Returns:
        the Builder for updating a Member.