RemotePrivateEndpointConnectionWrapperResponse

data class RemotePrivateEndpointConnectionWrapperResponse(val groupIds: List<String>, val id: String? = null, val name: String? = null, val privateEndpoint: ArmIdWrapperResponse? = null, val privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse, val provisioningState: String, val type: String? = null)

Remote Private Endpoint Connection resource.

Constructors

constructor(groupIds: List<String>, id: String? = null, name: String? = null, privateEndpoint: ArmIdWrapperResponse? = null, privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse, provisioningState: String, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

All the Group ids.

Link copied to clipboard
val id: String? = null

Private Endpoint connection resource id

Link copied to clipboard
val name: String? = null

Private Endpoint Connection Name

Link copied to clipboard

The resource of private end point.

Link copied to clipboard

A collection of information about the state of the connection between service consumer and provider.

Link copied to clipboard

The provisioning state of the private endpoint connection resource.

Link copied to clipboard
val type: String? = null

Private Endpoint Connection Resource Type