public class TargetServicesReq extends AbstractModel
skipSign
Constructor and Description |
---|
TargetServicesReq() |
TargetServicesReq(TargetServicesReq 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 |
getDockerIp()
Get Docker IP
|
String |
getHostIp()
Get IP of the host where the CVM instance resides
|
String |
getVmIp()
Get VM IP
|
Long |
getVmPort()
Get VM Port
|
String |
getVpcId()
Get VPC ID
|
void |
setDockerIp(String DockerIp)
Set Docker IP
|
void |
setHostIp(String HostIp)
Set IP of the host where the CVM instance resides
|
void |
setVmIp(String VmIp)
Set VM IP
|
void |
setVmPort(Long VmPort)
Set VM Port
|
void |
setVpcId(String VpcId)
Set VPC ID
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public TargetServicesReq()
public TargetServicesReq(TargetServicesReq source)
public String getVmIp()
public void setVmIp(String VmIp)
VmIp
- VM IPpublic String getVpcId()
public void setVpcId(String VpcId)
VpcId
- VPC IDpublic Long getVmPort()
public void setVmPort(Long VmPort)
VmPort
- VM Portpublic String getHostIp()
public void setHostIp(String HostIp)
HostIp
- IP of the host where the CVM instance residespublic String getDockerIp()
public void setDockerIp(String DockerIp)
DockerIp
- Docker IPCopyright © 2023. All rights reserved.