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.
6538 6539 6540 6541 6542 6543 6544 |
# File 'lib/v20201207/models.rb', line 6538 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,表示取不到有效值。
6536 6537 6538 |
# File 'lib/v20201207/models.rb', line 6536 def AddressList @AddressList end |
#Enabled ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
6536 6537 6538 |
# File 'lib/v20201207/models.rb', line 6536 def Enabled @Enabled end |
#RestrictionType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
6536 6537 6538 |
# File 'lib/v20201207/models.rb', line 6536 def RestrictionType @RestrictionType end |
#SourceId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
6536 6537 6538 |
# File 'lib/v20201207/models.rb', line 6536 def SourceId @SourceId end |
#SourceType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
6536 6537 6538 |
# File 'lib/v20201207/models.rb', line 6536 def SourceType @SourceType end |
Instance Method Details
#deserialize(params) ⇒ Object
6546 6547 6548 6549 6550 6551 6552 |
# File 'lib/v20201207/models.rb', line 6546 def deserialize(params) @SourceType = params['SourceType'] @SourceId = params['SourceId'] @Enabled = params['Enabled'] @RestrictionType = params['RestrictionType'] @AddressList = params['AddressList'] end |