public class DescribePrometheusClusterAgentsRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribePrometheusClusterAgentsRequest() |
DescribePrometheusClusterAgentsRequest(DescribePrometheusClusterAgentsRequest 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[] |
getClusterIds()
Get 用于通过集群id过滤被绑定集群
|
String |
getClusterName()
Get 用于通过名称搜索被绑定集群
|
String[] |
getClusterTypes()
Get 用于通过集群类型过滤被绑定集群
|
String |
getInstanceId()
Get 实例id
|
Long |
getLimit()
Get 返回数量,默认为20,最大值为100。
|
Long |
getOffset()
Get 偏移量,默认为0。
|
void |
setClusterIds(String[] ClusterIds)
Set 用于通过集群id过滤被绑定集群
|
void |
setClusterName(String ClusterName)
Set 用于通过名称搜索被绑定集群
|
void |
setClusterTypes(String[] ClusterTypes)
Set 用于通过集群类型过滤被绑定集群
|
void |
setInstanceId(String InstanceId)
Set 实例id
|
void |
setLimit(Long Limit)
Set 返回数量,默认为20,最大值为100。
|
void |
setOffset(Long Offset)
Set 偏移量,默认为0。
|
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 DescribePrometheusClusterAgentsRequest()
public DescribePrometheusClusterAgentsRequest(DescribePrometheusClusterAgentsRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 实例idpublic Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移量,默认为0。public Long getLimit()
public void setLimit(Long Limit)
Limit
- 返回数量,默认为20,最大值为100。public String[] getClusterIds()
public void setClusterIds(String[] ClusterIds)
ClusterIds
- 用于通过集群id过滤被绑定集群public String[] getClusterTypes()
public void setClusterTypes(String[] ClusterTypes)
ClusterTypes
- 用于通过集群类型过滤被绑定集群public String getClusterName()
public void setClusterName(String ClusterName)
ClusterName
- 用于通过名称搜索被绑定集群Copyright © 2024. All rights reserved.