Class: TencentCloud::Cdn::V20180606::Ipv6
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdn::V20180606::Ipv6
- Defined in:
- lib/v20180606/models.rb
Overview
Ipv6源站启用配置,不可更改
Instance Attribute Summary collapse
-
#Switch ⇒ Object
on:开启 off:关闭 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(switch = nil) ⇒ Ipv6
constructor
A new instance of Ipv6.
Constructor Details
#initialize(switch = nil) ⇒ Ipv6
Returns a new instance of Ipv6.
8388 8389 8390 |
# File 'lib/v20180606/models.rb', line 8388 def initialize(switch=nil) @Switch = switch end |
Instance Attribute Details
#Switch ⇒ Object
on:开启 off:关闭 注意:此字段可能返回 null,表示取不到有效值。
8386 8387 8388 |
# File 'lib/v20180606/models.rb', line 8386 def Switch @Switch end |
Instance Method Details
#deserialize(params) ⇒ Object
8392 8393 8394 |
# File 'lib/v20180606/models.rb', line 8392 def deserialize(params) @Switch = params['Switch'] end |