Class: TencentCloud::Waf::V20180125::QpsData
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Waf::V20180125::QpsData
- Defined in:
- lib/v20180125/models.rb
Overview
获取弹性qps的默认相关值
Instance Attribute Summary collapse
-
#ElasticBillingDefault ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#ElasticBillingMax ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#ElasticBillingMin ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#QPSExtendIntlMax ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#QPSExtendMax ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(elasticbillingdefault = nil, elasticbillingmin = nil, elasticbillingmax = nil, qpsextendmax = nil, qpsextendintlmax = nil) ⇒ QpsData
constructor
A new instance of QpsData.
Constructor Details
#initialize(elasticbillingdefault = nil, elasticbillingmin = nil, elasticbillingmax = nil, qpsextendmax = nil, qpsextendintlmax = nil) ⇒ QpsData
Returns a new instance of QpsData.
11963 11964 11965 11966 11967 11968 11969 |
# File 'lib/v20180125/models.rb', line 11963 def initialize(elasticbillingdefault=nil, elasticbillingmin=nil, elasticbillingmax=nil, qpsextendmax=nil, qpsextendintlmax=nil) @ElasticBillingDefault = elasticbillingdefault @ElasticBillingMin = elasticbillingmin @ElasticBillingMax = elasticbillingmax @QPSExtendMax = qpsextendmax @QPSExtendIntlMax = qpsextendintlmax end |
Instance Attribute Details
#ElasticBillingDefault ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
11961 11962 11963 |
# File 'lib/v20180125/models.rb', line 11961 def ElasticBillingDefault @ElasticBillingDefault end |
#ElasticBillingMax ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
11961 11962 11963 |
# File 'lib/v20180125/models.rb', line 11961 def ElasticBillingMax @ElasticBillingMax end |
#ElasticBillingMin ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
11961 11962 11963 |
# File 'lib/v20180125/models.rb', line 11961 def ElasticBillingMin @ElasticBillingMin end |
#QPSExtendIntlMax ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
11961 11962 11963 |
# File 'lib/v20180125/models.rb', line 11961 def QPSExtendIntlMax @QPSExtendIntlMax end |
#QPSExtendMax ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
11961 11962 11963 |
# File 'lib/v20180125/models.rb', line 11961 def QPSExtendMax @QPSExtendMax end |
Instance Method Details
#deserialize(params) ⇒ Object
11971 11972 11973 11974 11975 11976 11977 |
# File 'lib/v20180125/models.rb', line 11971 def deserialize(params) @ElasticBillingDefault = params['ElasticBillingDefault'] @ElasticBillingMin = params['ElasticBillingMin'] @ElasticBillingMax = params['ElasticBillingMax'] @QPSExtendMax = params['QPSExtendMax'] @QPSExtendIntlMax = params['QPSExtendIntlMax'] end |