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