public class SlaveInstanceInfo extends AbstractModel
Constructor and Description |
---|
SlaveInstanceInfo() |
SlaveInstanceInfo(SlaveInstanceInfo 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 |
getRegion()
Get Region information
|
String |
getVip()
Get Virtual IP information
|
Long |
getVport()
Get Port number
|
String |
getZone()
Get AZ information
|
void |
setRegion(String Region)
Set Region information
|
void |
setVip(String Vip)
Set Virtual IP information
|
void |
setVport(Long Vport)
Set Port number
|
void |
setZone(String Zone)
Set AZ information
|
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 SlaveInstanceInfo()
public SlaveInstanceInfo(SlaveInstanceInfo source)
public Long getVport()
public void setVport(Long Vport)
Vport
- Port numberpublic String getRegion()
public void setRegion(String Region)
Region
- Region informationpublic String getVip()
public void setVip(String Vip)
Vip
- Virtual IP informationpublic String getZone()
public void setZone(String Zone)
Zone
- AZ informationCopyright © 2023. All rights reserved.