lib/v20190819/models.rb in tencentcloud-sdk-ckafka-3.0.932 vs lib/v20190819/models.rb in tencentcloud-sdk-ckafka-3.0.933
- old
+ new
@@ -5459,22 +5459,22 @@
end
end
# DescribeInstances请求参数结构体
class DescribeInstancesRequest < TencentCloud::Common::AbstractModel
- # @param InstanceId: (过滤条件)按照实例ID过滤
+ # @param InstanceId: (查询条件)按照ckafka集群实例Id过滤
# @type InstanceId: String
- # @param SearchWord: (过滤条件)按照实例名称过滤,支持模糊查询
+ # @param SearchWord: 搜索词 ex:(查询条件)按照实例名称过滤,支持模糊查询
# @type SearchWord: String
- # @param Status: (过滤条件)实例的状态。0:创建中,1:运行中,2:删除中,不填默认返回全部
+ # @param Status: (查询条件)实例的状态 0:创建中,1:运行中,2:删除中,5: 隔离中, 7:升级中 不填默认返回全部
# @type Status: Array
# @param Offset: 偏移量,不填默认为0
# @type Offset: Integer
# @param Limit: 返回数量,不填则默认10,最大值100
# @type Limit: Integer
# @param TagKey: 已废弃。匹配标签key值。
# @type TagKey: String
- # @param VpcId: 私有网络Id
+ # @param VpcId: (查询条件)私有网络Id
# @type VpcId: String
attr_accessor :InstanceId, :SearchWord, :Status, :Offset, :Limit, :TagKey, :VpcId
def initialize(instanceid=nil, searchword=nil, status=nil, offset=nil, limit=nil, tagkey=nil, vpcid=nil)