Class DescribeL4RulesErrHealthResponse


  • public class DescribeL4RulesErrHealthResponse
    extends AbstractModel
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      KeyValue[] getErrHealths()
      Get 异常规则列表,返回值说明: Key值为规则ID,Value值为异常IP,多个IP用","分割
      KeyValueRecord[] getExtErrHealths()
      Get 异常规则列表(提供更多的错误相关信息),返回值说明: Key值为RuleId时,Value值为规则ID; Key值为Protocol时,Value值为规则的转发协议; Key值为VirtualPort时,Value值为规则的转发端口; Key值为ErrMessage时,Value值为健康检查异常信息; 健康检查异常信息的格式为"SourceIp:1.1.1.1|SourcePort:1234|AbnormalStatTime:1570689065|AbnormalReason:connection time out|Interval:20|CheckNum:6|FailNum:6" 多个源IP的错误信息用,分割, SourceIp表示源站IP,SourcePort表示源站端口,AbnormalStatTime表示异常时间,AbnormalReason表示异常原因,Interval表示检查周期,CheckNum表示检查次数,FailNum表示失败次数;
      String getRequestId()
      Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
      Long getTotal()
      Get 异常规则的总数
      void setErrHealths​(KeyValue[] ErrHealths)
      Set 异常规则列表,返回值说明: Key值为规则ID,Value值为异常IP,多个IP用","分割
      void setExtErrHealths​(KeyValueRecord[] ExtErrHealths)
      Set 异常规则列表(提供更多的错误相关信息),返回值说明: Key值为RuleId时,Value值为规则ID; Key值为Protocol时,Value值为规则的转发协议; Key值为VirtualPort时,Value值为规则的转发端口; Key值为ErrMessage时,Value值为健康检查异常信息; 健康检查异常信息的格式为"SourceIp:1.1.1.1|SourcePort:1234|AbnormalStatTime:1570689065|AbnormalReason:connection time out|Interval:20|CheckNum:6|FailNum:6" 多个源IP的错误信息用,分割, SourceIp表示源站IP,SourcePort表示源站端口,AbnormalStatTime表示异常时间,AbnormalReason表示异常原因,Interval表示检查周期,CheckNum表示检查次数,FailNum表示失败次数;
      void setRequestId​(String RequestId)
      Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
      void setTotal​(Long Total)
      Set 异常规则的总数
      void toMap​(HashMap<String,​String> map, String prefix)
      Internal implementation, normal users should not use it.
    • Constructor Detail

      • DescribeL4RulesErrHealthResponse

        public DescribeL4RulesErrHealthResponse()
      • DescribeL4RulesErrHealthResponse

        public DescribeL4RulesErrHealthResponse​(DescribeL4RulesErrHealthResponse source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getTotal

        public Long getTotal()
        Get 异常规则的总数
        Returns:
        Total 异常规则的总数
      • setTotal

        public void setTotal​(Long Total)
        Set 异常规则的总数
        Parameters:
        Total - 异常规则的总数
      • getErrHealths

        public KeyValue[] getErrHealths()
        Get 异常规则列表,返回值说明: Key值为规则ID,Value值为异常IP,多个IP用","分割
        Returns:
        ErrHealths 异常规则列表,返回值说明: Key值为规则ID,Value值为异常IP,多个IP用","分割
      • setErrHealths

        public void setErrHealths​(KeyValue[] ErrHealths)
        Set 异常规则列表,返回值说明: Key值为规则ID,Value值为异常IP,多个IP用","分割
        Parameters:
        ErrHealths - 异常规则列表,返回值说明: Key值为规则ID,Value值为异常IP,多个IP用","分割
      • getExtErrHealths

        public KeyValueRecord[] getExtErrHealths()
        Get 异常规则列表(提供更多的错误相关信息),返回值说明: Key值为RuleId时,Value值为规则ID; Key值为Protocol时,Value值为规则的转发协议; Key值为VirtualPort时,Value值为规则的转发端口; Key值为ErrMessage时,Value值为健康检查异常信息; 健康检查异常信息的格式为"SourceIp:1.1.1.1|SourcePort:1234|AbnormalStatTime:1570689065|AbnormalReason:connection time out|Interval:20|CheckNum:6|FailNum:6" 多个源IP的错误信息用,分割, SourceIp表示源站IP,SourcePort表示源站端口,AbnormalStatTime表示异常时间,AbnormalReason表示异常原因,Interval表示检查周期,CheckNum表示检查次数,FailNum表示失败次数;
        Returns:
        ExtErrHealths 异常规则列表(提供更多的错误相关信息),返回值说明: Key值为RuleId时,Value值为规则ID; Key值为Protocol时,Value值为规则的转发协议; Key值为VirtualPort时,Value值为规则的转发端口; Key值为ErrMessage时,Value值为健康检查异常信息; 健康检查异常信息的格式为"SourceIp:1.1.1.1|SourcePort:1234|AbnormalStatTime:1570689065|AbnormalReason:connection time out|Interval:20|CheckNum:6|FailNum:6" 多个源IP的错误信息用,分割, SourceIp表示源站IP,SourcePort表示源站端口,AbnormalStatTime表示异常时间,AbnormalReason表示异常原因,Interval表示检查周期,CheckNum表示检查次数,FailNum表示失败次数;
      • setExtErrHealths

        public void setExtErrHealths​(KeyValueRecord[] ExtErrHealths)
        Set 异常规则列表(提供更多的错误相关信息),返回值说明: Key值为RuleId时,Value值为规则ID; Key值为Protocol时,Value值为规则的转发协议; Key值为VirtualPort时,Value值为规则的转发端口; Key值为ErrMessage时,Value值为健康检查异常信息; 健康检查异常信息的格式为"SourceIp:1.1.1.1|SourcePort:1234|AbnormalStatTime:1570689065|AbnormalReason:connection time out|Interval:20|CheckNum:6|FailNum:6" 多个源IP的错误信息用,分割, SourceIp表示源站IP,SourcePort表示源站端口,AbnormalStatTime表示异常时间,AbnormalReason表示异常原因,Interval表示检查周期,CheckNum表示检查次数,FailNum表示失败次数;
        Parameters:
        ExtErrHealths - 异常规则列表(提供更多的错误相关信息),返回值说明: Key值为RuleId时,Value值为规则ID; Key值为Protocol时,Value值为规则的转发协议; Key值为VirtualPort时,Value值为规则的转发端口; Key值为ErrMessage时,Value值为健康检查异常信息; 健康检查异常信息的格式为"SourceIp:1.1.1.1|SourcePort:1234|AbnormalStatTime:1570689065|AbnormalReason:connection time out|Interval:20|CheckNum:6|FailNum:6" 多个源IP的错误信息用,分割, SourceIp表示源站IP,SourcePort表示源站端口,AbnormalStatTime表示异常时间,AbnormalReason表示异常原因,Interval表示检查周期,CheckNum表示检查次数,FailNum表示失败次数;
      • getRequestId

        public String getRequestId()
        Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
        Returns:
        RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
      • setRequestId

        public void setRequestId​(String RequestId)
        Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
        Parameters:
        RequestId - 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。