public class InternetAccessible extends AbstractModel
header, skipSign
Constructor and Description |
---|
InternetAccessible() |
InternetAccessible(InternetAccessible 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 |
getAntiDDoSPackageId()
Get Anti-DDoS service package ID.
|
String |
getBandwidthPackageId()
Get Bandwidth package ID.
|
String |
getInternetChargeType()
Get Network billing type.
|
Long |
getInternetMaxBandwidthOut()
Get The maximum outbound bandwidth in Mbps of the public network.
|
String |
getInternetServiceProvider()
Get Describes the line type.
|
String |
getIPv4AddressType()
Get Type of public IP address.
|
Boolean |
getIsKeepEIP()
Get Whether to delete the bound EIP(HighQualityEIP and AntiDDoSEIP) when the instance is destroyed.
|
Boolean |
getPublicIpAssigned()
Get Whether to assign a public IP address.
|
void |
setAntiDDoSPackageId(String AntiDDoSPackageId)
Set Anti-DDoS service package ID.
|
void |
setBandwidthPackageId(String BandwidthPackageId)
Set Bandwidth package ID.
|
void |
setInternetChargeType(String InternetChargeType)
Set Network billing type.
|
void |
setInternetMaxBandwidthOut(Long InternetMaxBandwidthOut)
Set The maximum outbound bandwidth in Mbps of the public network.
|
void |
setInternetServiceProvider(String InternetServiceProvider)
Set Describes the line type.
|
void |
setIPv4AddressType(String IPv4AddressType)
Set Type of public IP address.
|
void |
setIsKeepEIP(Boolean IsKeepEIP)
Set Whether to delete the bound EIP(HighQualityEIP and AntiDDoSEIP) when the instance is destroyed.
|
void |
setPublicIpAssigned(Boolean PublicIpAssigned)
Set Whether to assign a public IP address.
|
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 InternetAccessible()
public InternetAccessible(InternetAccessible source)
public String getInternetChargeType()
public void setInternetChargeType(String InternetChargeType)
InternetChargeType
- Network billing type. Valid values: public Long getInternetMaxBandwidthOut()
public void setInternetMaxBandwidthOut(Long InternetMaxBandwidthOut)
InternetMaxBandwidthOut
- The maximum outbound bandwidth in Mbps of the public network. The default value is 0 Mbps. The upper limit of bandwidth varies by model. For more information, see [Purchase Network Bandwidth](https://intl.cloud.tencent.com/document/product/213/509?from_cn_redirect=1).
Note: This field may return null, indicating that no valid values can be obtained.public Boolean getPublicIpAssigned()
public void setPublicIpAssigned(Boolean PublicIpAssigned)
PublicIpAssigned
- Whether to assign a public IP address. Valid values: public String getBandwidthPackageId()
public void setBandwidthPackageId(String BandwidthPackageId)
BandwidthPackageId
- Bandwidth package ID. You can obtain the ID from the `BandwidthPackageId` field in the response of the [DescribeBandwidthPackages](https://intl.cloud.tencent.com/document/api/215/19209?from_cn_redirect=1) API.
Note: this field may return null, indicating that no valid value was found.public String getInternetServiceProvider()
public void setInternetServiceProvider(String InternetServiceProvider)
InternetServiceProvider
- Describes the line type. For details, refer to [EIP Product Overview](https://www.tencentcloud.com/document/product/213/5733). default value: `BGP`.
public String getIPv4AddressType()
public void setIPv4AddressType(String IPv4AddressType)
IPv4AddressType
- Type of public IP address.
public String getAntiDDoSPackageId()
public void setAntiDDoSPackageId(String AntiDDoSPackageId)
AntiDDoSPackageId
- Anti-DDoS service package ID. This is required when you want to request an Anti-DDoS IP.public Boolean getIsKeepEIP()
public void setIsKeepEIP(Boolean IsKeepEIP)
IsKeepEIP
- Whether to delete the bound EIP(HighQualityEIP and AntiDDoSEIP) when the instance is destroyed.
Range of values:
Copyright © 2025. All rights reserved.