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.
19517 19518 19519 19520 19521 19522 19523 |
# File 'lib/v20180125/models.rb', line 19517 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
19515 19516 19517 |
# File 'lib/v20180125/models.rb', line 19515 def Domain @Domain end |
#Edition ⇒ Object
全局域名为:global
19515 19516 19517 |
# File 'lib/v20180125/models.rb', line 19515 def Edition @Edition end |
#InstanceId ⇒ Object
全局域名为:global
19515 19516 19517 |
# File 'lib/v20180125/models.rb', line 19515 def InstanceId @InstanceId end |
#Items ⇒ Object
全局域名为:global
19515 19516 19517 |
# File 'lib/v20180125/models.rb', line 19515 def Items @Items end |
#SourceType ⇒ Object
全局域名为:global
19515 19516 19517 |
# File 'lib/v20180125/models.rb', line 19515 def SourceType @SourceType end |
Instance Method Details
#deserialize(params) ⇒ Object
19525 19526 19527 19528 19529 19530 19531 |
# File 'lib/v20180125/models.rb', line 19525 def deserialize(params) @Domain = params['Domain'] @Items = params['Items'] @InstanceId = params['InstanceId'] @Edition = params['Edition'] @SourceType = params['SourceType'] end |