public static class GetPermApplyOrderDetailResponseBody.GetPermApplyOrderDetailResponseBodyPermApplyOrderDetailResourcesInstanceInfo
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
dbaId
The ID of the database administrator (DBA) of the instance.
|
String |
dbaNickName
The nickname of the DBA of the instance.
|
String |
dbType
The type of the database engine.
|
String |
envType
The type of the environment to which the instance belongs.
|
String |
host
The endpoint of the instance.
|
String |
instanceId
The ID of the instance.
|
List<Long> |
ownerIds
The IDs of the owners of the instance.
|
List<String> |
ownerNickName
The nicknames of the owners of the instance.
|
Long |
port
The port that is used to connect to the instance.
|
String |
searchName
The name that is used to search for the instance.
|
| 构造器和说明 |
|---|
GetPermApplyOrderDetailResponseBodyPermApplyOrderDetailResourcesInstanceInfo() |
@NameInMap(value="DbType") public String dbType
The type of the database engine.
example:MySQL
@NameInMap(value="DbaId") public Long dbaId
The ID of the database administrator (DBA) of the instance.
example:12345
@NameInMap(value="DbaNickName") public String dbaNickName
The nickname of the DBA of the instance.
example:test_dba
@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="Host") public String host
The endpoint of the instance.
example:xxxx
@NameInMap(value="InstanceId") public String instanceId
The ID of the instance.
example:12345
@NameInMap(value="OwnerIds") public List<Long> ownerIds
The IDs of the owners of the instance.
@NameInMap(value="OwnerNickName") public List<String> ownerNickName
The nicknames of the owners of the instance.
@NameInMap(value="Port") public Long port
The port that is used to connect to the instance.
example:3306
@NameInMap(value="SearchName") public String searchName
The name that is used to search for the instance.
example:xxxx:3306
public GetPermApplyOrderDetailResponseBodyPermApplyOrderDetailResourcesInstanceInfo()
public static GetPermApplyOrderDetailResponseBody.GetPermApplyOrderDetailResponseBodyPermApplyOrderDetailResourcesInstanceInfo build(Map<String,?> map) throws Exception
Exceptionpublic GetPermApplyOrderDetailResponseBody.GetPermApplyOrderDetailResponseBodyPermApplyOrderDetailResourcesInstanceInfo setDbType(String dbType)
public String getDbType()
public GetPermApplyOrderDetailResponseBody.GetPermApplyOrderDetailResponseBodyPermApplyOrderDetailResourcesInstanceInfo setDbaId(Long dbaId)
public Long getDbaId()
public GetPermApplyOrderDetailResponseBody.GetPermApplyOrderDetailResponseBodyPermApplyOrderDetailResourcesInstanceInfo setDbaNickName(String dbaNickName)
public String getDbaNickName()
public GetPermApplyOrderDetailResponseBody.GetPermApplyOrderDetailResponseBodyPermApplyOrderDetailResourcesInstanceInfo setEnvType(String envType)
public String getEnvType()
public GetPermApplyOrderDetailResponseBody.GetPermApplyOrderDetailResponseBodyPermApplyOrderDetailResourcesInstanceInfo setHost(String host)
public String getHost()
public GetPermApplyOrderDetailResponseBody.GetPermApplyOrderDetailResponseBodyPermApplyOrderDetailResourcesInstanceInfo setInstanceId(String instanceId)
public String getInstanceId()
public GetPermApplyOrderDetailResponseBody.GetPermApplyOrderDetailResponseBodyPermApplyOrderDetailResourcesInstanceInfo setOwnerIds(List<Long> ownerIds)
public GetPermApplyOrderDetailResponseBody.GetPermApplyOrderDetailResponseBodyPermApplyOrderDetailResourcesInstanceInfo setOwnerNickName(List<String> ownerNickName)
public GetPermApplyOrderDetailResponseBody.GetPermApplyOrderDetailResponseBodyPermApplyOrderDetailResourcesInstanceInfo setPort(Long port)
public Long getPort()
public GetPermApplyOrderDetailResponseBody.GetPermApplyOrderDetailResponseBodyPermApplyOrderDetailResourcesInstanceInfo setSearchName(String searchName)
public String getSearchName()
Copyright © 2025. All rights reserved.