Class ModifyDisasterRecoverGroupAttributeRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cvm.v20170312.models.ModifyDisasterRecoverGroupAttributeRequest
-
public class ModifyDisasterRecoverGroupAttributeRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyDisasterRecoverGroupAttributeRequest()
ModifyDisasterRecoverGroupAttributeRequest(ModifyDisasterRecoverGroupAttributeRequest 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 String
getDisasterRecoverGroupId()
Get 分散置放群组ID,可使用[DescribeDisasterRecoverGroups](https://cloud.tencent.com/document/api/213/17810)接口获取。String
getName()
Get 分散置放群组名称,长度1-60个字符,支持中、英文。void
setDisasterRecoverGroupId(String DisasterRecoverGroupId)
Set 分散置放群组ID,可使用[DescribeDisasterRecoverGroups](https://cloud.tencent.com/document/api/213/17810)接口获取。void
setName(String Name)
Set 分散置放群组名称,长度1-60个字符,支持中、英文。void
toMap(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
-
ModifyDisasterRecoverGroupAttributeRequest
public ModifyDisasterRecoverGroupAttributeRequest()
-
ModifyDisasterRecoverGroupAttributeRequest
public ModifyDisasterRecoverGroupAttributeRequest(ModifyDisasterRecoverGroupAttributeRequest 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
-
getDisasterRecoverGroupId
public String getDisasterRecoverGroupId()
Get 分散置放群组ID,可使用[DescribeDisasterRecoverGroups](https://cloud.tencent.com/document/api/213/17810)接口获取。- Returns:
- DisasterRecoverGroupId 分散置放群组ID,可使用[DescribeDisasterRecoverGroups](https://cloud.tencent.com/document/api/213/17810)接口获取。
-
setDisasterRecoverGroupId
public void setDisasterRecoverGroupId(String DisasterRecoverGroupId)
Set 分散置放群组ID,可使用[DescribeDisasterRecoverGroups](https://cloud.tencent.com/document/api/213/17810)接口获取。- Parameters:
DisasterRecoverGroupId
- 分散置放群组ID,可使用[DescribeDisasterRecoverGroups](https://cloud.tencent.com/document/api/213/17810)接口获取。
-
getName
public String getName()
Get 分散置放群组名称,长度1-60个字符,支持中、英文。- Returns:
- Name 分散置放群组名称,长度1-60个字符,支持中、英文。
-
setName
public void setName(String Name)
Set 分散置放群组名称,长度1-60个字符,支持中、英文。- Parameters:
Name
- 分散置放群组名称,长度1-60个字符,支持中、英文。
-
-