Class: TencentCloud::Cwp::V20180228::ModifyWarningHostConfigRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::ModifyWarningHostConfigRequest
- Defined in:
- lib/v20180228/models.rb
Overview
ModifyWarningHostConfig请求参数结构体
Instance Attribute Summary collapse
- #ExcludedQuuids ⇒ Object
- #HostRange ⇒ Object
- #ItemLabelIds ⇒ Object
- #ItemLabels ⇒ Object
- #Quuids ⇒ Object
- #Type ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(type = nil, hostrange = nil, itemlabels = nil, quuids = nil, itemlabelids = nil, excludedquuids = nil) ⇒ ModifyWarningHostConfigRequest
constructor
A new instance of ModifyWarningHostConfigRequest.
Constructor Details
#initialize(type = nil, hostrange = nil, itemlabels = nil, quuids = nil, itemlabelids = nil, excludedquuids = nil) ⇒ ModifyWarningHostConfigRequest
Returns a new instance of ModifyWarningHostConfigRequest.
34066 34067 34068 34069 34070 34071 34072 34073 |
# File 'lib/v20180228/models.rb', line 34066 def initialize(type=nil, hostrange=nil, itemlabels=nil, quuids=nil, itemlabelids=nil, excludedquuids=nil) @Type = type @HostRange = hostrange @ItemLabels = itemlabels @Quuids = quuids @ItemLabelIds = itemlabelids @ExcludedQuuids = excludedquuids end |
Instance Attribute Details
#ExcludedQuuids ⇒ Object
34064 34065 34066 |
# File 'lib/v20180228/models.rb', line 34064 def ExcludedQuuids @ExcludedQuuids end |
#HostRange ⇒ Object
34064 34065 34066 |
# File 'lib/v20180228/models.rb', line 34064 def HostRange @HostRange end |
#ItemLabelIds ⇒ Object
34064 34065 34066 |
# File 'lib/v20180228/models.rb', line 34064 def ItemLabelIds @ItemLabelIds end |
#ItemLabels ⇒ Object
34064 34065 34066 |
# File 'lib/v20180228/models.rb', line 34064 def ItemLabels @ItemLabels end |
#Quuids ⇒ Object
34064 34065 34066 |
# File 'lib/v20180228/models.rb', line 34064 def Quuids @Quuids end |
#Type ⇒ Object
34064 34065 34066 |
# File 'lib/v20180228/models.rb', line 34064 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
34075 34076 34077 34078 34079 34080 34081 34082 |
# File 'lib/v20180228/models.rb', line 34075 def deserialize(params) @Type = params['Type'] @HostRange = params['HostRange'] @ItemLabels = params['ItemLabels'] @Quuids = params['Quuids'] @ItemLabelIds = params['ItemLabelIds'] @ExcludedQuuids = params['ExcludedQuuids'] end |