public class CreateRoInstanceIpResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateRoInstanceIpResponse() |
CreateRoInstanceIpResponse(CreateRoInstanceIpResponse 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).
|
Long |
getRoSubnetId()
Get Subnet ID of the read-only instance.
|
String |
getRoVip()
Get Private IP address of the read-only instance.
|
Long |
getRoVpcId()
Get VPC ID of the read-only instance.
|
Long |
getRoVport()
Get Private port number of the read-only 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 |
setRoSubnetId(Long RoSubnetId)
Set Subnet ID of the read-only instance.
|
void |
setRoVip(String RoVip)
Set Private IP address of the read-only instance.
|
void |
setRoVpcId(Long RoVpcId)
Set VPC ID of the read-only instance.
|
void |
setRoVport(Long RoVport)
Set Private port number of the read-only 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 CreateRoInstanceIpResponse()
public CreateRoInstanceIpResponse(CreateRoInstanceIpResponse source)
public Long getRoVpcId()
public void setRoVpcId(Long RoVpcId)
RoVpcId
- VPC ID of the read-only instance.public Long getRoSubnetId()
public void setRoSubnetId(Long RoSubnetId)
RoSubnetId
- Subnet ID of the read-only instance.public String getRoVip()
public void setRoVip(String RoVip)
RoVip
- Private IP address of the read-only instance.public Long getRoVport()
public void setRoVport(Long RoVport)
RoVport
- Private port number of the read-only instance.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 © 2025. All rights reserved.