public class UpdateDSPASelfBuildResourceRequest extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getAuthRange()
Get 授权范围:all 授权全部 manual:手动指定
|
String |
getDspaId()
Get DSPA实例ID。
|
String |
getPassword()
Get 账户密码,为空则表示不更新。
UserName和Password必须同时填写或同时为空。
|
String |
getResourceId()
Get 云资源名称,如果是通过CVM访问则填写CVM的资源ID,如果是通过LB访问则填写LB的资源ID。
|
Long |
getResourceVPort()
Get 资源绑定的端口,为0则表示不更新。
|
String |
getUserName()
Get 账户名,为空则表示不更新。
UserName和Password必须同时填写或同时为空。
|
void |
setAuthRange(String AuthRange)
Set 授权范围:all 授权全部 manual:手动指定
|
void |
setDspaId(String DspaId)
Set DSPA实例ID。
|
void |
setPassword(String Password)
Set 账户密码,为空则表示不更新。
UserName和Password必须同时填写或同时为空。
|
void |
setResourceId(String ResourceId)
Set 云资源名称,如果是通过CVM访问则填写CVM的资源ID,如果是通过LB访问则填写LB的资源ID。
|
void |
setResourceVPort(Long ResourceVPort)
Set 资源绑定的端口,为0则表示不更新。
|
void |
setUserName(String UserName)
Set 账户名,为空则表示不更新。
UserName和Password必须同时填写或同时为空。
|
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 UpdateDSPASelfBuildResourceRequest()
public UpdateDSPASelfBuildResourceRequest(UpdateDSPASelfBuildResourceRequest source)
public String getDspaId()
public void setDspaId(String DspaId)
DspaId
- DSPA实例ID。public String getResourceId()
public void setResourceId(String ResourceId)
ResourceId
- 云资源名称,如果是通过CVM访问则填写CVM的资源ID,如果是通过LB访问则填写LB的资源ID。public Long getResourceVPort()
public void setResourceVPort(Long ResourceVPort)
ResourceVPort
- 资源绑定的端口,为0则表示不更新。public String getUserName()
public void setUserName(String UserName)
UserName
- 账户名,为空则表示不更新。
UserName和Password必须同时填写或同时为空。public String getPassword()
public void setPassword(String Password)
Password
- 账户密码,为空则表示不更新。
UserName和Password必须同时填写或同时为空。public String getAuthRange()
public void setAuthRange(String AuthRange)
AuthRange
- 授权范围:all 授权全部 manual:手动指定Copyright © 2024. All rights reserved.