NetworkInterfaceIPConfigurationPrivateLinkConnectionPropertiesResponse

data class NetworkInterfaceIPConfigurationPrivateLinkConnectionPropertiesResponse(val fqdns: List<String>, val groupId: String, val requiredMemberName: String)

PrivateLinkConnection properties for the network interface.

Constructors

constructor(fqdns: List<String>, groupId: String, requiredMemberName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of FQDNs for current private link connection.

Link copied to clipboard

The group ID for current private link connection.

Link copied to clipboard

The required member name for current private link connection.