public class InstanceNetworkLimitConfig extends AbstractModel
header, skipSign
Constructor and Description |
---|
InstanceNetworkLimitConfig() |
InstanceNetworkLimitConfig(InstanceNetworkLimitConfig 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 |
getCpuNum()
Get Number of CPU cores
|
Long |
getInnerIpPerNetworkInterface()
Get Private IP quantity limit per ENI
|
Long |
getNetworkInterfaceLimit()
Get ENI quantity limit
|
Long |
getPublicIpPerInstance()
Get Public IP limit per instance
|
void |
setCpuNum(Long CpuNum)
Set Number of CPU cores
|
void |
setInnerIpPerNetworkInterface(Long InnerIpPerNetworkInterface)
Set Private IP quantity limit per ENI
|
void |
setNetworkInterfaceLimit(Long NetworkInterfaceLimit)
Set ENI quantity limit
|
void |
setPublicIpPerInstance(Long PublicIpPerInstance)
Set Public IP limit per instance
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public InstanceNetworkLimitConfig()
public InstanceNetworkLimitConfig(InstanceNetworkLimitConfig source)
public Long getCpuNum()
public void setCpuNum(Long CpuNum)
CpuNum
- Number of CPU corespublic Long getNetworkInterfaceLimit()
public void setNetworkInterfaceLimit(Long NetworkInterfaceLimit)
NetworkInterfaceLimit
- ENI quantity limitpublic Long getInnerIpPerNetworkInterface()
public void setInnerIpPerNetworkInterface(Long InnerIpPerNetworkInterface)
InnerIpPerNetworkInterface
- Private IP quantity limit per ENIpublic Long getPublicIpPerInstance()
public void setPublicIpPerInstance(Long PublicIpPerInstance)
PublicIpPerInstance
- Public IP limit per instanceCopyright © 2024. All rights reserved.