RemotePrivateEndpointResponse

data class RemotePrivateEndpointResponse(val connectionDetails: List<ConnectionDetailsResponse>? = null, val id: String, val manualPrivateLinkServiceConnections: List<PrivateLinkServiceConnectionResponse>? = null, val privateLinkServiceConnections: List<PrivateLinkServiceConnectionResponse>? = null, val privateLinkServiceProxies: List<PrivateLinkServiceProxyResponse>? = null)

Represent remote private endpoint information for the private endpoint connection proxy.

Constructors

Link copied to clipboard
constructor(connectionDetails: List<ConnectionDetailsResponse>? = null, id: String, manualPrivateLinkServiceConnections: List<PrivateLinkServiceConnectionResponse>? = null, privateLinkServiceConnections: List<PrivateLinkServiceConnectionResponse>? = null, privateLinkServiceProxies: List<PrivateLinkServiceProxyResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Gets or sets the list of Connection Details. This is the connection details for private endpoint.

Link copied to clipboard
val id: String

Gets or sets private link service proxy id.

Link copied to clipboard

Gets or sets the list of Manual Private Link Service Connections and gets populated for Manual approval flow.

Link copied to clipboard

Gets or sets the list of Private Link Service Connections and gets populated for Auto approval flow.

Link copied to clipboard

Gets or sets the list of private link service proxies.