Class: TencentCloud::Mps::V20190612::DescribeStreamLinkFlowStatisticsRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20190612/models.rb

Overview

DescribeStreamLinkFlowStatistics请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(flowid = nil, type = nil, inputoutputid = nil, pipeline = nil, period = nil, starttime = nil, endtime = nil, remoteip = nil) ⇒ DescribeStreamLinkFlowStatisticsRequest



14597
14598
14599
14600
14601
14602
14603
14604
14605
14606
# File 'lib/v20190612/models.rb', line 14597

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

#EndTimeObject

UTC时间,如‘2020-01-01T12:00:00Z’。UTC时间,如‘2020-01-01T12:00:00Z’。



14595
14596
14597
# File 'lib/v20190612/models.rb', line 14595

def EndTime
  @EndTime
end

#FlowIdObject

UTC时间,如‘2020-01-01T12:00:00Z’。UTC时间,如‘2020-01-01T12:00:00Z’。



14595
14596
14597
# File 'lib/v20190612/models.rb', line 14595

def FlowId
  @FlowId
end

#InputOutputIdObject

UTC时间,如‘2020-01-01T12:00:00Z’。UTC时间,如‘2020-01-01T12:00:00Z’。



14595
14596
14597
# File 'lib/v20190612/models.rb', line 14595

def InputOutputId
  @InputOutputId
end

#PeriodObject

UTC时间,如‘2020-01-01T12:00:00Z’。UTC时间,如‘2020-01-01T12:00:00Z’。



14595
14596
14597
# File 'lib/v20190612/models.rb', line 14595

def Period
  @Period
end

#PipelineObject

UTC时间,如‘2020-01-01T12:00:00Z’。UTC时间,如‘2020-01-01T12:00:00Z’。



14595
14596
14597
# File 'lib/v20190612/models.rb', line 14595

def Pipeline
  @Pipeline
end

#RemoteIpObject

UTC时间,如‘2020-01-01T12:00:00Z’。UTC时间,如‘2020-01-01T12:00:00Z’。



14595
14596
14597
# File 'lib/v20190612/models.rb', line 14595

def RemoteIp
  @RemoteIp
end

#StartTimeObject

UTC时间,如‘2020-01-01T12:00:00Z’。UTC时间,如‘2020-01-01T12:00:00Z’。



14595
14596
14597
# File 'lib/v20190612/models.rb', line 14595

def StartTime
  @StartTime
end

#TypeObject

UTC时间,如‘2020-01-01T12:00:00Z’。UTC时间,如‘2020-01-01T12:00:00Z’。



14595
14596
14597
# File 'lib/v20190612/models.rb', line 14595

def Type
  @Type
end

Instance Method Details

#deserialize(params) ⇒ Object



14608
14609
14610
14611
14612
14613
14614
14615
14616
14617
# File 'lib/v20190612/models.rb', line 14608

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