public class SyncDBEndpointInfos extends AbstractModel
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
Note: This field may return null, indicating that no valid values can be obtained.
|
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
Note: This field may return null, indicating that no valid values can be obtained.
|
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public 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: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.