public class GetProxyResponseBody
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.
|
String |
errorCode
The error code returned if the request failed.
|
String |
errorMessage
The error message returned if the request failed.
|
Integer |
httpsPort
The port number used by the HTTPS protocol.
|
Long |
instanceId
The ID of the instance.
|
Boolean |
privateEnable
Indicates whether the internal endpoint was enabled.
|
String |
privateHost
The internal endpoint.
|
Integer |
protocolPort
The port number used by the protocol.
|
String |
protocolType
The protocol type of the database.
|
Long |
proxyId
The ID of the secure access proxy.
|
Boolean |
publicEnable
Indicates whether the public endpoint was enabled.
|
String |
publicHost
The public endpoint.
|
String |
regionId
The ID of the region in which the instance resides.
|
String |
requestId
The ID of the request.
|
Boolean |
success
Indicates whether the request was successful.
|
| 构造器和说明 |
|---|
GetProxyResponseBody() |
@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="ErrorCode") public String errorCode
The error code returned if the request failed.
example:UnknownError
@NameInMap(value="ErrorMessage") public String errorMessage
The error message returned if the request failed.
example:The condition cannot be empty!
@NameInMap(value="HttpsPort") public Integer httpsPort
The port number used by the HTTPS protocol.
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 was 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 port number used by the protocol.
example:3306
@NameInMap(value="ProtocolType") public String protocolType
The protocol 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 was enabled. Valid values:
true
@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 is returned.
If the value of the PublicEnable parameter is false, an invalid public endpoint that cannot be resolved by using Alibaba Cloud DNS is returned.
dphzmy-5j8oimjsz6zed7k****.proxy.dms.aliyuncs.com
@NameInMap(value="RegionId") public String regionId
The ID of the region in which the instance resides.
example:cn-hangzhou
@NameInMap(value="RequestId") public String requestId
The ID of the request.
example:F49D4598-2B3C-5723-865E-2CCB818E****
@NameInMap(value="Success") public Boolean success
Indicates whether the request was successful. Valid values:
true
public static GetProxyResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic GetProxyResponseBody setCreatorId(Long creatorId)
public Long getCreatorId()
public GetProxyResponseBody setCreatorName(String creatorName)
public String getCreatorName()
public GetProxyResponseBody setErrorCode(String errorCode)
public String getErrorCode()
public GetProxyResponseBody setErrorMessage(String errorMessage)
public String getErrorMessage()
public GetProxyResponseBody setHttpsPort(Integer httpsPort)
public Integer getHttpsPort()
public GetProxyResponseBody setInstanceId(Long instanceId)
public Long getInstanceId()
public GetProxyResponseBody setPrivateEnable(Boolean privateEnable)
public Boolean getPrivateEnable()
public GetProxyResponseBody setPrivateHost(String privateHost)
public String getPrivateHost()
public GetProxyResponseBody setProtocolPort(Integer protocolPort)
public Integer getProtocolPort()
public GetProxyResponseBody setProtocolType(String protocolType)
public String getProtocolType()
public GetProxyResponseBody setProxyId(Long proxyId)
public Long getProxyId()
public GetProxyResponseBody setPublicEnable(Boolean publicEnable)
public Boolean getPublicEnable()
public GetProxyResponseBody setPublicHost(String publicHost)
public String getPublicHost()
public GetProxyResponseBody setRegionId(String regionId)
public String getRegionId()
public GetProxyResponseBody setRequestId(String requestId)
public String getRequestId()
public GetProxyResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2025. All rights reserved.