Class DescribeGeneralStatRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cwp.v20180228.models.DescribeGeneralStatRequest
-
public class DescribeGeneralStatRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeGeneralStatRequest()DescribeGeneralStatRequest(DescribeGeneralStatRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMachineRegion()Get 机器所属地域。如:ap-guangzhou,ap-shanghaiStringgetMachineType()Get 云主机类型。 CVM:表示腾讯云服务器 BM: 表示黑石物理机 ECM: 表示边缘计算服务器 LH: 表示轻量应用服务器 Other: 表示混合云机器voidsetMachineRegion(String MachineRegion)Set 机器所属地域。如:ap-guangzhou,ap-shanghaivoidsetMachineType(String MachineType)Set 云主机类型。 CVM:表示腾讯云服务器 BM: 表示黑石物理机 ECM: 表示边缘计算服务器 LH: 表示轻量应用服务器 Other: 表示混合云机器voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeGeneralStatRequest
public DescribeGeneralStatRequest()
-
DescribeGeneralStatRequest
public DescribeGeneralStatRequest(DescribeGeneralStatRequest 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.
-
-
Method Detail
-
getMachineType
public String getMachineType()
Get 云主机类型。- CVM:表示腾讯云服务器
- BM: 表示黑石物理机
- ECM: 表示边缘计算服务器
- LH: 表示轻量应用服务器
- Other: 表示混合云机器
- Returns:
- MachineType 云主机类型。
- CVM:表示腾讯云服务器
- BM: 表示黑石物理机
- ECM: 表示边缘计算服务器
- LH: 表示轻量应用服务器
- Other: 表示混合云机器
-
setMachineType
public void setMachineType(String MachineType)
Set 云主机类型。- CVM:表示腾讯云服务器
- BM: 表示黑石物理机
- ECM: 表示边缘计算服务器
- LH: 表示轻量应用服务器
- Other: 表示混合云机器
- Parameters:
MachineType- 云主机类型。- CVM:表示腾讯云服务器
- BM: 表示黑石物理机
- ECM: 表示边缘计算服务器
- LH: 表示轻量应用服务器
- Other: 表示混合云机器
-
getMachineRegion
public String getMachineRegion()
Get 机器所属地域。如:ap-guangzhou,ap-shanghai- Returns:
- MachineRegion 机器所属地域。如:ap-guangzhou,ap-shanghai
-
setMachineRegion
public void setMachineRegion(String MachineRegion)
Set 机器所属地域。如:ap-guangzhou,ap-shanghai- Parameters:
MachineRegion- 机器所属地域。如:ap-guangzhou,ap-shanghai
-
-