Class: TencentCloud::Teo::V20220901::CnameStatus
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Teo::V20220901::CnameStatus
- Defined in:
- lib/v20220901/models.rb
Overview
CNAME 状态
Instance Attribute Summary collapse
-
#Cname ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 <li>active:生效;</li> <li>moved:不生效;</li>.
-
#RecordName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 <li>active:生效;</li> <li>moved:不生效;</li>.
-
#Status ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 <li>active:生效;</li> <li>moved:不生效;</li>.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(recordname = nil, cname = nil, status = nil) ⇒ CnameStatus
constructor
A new instance of CnameStatus.
Constructor Details
#initialize(recordname = nil, cname = nil, status = nil) ⇒ CnameStatus
Returns a new instance of CnameStatus.
3290 3291 3292 3293 3294 |
# File 'lib/v20220901/models.rb', line 3290 def initialize(recordname=nil, cname=nil, status=nil) @RecordName = recordname @Cname = cname @Status = status end |
Instance Attribute Details
#Cname ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。<li>active:生效;</li> <li>moved:不生效;</li>
3288 3289 3290 |
# File 'lib/v20220901/models.rb', line 3288 def Cname @Cname end |
#RecordName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。<li>active:生效;</li> <li>moved:不生效;</li>
3288 3289 3290 |
# File 'lib/v20220901/models.rb', line 3288 def RecordName @RecordName end |
#Status ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。<li>active:生效;</li> <li>moved:不生效;</li>
3288 3289 3290 |
# File 'lib/v20220901/models.rb', line 3288 def Status @Status end |
Instance Method Details
#deserialize(params) ⇒ Object
3296 3297 3298 3299 3300 |
# File 'lib/v20220901/models.rb', line 3296 def deserialize(params) @RecordName = params['RecordName'] @Cname = params['Cname'] @Status = params['Status'] end |