public class AssociatedInstanceInfo extends AbstractModel
| Constructor and Description | 
|---|
| AssociatedInstanceInfo() | 
| AssociatedInstanceInfo(AssociatedInstanceInfo 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 | getInstanceId()Get Instance ID
Note: This field may return `null`, indicating that no valid value was found. | 
| String | getInstanceName()Get Instance name
Note: This field may return `null`, indicating that no valid value was found. | 
| String | getIp()Get Private IP
Note: This field may return `null`, indicating that no valid value was found. | 
| String | getPublicIp()Get Public IP
Note: This field may return `null`, indicating that no valid value was found. | 
| Long | getSecurityGroupCount()Get The number of associated security groups
Note: This field may return `null`, indicating that no valid value was found. | 
| Long | getType()Get Instance type. | 
| String | getVpcId()Get VPC ID
Note: This field may return `null`, indicating that no valid value was found. | 
| String | getVpcName()Get VPC name
Note: This field may return `null`, indicating that no valid value was found. | 
| void | setInstanceId(String InstanceId)Set Instance ID
Note: This field may return `null`, indicating that no valid value was found. | 
| void | setInstanceName(String InstanceName)Set Instance name
Note: This field may return `null`, indicating that no valid value was found. | 
| void | setIp(String Ip)Set Private IP
Note: This field may return `null`, indicating that no valid value was found. | 
| void | setPublicIp(String PublicIp)Set Public IP
Note: This field may return `null`, indicating that no valid value was found. | 
| void | setSecurityGroupCount(Long SecurityGroupCount)Set The number of associated security groups
Note: This field may return `null`, indicating that no valid value was found. | 
| void | setType(Long Type)Set Instance type. | 
| void | setVpcId(String VpcId)Set VPC ID
Note: This field may return `null`, indicating that no valid value was found. | 
| void | setVpcName(String VpcName)Set VPC name
Note: This field may return `null`, indicating that no valid value was found. | 
| 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, toJsonStringpublic AssociatedInstanceInfo()
public AssociatedInstanceInfo(AssociatedInstanceInfo source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - Instance ID
Note: This field may return `null`, indicating that no valid value was found.public String getInstanceName()
public void setInstanceName(String InstanceName)
InstanceName - Instance name
Note: This field may return `null`, indicating that no valid value was found.public Long getType()
public void setType(Long Type)
Type - Instance type. 3: CVM instance; 4: CLB instance; 5: ENI instance; 6: Cloud database
Note: This field may return `null`, indicating that no valid value was found.public String getVpcId()
public void setVpcId(String VpcId)
VpcId - VPC ID
Note: This field may return `null`, indicating that no valid value was found.public String getVpcName()
public void setVpcName(String VpcName)
VpcName - VPC name
Note: This field may return `null`, indicating that no valid value was found.public String getPublicIp()
public void setPublicIp(String PublicIp)
PublicIp - Public IP
Note: This field may return `null`, indicating that no valid value was found.public String getIp()
public void setIp(String Ip)
Ip - Private IP
Note: This field may return `null`, indicating that no valid value was found.public Long getSecurityGroupCount()
public void setSecurityGroupCount(Long SecurityGroupCount)
SecurityGroupCount - The number of associated security groups
Note: This field may return `null`, indicating that no valid value was found.Copyright © 2023. All rights reserved.