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.
8370 8371 8372 |
# File 'lib/v20180606/models.rb', line 8370 def initialize(switch=nil) @Switch = switch end |
Instance Attribute Details
#Switch ⇒ Object
on:开启off:关闭注意:此字段可能返回 null,表示取不到有效值。
8368 8369 8370 |
# File 'lib/v20180606/models.rb', line 8368 def Switch @Switch end |
Instance Method Details
#deserialize(params) ⇒ Object
8374 8375 8376 |
# File 'lib/v20180606/models.rb', line 8374 def deserialize(params) @Switch = params['Switch'] end |