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.
34506 34507 34508 34509 34510 34511 34512 34513 |
# File 'lib/v20180228/models.rb', line 34506 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
34504 34505 34506 |
# File 'lib/v20180228/models.rb', line 34504 def ExcludedQuuids @ExcludedQuuids end |
#HostRange ⇒ Object
34504 34505 34506 |
# File 'lib/v20180228/models.rb', line 34504 def HostRange @HostRange end |
#ItemLabelIds ⇒ Object
34504 34505 34506 |
# File 'lib/v20180228/models.rb', line 34504 def ItemLabelIds @ItemLabelIds end |
#ItemLabels ⇒ Object
34504 34505 34506 |
# File 'lib/v20180228/models.rb', line 34504 def ItemLabels @ItemLabels end |
#Quuids ⇒ Object
34504 34505 34506 |
# File 'lib/v20180228/models.rb', line 34504 def Quuids @Quuids end |
#Type ⇒ Object
34504 34505 34506 |
# File 'lib/v20180228/models.rb', line 34504 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
34515 34516 34517 34518 34519 34520 34521 34522 |
# File 'lib/v20180228/models.rb', line 34515 def deserialize(params) @Type = params['Type'] @HostRange = params['HostRange'] @ItemLabels = params['ItemLabels'] @Quuids = params['Quuids'] @ItemLabelIds = params['ItemLabelIds'] @ExcludedQuuids = params['ExcludedQuuids'] end |