Class: TencentCloud::Clb::V20180317::RewriteTarget
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Clb::V20180317::RewriteTarget
- Defined in:
- lib/v20180317/models.rb
Overview
重定向目标的信息
Instance Attribute Summary collapse
-
#RewriteCode ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#RewriteType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#TakeUrl ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#TargetListenerId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#TargetLocationId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(targetlistenerid = nil, targetlocationid = nil, rewritecode = nil, takeurl = nil, rewritetype = nil) ⇒ RewriteTarget
constructor
A new instance of RewriteTarget.
Constructor Details
#initialize(targetlistenerid = nil, targetlocationid = nil, rewritecode = nil, takeurl = nil, rewritetype = nil) ⇒ RewriteTarget
Returns a new instance of RewriteTarget.
7697 7698 7699 7700 7701 7702 7703 |
# File 'lib/v20180317/models.rb', line 7697 def initialize(targetlistenerid=nil, targetlocationid=nil, rewritecode=nil, takeurl=nil, rewritetype=nil) @TargetListenerId = targetlistenerid @TargetLocationId = targetlocationid @RewriteCode = rewritecode @TakeUrl = takeurl @RewriteType = rewritetype end |
Instance Attribute Details
#RewriteCode ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
7695 7696 7697 |
# File 'lib/v20180317/models.rb', line 7695 def RewriteCode @RewriteCode end |
#RewriteType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
7695 7696 7697 |
# File 'lib/v20180317/models.rb', line 7695 def RewriteType @RewriteType end |
#TakeUrl ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
7695 7696 7697 |
# File 'lib/v20180317/models.rb', line 7695 def TakeUrl @TakeUrl end |
#TargetListenerId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
7695 7696 7697 |
# File 'lib/v20180317/models.rb', line 7695 def TargetListenerId @TargetListenerId end |
#TargetLocationId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
7695 7696 7697 |
# File 'lib/v20180317/models.rb', line 7695 def TargetLocationId @TargetLocationId end |
Instance Method Details
#deserialize(params) ⇒ Object
7705 7706 7707 7708 7709 7710 7711 |
# File 'lib/v20180317/models.rb', line 7705 def deserialize(params) @TargetListenerId = params['TargetListenerId'] @TargetLocationId = params['TargetLocationId'] @RewriteCode = params['RewriteCode'] @TakeUrl = params['TakeUrl'] @RewriteType = params['RewriteType'] end |