public class InstanceNetworkLimitConfig extends AbstractModel
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 cpu核数
|
Long |
getInnerIpPerNetworkInterface()
Get 每张网卡内网ip数量限制
|
Long |
getNetworkInterfaceLimit()
Get 网卡数量限制
|
Long |
getPublicIpPerInstance()
Get 每个实例的外网ip限制
|
void |
setCpuNum(Long CpuNum)
Set cpu核数
|
void |
setInnerIpPerNetworkInterface(Long InnerIpPerNetworkInterface)
Set 每张网卡内网ip数量限制
|
void |
setNetworkInterfaceLimit(Long NetworkInterfaceLimit)
Set 网卡数量限制
|
void |
setPublicIpPerInstance(Long PublicIpPerInstance)
Set 每个实例的外网ip限制
|
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 InstanceNetworkLimitConfig()
public InstanceNetworkLimitConfig(InstanceNetworkLimitConfig source)
public Long getCpuNum()
public void setCpuNum(Long CpuNum)
CpuNum
- cpu核数public Long getNetworkInterfaceLimit()
public void setNetworkInterfaceLimit(Long NetworkInterfaceLimit)
NetworkInterfaceLimit
- 网卡数量限制public Long getInnerIpPerNetworkInterface()
public void setInnerIpPerNetworkInterface(Long InnerIpPerNetworkInterface)
InnerIpPerNetworkInterface
- 每张网卡内网ip数量限制public Long getPublicIpPerInstance()
public void setPublicIpPerInstance(Long PublicIpPerInstance)
PublicIpPerInstance
- 每个实例的外网ip限制Copyright © 2022. All rights reserved.