public static class ListProxiesResponseBody.ListProxiesResponseBodyProxyList
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
creatorId
The ID of the user who enabled the secure access proxy feature.
|
String |
creatorName
The nickname of the user who enabled the secure access proxy feature.
|
Integer |
httpsPort
The number of the port that was used by HTTPS clients to connect to the database instance.
|
Long |
instanceId
The ID of the instance.
|
Boolean |
privateEnable
Indicates whether the internal endpoint is enabled.
|
String |
privateHost
The internal endpoint.
|
Integer |
protocolPort
The number of the port that is used to connect the database instance.
|
String |
protocolType
The type of the database.
|
Long |
proxyId
The ID of the secure access proxy.
|
Boolean |
publicEnable
Indicates whether the public endpoint is enabled.
|
String |
publicHost
The public endpoint.
|
String |
regionId
The ID of the region.
|
| 构造器和说明 |
|---|
ListProxiesResponseBodyProxyList() |
@NameInMap(value="CreatorId") public Long creatorId
The ID of the user who enabled the secure access proxy feature.
example:12****
@NameInMap(value="CreatorName") public String creatorName
The nickname of the user who enabled the secure access proxy feature.
example:test_name
@NameInMap(value="HttpsPort") public Integer httpsPort
The number of the port that was used by HTTPS clients to connect to the database instance.
example:443
@NameInMap(value="InstanceId") public Long instanceId
The ID of the instance.
example:183****
@NameInMap(value="PrivateEnable") public Boolean privateEnable
Indicates whether the internal endpoint is enabled. Default value: true.
example:true
@NameInMap(value="PrivateHost") public String privateHost
The internal endpoint.
example:dphzmy-5j8oimjsz6ze****.proxy.dms.aliyuncs.com
@NameInMap(value="ProtocolPort") public Integer protocolPort
The number of the port that is used to connect the database instance.
example:3306
@NameInMap(value="ProtocolType") public String protocolType
The type of the database. Example: MYSQL.
example:MYSQL
@NameInMap(value="ProxyId") public Long proxyId
The ID of the secure access proxy.
example:4**
@NameInMap(value="PublicEnable") public Boolean publicEnable
Indicates whether the public endpoint is enabled. Valid values:
false
@NameInMap(value="PublicHost") public String publicHost
The public endpoint. A public endpoint is returned no matter whether the public endpoint is enabled or disabled.
If the value of the PublicEnable parameter is true, a valid public endpoint that can be resolved by using Alibaba Cloud DNS (DNS) is returned.
If the value of the PublicEnable parameter is false, an invalid public endpoint that cannot be resolved by using DNS is returned.
dphzmy-5j8oimjsz6ze****-pub.proxy.dms.aliyuncs.com
@NameInMap(value="RegionId") public String regionId
The ID of the region.
example:cn-hangzhou
public static ListProxiesResponseBody.ListProxiesResponseBodyProxyList build(Map<String,?> map) throws Exception
Exceptionpublic ListProxiesResponseBody.ListProxiesResponseBodyProxyList setCreatorId(Long creatorId)
public Long getCreatorId()
public ListProxiesResponseBody.ListProxiesResponseBodyProxyList setCreatorName(String creatorName)
public String getCreatorName()
public ListProxiesResponseBody.ListProxiesResponseBodyProxyList setHttpsPort(Integer httpsPort)
public Integer getHttpsPort()
public ListProxiesResponseBody.ListProxiesResponseBodyProxyList setInstanceId(Long instanceId)
public Long getInstanceId()
public ListProxiesResponseBody.ListProxiesResponseBodyProxyList setPrivateEnable(Boolean privateEnable)
public Boolean getPrivateEnable()
public ListProxiesResponseBody.ListProxiesResponseBodyProxyList setPrivateHost(String privateHost)
public String getPrivateHost()
public ListProxiesResponseBody.ListProxiesResponseBodyProxyList setProtocolPort(Integer protocolPort)
public Integer getProtocolPort()
public ListProxiesResponseBody.ListProxiesResponseBodyProxyList setProtocolType(String protocolType)
public String getProtocolType()
public ListProxiesResponseBody.ListProxiesResponseBodyProxyList setProxyId(Long proxyId)
public Long getProxyId()
public ListProxiesResponseBody.ListProxiesResponseBodyProxyList setPublicEnable(Boolean publicEnable)
public Boolean getPublicEnable()
public ListProxiesResponseBody.ListProxiesResponseBodyProxyList setPublicHost(String publicHost)
public String getPublicHost()
public ListProxiesResponseBody.ListProxiesResponseBodyProxyList setRegionId(String regionId)
public String getRegionId()
Copyright © 2025. All rights reserved.