Class ProVersionMachine
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.yunjing.v20180228.models.ProVersionMachine
-
public class ProVersionMachine extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ProVersionMachine()ProVersionMachine(ProVersionMachine 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-beijingStringgetMachineType()Get 主机类型。 CVM: 虚拟主机 BM: 黑石物理机StringgetQuuid()Get 主机唯一标识Uuid。 黑石的InstanceId,CVM的UuidvoidsetMachineRegion(String MachineRegion)Set 主机所在地域。 如:ap-guangzhou、ap-beijingvoidsetMachineType(String MachineType)Set 主机类型。 CVM: 虚拟主机 BM: 黑石物理机voidsetQuuid(String Quuid)Set 主机唯一标识Uuid。 黑石的InstanceId,CVM的UuidvoidtoMap(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
-
ProVersionMachine
public ProVersionMachine()
-
ProVersionMachine
public ProVersionMachine(ProVersionMachine 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: 黑石物理机
- Returns:
- MachineType 主机类型。
- CVM: 虚拟主机
- BM: 黑石物理机
-
setMachineType
public void setMachineType(String MachineType)
Set 主机类型。- CVM: 虚拟主机
- BM: 黑石物理机
- Parameters:
MachineType- 主机类型。- CVM: 虚拟主机
- BM: 黑石物理机
-
getMachineRegion
public String getMachineRegion()
Get 主机所在地域。 如:ap-guangzhou、ap-beijing- Returns:
- MachineRegion 主机所在地域。 如:ap-guangzhou、ap-beijing
-
setMachineRegion
public void setMachineRegion(String MachineRegion)
Set 主机所在地域。 如:ap-guangzhou、ap-beijing- Parameters:
MachineRegion- 主机所在地域。 如:ap-guangzhou、ap-beijing
-
getQuuid
public String getQuuid()
Get 主机唯一标识Uuid。 黑石的InstanceId,CVM的Uuid- Returns:
- Quuid 主机唯一标识Uuid。 黑石的InstanceId,CVM的Uuid
-
setQuuid
public void setQuuid(String Quuid)
Set 主机唯一标识Uuid。 黑石的InstanceId,CVM的Uuid- Parameters:
Quuid- 主机唯一标识Uuid。 黑石的InstanceId,CVM的Uuid
-
-