Class DescribeSecLogJoinObjectListRequest


  • public class DescribeSecLogJoinObjectListRequest
    extends AbstractModel
    • Constructor Detail

      • DescribeSecLogJoinObjectListRequest

        public DescribeSecLogJoinObjectListRequest()
      • DescribeSecLogJoinObjectListRequest

        public DescribeSecLogJoinObjectListRequest​(DescribeSecLogJoinObjectListRequest 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

      • getLogType

        public String getLogType()
        Get 日志类型 bash: "container_bash", 启动: "container_launch", "k8s": "k8s_api"
        Returns:
        LogType 日志类型 bash: "container_bash", 启动: "container_launch", "k8s": "k8s_api"
      • setLogType

        public void setLogType​(String LogType)
        Set 日志类型 bash: "container_bash", 启动: "container_launch", "k8s": "k8s_api"
        Parameters:
        LogType - 日志类型 bash: "container_bash", 启动: "container_launch", "k8s": "k8s_api"
      • getLimit

        public Long getLimit()
        Get 需要返回的数量,默认为10,最大值为100
        Returns:
        Limit 需要返回的数量,默认为10,最大值为100
      • setLimit

        public void setLimit​(Long Limit)
        Set 需要返回的数量,默认为10,最大值为100
        Parameters:
        Limit - 需要返回的数量,默认为10,最大值为100
      • getOffset

        public Long getOffset()
        Get 偏移量,默认为0。
        Returns:
        Offset 偏移量,默认为0。
      • setOffset

        public void setOffset​(Long Offset)
        Set 偏移量,默认为0。
        Parameters:
        Offset - 偏移量,默认为0。
      • getFilters

        public RunTimeFilters[] getFilters()
        Get 过滤条件。
      • Status- String - 是否必填:否 - 主机状态
      • HostIP- String - 是否必填:否 - 主机内网IP
      • PublicIP- String - 是否必填:否 - 主机外网IP
      • HostName- String - 是否必填:否 - 主机名称
Returns:
Filters 过滤条件。
  • Status- String - 是否必填:否 - 主机状态
  • HostIP- String - 是否必填:否 - 主机内网IP
  • PublicIP- String - 是否必填:否 - 主机外网IP
  • HostName- String - 是否必填:否 - 主机名称
  • Parameters:
    Filters - 过滤条件。
  • Status- String - 是否必填:否 - 主机状态
  • HostIP- String - 是否必填:否 - 主机内网IP
  • PublicIP- String - 是否必填:否 - 主机外网IP
  • HostName- String - 是否必填:否 - 主机名称