PrivateLinkServiceProxyResponse

data class PrivateLinkServiceProxyResponse(val groupConnectivityInformation: List<GroupConnectivityInformationResponse>? = null, val id: String? = null, val remotePrivateEndpointConnection: RemotePrivateEndpointConnectionResponse? = null, val remotePrivateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse? = null)

Represents NRP private link service proxy.

Constructors

Link copied to clipboard
constructor(groupConnectivityInformation: List<GroupConnectivityInformationResponse>? = null, id: String? = null, remotePrivateEndpointConnection: RemotePrivateEndpointConnectionResponse? = null, remotePrivateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Gets or sets group connectivity information.

Link copied to clipboard
val id: String? = null

Gets or sets private link service proxy id.

Link copied to clipboard

Represent remote private endpoint connection.

Link copied to clipboard

Represents Private link service connection state.