public class CynosdbInstanceDetail extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
CynosdbInstanceDetail()  | 
CynosdbInstanceDetail(CynosdbInstanceDetail 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 | 
getAppId()
Get User `AppId` 
 | 
String | 
getCharset()
Get Character set 
 | 
String | 
getClusterId()
Get Cluster ID 
 | 
String | 
getClusterName()
Get Cluster name 
 | 
Long | 
getCpu()
Get Number of CPU cores 
 | 
String | 
getCreateTime()
Get Creation time 
 | 
String | 
getCynosVersion()
Get TDSQL-C kernel version 
 | 
String | 
getDbMode()
Get Db type: NORMAL SERVERLESS. 
 | 
String | 
getDbType()
Get Database type 
 | 
String | 
getDbVersion()
Get Database version 
 | 
String | 
getInstanceId()
Get Instance ID 
 | 
String | 
getInstanceName()
Get Instance name 
 | 
String | 
getInstanceRole()
Get Current instance role 
 | 
String | 
getInstanceType()
Get Instance type 
 | 
Float | 
getMaxCpu()
Get The maximum number of CPU cores for a serverless instance 
 | 
Long | 
getMemory()
Get Memory in GB 
 | 
Float | 
getMinCpu()
Get The minimum number of CPU cores for a serverless instance 
 | 
Long | 
getNetType()
Get Network type 
 | 
Long | 
getPayMode()
Get Billing mode 
 | 
String | 
getPeriodEndTime()
Get Instance expiration time 
 | 
Long | 
getProjectId()
Get Project ID 
 | 
String | 
getRegion()
Get Region 
 | 
Long | 
getRenewFlag()
Get Renewal flag 
 | 
String | 
getServerlessStatus()
Get Serverless instance status. 
 | 
String | 
getStatus()
Get Instance status 
 | 
String | 
getStatusDesc()
Get Instance status description 
 | 
Long | 
getStorage()
Get Storage capacity in GB 
 | 
String | 
getSubnetId()
Get Subnet ID 
 | 
String | 
getUin()
Get User `Uin` 
 | 
String | 
getUpdateTime()
Get Update time 
 | 
String | 
getVip()
Get Private IP of instance 
 | 
String | 
getVpcId()
Get VPC ID 
 | 
Long | 
getVport()
Get Private port of instance 
 | 
String | 
getWanDomain()
Get Public domain name of instance 
 | 
String | 
getZone()
Get AZ 
 | 
void | 
setAppId(Long AppId)
Set User `AppId` 
 | 
void | 
setCharset(String Charset)
Set Character set 
 | 
void | 
setClusterId(String ClusterId)
Set Cluster ID 
 | 
void | 
setClusterName(String ClusterName)
Set Cluster name 
 | 
void | 
setCpu(Long Cpu)
Set Number of CPU cores 
 | 
void | 
setCreateTime(String CreateTime)
Set Creation time 
 | 
void | 
setCynosVersion(String CynosVersion)
Set TDSQL-C kernel version 
 | 
void | 
setDbMode(String DbMode)
Set Db type: NORMAL SERVERLESS. 
 | 
void | 
setDbType(String DbType)
Set Database type 
 | 
void | 
setDbVersion(String DbVersion)
Set Database version 
 | 
void | 
setInstanceId(String InstanceId)
Set Instance ID 
 | 
void | 
setInstanceName(String InstanceName)
Set Instance name 
 | 
void | 
setInstanceRole(String InstanceRole)
Set Current instance role 
 | 
void | 
setInstanceType(String InstanceType)
Set Instance type 
 | 
void | 
setMaxCpu(Float MaxCpu)
Set The maximum number of CPU cores for a serverless instance 
 | 
void | 
setMemory(Long Memory)
Set Memory in GB 
 | 
void | 
setMinCpu(Float MinCpu)
Set The minimum number of CPU cores for a serverless instance 
 | 
void | 
setNetType(Long NetType)
Set Network type 
 | 
void | 
setPayMode(Long PayMode)
Set Billing mode 
 | 
void | 
setPeriodEndTime(String PeriodEndTime)
Set Instance expiration time 
 | 
void | 
setProjectId(Long ProjectId)
Set Project ID 
 | 
void | 
setRegion(String Region)
Set Region 
 | 
void | 
setRenewFlag(Long RenewFlag)
Set Renewal flag 
 | 
void | 
setServerlessStatus(String ServerlessStatus)
Set Serverless instance status. 
 | 
void | 
setStatus(String Status)
Set Instance status 
 | 
void | 
setStatusDesc(String StatusDesc)
Set Instance status description 
 | 
void | 
setStorage(Long Storage)
Set Storage capacity in GB 
 | 
void | 
setSubnetId(String SubnetId)
Set Subnet ID 
 | 
void | 
setUin(String Uin)
Set User `Uin` 
 | 
void | 
setUpdateTime(String UpdateTime)
Set Update time 
 | 
void | 
setVip(String Vip)
Set Private IP of instance 
 | 
void | 
setVpcId(String VpcId)
Set VPC ID 
 | 
void | 
setVport(Long Vport)
Set Private port of instance 
 | 
void | 
setWanDomain(String WanDomain)
Set Public domain name of instance 
 | 
void | 
setZone(String Zone)
Set AZ 
 | 
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 CynosdbInstanceDetail()
public CynosdbInstanceDetail(CynosdbInstanceDetail source)
public String getUin()
public void setUin(String Uin)
Uin - User `Uin`public Long getAppId()
public void setAppId(Long AppId)
AppId - User `AppId`public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - Cluster IDpublic String getClusterName()
public void setClusterName(String ClusterName)
ClusterName - Cluster namepublic String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - Instance IDpublic String getInstanceName()
public void setInstanceName(String InstanceName)
InstanceName - Instance namepublic Long getProjectId()
public void setProjectId(Long ProjectId)
ProjectId - Project IDpublic String getRegion()
public void setRegion(String Region)
Region - Regionpublic String getZone()
public void setZone(String Zone)
Zone - AZpublic String getStatus()
public void setStatus(String Status)
Status - Instance statuspublic String getStatusDesc()
public void setStatusDesc(String StatusDesc)
StatusDesc - Instance status descriptionpublic String getServerlessStatus()
public void setServerlessStatus(String ServerlessStatus)
ServerlessStatus - Serverless instance status. Valid values:
resume
pausepublic String getDbType()
public void setDbType(String DbType)
DbType - Database typepublic String getDbVersion()
public void setDbVersion(String DbVersion)
DbVersion - Database versionpublic Long getCpu()
public void setCpu(Long Cpu)
Cpu - Number of CPU corespublic Long getMemory()
public void setMemory(Long Memory)
Memory - Memory in GBpublic Long getStorage()
public void setStorage(Long Storage)
Storage - Storage capacity in GBpublic String getInstanceType()
public void setInstanceType(String InstanceType)
InstanceType - Instance typepublic String getInstanceRole()
public void setInstanceRole(String InstanceRole)
InstanceRole - Current instance rolepublic String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime - Update timepublic String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - Creation timepublic Long getPayMode()
public void setPayMode(Long PayMode)
PayMode - Billing modepublic String getPeriodEndTime()
public void setPeriodEndTime(String PeriodEndTime)
PeriodEndTime - Instance expiration timepublic Long getNetType()
public void setNetType(Long NetType)
NetType - Network typepublic String getVpcId()
public void setVpcId(String VpcId)
VpcId - VPC IDpublic String getSubnetId()
public void setSubnetId(String SubnetId)
SubnetId - Subnet IDpublic String getVip()
public void setVip(String Vip)
Vip - Private IP of instancepublic Long getVport()
public void setVport(Long Vport)
Vport - Private port of instancepublic String getWanDomain()
public void setWanDomain(String WanDomain)
WanDomain - Public domain name of instancepublic String getCharset()
public void setCharset(String Charset)
Charset - Character setpublic String getCynosVersion()
public void setCynosVersion(String CynosVersion)
CynosVersion - TDSQL-C kernel versionpublic Long getRenewFlag()
public void setRenewFlag(Long RenewFlag)
RenewFlag - Renewal flagpublic Float getMinCpu()
public void setMinCpu(Float MinCpu)
MinCpu - The minimum number of CPU cores for a serverless instancepublic Float getMaxCpu()
public void setMaxCpu(Float MaxCpu)
MaxCpu - The maximum number of CPU cores for a serverless instancepublic String getDbMode()
public void setDbMode(String DbMode)
DbMode - Db type: Copyright © 2025. All rights reserved.