Registry Private Endpoint Connection Properties Args
data class RegistryPrivateEndpointConnectionPropertiesArgs(val groupIds: Output<List<String>>? = null, val privateEndpoint: Output<PrivateEndpointResourceArgs>? = null, val provisioningState: Output<String>? = null, val registryPrivateLinkServiceConnectionState: Output<RegistryPrivateLinkServiceConnectionStateArgs>? = null) : ConvertibleToJava<RegistryPrivateEndpointConnectionPropertiesArgs>
Properties of the Private Endpoint Connection
Constructors
Link copied to clipboard
constructor(groupIds: Output<List<String>>? = null, privateEndpoint: Output<PrivateEndpointResourceArgs>? = null, provisioningState: Output<String>? = null, registryPrivateLinkServiceConnectionState: Output<RegistryPrivateLinkServiceConnectionStateArgs>? = null)
Properties
Link copied to clipboard
The PE network resource that is linked to this PE connection.
Link copied to clipboard
One of null, "Succeeded", "Provisioning", "Failed". While not approved, it's null.
Link copied to clipboard
val registryPrivateLinkServiceConnectionState: Output<RegistryPrivateLinkServiceConnectionStateArgs>? = null
The connection state.