public class InstanceRelation extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| InstanceRelation() | 
| InstanceRelation(InstanceRelation 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[] | getEipList()Get 资源实例的IP | 
| String | getInstanceId()Get 资源实例的ID | 
| void | setEipList(String[] EipList)Set 资源实例的IP | 
| void | setInstanceId(String InstanceId)Set 资源实例的ID | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic InstanceRelation()
public InstanceRelation(InstanceRelation source)
public String[] getEipList()
public void setEipList(String[] EipList)
EipList - 资源实例的IPpublic String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - 资源实例的IDCopyright © 2025. All rights reserved.