public class EipAttribute extends AbstractModel
header, skipSign
Constructor and Description |
---|
EipAttribute() |
EipAttribute(EipAttribute 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 |
getDeletePolicy()
Get 容器实例删除后,EIP是否释放。
Never表示不释放,其他任意值(包括空字符串)表示释放。
|
Long |
getInternetMaxBandwidthOut()
Get EIP出带宽上限,单位:Mbps。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getInternetServiceProvider()
Get EIP线路类型。默认值:BGP。
已开通静态单线IP白名单的用户,可选值:
CMCC:中国移动
CTCC:中国电信
CUCC:中国联通
注意:仅部分地域支持静态单线IP。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDeletePolicy(String DeletePolicy)
Set 容器实例删除后,EIP是否释放。
Never表示不释放,其他任意值(包括空字符串)表示释放。
|
void |
setInternetMaxBandwidthOut(Long InternetMaxBandwidthOut)
Set EIP出带宽上限,单位:Mbps。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setInternetServiceProvider(String InternetServiceProvider)
Set EIP线路类型。默认值:BGP。
已开通静态单线IP白名单的用户,可选值:
CMCC:中国移动
CTCC:中国电信
CUCC:中国联通
注意:仅部分地域支持静态单线IP。
注意:此字段可能返回 null,表示取不到有效值。
|
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 EipAttribute()
public EipAttribute(EipAttribute source)
public String getDeletePolicy()
public void setDeletePolicy(String DeletePolicy)
DeletePolicy
- 容器实例删除后,EIP是否释放。
Never表示不释放,其他任意值(包括空字符串)表示释放。public String getInternetServiceProvider()
public void setInternetServiceProvider(String InternetServiceProvider)
InternetServiceProvider
- EIP线路类型。默认值:BGP。
已开通静态单线IP白名单的用户,可选值:
CMCC:中国移动
CTCC:中国电信
CUCC:中国联通
注意:仅部分地域支持静态单线IP。
注意:此字段可能返回 null,表示取不到有效值。public Long getInternetMaxBandwidthOut()
public void setInternetMaxBandwidthOut(Long InternetMaxBandwidthOut)
InternetMaxBandwidthOut
- EIP出带宽上限,单位:Mbps。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.