GetEnterpriseProxiesProxy

data class GetEnterpriseProxiesProxy(val creatorId: String, val creatorName: String, val httpsPort: Int, val id: String, val instanceId: String, val privateEnable: Boolean, val privateHost: String, val protocolPort: Int, val protocolType: String, val proxyId: String, val publicEnable: Boolean, val publicHost: String)

Constructors

Link copied to clipboard
constructor(creatorId: String, creatorName: String, httpsPort: Int, id: String, instanceId: String, privateEnable: Boolean, privateHost: String, protocolPort: Int, protocolType: String, proxyId: String, publicEnable: Boolean, publicHost: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the user who enabled the secure access proxy feature.

Link copied to clipboard

The nickname of the user who enabled the secure access proxy feature.

Link copied to clipboard

The port that was used by HTTPS clients to connect to the database instance.

Link copied to clipboard
val id: String

The ID of the Proxy.

Link copied to clipboard

The ID of the database instance.

Link copied to clipboard

Indicates whether the internal endpoint is enabled. Default value: true.

Link copied to clipboard

The internal endpoint.

Link copied to clipboard

Database protocol connection port number.

Link copied to clipboard

Database protocol type, for example, MYSQL.

Link copied to clipboard

The ID of the secure access proxy.

Link copied to clipboard

Indicates whether the public endpoint is enabled.

Link copied to clipboard

The public endpoint. A public endpoint is returned no matter whether the public endpoint is enabled or disabled. Note: When the public network address is in the true state, the returned public network address is a valid address with DNS resolution capability. When the public address is in the false state, the returned Public address is an invalid address without DNS resolution.