Class: TencentCloud::Ckafka::V20190819::DynamicRetentionTime
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Ckafka::V20190819::DynamicRetentionTime
- Defined in:
- lib/v20190819/models.rb
Overview
动态消息保留时间配置
Instance Attribute Summary collapse
-
#BottomRetention ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#DiskQuotaPercentage ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Enable ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#StepForwardPercentage ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(enable = nil, diskquotapercentage = nil, stepforwardpercentage = nil, bottomretention = nil) ⇒ DynamicRetentionTime
constructor
A new instance of DynamicRetentionTime.
Constructor Details
#initialize(enable = nil, diskquotapercentage = nil, stepforwardpercentage = nil, bottomretention = nil) ⇒ DynamicRetentionTime
Returns a new instance of DynamicRetentionTime.
6568 6569 6570 6571 6572 6573 |
# File 'lib/v20190819/models.rb', line 6568 def initialize(enable=nil, diskquotapercentage=nil, stepforwardpercentage=nil, bottomretention=nil) @Enable = enable @DiskQuotaPercentage = diskquotapercentage @StepForwardPercentage = stepforwardpercentage @BottomRetention = bottomretention end |
Instance Attribute Details
#BottomRetention ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
6566 6567 6568 |
# File 'lib/v20190819/models.rb', line 6566 def BottomRetention @BottomRetention end |
#DiskQuotaPercentage ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
6566 6567 6568 |
# File 'lib/v20190819/models.rb', line 6566 def DiskQuotaPercentage @DiskQuotaPercentage end |
#Enable ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
6566 6567 6568 |
# File 'lib/v20190819/models.rb', line 6566 def Enable @Enable end |
#StepForwardPercentage ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
6566 6567 6568 |
# File 'lib/v20190819/models.rb', line 6566 def StepForwardPercentage @StepForwardPercentage end |
Instance Method Details
#deserialize(params) ⇒ Object
6575 6576 6577 6578 6579 6580 |
# File 'lib/v20190819/models.rb', line 6575 def deserialize(params) @Enable = params['Enable'] @DiskQuotaPercentage = params['DiskQuotaPercentage'] @StepForwardPercentage = params['StepForwardPercentage'] @BottomRetention = params['BottomRetention'] end |