Class: TencentCloud::Apm::V20210622::DescribeTopologyNewRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Apm::V20210622::DescribeTopologyNewRequest
- Defined in:
- lib/v20210622/models.rb
Overview
DescribeTopologyNew请求参数结构体
Instance Attribute Summary collapse
- #DownLevel ⇒ Object
- #EndTime ⇒ Object
- #Filters ⇒ Object
- #GetResource ⇒ Object
- #Hidden ⇒ Object
- #Id ⇒ Object
- #InstanceId ⇒ Object
- #IsSlowTopFive ⇒ Object
- #Selectors ⇒ Object
- #ServiceInstance ⇒ Object
- #ServiceName ⇒ Object
- #StartTime ⇒ Object
- #Tags ⇒ Object
- #Topic ⇒ Object
- #TraceID ⇒ Object
- #UpLevel ⇒ Object
- #View ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(instanceid = nil, starttime = nil, endtime = nil, servicename = nil, uplevel = nil, serviceinstance = nil, downlevel = nil, view = nil, filters = nil, topic = nil, selectors = nil, id = nil, traceid = nil, isslowtopfive = nil, getresource = nil, tags = nil, hidden = nil) ⇒ DescribeTopologyNewRequest
constructor
A new instance of DescribeTopologyNewRequest.
Constructor Details
#initialize(instanceid = nil, starttime = nil, endtime = nil, servicename = nil, uplevel = nil, serviceinstance = nil, downlevel = nil, view = nil, filters = nil, topic = nil, selectors = nil, id = nil, traceid = nil, isslowtopfive = nil, getresource = nil, tags = nil, hidden = nil) ⇒ DescribeTopologyNewRequest
Returns a new instance of DescribeTopologyNewRequest.
2849 2850 2851 2852 2853 2854 2855 2856 2857 2858 2859 2860 2861 2862 2863 2864 2865 2866 2867 |
# File 'lib/v20210622/models.rb', line 2849 def initialize(instanceid=nil, starttime=nil, endtime=nil, servicename=nil, uplevel=nil, serviceinstance=nil, downlevel=nil, view=nil, filters=nil, topic=nil, selectors=nil, id=nil, traceid=nil, isslowtopfive=nil, getresource=nil, =nil, hidden=nil) @InstanceId = instanceid @StartTime = starttime @EndTime = endtime @ServiceName = servicename @UpLevel = uplevel @ServiceInstance = serviceinstance @DownLevel = downlevel @View = view @Filters = filters @Topic = topic @Selectors = selectors @Id = id @TraceID = traceid @IsSlowTopFive = isslowtopfive @GetResource = getresource @Tags = @Hidden = hidden end |
Instance Attribute Details
#DownLevel ⇒ Object
2847 2848 2849 |
# File 'lib/v20210622/models.rb', line 2847 def DownLevel @DownLevel end |
#EndTime ⇒ Object
2847 2848 2849 |
# File 'lib/v20210622/models.rb', line 2847 def EndTime @EndTime end |
#Filters ⇒ Object
2847 2848 2849 |
# File 'lib/v20210622/models.rb', line 2847 def Filters @Filters end |
#GetResource ⇒ Object
2847 2848 2849 |
# File 'lib/v20210622/models.rb', line 2847 def GetResource @GetResource end |
#Hidden ⇒ Object
2847 2848 2849 |
# File 'lib/v20210622/models.rb', line 2847 def Hidden @Hidden end |
#Id ⇒ Object
2847 2848 2849 |
# File 'lib/v20210622/models.rb', line 2847 def Id @Id end |
#InstanceId ⇒ Object
2847 2848 2849 |
# File 'lib/v20210622/models.rb', line 2847 def InstanceId @InstanceId end |
#IsSlowTopFive ⇒ Object
2847 2848 2849 |
# File 'lib/v20210622/models.rb', line 2847 def IsSlowTopFive @IsSlowTopFive end |
#Selectors ⇒ Object
2847 2848 2849 |
# File 'lib/v20210622/models.rb', line 2847 def Selectors @Selectors end |
#ServiceInstance ⇒ Object
2847 2848 2849 |
# File 'lib/v20210622/models.rb', line 2847 def ServiceInstance @ServiceInstance end |
#ServiceName ⇒ Object
2847 2848 2849 |
# File 'lib/v20210622/models.rb', line 2847 def ServiceName @ServiceName end |
#StartTime ⇒ Object
2847 2848 2849 |
# File 'lib/v20210622/models.rb', line 2847 def StartTime @StartTime end |
#Tags ⇒ Object
2847 2848 2849 |
# File 'lib/v20210622/models.rb', line 2847 def Tags @Tags end |
#Topic ⇒ Object
2847 2848 2849 |
# File 'lib/v20210622/models.rb', line 2847 def Topic @Topic end |
#TraceID ⇒ Object
2847 2848 2849 |
# File 'lib/v20210622/models.rb', line 2847 def TraceID @TraceID end |
#UpLevel ⇒ Object
2847 2848 2849 |
# File 'lib/v20210622/models.rb', line 2847 def UpLevel @UpLevel end |
#View ⇒ Object
2847 2848 2849 |
# File 'lib/v20210622/models.rb', line 2847 def View @View end |
Instance Method Details
#deserialize(params) ⇒ Object
2869 2870 2871 2872 2873 2874 2875 2876 2877 2878 2879 2880 2881 2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 2903 2904 2905 2906 2907 |
# File 'lib/v20210622/models.rb', line 2869 def deserialize(params) @InstanceId = params['InstanceId'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] @ServiceName = params['ServiceName'] @UpLevel = params['UpLevel'] @ServiceInstance = params['ServiceInstance'] @DownLevel = params['DownLevel'] @View = params['View'] unless params['Filters'].nil? @Filters = [] params['Filters'].each do |i| filter_tmp = Filter.new filter_tmp.deserialize(i) @Filters << filter_tmp end end @Topic = params['Topic'] unless params['Selectors'].nil? @Selectors = Selectors.new @Selectors.deserialize(params['Selectors']) end @Id = params['Id'] @TraceID = params['TraceID'] @IsSlowTopFive = params['IsSlowTopFive'] @GetResource = params['GetResource'] unless params['Tags'].nil? @Tags = [] params['Tags'].each do |i| apmtag_tmp = ApmTag.new apmtag_tmp.deserialize(i) @Tags << apmtag_tmp end end unless params['Hidden'].nil? @Hidden = Selectors.new @Hidden.deserialize(params['Hidden']) end end |