Class: TencentCloud::Cwp::V20180228::DescribeVulDefenceSettingResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::DescribeVulDefenceSettingResponse
- Defined in:
- lib/v20180228/models.rb
Overview
DescribeVulDefenceSetting返回参数结构体
Instance Attribute Summary collapse
- #AutoInclude ⇒ Object
- #Enable ⇒ Object
- #ExcludeInstanceIds ⇒ Object
- #FlagshipCount ⇒ Object
- #InstanceIds ⇒ Object
- #Quuids ⇒ Object
- #RequestId ⇒ Object
- #Scope ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(enable = nil, scope = nil, quuids = nil, flagshipcount = nil, instanceids = nil, autoinclude = nil, excludeinstanceids = nil, requestid = nil) ⇒ DescribeVulDefenceSettingResponse
constructor
A new instance of DescribeVulDefenceSettingResponse.
Constructor Details
#initialize(enable = nil, scope = nil, quuids = nil, flagshipcount = nil, instanceids = nil, autoinclude = nil, excludeinstanceids = nil, requestid = nil) ⇒ DescribeVulDefenceSettingResponse
Returns a new instance of DescribeVulDefenceSettingResponse.
23632 23633 23634 23635 23636 23637 23638 23639 23640 23641 |
# File 'lib/v20180228/models.rb', line 23632 def initialize(enable=nil, scope=nil, quuids=nil, flagshipcount=nil, instanceids=nil, autoinclude=nil, excludeinstanceids=nil, requestid=nil) @Enable = enable @Scope = scope @Quuids = quuids @FlagshipCount = flagshipcount @InstanceIds = instanceids @AutoInclude = autoinclude @ExcludeInstanceIds = excludeinstanceids @RequestId = requestid end |
Instance Attribute Details
#AutoInclude ⇒ Object
23630 23631 23632 |
# File 'lib/v20180228/models.rb', line 23630 def AutoInclude @AutoInclude end |
#Enable ⇒ Object
23630 23631 23632 |
# File 'lib/v20180228/models.rb', line 23630 def Enable @Enable end |
#ExcludeInstanceIds ⇒ Object
23630 23631 23632 |
# File 'lib/v20180228/models.rb', line 23630 def ExcludeInstanceIds @ExcludeInstanceIds end |
#FlagshipCount ⇒ Object
23630 23631 23632 |
# File 'lib/v20180228/models.rb', line 23630 def FlagshipCount @FlagshipCount end |
#InstanceIds ⇒ Object
23630 23631 23632 |
# File 'lib/v20180228/models.rb', line 23630 def InstanceIds @InstanceIds end |
#Quuids ⇒ Object
23630 23631 23632 |
# File 'lib/v20180228/models.rb', line 23630 def Quuids @Quuids end |
#RequestId ⇒ Object
23630 23631 23632 |
# File 'lib/v20180228/models.rb', line 23630 def RequestId @RequestId end |
#Scope ⇒ Object
23630 23631 23632 |
# File 'lib/v20180228/models.rb', line 23630 def Scope @Scope end |
Instance Method Details
#deserialize(params) ⇒ Object
23643 23644 23645 23646 23647 23648 23649 23650 23651 23652 |
# File 'lib/v20180228/models.rb', line 23643 def deserialize(params) @Enable = params['Enable'] @Scope = params['Scope'] @Quuids = params['Quuids'] @FlagshipCount = params['FlagshipCount'] @InstanceIds = params['InstanceIds'] @AutoInclude = params['AutoInclude'] @ExcludeInstanceIds = params['ExcludeInstanceIds'] @RequestId = params['RequestId'] end |