Class: TencentCloud::Waf::V20180125::UpsertIpAccessControlRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Waf::V20180125::UpsertIpAccessControlRequest
- Defined in:
- lib/v20180125/models.rb
Overview
UpsertIpAccessControl请求参数结构体
Instance Attribute Summary collapse
-
#Domain ⇒ Object
全局域名为:global.
-
#Edition ⇒ Object
全局域名为:global.
-
#InstanceId ⇒ Object
全局域名为:global.
-
#Items ⇒ Object
全局域名为:global.
-
#SourceType ⇒ Object
全局域名为:global.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(domain = nil, items = nil, instanceid = nil, edition = nil, sourcetype = nil) ⇒ UpsertIpAccessControlRequest
constructor
A new instance of UpsertIpAccessControlRequest.
Constructor Details
#initialize(domain = nil, items = nil, instanceid = nil, edition = nil, sourcetype = nil) ⇒ UpsertIpAccessControlRequest
Returns a new instance of UpsertIpAccessControlRequest.
12930 12931 12932 12933 12934 12935 12936 |
# File 'lib/v20180125/models.rb', line 12930 def initialize(domain=nil, items=nil, instanceid=nil, edition=nil, sourcetype=nil) @Domain = domain @Items = items @InstanceId = instanceid @Edition = edition @SourceType = sourcetype end |
Instance Attribute Details
#Domain ⇒ Object
全局域名为:global
12928 12929 12930 |
# File 'lib/v20180125/models.rb', line 12928 def Domain @Domain end |
#Edition ⇒ Object
全局域名为:global
12928 12929 12930 |
# File 'lib/v20180125/models.rb', line 12928 def Edition @Edition end |
#InstanceId ⇒ Object
全局域名为:global
12928 12929 12930 |
# File 'lib/v20180125/models.rb', line 12928 def InstanceId @InstanceId end |
#Items ⇒ Object
全局域名为:global
12928 12929 12930 |
# File 'lib/v20180125/models.rb', line 12928 def Items @Items end |
#SourceType ⇒ Object
全局域名为:global
12928 12929 12930 |
# File 'lib/v20180125/models.rb', line 12928 def SourceType @SourceType end |
Instance Method Details
#deserialize(params) ⇒ Object
12938 12939 12940 12941 12942 12943 12944 |
# File 'lib/v20180125/models.rb', line 12938 def deserialize(params) @Domain = params['Domain'] @Items = params['Items'] @InstanceId = params['InstanceId'] @Edition = params['Edition'] @SourceType = params['SourceType'] end |