public class RuleInstanceRelation extends AbstractModel
Constructor and Description |
---|
RuleInstanceRelation() |
RuleInstanceRelation(RuleInstanceRelation 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 |
getCname()
Get Instance CNAME
|
String[] |
getEipList()
Get Instance IP
|
String |
getInstanceId()
Get Instance ID
|
void |
setCname(String Cname)
Set Instance CNAME
|
void |
setEipList(String[] EipList)
Set Instance IP
|
void |
setInstanceId(String InstanceId)
Set Instance ID
|
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 RuleInstanceRelation()
public RuleInstanceRelation(RuleInstanceRelation source)
public String[] getEipList()
public void setEipList(String[] EipList)
EipList
- Instance IPpublic String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Instance IDpublic String getCname()
public void setCname(String Cname)
Cname
- Instance CNAMECopyright © 2023. All rights reserved.