public class DescribeCollationTimeZoneRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeCollationTimeZoneRequest() |
DescribeCollationTimeZoneRequest(DescribeCollationTimeZoneRequest 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 |
getDBVersion()
Get Version number of the purchased instance.
|
String |
getMachineType()
Get Host type of the purchased instance.
|
void |
setDBVersion(String DBVersion)
Set Version number of the purchased instance.
|
void |
setMachineType(String MachineType)
Set Host type of the purchased instance.
|
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, toJsonString
public DescribeCollationTimeZoneRequest()
public DescribeCollationTimeZoneRequest(DescribeCollationTimeZoneRequest source)
public String getMachineType()
public void setMachineType(String MachineType)
MachineType
- Host type of the purchased instance. PM: physical server; CLOUD_PREMIUM: CVM with Premium Cloud Disk;
CLOUD_SSD: CVM with Cloud SSD; CLOUD_HSSD: CVM with Enhanced SSD; CLOUD_TSSD: CVM with Tremendous SSD; CLOUD_BSSD: CVM with Balanced SSD; CLOUD_BASIC: CVM with cloud disk. PM is set as the default value.public String getDBVersion()
public void setDBVersion(String DBVersion)
DBVersion
- Version number of the purchased instance.Copyright © 2025. All rights reserved.