public class CreateServerlessDBInstanceRequest extends AbstractModel
Constructor and Description |
---|
CreateServerlessDBInstanceRequest() |
CreateServerlessDBInstanceRequest(CreateServerlessDBInstanceRequest 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 |
getDBCharset()
Get Database character set of a PostgreSQL instance.
|
String |
getDBInstanceName()
Get Instance name.
|
String |
getDBVersion()
Get Kernel version of a PostgreSQL instance.
|
Long |
getProjectId()
Get Project ID.
|
String |
getSubnetId()
Get VPC subnet ID.
|
Tag[] |
getTagList()
Get Array of tags to be bound with the instance
|
String |
getVpcId()
Get VPC ID.
|
String |
getZone()
Get Availability zone ID.
|
void |
setDBCharset(String DBCharset)
Set Database character set of a PostgreSQL instance.
|
void |
setDBInstanceName(String DBInstanceName)
Set Instance name.
|
void |
setDBVersion(String DBVersion)
Set Kernel version of a PostgreSQL instance.
|
void |
setProjectId(Long ProjectId)
Set Project ID.
|
void |
setSubnetId(String SubnetId)
Set VPC subnet ID.
|
void |
setTagList(Tag[] TagList)
Set Array of tags to be bound with the instance
|
void |
setVpcId(String VpcId)
Set VPC ID.
|
void |
setZone(String Zone)
Set Availability zone ID.
|
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 CreateServerlessDBInstanceRequest()
public CreateServerlessDBInstanceRequest(CreateServerlessDBInstanceRequest source)
public String getZone()
public void setZone(String Zone)
Zone
- Availability zone ID. Only ap-shanghai-2, ap-beijing-1, and ap-guangzhou-2 are supported during the beta test.public String getDBInstanceName()
public void setDBInstanceName(String DBInstanceName)
DBInstanceName
- Instance name. The value must be unique for the same account.public String getDBVersion()
public void setDBVersion(String DBVersion)
DBVersion
- Kernel version of a PostgreSQL instance. Currently, only 10.4 is supported.public String getDBCharset()
public void setDBCharset(String DBCharset)
DBCharset
- Database character set of a PostgreSQL instance. Currently, only UTF-8 is supported.public Long getProjectId()
public void setProjectId(Long ProjectId)
ProjectId
- Project ID.public String getVpcId()
public void setVpcId(String VpcId)
VpcId
- VPC ID.public String getSubnetId()
public void setSubnetId(String SubnetId)
SubnetId
- VPC subnet ID.public Tag[] getTagList()
public void setTagList(Tag[] TagList)
TagList
- Array of tags to be bound with the instanceCopyright © 2023. All rights reserved.