Class EipAttribute
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tke.v20180525.models.EipAttribute
-
public class EipAttribute extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDeletePolicy()Get 容器实例删除后,EIP是否释放。 Never表示不释放,其他任意值(包括空字符串)表示释放。LonggetInternetMaxBandwidthOut()Get EIP出带宽上限,单位:Mbps。 注意:此字段可能返回 null,表示取不到有效值。StringgetInternetServiceProvider()Get EIP线路类型。默认值:BGP。 已开通静态单线IP白名单的用户,可选值: CMCC:中国移动 CTCC:中国电信 CUCC:中国联通 注意:仅部分地域支持静态单线IP。 注意:此字段可能返回 null,表示取不到有效值。voidsetDeletePolicy(String DeletePolicy)Set 容器实例删除后,EIP是否释放。 Never表示不释放,其他任意值(包括空字符串)表示释放。voidsetInternetMaxBandwidthOut(Long InternetMaxBandwidthOut)Set EIP出带宽上限,单位:Mbps。 注意:此字段可能返回 null,表示取不到有效值。voidsetInternetServiceProvider(String InternetServiceProvider)Set EIP线路类型。默认值:BGP。 已开通静态单线IP白名单的用户,可选值: CMCC:中国移动 CTCC:中国电信 CUCC:中国联通 注意:仅部分地域支持静态单线IP。 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
EipAttribute
public EipAttribute()
-
EipAttribute
public 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.
-
-
Method Detail
-
getDeletePolicy
public String getDeletePolicy()
Get 容器实例删除后,EIP是否释放。 Never表示不释放,其他任意值(包括空字符串)表示释放。- Returns:
- DeletePolicy 容器实例删除后,EIP是否释放。 Never表示不释放,其他任意值(包括空字符串)表示释放。
-
setDeletePolicy
public void setDeletePolicy(String DeletePolicy)
Set 容器实例删除后,EIP是否释放。 Never表示不释放,其他任意值(包括空字符串)表示释放。- Parameters:
DeletePolicy- 容器实例删除后,EIP是否释放。 Never表示不释放,其他任意值(包括空字符串)表示释放。
-
getInternetServiceProvider
public String getInternetServiceProvider()
Get EIP线路类型。默认值:BGP。 已开通静态单线IP白名单的用户,可选值: CMCC:中国移动 CTCC:中国电信 CUCC:中国联通 注意:仅部分地域支持静态单线IP。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- InternetServiceProvider EIP线路类型。默认值:BGP。 已开通静态单线IP白名单的用户,可选值: CMCC:中国移动 CTCC:中国电信 CUCC:中国联通 注意:仅部分地域支持静态单线IP。 注意:此字段可能返回 null,表示取不到有效值。
-
setInternetServiceProvider
public void setInternetServiceProvider(String InternetServiceProvider)
Set EIP线路类型。默认值:BGP。 已开通静态单线IP白名单的用户,可选值: CMCC:中国移动 CTCC:中国电信 CUCC:中国联通 注意:仅部分地域支持静态单线IP。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
InternetServiceProvider- EIP线路类型。默认值:BGP。 已开通静态单线IP白名单的用户,可选值: CMCC:中国移动 CTCC:中国电信 CUCC:中国联通 注意:仅部分地域支持静态单线IP。 注意:此字段可能返回 null,表示取不到有效值。
-
getInternetMaxBandwidthOut
public Long getInternetMaxBandwidthOut()
Get EIP出带宽上限,单位:Mbps。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- InternetMaxBandwidthOut EIP出带宽上限,单位:Mbps。 注意:此字段可能返回 null,表示取不到有效值。
-
setInternetMaxBandwidthOut
public void setInternetMaxBandwidthOut(Long InternetMaxBandwidthOut)
Set EIP出带宽上限,单位:Mbps。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
InternetMaxBandwidthOut- EIP出带宽上限,单位:Mbps。 注意:此字段可能返回 null,表示取不到有效值。
-
-