Class: TencentCloud::Cdn::V20180606::ForceRedirect
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdn::V20180606::ForceRedirect
- Defined in:
- lib/v20180606/models.rb
Overview
访问协议强制跳转配置,默认为关闭状态
Instance Attribute Summary collapse
-
#CarryHeaders ⇒ Object
on:开启 off:关闭 注意:此字段可能返回 null,表示取不到有效值。 http:强制 http 跳转 https:强制 https 跳转 注意:此字段可能返回 null,表示取不到有效值。 支持 301、302、307、308 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#RedirectStatusCode ⇒ Object
on:开启 off:关闭 注意:此字段可能返回 null,表示取不到有效值。 http:强制 http 跳转 https:强制 https 跳转 注意:此字段可能返回 null,表示取不到有效值。 支持 301、302、307、308 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#RedirectType ⇒ Object
on:开启 off:关闭 注意:此字段可能返回 null,表示取不到有效值。 http:强制 http 跳转 https:强制 https 跳转 注意:此字段可能返回 null,表示取不到有效值。 支持 301、302、307、308 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Switch ⇒ Object
on:开启 off:关闭 注意:此字段可能返回 null,表示取不到有效值。 http:强制 http 跳转 https:强制 https 跳转 注意:此字段可能返回 null,表示取不到有效值。 支持 301、302、307、308 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(switch = nil, redirecttype = nil, redirectstatuscode = nil, carryheaders = nil) ⇒ ForceRedirect
constructor
A new instance of ForceRedirect.
Constructor Details
#initialize(switch = nil, redirecttype = nil, redirectstatuscode = nil, carryheaders = nil) ⇒ ForceRedirect
Returns a new instance of ForceRedirect.
7660 7661 7662 7663 7664 7665 |
# File 'lib/v20180606/models.rb', line 7660 def initialize(switch=nil, redirecttype=nil, redirectstatuscode=nil, carryheaders=nil) @Switch = switch @RedirectType = redirecttype @RedirectStatusCode = redirectstatuscode @CarryHeaders = carryheaders end |
Instance Attribute Details
#CarryHeaders ⇒ Object
on:开启 off:关闭 注意:此字段可能返回 null,表示取不到有效值。 http:强制 http 跳转 https:强制 https 跳转 注意:此字段可能返回 null,表示取不到有效值。 支持 301、302、307、308 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
7658 7659 7660 |
# File 'lib/v20180606/models.rb', line 7658 def CarryHeaders @CarryHeaders end |
#RedirectStatusCode ⇒ Object
on:开启 off:关闭 注意:此字段可能返回 null,表示取不到有效值。 http:强制 http 跳转 https:强制 https 跳转 注意:此字段可能返回 null,表示取不到有效值。 支持 301、302、307、308 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
7658 7659 7660 |
# File 'lib/v20180606/models.rb', line 7658 def RedirectStatusCode @RedirectStatusCode end |
#RedirectType ⇒ Object
on:开启 off:关闭 注意:此字段可能返回 null,表示取不到有效值。 http:强制 http 跳转 https:强制 https 跳转 注意:此字段可能返回 null,表示取不到有效值。 支持 301、302、307、308 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
7658 7659 7660 |
# File 'lib/v20180606/models.rb', line 7658 def RedirectType @RedirectType end |
#Switch ⇒ Object
on:开启 off:关闭 注意:此字段可能返回 null,表示取不到有效值。 http:强制 http 跳转 https:强制 https 跳转 注意:此字段可能返回 null,表示取不到有效值。 支持 301、302、307、308 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
7658 7659 7660 |
# File 'lib/v20180606/models.rb', line 7658 def Switch @Switch end |
Instance Method Details
#deserialize(params) ⇒ Object
7667 7668 7669 7670 7671 7672 |
# File 'lib/v20180606/models.rb', line 7667 def deserialize(params) @Switch = params['Switch'] @RedirectType = params['RedirectType'] @RedirectStatusCode = params['RedirectStatusCode'] @CarryHeaders = params['CarryHeaders'] end |