Class DescribeStackEventsRequest

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      String[] getEventIds()
      Get 按照⼀个或者多个事件ID查询
      Filter[] getFilters()
      Get **VersionId** 按照【**版本ID**】过滤,VersionId形如 `ver-kg8hn58h` 类型:string **StackId** 按照【**资源栈ID**】过滤,StackId形如 `stk-hz5vn3te` 类型:string **Type** 按照【**事件类型**】过滤,Type 形如 plan, apply, destroy 类型:string **Status** 按照【**事件状态**】过滤,Status形如 queueing, running, success, failed 类型:string
      Long getLimit()
      Get 返回数量,默认为20,最大值为100。关于Limit的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节
      Long getOffset()
      Get 偏移量,默认为0。关于Offset的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节
      void setEventIds​(String[] EventIds)
      Set 按照⼀个或者多个事件ID查询
      void setFilters​(Filter[] Filters)
      Set **VersionId** 按照【**版本ID**】过滤,VersionId形如 `ver-kg8hn58h` 类型:string **StackId** 按照【**资源栈ID**】过滤,StackId形如 `stk-hz5vn3te` 类型:string **Type** 按照【**事件类型**】过滤,Type 形如 plan, apply, destroy 类型:string **Status** 按照【**事件状态**】过滤,Status形如 queueing, running, success, failed 类型:string
      void setLimit​(Long Limit)
      Set 返回数量,默认为20,最大值为100。关于Limit的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节
      void setOffset​(Long Offset)
      Set 偏移量,默认为0。关于Offset的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节
      void toMap​(HashMap<String,​String> map, String prefix)
      Internal implementation, normal users should not use it.
    • Constructor Detail

      • DescribeStackEventsRequest

        public DescribeStackEventsRequest()
      • DescribeStackEventsRequest

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

      • getEventIds

        public String[] getEventIds()
        Get 按照⼀个或者多个事件ID查询
        Returns:
        EventIds 按照⼀个或者多个事件ID查询
      • setEventIds

        public void setEventIds​(String[] EventIds)
        Set 按照⼀个或者多个事件ID查询
        Parameters:
        EventIds - 按照⼀个或者多个事件ID查询
      • getFilters

        public Filter[] getFilters()
        Get
      • **VersionId**
      • 按照【**版本ID**】过滤,VersionId形如 `ver-kg8hn58h` 类型:string
      • **StackId**
      • 按照【**资源栈ID**】过滤,StackId形如 `stk-hz5vn3te` 类型:string
      • **Type**
      • 按照【**事件类型**】过滤,Type 形如 plan, apply, destroy 类型:string
      • **Status**
      • 按照【**事件状态**】过滤,Status形如 queueing, running, success, failed 类型:string
Returns:
Filters
  • **VersionId**
  • 按照【**版本ID**】过滤,VersionId形如 `ver-kg8hn58h` 类型:string
  • **StackId**
  • 按照【**资源栈ID**】过滤,StackId形如 `stk-hz5vn3te` 类型:string
  • **Type**
  • 按照【**事件类型**】过滤,Type 形如 plan, apply, destroy 类型:string
  • **Status**
  • 按照【**事件状态**】过滤,Status形如 queueing, running, success, failed 类型:string
    Parameters:
    Filters -
  • **VersionId**
  • 按照【**版本ID**】过滤,VersionId形如 `ver-kg8hn58h` 类型:string
  • **StackId**
  • 按照【**资源栈ID**】过滤,StackId形如 `stk-hz5vn3te` 类型:string
  • **Type**
  • 按照【**事件类型**】过滤,Type 形如 plan, apply, destroy 类型:string
  • **Status**
  • 按照【**事件状态**】过滤,Status形如 queueing, running, success, failed 类型:string