public class PodLimitsByType extends AbstractModel
| Constructor and Description |
|---|
PodLimitsByType() |
PodLimitsByType(PodLimitsByType 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 |
getTKEDirectENI()
Get TKE独立网卡模式可支持的Pod数量
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getTKERouteENINonStaticIP()
Get TKE共享网卡非固定IP模式可支持的Pod数量
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getTKERouteENIStaticIP()
Get TKE共享网卡固定IP模式可支持的Pod数量
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTKEDirectENI(Long TKEDirectENI)
Set TKE独立网卡模式可支持的Pod数量
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTKERouteENINonStaticIP(Long TKERouteENINonStaticIP)
Set TKE共享网卡非固定IP模式可支持的Pod数量
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTKERouteENIStaticIP(Long TKERouteENIStaticIP)
Set TKE共享网卡固定IP模式可支持的Pod数量
注意:此字段可能返回 null,表示取不到有效值。
|
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, toJsonStringpublic PodLimitsByType()
public PodLimitsByType(PodLimitsByType source)
public Long getTKERouteENINonStaticIP()
public void setTKERouteENINonStaticIP(Long TKERouteENINonStaticIP)
TKERouteENINonStaticIP - TKE共享网卡非固定IP模式可支持的Pod数量
注意:此字段可能返回 null,表示取不到有效值。public Long getTKERouteENIStaticIP()
public void setTKERouteENIStaticIP(Long TKERouteENIStaticIP)
TKERouteENIStaticIP - TKE共享网卡固定IP模式可支持的Pod数量
注意:此字段可能返回 null,表示取不到有效值。public Long getTKEDirectENI()
public void setTKEDirectENI(Long TKEDirectENI)
TKEDirectENI - TKE独立网卡模式可支持的Pod数量
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2021. All rights reserved.