public class DescribeWarningHostConfigResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeWarningHostConfigResponse() |
DescribeWarningHostConfigResponse(DescribeWarningHostConfigResponse 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
Note: This field may return null, indicating that no valid values can be obtained.
|
String[] |
getItemLabels()
Get List of Project or Tag Names, empty for custom hosts
Note: This field may return null, indicating that no valid values can be obtained.
|
String[] |
getQuuids()
Get Machine list
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
Long |
getTotalCount()
Get Total Number of Machine Lists
Note: This field may return null, indicating that no valid values can be obtained.
|
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
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setItemLabels(String[] ItemLabels)
Set List of Project or Tag Names, empty for custom hosts
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setQuuids(String[] Quuids)
Set Machine list
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
setTotalCount(Long TotalCount)
Set Total Number of Machine Lists
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeWarningHostConfigResponse()
public DescribeWarningHostConfigResponse(DescribeWarningHostConfigResponse source)
public 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 hosts
Note: This field may return null, indicating that no valid values can be obtained.public String[] getQuuids()
public void setQuuids(String[] Quuids)
Quuids
- Machine list
Note: This field may return null, indicating that no valid values can be obtained.public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount
- Total Number of Machine Lists
Note: This field may return null, indicating that no valid values can be obtained.public String[] getItemLabelIds()
public void setItemLabelIds(String[] ItemLabelIds)
ItemLabelIds
- List of Project or Tag IDs, empty for custom hosts
Note: This field may return null, indicating that no valid values can be obtained.public String[] getExcludedQuuids()
public void setExcludedQuuids(String[] ExcludedQuuids)
ExcludedQuuids
- public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2024. All rights reserved.