public class DescribeDedicatedClustersRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeDedicatedClustersRequest() |
DescribeDedicatedClustersRequest(DescribeDedicatedClustersRequest 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[] |
getDedicatedClusterIds()
Get Query by one or more instance IDs.
|
String[] |
getLifecycleStatuses()
Get Filter by CDC life cycle.
|
Long |
getLimit()
Get Number of returned pieces, 20 by default and can be up to 100.
|
String |
getName()
Get Name of fuzzy matching CDC
|
Long |
getOffset()
Get Offset, 0 by default For further information on Offset, please refer to relevant sections in API [Overview] (https://intl.cloud.tencent.com/document/api/213/15688?from_cn_redirect=1).
|
String[] |
getSiteIds()
Get Filter by site id.
|
String[] |
getZones()
Get Filter by AZ name.
|
void |
setDedicatedClusterIds(String[] DedicatedClusterIds)
Set Query by one or more instance IDs.
|
void |
setLifecycleStatuses(String[] LifecycleStatuses)
Set Filter by CDC life cycle.
|
void |
setLimit(Long Limit)
Set Number of returned pieces, 20 by default and can be up to 100.
|
void |
setName(String Name)
Set Name of fuzzy matching CDC
|
void |
setOffset(Long Offset)
Set Offset, 0 by default For further information on Offset, please refer to relevant sections in API [Overview] (https://intl.cloud.tencent.com/document/api/213/15688?from_cn_redirect=1).
|
void |
setSiteIds(String[] SiteIds)
Set Filter by site id.
|
void |
setZones(String[] Zones)
Set Filter by AZ name.
|
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 DescribeDedicatedClustersRequest()
public DescribeDedicatedClustersRequest(DescribeDedicatedClustersRequest source)
public String[] getDedicatedClusterIds()
public void setDedicatedClusterIds(String[] DedicatedClusterIds)
DedicatedClusterIds
- Query by one or more instance IDs. Example of instance ID: cluster-xxxxxxxxpublic String[] getZones()
public void setZones(String[] Zones)
Zones
- Filter by AZ name.public String[] getSiteIds()
public void setSiteIds(String[] SiteIds)
SiteIds
- Filter by site id.public String[] getLifecycleStatuses()
public void setLifecycleStatuses(String[] LifecycleStatuses)
LifecycleStatuses
- Filter by CDC life cycle.public String getName()
public void setName(String Name)
Name
- Name of fuzzy matching CDCpublic Long getOffset()
public void setOffset(Long Offset)
Offset
- Offset, 0 by default For further information on Offset, please refer to relevant sections in API [Overview] (https://intl.cloud.tencent.com/document/api/213/15688?from_cn_redirect=1).public Long getLimit()
public void setLimit(Long Limit)
Limit
- Number of returned pieces, 20 by default and can be up to 100. For further information on Limit, please refer to relevant sections in API [Overview] (https://intl.cloud.tencent.com/document/api/213/15688?from_cn_redirect=1).Copyright © 2025. All rights reserved.