public class DescribePrometheusGlobalConfigRequest extends AbstractModel
header, skipSign| 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribePrometheusGlobalConfigRequest()
public DescribePrometheusGlobalConfigRequest(DescribePrometheusGlobalConfigRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - 实例级别抓取配置public Boolean getDisableStatistics()
public void setDisableStatistics(Boolean DisableStatistics)
DisableStatistics - 是否禁用统计Copyright © 2025. All rights reserved.