public class ProxyConfigInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
ProxyConfigInfo() |
ProxyConfigInfo(ProxyConfigInfo 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 |
---|---|
Long |
getCpu()
Get Number of CPU cores
|
String |
getDescription()
Get Description.
|
Long |
getMem()
Get Specifies the memory.
|
Long |
getProxyCount()
Get Number of database proxy group nodes.
|
ProxyZone[] |
getProxyZones()
Get Database node information (this parameter is used in combination with ProxyCount, either one must be manually input).
|
void |
setCpu(Long Cpu)
Set Number of CPU cores
|
void |
setDescription(String Description)
Set Description.
|
void |
setMem(Long Mem)
Set Specifies the memory.
|
void |
setProxyCount(Long ProxyCount)
Set Number of database proxy group nodes.
|
void |
setProxyZones(ProxyZone[] ProxyZones)
Set Database node information (this parameter is used in combination with ProxyCount, either one must be manually input).
|
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, toJsonString
public ProxyConfigInfo()
public ProxyConfigInfo(ProxyConfigInfo source)
public Long getProxyCount()
public void setProxyCount(Long ProxyCount)
ProxyCount
- Number of database proxy group nodes. this parameter is no longer recommended. recommend using ProxyZones.public Long getCpu()
public void setCpu(Long Cpu)
Cpu
- Number of CPU corespublic Long getMem()
public void setMem(Long Mem)
Mem
- Specifies the memory.public String getDescription()
public void setDescription(String Description)
Description
- Description.public ProxyZone[] getProxyZones()
public void setProxyZones(ProxyZone[] ProxyZones)
ProxyZones
- Database node information (this parameter is used in combination with ProxyCount, either one must be manually input).Copyright © 2025. All rights reserved.