Class: TencentCloud::Cdn::V20180606::Ipv6Access
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdn::V20180606::Ipv6Access
- 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) ⇒ Ipv6Access
constructor
A new instance of Ipv6Access.
Constructor Details
#initialize(switch = nil) ⇒ Ipv6Access
Returns a new instance of Ipv6Access.
8407 8408 8409 |
# File 'lib/v20180606/models.rb', line 8407 def initialize(switch=nil) @Switch = switch end |
Instance Attribute Details
#Switch ⇒ Object
on:开启 off:关闭 注意:此字段可能返回 null,表示取不到有效值。
8405 8406 8407 |
# File 'lib/v20180606/models.rb', line 8405 def Switch @Switch end |
Instance Method Details
#deserialize(params) ⇒ Object
8411 8412 8413 |
# File 'lib/v20180606/models.rb', line 8411 def deserialize(params) @Switch = params['Switch'] end |