Class: TencentCloud::Dayu::V20180709::ModifyCCIpAllowDenyRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dayu::V20180709::ModifyCCIpAllowDenyRequest
- Defined in:
- lib/v20180709/models.rb
Overview
ModifyCCIpAllowDeny请求参数结构体
Instance Attribute Summary collapse
-
#Business ⇒ Object
当Method为delete时,不用填写此字段;.
-
#Domain ⇒ Object
当Method为delete时,不用填写此字段;.
-
#Id ⇒ Object
当Method为delete时,不用填写此字段;.
-
#IpList ⇒ Object
当Method为delete时,不用填写此字段;.
-
#Method ⇒ Object
当Method为delete时,不用填写此字段;.
-
#Protocol ⇒ Object
当Method为delete时,不用填写此字段;.
-
#RuleId ⇒ Object
当Method为delete时,不用填写此字段;.
-
#Type ⇒ Object
当Method为delete时,不用填写此字段;.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(business = nil, id = nil, method = nil, type = nil, iplist = nil, protocol = nil, domain = nil, ruleid = nil) ⇒ ModifyCCIpAllowDenyRequest
constructor
A new instance of ModifyCCIpAllowDenyRequest.
Constructor Details
#initialize(business = nil, id = nil, method = nil, type = nil, iplist = nil, protocol = nil, domain = nil, ruleid = nil) ⇒ ModifyCCIpAllowDenyRequest
Returns a new instance of ModifyCCIpAllowDenyRequest.
6904 6905 6906 6907 6908 6909 6910 6911 6912 6913 |
# File 'lib/v20180709/models.rb', line 6904 def initialize(business=nil, id=nil, method=nil, type=nil, iplist=nil, protocol=nil, domain=nil, ruleid=nil) @Business = business @Id = id @Method = method @Type = type @IpList = iplist @Protocol = protocol @Domain = domain @RuleId = ruleid end |
Instance Attribute Details
#Business ⇒ Object
当Method为delete时,不用填写此字段;
6902 6903 6904 |
# File 'lib/v20180709/models.rb', line 6902 def Business @Business end |
#Domain ⇒ Object
当Method为delete时,不用填写此字段;
6902 6903 6904 |
# File 'lib/v20180709/models.rb', line 6902 def Domain @Domain end |
#Id ⇒ Object
当Method为delete时,不用填写此字段;
6902 6903 6904 |
# File 'lib/v20180709/models.rb', line 6902 def Id @Id end |
#IpList ⇒ Object
当Method为delete时,不用填写此字段;
6902 6903 6904 |
# File 'lib/v20180709/models.rb', line 6902 def IpList @IpList end |
#Method ⇒ Object
当Method为delete时,不用填写此字段;
6902 6903 6904 |
# File 'lib/v20180709/models.rb', line 6902 def Method @Method end |
#Protocol ⇒ Object
当Method为delete时,不用填写此字段;
6902 6903 6904 |
# File 'lib/v20180709/models.rb', line 6902 def Protocol @Protocol end |
#RuleId ⇒ Object
当Method为delete时,不用填写此字段;
6902 6903 6904 |
# File 'lib/v20180709/models.rb', line 6902 def RuleId @RuleId end |
#Type ⇒ Object
当Method为delete时,不用填写此字段;
6902 6903 6904 |
# File 'lib/v20180709/models.rb', line 6902 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
6915 6916 6917 6918 6919 6920 6921 6922 6923 6924 |
# File 'lib/v20180709/models.rb', line 6915 def deserialize(params) @Business = params['Business'] @Id = params['Id'] @Method = params['Method'] @Type = params['Type'] @IpList = params['IpList'] @Protocol = params['Protocol'] @Domain = params['Domain'] @RuleId = params['RuleId'] end |