Class: TencentCloud::Mps::V20190612::DescribeStreamLinkFlowStatisticsRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::DescribeStreamLinkFlowStatisticsRequest
- Defined in:
- lib/v20190612/models.rb
Overview
DescribeStreamLinkFlowStatistics请求参数结构体
Instance Attribute Summary collapse
-
#EndTime ⇒ Object
UTC时间,如'2020-01-01T12:00:00Z'。 UTC时间,如'2020-01-01T12:00:00Z'。.
-
#FlowId ⇒ Object
UTC时间,如'2020-01-01T12:00:00Z'。 UTC时间,如'2020-01-01T12:00:00Z'。.
-
#InputOutputId ⇒ Object
UTC时间,如'2020-01-01T12:00:00Z'。 UTC时间,如'2020-01-01T12:00:00Z'。.
-
#Period ⇒ Object
UTC时间,如'2020-01-01T12:00:00Z'。 UTC时间,如'2020-01-01T12:00:00Z'。.
-
#Pipeline ⇒ Object
UTC时间,如'2020-01-01T12:00:00Z'。 UTC时间,如'2020-01-01T12:00:00Z'。.
-
#RemoteIp ⇒ Object
UTC时间,如'2020-01-01T12:00:00Z'。 UTC时间,如'2020-01-01T12:00:00Z'。.
-
#StartTime ⇒ Object
UTC时间,如'2020-01-01T12:00:00Z'。 UTC时间,如'2020-01-01T12:00:00Z'。.
-
#Type ⇒ Object
UTC时间,如'2020-01-01T12:00:00Z'。 UTC时间,如'2020-01-01T12:00:00Z'。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(flowid = nil, type = nil, inputoutputid = nil, pipeline = nil, period = nil, starttime = nil, endtime = nil, remoteip = nil) ⇒ DescribeStreamLinkFlowStatisticsRequest
constructor
A new instance of DescribeStreamLinkFlowStatisticsRequest.
Constructor Details
#initialize(flowid = nil, type = nil, inputoutputid = nil, pipeline = nil, period = nil, starttime = nil, endtime = nil, remoteip = nil) ⇒ DescribeStreamLinkFlowStatisticsRequest
Returns a new instance of DescribeStreamLinkFlowStatisticsRequest.
14676 14677 14678 14679 14680 14681 14682 14683 14684 14685 |
# File 'lib/v20190612/models.rb', line 14676 def initialize(flowid=nil, type=nil, inputoutputid=nil, pipeline=nil, period=nil, starttime=nil, endtime=nil, remoteip=nil) @FlowId = flowid @Type = type @InputOutputId = inputoutputid @Pipeline = pipeline @Period = period @StartTime = starttime @EndTime = endtime @RemoteIp = remoteip end |
Instance Attribute Details
#EndTime ⇒ Object
UTC时间,如'2020-01-01T12:00:00Z'。 UTC时间,如'2020-01-01T12:00:00Z'。
14674 14675 14676 |
# File 'lib/v20190612/models.rb', line 14674 def EndTime @EndTime end |
#FlowId ⇒ Object
UTC时间,如'2020-01-01T12:00:00Z'。 UTC时间,如'2020-01-01T12:00:00Z'。
14674 14675 14676 |
# File 'lib/v20190612/models.rb', line 14674 def FlowId @FlowId end |
#InputOutputId ⇒ Object
UTC时间,如'2020-01-01T12:00:00Z'。 UTC时间,如'2020-01-01T12:00:00Z'。
14674 14675 14676 |
# File 'lib/v20190612/models.rb', line 14674 def InputOutputId @InputOutputId end |
#Period ⇒ Object
UTC时间,如'2020-01-01T12:00:00Z'。 UTC时间,如'2020-01-01T12:00:00Z'。
14674 14675 14676 |
# File 'lib/v20190612/models.rb', line 14674 def Period @Period end |
#Pipeline ⇒ Object
UTC时间,如'2020-01-01T12:00:00Z'。 UTC时间,如'2020-01-01T12:00:00Z'。
14674 14675 14676 |
# File 'lib/v20190612/models.rb', line 14674 def Pipeline @Pipeline end |
#RemoteIp ⇒ Object
UTC时间,如'2020-01-01T12:00:00Z'。 UTC时间,如'2020-01-01T12:00:00Z'。
14674 14675 14676 |
# File 'lib/v20190612/models.rb', line 14674 def RemoteIp @RemoteIp end |
#StartTime ⇒ Object
UTC时间,如'2020-01-01T12:00:00Z'。 UTC时间,如'2020-01-01T12:00:00Z'。
14674 14675 14676 |
# File 'lib/v20190612/models.rb', line 14674 def StartTime @StartTime end |
#Type ⇒ Object
UTC时间,如'2020-01-01T12:00:00Z'。 UTC时间,如'2020-01-01T12:00:00Z'。
14674 14675 14676 |
# File 'lib/v20190612/models.rb', line 14674 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
14687 14688 14689 14690 14691 14692 14693 14694 14695 14696 |
# File 'lib/v20190612/models.rb', line 14687 def deserialize(params) @FlowId = params['FlowId'] @Type = params['Type'] @InputOutputId = params['InputOutputId'] @Pipeline = params['Pipeline'] @Period = params['Period'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] @RemoteIp = params['RemoteIp'] end |