public class SyncDBEndpointInfos extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
SyncDBEndpointInfos()  | 
SyncDBEndpointInfos(SyncDBEndpointInfos 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 | 
getAccessType()
Get Instance network access type. 
 | 
String | 
getDatabaseType()
Get Database type, such as `mysql`, `redis`, `mongodb`, `postgresql`, `mariadb`, and `percona`. 
 | 
Endpoint[] | 
getInfo()
Get Database information. 
 | 
String | 
getRegion()
Get Region of the database
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setAccessType(String AccessType)
Set Instance network access type. 
 | 
void | 
setDatabaseType(String DatabaseType)
Set Database type, such as `mysql`, `redis`, `mongodb`, `postgresql`, `mariadb`, and `percona`. 
 | 
void | 
setInfo(Endpoint[] Info)
Set Database information. 
 | 
void | 
setRegion(String Region)
Set Region of the database
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
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 SyncDBEndpointInfos()
public SyncDBEndpointInfos(SyncDBEndpointInfos source)
public String getRegion()
public void setRegion(String Region)
Region - Region of the database
Note: This field may return null, indicating that no valid values can be obtained.public String getAccessType()
public void setAccessType(String AccessType)
AccessType - Instance network access type. Valid values: `extranet` (public network); `ipv6` (public IPv6); `cvm` (self-build on CVM); `dcg` (Direct Connect); `vpncloud` (VPN access); `cdb` (database); `ccn` (CCN); `intranet` (intranet); `vpc` (VPC). Note that the valid values are subject to the current link.
Note: This field may return null, indicating that no valid values can be obtained.public String getDatabaseType()
public void setDatabaseType(String DatabaseType)
DatabaseType - Database type, such as `mysql`, `redis`, `mongodb`, `postgresql`, `mariadb`, and `percona`.
Note: This field may return null, indicating that no valid values can be obtained.public Endpoint[] getInfo()
public void setInfo(Endpoint[] Info)
Info - Database information. Note: If the data type is tdsqlmysql, the order of this Endpoint array should correspond to the set order, and the first shard (shardkey range starting from 0) must be entered first.Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.