Class ExpandGroupRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tsf.v20180326.models.ExpandGroupRequest
-
public class ExpandGroupRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ExpandGroupRequest()ExpandGroupRequest(ExpandGroupRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetGroupId()Get 部署组IDString[]getInstanceIdList()Get 扩容的机器实例ID列表voidsetGroupId(String GroupId)Set 部署组IDvoidsetInstanceIdList(String[] InstanceIdList)Set 扩容的机器实例ID列表voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ExpandGroupRequest
public ExpandGroupRequest()
-
ExpandGroupRequest
public ExpandGroupRequest(ExpandGroupRequest 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.
-
-
Method Detail
-
getGroupId
public String getGroupId()
Get 部署组ID- Returns:
- GroupId 部署组ID
-
setGroupId
public void setGroupId(String GroupId)
Set 部署组ID- Parameters:
GroupId- 部署组ID
-
getInstanceIdList
public String[] getInstanceIdList()
Get 扩容的机器实例ID列表- Returns:
- InstanceIdList 扩容的机器实例ID列表
-
setInstanceIdList
public void setInstanceIdList(String[] InstanceIdList)
Set 扩容的机器实例ID列表- Parameters:
InstanceIdList- 扩容的机器实例ID列表
-
-