PrivateEndpointDetailsResponse

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

Defines Private endpoint additional details.

Constructors

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

Types

Link copied to clipboard
object Companion