public static class GetPermApplyOrderDetailResponseBody.GetPermApplyOrderDetailResponseBodyPermApplyOrderDetailResourcesDatabaseInfo
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
dbId
The database ID.
|
String |
dbType
The type of the database engine.
|
String |
envType
The type of the environment to which the instance belongs.
|
Boolean |
logic
Indicates whether the database is a logical database.
|
List<Long> |
ownerIds
The IDs of the owners of the database.
|
List<String> |
ownerNickNames
The nicknames of the owners of the database.
|
String |
searchName
The name that is used to search for the database.
|
| 构造器和说明 |
|---|
GetPermApplyOrderDetailResponseBodyPermApplyOrderDetailResourcesDatabaseInfo() |
@NameInMap(value="DbId") public Long dbId
The database ID.
example:12345
@NameInMap(value="DbType") public String dbType
The type of the database engine.
example:MySQL
@NameInMap(value="EnvType") public String envType
The type of the environment to which the instance belongs. For more information, see Change the environment type of an instance.
example:product
@NameInMap(value="Logic") public Boolean logic
Indicates whether the database is a logical database. Valid values:
false
@NameInMap(value="OwnerIds") public List<Long> ownerIds
The IDs of the owners of the database.
@NameInMap(value="OwnerNickNames") public List<String> ownerNickNames
The nicknames of the owners of the database.
@NameInMap(value="SearchName") public String searchName
The name that is used to search for the database.
example:test@xxxx:3306【test】
public GetPermApplyOrderDetailResponseBodyPermApplyOrderDetailResourcesDatabaseInfo()
public static GetPermApplyOrderDetailResponseBody.GetPermApplyOrderDetailResponseBodyPermApplyOrderDetailResourcesDatabaseInfo build(Map<String,?> map) throws Exception
Exceptionpublic GetPermApplyOrderDetailResponseBody.GetPermApplyOrderDetailResponseBodyPermApplyOrderDetailResourcesDatabaseInfo setDbId(Long dbId)
public Long getDbId()
public GetPermApplyOrderDetailResponseBody.GetPermApplyOrderDetailResponseBodyPermApplyOrderDetailResourcesDatabaseInfo setDbType(String dbType)
public String getDbType()
public GetPermApplyOrderDetailResponseBody.GetPermApplyOrderDetailResponseBodyPermApplyOrderDetailResourcesDatabaseInfo setEnvType(String envType)
public String getEnvType()
public GetPermApplyOrderDetailResponseBody.GetPermApplyOrderDetailResponseBodyPermApplyOrderDetailResourcesDatabaseInfo setLogic(Boolean logic)
public Boolean getLogic()
public GetPermApplyOrderDetailResponseBody.GetPermApplyOrderDetailResponseBodyPermApplyOrderDetailResourcesDatabaseInfo setOwnerIds(List<Long> ownerIds)
public GetPermApplyOrderDetailResponseBody.GetPermApplyOrderDetailResponseBodyPermApplyOrderDetailResourcesDatabaseInfo setOwnerNickNames(List<String> ownerNickNames)
public GetPermApplyOrderDetailResponseBody.GetPermApplyOrderDetailResponseBodyPermApplyOrderDetailResourcesDatabaseInfo setSearchName(String searchName)
public String getSearchName()
Copyright © 2025. All rights reserved.