public class ModifyWarningHostConfigRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyWarningHostConfigRequest() |
ModifyWarningHostConfigRequest(ModifyWarningHostConfigRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String[] |
getExcludedQuuids()
Get
|
Long |
getHostRange()
Get Alarm Host Range Type.
|
String[] |
getItemLabelIds()
Get List of Project or Tag IDs, empty for custom hosts
|
String[] |
getItemLabels()
Get List of Project or Tag Names, empty for custom hosts
|
String[] |
getQuuids()
Get Machine list
|
Long |
getType()
Get Alarm type
|
void |
setExcludedQuuids(String[] ExcludedQuuids)
Set
|
void |
setHostRange(Long HostRange)
Set Alarm Host Range Type.
|
void |
setItemLabelIds(String[] ItemLabelIds)
Set List of Project or Tag IDs, empty for custom hosts
|
void |
setItemLabels(String[] ItemLabels)
Set List of Project or Tag Names, empty for custom hosts
|
void |
setQuuids(String[] Quuids)
Set Machine list
|
void |
setType(Long Type)
Set Alarm type
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ModifyWarningHostConfigRequest()
public ModifyWarningHostConfigRequest(ModifyWarningHostConfigRequest source)
public Long getType()
public void setType(Long Type)
Type
- Alarm typepublic Long getHostRange()
public void setHostRange(Long HostRange)
HostRange
- Alarm Host Range Type. 0: All Hosts; 1: By Project; 2: By Tencent Cloud Tag; 3: By Host Security Tag; 4: Custom Hostspublic String[] getItemLabels()
public void setItemLabels(String[] ItemLabels)
ItemLabels
- List of Project or Tag Names, empty for custom hostspublic String[] getQuuids()
public void setQuuids(String[] Quuids)
Quuids
- Machine listpublic String[] getItemLabelIds()
public void setItemLabelIds(String[] ItemLabelIds)
ItemLabelIds
- List of Project or Tag IDs, empty for custom hostspublic String[] getExcludedQuuids()
public void setExcludedQuuids(String[] ExcludedQuuids)
ExcludedQuuids
- Copyright © 2025. All rights reserved.