Class UpdateDSPASelfBuildResourceRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dsgc.v20190723.models.UpdateDSPASelfBuildResourceRequest
-
public class UpdateDSPASelfBuildResourceRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description UpdateDSPASelfBuildResourceRequest()UpdateDSPASelfBuildResourceRequest(UpdateDSPASelfBuildResourceRequest 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 StringgetDspaId()Get DSPA实例ID。StringgetPassword()Get 账户密码,为空则表示不更新。 UserName和Password必须同时填写或同时为空。StringgetResourceId()Get 云资源名称,如果是通过CVM访问则填写CVM的资源ID,如果是通过LB访问则填写LB的资源ID。LonggetResourceVPort()Get 资源绑定的端口,为0则表示不更新。StringgetUserName()Get 账户名,为空则表示不更新。 UserName和Password必须同时填写或同时为空。voidsetDspaId(String DspaId)Set DSPA实例ID。voidsetPassword(String Password)Set 账户密码,为空则表示不更新。 UserName和Password必须同时填写或同时为空。voidsetResourceId(String ResourceId)Set 云资源名称,如果是通过CVM访问则填写CVM的资源ID,如果是通过LB访问则填写LB的资源ID。voidsetResourceVPort(Long ResourceVPort)Set 资源绑定的端口,为0则表示不更新。voidsetUserName(String UserName)Set 账户名,为空则表示不更新。 UserName和Password必须同时填写或同时为空。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
-
UpdateDSPASelfBuildResourceRequest
public UpdateDSPASelfBuildResourceRequest()
-
UpdateDSPASelfBuildResourceRequest
public UpdateDSPASelfBuildResourceRequest(UpdateDSPASelfBuildResourceRequest 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
-
getDspaId
public String getDspaId()
Get DSPA实例ID。- Returns:
- DspaId DSPA实例ID。
-
setDspaId
public void setDspaId(String DspaId)
Set DSPA实例ID。- Parameters:
DspaId- DSPA实例ID。
-
getResourceId
public String getResourceId()
Get 云资源名称,如果是通过CVM访问则填写CVM的资源ID,如果是通过LB访问则填写LB的资源ID。- Returns:
- ResourceId 云资源名称,如果是通过CVM访问则填写CVM的资源ID,如果是通过LB访问则填写LB的资源ID。
-
setResourceId
public void setResourceId(String ResourceId)
Set 云资源名称,如果是通过CVM访问则填写CVM的资源ID,如果是通过LB访问则填写LB的资源ID。- Parameters:
ResourceId- 云资源名称,如果是通过CVM访问则填写CVM的资源ID,如果是通过LB访问则填写LB的资源ID。
-
getResourceVPort
public Long getResourceVPort()
Get 资源绑定的端口,为0则表示不更新。- Returns:
- ResourceVPort 资源绑定的端口,为0则表示不更新。
-
setResourceVPort
public void setResourceVPort(Long ResourceVPort)
Set 资源绑定的端口,为0则表示不更新。- Parameters:
ResourceVPort- 资源绑定的端口,为0则表示不更新。
-
getUserName
public String getUserName()
Get 账户名,为空则表示不更新。 UserName和Password必须同时填写或同时为空。- Returns:
- UserName 账户名,为空则表示不更新。 UserName和Password必须同时填写或同时为空。
-
setUserName
public void setUserName(String UserName)
Set 账户名,为空则表示不更新。 UserName和Password必须同时填写或同时为空。- Parameters:
UserName- 账户名,为空则表示不更新。 UserName和Password必须同时填写或同时为空。
-
getPassword
public String getPassword()
Get 账户密码,为空则表示不更新。 UserName和Password必须同时填写或同时为空。- Returns:
- Password 账户密码,为空则表示不更新。 UserName和Password必须同时填写或同时为空。
-
setPassword
public void setPassword(String Password)
Set 账户密码,为空则表示不更新。 UserName和Password必须同时填写或同时为空。- Parameters:
Password- 账户密码,为空则表示不更新。 UserName和Password必须同时填写或同时为空。
-
-