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.
23243 23244 23245 23246 23247 23248 23249 23250 23251 23252 |
# File 'lib/v20180228/models.rb', line 23243 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
23241 23242 23243 |
# File 'lib/v20180228/models.rb', line 23241 def AutoInclude @AutoInclude end |
#Enable ⇒ Object
23241 23242 23243 |
# File 'lib/v20180228/models.rb', line 23241 def Enable @Enable end |
#ExcludeInstanceIds ⇒ Object
23241 23242 23243 |
# File 'lib/v20180228/models.rb', line 23241 def ExcludeInstanceIds @ExcludeInstanceIds end |
#FlagshipCount ⇒ Object
23241 23242 23243 |
# File 'lib/v20180228/models.rb', line 23241 def FlagshipCount @FlagshipCount end |
#InstanceIds ⇒ Object
23241 23242 23243 |
# File 'lib/v20180228/models.rb', line 23241 def InstanceIds @InstanceIds end |
#Quuids ⇒ Object
23241 23242 23243 |
# File 'lib/v20180228/models.rb', line 23241 def Quuids @Quuids end |
#RequestId ⇒ Object
23241 23242 23243 |
# File 'lib/v20180228/models.rb', line 23241 def RequestId @RequestId end |
#Scope ⇒ Object
23241 23242 23243 |
# File 'lib/v20180228/models.rb', line 23241 def Scope @Scope end |
Instance Method Details
#deserialize(params) ⇒ Object
23254 23255 23256 23257 23258 23259 23260 23261 23262 23263 |
# File 'lib/v20180228/models.rb', line 23254 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 |