Class: TencentCloud::Tse::V20201207::DescribeKongIpRestrictionResult
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tse::V20201207::DescribeKongIpRestrictionResult
- Defined in:
- lib/v20201207/models.rb
Overview
查询云原生网关访问控制配置出参
Instance Attribute Summary collapse
-
#AddressList ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Enabled ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#RestrictionType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#SourceId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#SourceType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(sourcetype = nil, sourceid = nil, enabled = nil, restrictiontype = nil, addresslist = nil) ⇒ DescribeKongIpRestrictionResult
constructor
A new instance of DescribeKongIpRestrictionResult.
Constructor Details
#initialize(sourcetype = nil, sourceid = nil, enabled = nil, restrictiontype = nil, addresslist = nil) ⇒ DescribeKongIpRestrictionResult
Returns a new instance of DescribeKongIpRestrictionResult.
6559 6560 6561 6562 6563 6564 6565 |
# File 'lib/v20201207/models.rb', line 6559 def initialize(sourcetype=nil, sourceid=nil, enabled=nil, restrictiontype=nil, addresslist=nil) @SourceType = sourcetype @SourceId = sourceid @Enabled = enabled @RestrictionType = restrictiontype @AddressList = addresslist end |
Instance Attribute Details
#AddressList ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
6557 6558 6559 |
# File 'lib/v20201207/models.rb', line 6557 def AddressList @AddressList end |
#Enabled ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
6557 6558 6559 |
# File 'lib/v20201207/models.rb', line 6557 def Enabled @Enabled end |
#RestrictionType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
6557 6558 6559 |
# File 'lib/v20201207/models.rb', line 6557 def RestrictionType @RestrictionType end |
#SourceId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
6557 6558 6559 |
# File 'lib/v20201207/models.rb', line 6557 def SourceId @SourceId end |
#SourceType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
6557 6558 6559 |
# File 'lib/v20201207/models.rb', line 6557 def SourceType @SourceType end |
Instance Method Details
#deserialize(params) ⇒ Object
6567 6568 6569 6570 6571 6572 6573 |
# File 'lib/v20201207/models.rb', line 6567 def deserialize(params) @SourceType = params['SourceType'] @SourceId = params['SourceId'] @Enabled = params['Enabled'] @RestrictionType = params['RestrictionType'] @AddressList = params['AddressList'] end |