Get Cloud Hsm Cluster Private Endpoint Connection Result
data class GetCloudHsmClusterPrivateEndpointConnectionResult(val etag: String? = null, val groupIds: List<String>, val id: String, val name: String, val privateEndpoint: PrivateEndpointResponse? = null, val privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse, val provisioningState: String, val systemData: SystemDataResponse, val type: String)
The private endpoint connection resource.
Constructors
Link copied to clipboard
fun GetCloudHsmClusterPrivateEndpointConnectionResult(etag: String? = null, groupIds: List<String>, id: String, name: String, privateEndpoint: PrivateEndpointResponse? = null, privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse, provisioningState: String, systemData: SystemDataResponse, type: String)