public class DescribeGeneralStatRequest extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getMachineRegion()
Get 机器所属地域。如:ap-guangzhou,ap-shanghai
|
String |
getMachineType()
Get 云主机类型。
CVM:表示虚拟主机
BM: 表示黑石物理机
|
void |
setMachineRegion(String MachineRegion)
Set 机器所属地域。如:ap-guangzhou,ap-shanghai
|
void |
setMachineType(String MachineType)
Set 云主机类型。
CVM:表示虚拟主机
BM: 表示黑石物理机
|
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 DescribeGeneralStatRequest()
public DescribeGeneralStatRequest(DescribeGeneralStatRequest source)
public String getMachineType()
public void setMachineType(String MachineType)
MachineType
- 云主机类型。
public String getMachineRegion()
public void setMachineRegion(String MachineRegion)
MachineRegion
- 机器所属地域。如:ap-guangzhou,ap-shanghaiCopyright © 2021. All rights reserved.