Private Link Service Proxy Response
data class PrivateLinkServiceProxyResponse(val groupConnectivityInformation: List<GroupConnectivityInformationResponse>? = null, val id: String? = null, val remotePrivateEndpointConnection: PrivateLinkServiceProxyResponseRemotePrivateEndpointConnection? = null, val remotePrivateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse? = null)
Private link service proxy details.
Constructors
Link copied to clipboard
fun PrivateLinkServiceProxyResponse(groupConnectivityInformation: List<GroupConnectivityInformationResponse>? = null, id: String? = null, remotePrivateEndpointConnection: PrivateLinkServiceProxyResponseRemotePrivateEndpointConnection? = null, remotePrivateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse? = null)
Types
Properties
Link copied to clipboard