lib/v20210622/models.rb in tencentcloud-sdk-apm-1.0.337 vs lib/v20210622/models.rb in tencentcloud-sdk-apm-1.0.338

- old
+ new

@@ -138,11 +138,11 @@ # @param InstanceId: 实例ID # @type InstanceId: String # @param CreateUin: 创建人Uin # 注意:此字段可能返回 null,表示取不到有效值。 # @type CreateUin: String - # @param ServiceCount: 该实例已上报的服务数 + # @param ServiceCount: 该实例已上报的服务端应用数量 # 注意:此字段可能返回 null,表示取不到有效值。 # @type ServiceCount: Integer # @param CountOfReportSpanPerDay: 日均上报Span数 # 注意:此字段可能返回 null,表示取不到有效值。 # @type CountOfReportSpanPerDay: Integer @@ -188,14 +188,20 @@ # 注意:此字段可能返回 null,表示取不到有效值。 # @type IsRelatedLog: Integer # @param LogTopicID: 日志主题ID # 注意:此字段可能返回 null,表示取不到有效值。 # @type LogTopicID: String + # @param ClientCount: 该实例已上报的客户端应用数量 + # 注意:此字段可能返回 null,表示取不到有效值。 + # @type ClientCount: Integer + # @param TotalCount: 该实例已上报的总应用数量 + # 注意:此字段可能返回 null,表示取不到有效值。 + # @type TotalCount: Integer - attr_accessor :AmountOfUsedStorage, :Name, :Tags, :InstanceId, :CreateUin, :ServiceCount, :CountOfReportSpanPerDay, :AppId, :TraceDuration, :Description, :Status, :Region, :SpanDailyCounters, :BillingInstance, :ErrRateThreshold, :SampleRate, :ErrorSample, :SlowRequestSavedThreshold, :LogRegion, :LogSource, :IsRelatedLog, :LogTopicID + attr_accessor :AmountOfUsedStorage, :Name, :Tags, :InstanceId, :CreateUin, :ServiceCount, :CountOfReportSpanPerDay, :AppId, :TraceDuration, :Description, :Status, :Region, :SpanDailyCounters, :BillingInstance, :ErrRateThreshold, :SampleRate, :ErrorSample, :SlowRequestSavedThreshold, :LogRegion, :LogSource, :IsRelatedLog, :LogTopicID, :ClientCount, :TotalCount - def initialize(amountofusedstorage=nil, name=nil, tags=nil, instanceid=nil, createuin=nil, servicecount=nil, countofreportspanperday=nil, appid=nil, traceduration=nil, description=nil, status=nil, region=nil, spandailycounters=nil, billinginstance=nil, errratethreshold=nil, samplerate=nil, errorsample=nil, slowrequestsavedthreshold=nil, logregion=nil, logsource=nil, isrelatedlog=nil, logtopicid=nil) + def initialize(amountofusedstorage=nil, name=nil, tags=nil, instanceid=nil, createuin=nil, servicecount=nil, countofreportspanperday=nil, appid=nil, traceduration=nil, description=nil, status=nil, region=nil, spandailycounters=nil, billinginstance=nil, errratethreshold=nil, samplerate=nil, errorsample=nil, slowrequestsavedthreshold=nil, logregion=nil, logsource=nil, isrelatedlog=nil, logtopicid=nil, clientcount=nil, totalcount=nil) @AmountOfUsedStorage = amountofusedstorage @Name = name @Tags = tags @InstanceId = instanceid @CreateUin = createuin @@ -214,10 +220,12 @@ @SlowRequestSavedThreshold = slowrequestsavedthreshold @LogRegion = logregion @LogSource = logsource @IsRelatedLog = isrelatedlog @LogTopicID = logtopicid + @ClientCount = clientcount + @TotalCount = totalcount end def deserialize(params) @AmountOfUsedStorage = params['AmountOfUsedStorage'] @Name = params['Name'] @@ -246,9 +254,11 @@ @SlowRequestSavedThreshold = params['SlowRequestSavedThreshold'] @LogRegion = params['LogRegion'] @LogSource = params['LogSource'] @IsRelatedLog = params['IsRelatedLog'] @LogTopicID = params['LogTopicID'] + @ClientCount = params['ClientCount'] + @TotalCount = params['TotalCount'] end end # 指标列表单元 class ApmMetricRecord < TencentCloud::Common::AbstractModel