public class CreateRoInstanceIpResponse extends AbstractModel
Constructor and Description |
---|
CreateRoInstanceIpResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
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, which is returned for each request.
|
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
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, which is returned for each request. RequestId is required for locating a problem.Copyright © 2020. All rights reserved.