Class: TencentCloud::Cdn::V20180606::WebSocket

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

Overview

WebSocket配置 WebSocket 为ECDN产品功能,如需使用请通过ECDN域名配置.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(switch = nil, timeout = nil) ⇒ WebSocket

Returns a new instance of WebSocket.



14372
14373
14374
14375
# File 'lib/v20180606/models.rb', line 14372

def initialize(switch=nil, timeout=nil)
  @Switch = switch
  @Timeout = timeout
end

Instance Attribute Details

#SwitchObject

on:开启,可以调整超时时间 off:关闭,平台仍支持WebSocket连接,此时超时时间默认为15秒 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Switch:

    WebSocket 超时配置开关,取值有:

  • Timeout:

    设置超时时间,单位为秒,最大超时时间300秒。



14370
14371
14372
# File 'lib/v20180606/models.rb', line 14370

def Switch
  @Switch
end

#TimeoutObject

on:开启,可以调整超时时间 off:关闭,平台仍支持WebSocket连接,此时超时时间默认为15秒 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Switch:

    WebSocket 超时配置开关,取值有:

  • Timeout:

    设置超时时间,单位为秒,最大超时时间300秒。



14370
14371
14372
# File 'lib/v20180606/models.rb', line 14370

def Timeout
  @Timeout
end

Instance Method Details

#deserialize(params) ⇒ Object



14377
14378
14379
14380
# File 'lib/v20180606/models.rb', line 14377

def deserialize(params)
  @Switch = params['Switch']
  @Timeout = params['Timeout']
end