Class: TencentCloud::Dayu::V20180709::DescribleNewL7RulesRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dayu::V20180709::DescribleNewL7RulesRequest
- Defined in:
- lib/v20180709/models.rb
Overview
DescribleNewL7Rules请求参数结构体
Instance Attribute Summary collapse
- #Business ⇒ Object
- #Domain ⇒ Object
- #Ip ⇒ Object
- #Limit ⇒ Object
- #Offset ⇒ Object
- #ProtocolList ⇒ Object
- #StatusList ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(business = nil, limit = nil, offset = nil, domain = nil, protocollist = nil, statuslist = nil, ip = nil) ⇒ DescribleNewL7RulesRequest
constructor
A new instance of DescribleNewL7RulesRequest.
Constructor Details
#initialize(business = nil, limit = nil, offset = nil, domain = nil, protocollist = nil, statuslist = nil, ip = nil) ⇒ DescribleNewL7RulesRequest
Returns a new instance of DescribleNewL7RulesRequest.
5981 5982 5983 5984 5985 5986 5987 5988 5989 |
# File 'lib/v20180709/models.rb', line 5981 def initialize(business=nil, limit=nil, offset=nil, domain=nil, protocollist=nil, statuslist=nil, ip=nil) @Business = business @Limit = limit @Offset = offset @Domain = domain @ProtocolList = protocollist @StatusList = statuslist @Ip = ip end |
Instance Attribute Details
#Business ⇒ Object
5979 5980 5981 |
# File 'lib/v20180709/models.rb', line 5979 def Business @Business end |
#Domain ⇒ Object
5979 5980 5981 |
# File 'lib/v20180709/models.rb', line 5979 def Domain @Domain end |
#Ip ⇒ Object
5979 5980 5981 |
# File 'lib/v20180709/models.rb', line 5979 def Ip @Ip end |
#Limit ⇒ Object
5979 5980 5981 |
# File 'lib/v20180709/models.rb', line 5979 def Limit @Limit end |
#Offset ⇒ Object
5979 5980 5981 |
# File 'lib/v20180709/models.rb', line 5979 def Offset @Offset end |
#ProtocolList ⇒ Object
5979 5980 5981 |
# File 'lib/v20180709/models.rb', line 5979 def ProtocolList @ProtocolList end |
#StatusList ⇒ Object
5979 5980 5981 |
# File 'lib/v20180709/models.rb', line 5979 def StatusList @StatusList end |
Instance Method Details
#deserialize(params) ⇒ Object
5991 5992 5993 5994 5995 5996 5997 5998 5999 |
# File 'lib/v20180709/models.rb', line 5991 def deserialize(params) @Business = params['Business'] @Limit = params['Limit'] @Offset = params['Offset'] @Domain = params['Domain'] @ProtocolList = params['ProtocolList'] @StatusList = params['StatusList'] @Ip = params['Ip'] end |