public class CrossTargets extends AbstractModel
header, skipSign
Constructor and Description |
---|
CrossTargets() |
CrossTargets(CrossTargets 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 |
getEniId()
Get ENI ID of the CVM instance
|
String |
getInstanceId()
Get ID of the CVM instance
Note: This field may return `null`, indicating that no valid value was found.
|
String |
getInstanceName()
Get Name of the CVM instance
Note: This field may return `null`, indicating that no valid value was found.
|
String |
getIP()
Get IP address of the CVM or ENI instance
|
String |
getLocalVpcId()
Get VPC ID of the CLB instance
|
String |
getRegion()
Get Region of the CVM or ENI instance
|
String |
getVpcId()
Get VPC ID of the CVM or ENI instance
|
String |
getVpcName()
Get VPC name of the CVM or ENI instance
|
void |
setEniId(String EniId)
Set ENI ID of the CVM instance
|
void |
setInstanceId(String InstanceId)
Set ID of the CVM instance
Note: This field may return `null`, indicating that no valid value was found.
|
void |
setInstanceName(String InstanceName)
Set Name of the CVM instance
Note: This field may return `null`, indicating that no valid value was found.
|
void |
setIP(String IP)
Set IP address of the CVM or ENI instance
|
void |
setLocalVpcId(String LocalVpcId)
Set VPC ID of the CLB instance
|
void |
setRegion(String Region)
Set Region of the CVM or ENI instance
|
void |
setVpcId(String VpcId)
Set VPC ID of the CVM or ENI instance
|
void |
setVpcName(String VpcName)
Set VPC name of the CVM or ENI 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 CrossTargets()
public CrossTargets(CrossTargets source)
public String getLocalVpcId()
public void setLocalVpcId(String LocalVpcId)
LocalVpcId
- VPC ID of the CLB instancepublic String getVpcId()
public void setVpcId(String VpcId)
VpcId
- VPC ID of the CVM or ENI instancepublic String getIP()
public void setIP(String IP)
IP
- IP address of the CVM or ENI instancepublic String getVpcName()
public void setVpcName(String VpcName)
VpcName
- VPC name of the CVM or ENI instancepublic String getEniId()
public void setEniId(String EniId)
EniId
- ENI ID of the CVM instancepublic String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- ID of the CVM instance
Note: This field may return `null`, indicating that no valid value was found.public String getInstanceName()
public void setInstanceName(String InstanceName)
InstanceName
- Name of the CVM instance
Note: This field may return `null`, indicating that no valid value was found.public String getRegion()
public void setRegion(String Region)
Region
- Region of the CVM or ENI instanceCopyright © 2024. All rights reserved.