public class DescribeRegionAndPriceRequest extends AbstractModel
Constructor and Description |
---|
DescribeRegionAndPriceRequest() |
DescribeRegionAndPriceRequest(DescribeRegionAndPriceRequest 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 |
getIPAddressVersion()
Get IP version.
|
String |
getPackageType()
Get Package type of connection groups.
|
void |
setIPAddressVersion(String IPAddressVersion)
Set IP version.
|
void |
setPackageType(String PackageType)
Set Package type of connection groups.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeRegionAndPriceRequest()
public DescribeRegionAndPriceRequest(DescribeRegionAndPriceRequest source)
public String getIPAddressVersion()
public void setIPAddressVersion(String IPAddressVersion)
IPAddressVersion
- IP version. Valid values: `IPv4` (default), `IPv6`.public String getPackageType()
public void setPackageType(String PackageType)
PackageType
- Package type of connection groups. Valid values: `Thunder` (general), `Accelerator` (specific for games), and `CrossBorder` (cross-MLC-border connection).Copyright © 2023. All rights reserved.