public class CreateDatabaseRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateDatabaseRequest() |
CreateDatabaseRequest(CreateDatabaseRequest 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 |
getDbName()
Get Name of database to be created
|
String |
getInstanceId()
Get Resource ID, which is the TCHouse-D resource ID used for table creation.
|
String |
getPassWord()
Get Password corresponding to the user.
|
Property[] |
getProperties()
Get Database attributes.
|
String |
getUserName()
Get Use the user who has corresponding permissions for operations.
|
void |
setDbName(String DbName)
Set Name of database to be created
|
void |
setInstanceId(String InstanceId)
Set Resource ID, which is the TCHouse-D resource ID used for table creation.
|
void |
setPassWord(String PassWord)
Set Password corresponding to the user.
|
void |
setProperties(Property[] Properties)
Set Database attributes.
|
void |
setUserName(String UserName)
Set Use the user who has corresponding permissions for operations.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreateDatabaseRequest()
public CreateDatabaseRequest(CreateDatabaseRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Resource ID, which is the TCHouse-D resource ID used for table creation.public String getDbName()
public void setDbName(String DbName)
DbName
- Name of database to be createdpublic String getUserName()
public void setUserName(String UserName)
UserName
- Use the user who has corresponding permissions for operations. If the TCHouse-D cluster uses a kernel account registered by a CAM user, you do not need to fill it in.public String getPassWord()
public void setPassWord(String PassWord)
PassWord
- Password corresponding to the user. If the TCHouse-D cluster uses a kernel account registered by a CAM user, you do not need to fill it in.public Property[] getProperties()
public void setProperties(Property[] Properties)
Properties
- Database attributes. For keys with the same attributes, the priority of the table attribute is higher than that of the database attribute.Copyright © 2024. All rights reserved.