public class RegionListDetail extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| RegionListDetail() | 
| RegionListDetail(RegionListDetail 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 | 
|---|---|
| Long | getCloudFrom()Get 0 腾讯云
1 IDC机房
2 阿里云
3 华为云
4 亚马逊
5 微软
6 Google
7 Oracle
8 Digital Ocean | 
| String | getMachineType()Get 机器类型
CVM 腾讯云云服务器
LH 腾讯云轻量服务器
ECM 腾讯云边缘计算服务器
BM 腾讯云黑石1.0 服务器
Other  其他服务器(非腾讯云) | 
| RegionInfo[] | getRegionList()Get 地域列表 | 
| void | setCloudFrom(Long CloudFrom)Set 0 腾讯云
1 IDC机房
2 阿里云
3 华为云
4 亚马逊
5 微软
6 Google
7 Oracle
8 Digital Ocean | 
| void | setMachineType(String MachineType)Set 机器类型
CVM 腾讯云云服务器
LH 腾讯云轻量服务器
ECM 腾讯云边缘计算服务器
BM 腾讯云黑石1.0 服务器
Other  其他服务器(非腾讯云) | 
| void | setRegionList(RegionInfo[] RegionList)Set 地域列表 | 
| 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, toJsonStringpublic RegionListDetail()
public RegionListDetail(RegionListDetail source)
public String getMachineType()
public void setMachineType(String MachineType)
MachineType - 机器类型
CVM 腾讯云云服务器
LH 腾讯云轻量服务器
ECM 腾讯云边缘计算服务器
BM 腾讯云黑石1.0 服务器
Other  其他服务器(非腾讯云)public Long getCloudFrom()
public void setCloudFrom(Long CloudFrom)
CloudFrom - 0 腾讯云
1 IDC机房
2 阿里云
3 华为云
4 亚马逊
5 微软
6 Google
7 Oracle
8 Digital Oceanpublic RegionInfo[] getRegionList()
public void setRegionList(RegionInfo[] RegionList)
RegionList - 地域列表Copyright © 2025. All rights reserved.