public class ModifyNetworkConfigResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyNetworkConfigResponse() |
ModifyNetworkConfigResponse(ModifyNetworkConfigResponse 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 |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
Boolean |
getStatus()
Get Execution status.
|
String |
getSubnetId()
Get New subnet ID of the instance
|
Long |
getTaskId()
Get Task ID, which can be used to query the task execution status through the `DescribeTaskInfo` API.
|
String |
getVip()
Get New private IPv4 address of the instance
|
String |
getVpcId()
Get New VPC ID of the instance
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
setStatus(Boolean Status)
Set Execution status.
|
void |
setSubnetId(String SubnetId)
Set New subnet ID of the instance
|
void |
setTaskId(Long TaskId)
Set Task ID, which can be used to query the task execution status through the `DescribeTaskInfo` API.
|
void |
setVip(String Vip)
Set New private IPv4 address of the instance
|
void |
setVpcId(String VpcId)
Set New VPC ID of the instance
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ModifyNetworkConfigResponse()
public ModifyNetworkConfigResponse(ModifyNetworkConfigResponse source)
public Boolean getStatus()
public void setStatus(Boolean Status)
Status
- Execution status. Ignore this parameter.public String getSubnetId()
public void setSubnetId(String SubnetId)
SubnetId
- New subnet ID of the instancepublic String getVpcId()
public void setVpcId(String VpcId)
VpcId
- New VPC ID of the instancepublic String getVip()
public void setVip(String Vip)
Vip
- New private IPv4 address of the instancepublic Long getTaskId()
public void setTaskId(Long TaskId)
TaskId
- Task ID, which can be used to query the task execution status through the `DescribeTaskInfo` API.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2024. All rights reserved.