public class InquiryPriceCreateLoadBalancerRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
InquiryPriceCreateLoadBalancerRequest() |
InquiryPriceCreateLoadBalancerRequest(InquiryPriceCreateLoadBalancerRequest 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 |
getAddressIPVersion()
Get IP version.
|
Long |
getGoodsNum()
Get Number of CLB instances to query.
|
InternetAccessible |
getInternetAccessible()
Get The network billing mode to query
|
LBChargePrepaid |
getLoadBalancerChargePrepaid()
Get Reserved field
|
String |
getLoadBalancerChargeType()
Get The billing mode to query.
|
String |
getLoadBalancerType()
Get Network type of the CLB to query.
|
String |
getSlaType()
Get To query the price of monthly subscribed LCU-supported instances, specify the instance specification in this parameter, such as `clb.c3.small`.
|
String |
getVipIsp()
Get ISP of VIP.
|
String |
getZoneId()
Get Availability zone in the format of "ap-guangzhou-1"
|
void |
setAddressIPVersion(String AddressIPVersion)
Set IP version.
|
void |
setGoodsNum(Long GoodsNum)
Set Number of CLB instances to query.
|
void |
setInternetAccessible(InternetAccessible InternetAccessible)
Set The network billing mode to query
|
void |
setLoadBalancerChargePrepaid(LBChargePrepaid LoadBalancerChargePrepaid)
Set Reserved field
|
void |
setLoadBalancerChargeType(String LoadBalancerChargeType)
Set The billing mode to query.
|
void |
setLoadBalancerType(String LoadBalancerType)
Set Network type of the CLB to query.
|
void |
setSlaType(String SlaType)
Set To query the price of monthly subscribed LCU-supported instances, specify the instance specification in this parameter, such as `clb.c3.small`.
|
void |
setVipIsp(String VipIsp)
Set ISP of VIP.
|
void |
setZoneId(String ZoneId)
Set Availability zone in the format of "ap-guangzhou-1"
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public InquiryPriceCreateLoadBalancerRequest()
public InquiryPriceCreateLoadBalancerRequest(InquiryPriceCreateLoadBalancerRequest source)
public String getLoadBalancerType()
public void setLoadBalancerType(String LoadBalancerType)
LoadBalancerType
- Network type of the CLB to query. `OPEN`: Public network; `INTERNAL`: Private network is intranet typepublic String getLoadBalancerChargeType()
public void setLoadBalancerChargeType(String LoadBalancerChargeType)
LoadBalancerChargeType
- The billing mode to query. `POSTPAID`:Pay as you gopublic LBChargePrepaid getLoadBalancerChargePrepaid()
public void setLoadBalancerChargePrepaid(LBChargePrepaid LoadBalancerChargePrepaid)
LoadBalancerChargePrepaid
- Reserved fieldpublic InternetAccessible getInternetAccessible()
public void setInternetAccessible(InternetAccessible InternetAccessible)
InternetAccessible
- The network billing mode to querypublic Long getGoodsNum()
public void setGoodsNum(Long GoodsNum)
GoodsNum
- Number of CLB instances to query. Default value: 1.public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId
- Availability zone in the format of "ap-guangzhou-1"public String getSlaType()
public void setSlaType(String SlaType)
SlaType
- To query the price of monthly subscribed LCU-supported instances, specify the instance specification in this parameter, such as `clb.c3.small`. For PAYG instances, use `SLA`.public String getAddressIPVersion()
public void setAddressIPVersion(String AddressIPVersion)
AddressIPVersion
- IP version. Valid values: `IPV4` (default), `IPV6` (IPV6 NAT64 version) or `IPv6FullChain` (IPv6 version).public String getVipIsp()
public void setVipIsp(String VipIsp)
VipIsp
- ISP of VIP. Values: `CMCC` (China Mobile), `CUCC` (China Unicom) and `CTCC` (China Telecom). You need to activate static single-line IPs. This feature is in beta and is only available in Guangzhou, Shanghai, Nanjing, Jinan, Hangzhou, Fuzhou, Beijing, Shijiazhuang, Wuhan, Changsha, Chengdu and Chongqing regions. To try it out, please contact your sales rep. If it's specified, the network billing mode must be `BANDWIDTH_PACKAGE`. If it's not specified, BGP is used by default. To query ISPs supported in a region, please use [DescribeResources](https://intl.cloud.tencent.com/document/api/214/70213?from_cn_redirect=1).Copyright © 2024. All rights reserved.