public class DescribePrometheusGlobalConfigRequest extends AbstractModel
Constructor and Description |
---|
DescribePrometheusGlobalConfigRequest() |
DescribePrometheusGlobalConfigRequest(DescribePrometheusGlobalConfigRequest 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 |
---|---|
Boolean |
getDisableStatistics()
Get 是否禁用统计
|
String |
getInstanceId()
Get 实例级别抓取配置
|
void |
setDisableStatistics(Boolean DisableStatistics)
Set 是否禁用统计
|
void |
setInstanceId(String InstanceId)
Set 实例级别抓取配置
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribePrometheusGlobalConfigRequest()
public DescribePrometheusGlobalConfigRequest(DescribePrometheusGlobalConfigRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 实例级别抓取配置public Boolean getDisableStatistics()
public void setDisableStatistics(Boolean DisableStatistics)
DisableStatistics
- 是否禁用统计Copyright © 2022. All rights reserved.