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 Specification of the LCU-supported instance, which is input to query the monthly subscription price.
|
String |
getVipIsp()
Get It only applies to public CLB.
|
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 Specification of the LCU-supported instance, which is input to query the monthly subscription price.
|
void |
setVipIsp(String VipIsp)
Set It only applies to public CLB.
|
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
- Specification of the LCU-supported instance, which is input to query the monthly subscription price. Valid values: 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
- It only applies to public CLB. Currently, the static single-line IP type is supported only for the regions of Guangzhou, Shanghai, Nanjing, Jinan, Hangzhou, Fuzhou, Beijing, Shijiazhuang, Wuhan, Changsha, Chengdu, and Chongqing. If you need to experience it, contact your business manager. After approval, you can select the ISP type as China Mobile (CMCC), China Unicom (CUCC), or China Telecom (CTCC). The network billing mode should be selected as billing by bandwidth package (BANDWIDTH_PACKAGE). If this parameter is not specified, BGP is used by default. You can use the DescribeResources API to query ISPs supported for a region.Copyright © 2024. All rights reserved.