public class BaseGroupInfo extends AbstractModel
Constructor and Description |
---|
BaseGroupInfo() |
BaseGroupInfo(BaseGroupInfo 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 |
getCurrentProxyVersion()
Get Current proxy version
Note: this field may return `null`, indicating that no valid value can be found.
|
Long |
getNodeCount()
Get Number of proxy nodes
Note: this field may return `null`, indicating that no valid value can be found.
|
Boolean |
getOpenRW()
Get Whether read/write separation is enabled
Note: this field may return `null`, indicating that no valid value can be found.
|
String |
getProxyGroupId()
Get Proxy group ID
Note: this field may return `null`, indicating that no valid value can be found.
|
String |
getRegion()
Get Region
Note: this field may return `null`, indicating that no valid value can be found.
|
String |
getStatus()
Get Proxy group status.
|
String |
getSupportUpgradeProxyVersion()
Get Target version to which the proxy can be upgraded
Note: this field may return `null`, indicating that no valid value can be found.
|
String |
getZone()
Get Availability zone
Note: this field may return `null`, indicating that no valid value can be found.
|
void |
setCurrentProxyVersion(String CurrentProxyVersion)
Set Current proxy version
Note: this field may return `null`, indicating that no valid value can be found.
|
void |
setNodeCount(Long NodeCount)
Set Number of proxy nodes
Note: this field may return `null`, indicating that no valid value can be found.
|
void |
setOpenRW(Boolean OpenRW)
Set Whether read/write separation is enabled
Note: this field may return `null`, indicating that no valid value can be found.
|
void |
setProxyGroupId(String ProxyGroupId)
Set Proxy group ID
Note: this field may return `null`, indicating that no valid value can be found.
|
void |
setRegion(String Region)
Set Region
Note: this field may return `null`, indicating that no valid value can be found.
|
void |
setStatus(String Status)
Set Proxy group status.
|
void |
setSupportUpgradeProxyVersion(String SupportUpgradeProxyVersion)
Set Target version to which the proxy can be upgraded
Note: this field may return `null`, indicating that no valid value can be found.
|
void |
setZone(String Zone)
Set Availability zone
Note: this field may return `null`, indicating that no valid value can be 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, toJsonString
public BaseGroupInfo()
public BaseGroupInfo(BaseGroupInfo source)
public String getProxyGroupId()
public void setProxyGroupId(String ProxyGroupId)
ProxyGroupId
- Proxy group ID
Note: this field may return `null`, indicating that no valid value can be found.public Long getNodeCount()
public void setNodeCount(Long NodeCount)
NodeCount
- Number of proxy nodes
Note: this field may return `null`, indicating that no valid value can be found.public String getStatus()
public void setStatus(String Status)
Status
- Proxy group status. Valid values: `init` (delivering), `online` (active), `offline` (inactive), `destroy` (destoryed)
Note: this field may return `null`, indicating that no valid value can be found.public String getRegion()
public void setRegion(String Region)
Region
- Region
Note: this field may return `null`, indicating that no valid value can be found.public String getZone()
public void setZone(String Zone)
Zone
- Availability zone
Note: this field may return `null`, indicating that no valid value can be found.public Boolean getOpenRW()
public void setOpenRW(Boolean OpenRW)
OpenRW
- Whether read/write separation is enabled
Note: this field may return `null`, indicating that no valid value can be found.public String getCurrentProxyVersion()
public void setCurrentProxyVersion(String CurrentProxyVersion)
CurrentProxyVersion
- Current proxy version
Note: this field may return `null`, indicating that no valid value can be found.public String getSupportUpgradeProxyVersion()
public void setSupportUpgradeProxyVersion(String SupportUpgradeProxyVersion)
SupportUpgradeProxyVersion
- Target version to which the proxy can be upgraded
Note: this field may return `null`, indicating that no valid value can be found.Copyright © 2023. All rights reserved.