Class: TencentCloud::Dayu::V20180709::DescribeCCIpAllowDenyRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dayu::V20180709::DescribeCCIpAllowDenyRequest
- Defined in:
- lib/v20180709/models.rb
Overview
DescribeCCIpAllowDeny请求参数结构体
Instance Attribute Summary collapse
-
#Business ⇒ Object
注意:此数组只能有一个值,不能同时获取黑名单和白名单.
-
#Id ⇒ Object
注意:此数组只能有一个值,不能同时获取黑名单和白名单.
-
#Limit ⇒ Object
注意:此数组只能有一个值,不能同时获取黑名单和白名单.
-
#Offset ⇒ Object
注意:此数组只能有一个值,不能同时获取黑名单和白名单.
-
#Protocol ⇒ Object
注意:此数组只能有一个值,不能同时获取黑名单和白名单.
-
#Type ⇒ Object
注意:此数组只能有一个值,不能同时获取黑名单和白名单.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(business = nil, id = nil, type = nil, limit = nil, offset = nil, protocol = nil) ⇒ DescribeCCIpAllowDenyRequest
constructor
A new instance of DescribeCCIpAllowDenyRequest.
Constructor Details
#initialize(business = nil, id = nil, type = nil, limit = nil, offset = nil, protocol = nil) ⇒ DescribeCCIpAllowDenyRequest
Returns a new instance of DescribeCCIpAllowDenyRequest.
2985 2986 2987 2988 2989 2990 2991 2992 |
# File 'lib/v20180709/models.rb', line 2985 def initialize(business=nil, id=nil, type=nil, limit=nil, offset=nil, protocol=nil) @Business = business @Id = id @Type = type @Limit = limit @Offset = offset @Protocol = protocol end |
Instance Attribute Details
#Business ⇒ Object
注意:此数组只能有一个值,不能同时获取黑名单和白名单
2983 2984 2985 |
# File 'lib/v20180709/models.rb', line 2983 def Business @Business end |
#Id ⇒ Object
注意:此数组只能有一个值,不能同时获取黑名单和白名单
2983 2984 2985 |
# File 'lib/v20180709/models.rb', line 2983 def Id @Id end |
#Limit ⇒ Object
注意:此数组只能有一个值,不能同时获取黑名单和白名单
2983 2984 2985 |
# File 'lib/v20180709/models.rb', line 2983 def Limit @Limit end |
#Offset ⇒ Object
注意:此数组只能有一个值,不能同时获取黑名单和白名单
2983 2984 2985 |
# File 'lib/v20180709/models.rb', line 2983 def Offset @Offset end |
#Protocol ⇒ Object
注意:此数组只能有一个值,不能同时获取黑名单和白名单
2983 2984 2985 |
# File 'lib/v20180709/models.rb', line 2983 def Protocol @Protocol end |
#Type ⇒ Object
注意:此数组只能有一个值,不能同时获取黑名单和白名单
2983 2984 2985 |
# File 'lib/v20180709/models.rb', line 2983 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
2994 2995 2996 2997 2998 2999 3000 3001 |
# File 'lib/v20180709/models.rb', line 2994 def deserialize(params) @Business = params['Business'] @Id = params['Id'] @Type = params['Type'] @Limit = params['Limit'] @Offset = params['Offset'] @Protocol = params['Protocol'] end |