Class: TencentCloud::Mps::V20190612::DescribeInputRISTSettings

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

Overview

查询输入的RIST配置信息。

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(mode = nil, profile = nil, buffer = nil) ⇒ DescribeInputRISTSettings

Returns a new instance of DescribeInputRISTSettings.



12806
12807
12808
12809
12810
# File 'lib/v20190612/models.rb', line 12806

def initialize(mode=nil, profile=nil, buffer=nil)
  @Mode = mode
  @Profile = profile
  @Buffer = buffer
end

Instance Attribute Details

#BufferObject

Parameters:

  • Mode:

    RIST模式,可选[LISTENER|CALLER],默认为LISTENER。

  • Profile:

    RIST配置方案,可选[MAIN|SIMPLE],默认为MAIN。

  • Buffer:

    RIST缓冲区大小,单位为毫秒。最小值为50毫秒,最大值为5000毫秒。默认值:120



12804
12805
12806
# File 'lib/v20190612/models.rb', line 12804

def Buffer
  @Buffer
end

#ModeObject

Parameters:

  • Mode:

    RIST模式,可选[LISTENER|CALLER],默认为LISTENER。

  • Profile:

    RIST配置方案,可选[MAIN|SIMPLE],默认为MAIN。

  • Buffer:

    RIST缓冲区大小,单位为毫秒。最小值为50毫秒,最大值为5000毫秒。默认值:120



12804
12805
12806
# File 'lib/v20190612/models.rb', line 12804

def Mode
  @Mode
end

#ProfileObject

Parameters:

  • Mode:

    RIST模式,可选[LISTENER|CALLER],默认为LISTENER。

  • Profile:

    RIST配置方案,可选[MAIN|SIMPLE],默认为MAIN。

  • Buffer:

    RIST缓冲区大小,单位为毫秒。最小值为50毫秒,最大值为5000毫秒。默认值:120



12804
12805
12806
# File 'lib/v20190612/models.rb', line 12804

def Profile
  @Profile
end

Instance Method Details

#deserialize(params) ⇒ Object



12812
12813
12814
12815
12816
# File 'lib/v20190612/models.rb', line 12812

def deserialize(params)
  @Mode = params['Mode']
  @Profile = params['Profile']
  @Buffer = params['Buffer']
end