lib/v20170312/models.rb in tencentcloud-sdk-vpc-3.0.574 vs lib/v20170312/models.rb in tencentcloud-sdk-vpc-3.0.575
- old
+ new
@@ -10258,11 +10258,11 @@
# @type StartDate: String
# @param EndDate: 结束日期,格式%Y-%m-%d %H:%M:%S。
# @type EndDate: String
# @param Offset: 偏移量,默认为0。
# @type Offset: Integer
- # @param Limit: 返回数量,默认为20,最大为200。
+ # @param Limit: 返回数量,默认为20,最大为100。
# @type Limit: Integer
attr_accessor :BusinessType, :InstanceId, :StartDate, :EndDate, :Offset, :Limit
def initialize(businesstype=nil, instanceid=nil, startdate=nil, enddate=nil, offset=nil, limit=nil)
@@ -10852,20 +10852,20 @@
end
end
# DescribeVpcEndPointService请求参数结构体
class DescribeVpcEndPointServiceRequest < TencentCloud::Common::AbstractModel
- # @param Filters: 过滤条件。
+ # @param Filters: 过滤条件。不支持同时传入参数 EndPointServiceIds and Filters。
# <li> service-id - String - (过滤条件)终端节点服务唯一ID。</li>
# <li>service-name - String - (过滤条件)终端节点实例名称。</li>
# <li>service-instance-id - String - (过滤条件)后端服务的唯一ID,比如lb-xxx。</li>
# <li>service-type - String - (过滤条件)后端PAAS服务类型,CLB,CDB,CRS,不填默认查询类型为CLB。</li>
# @type Filters: Array
# @param Offset: 偏移量,默认为0。
# @type Offset: Integer
# @param Limit: 单页返回数量,默认为20,最大值为100。
# @type Limit: Integer
- # @param EndPointServiceIds: 终端节点服务ID。
+ # @param EndPointServiceIds: 终端节点服务ID。不支持同时传入参数 EndPointServiceIds and Filters。
# @type EndPointServiceIds: Array
attr_accessor :Filters, :Offset, :Limit, :EndPointServiceIds
def initialize(filters=nil, offset=nil, limit=nil, endpointserviceids=nil)